cancel
Showing results for 
Search instead for 
Did you mean: 

view header texts for multiple orders

Former Member
0 Kudos

Hi,

I am looking for a way to view header texts for a list of order numbers or customer PO numbers, rather than having to use a transaciton like va03 to look up one Order at a time.

Is there an existing transaction that would do this, or has anyone had success creating something with similar functionality?

Thanks,

Jules

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Why not use transaction VA05 or SE16N & Table VBAK.

Hope this helps.

Shail

Former Member
0 Kudos

I tried va05 unsuccessfully. Is there a trick to viewing the texts, or should they show up in the default layout?

Former Member
0 Kudos

You can create Z report with cpy of VA05 and for text, you need to write logic to retrive text from sales orders, for that ask your abaper to user Function module READ_TEXT so that you can display texts from sales orders.