I'm working with SD transaction VA05. My client wants the output to be listed with the Ship-to(kunnr) in the first column of the output. Once I am bringing in this data, can I append it to the beginning of the POSTAB?
Requires Free Membership to View
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial DirectorPOSTAB 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.
This was first published in April 2002