Working with SD transaction VA05
I'm working with SD transaction VA05. My client wants the output to be listed with the Ship-to(kunnr) in the first...
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
column of the output. Once I am bringing in this data, can I append it to the beginning of the POSTAB?
POSTAB is the internal table used by VA05 to store the data before displaying it. Simply adding a field to this table will not display the data on the screen. You need to amend the display processing as well. You do not say which version of R/3 you are using. In 46C, the list is displayed in an ALV Grid Control, and so permits the columns to be moved around by the user.