Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

strucrtures using internal tables.

Former Member
0 Likes
501

i need to create a header data of va03(sales order header) for a particular order usig a report program of internal tables..........

i could call the record of feilds but cannot call the structure records........... could u help me .........

i need to create a header data of va03(sales order header) for a particular order usig a report program of internal tables..........

i could call the record of feilds but cannot call the structure records........... could u help me .........

3 REPLIES 3
Read only

Former Member
0 Likes
484

Hi,

sorry to say this but its not clear yaar.

can u clearly explain it.

regard

raam

Read only

0 Likes
484

i need a report to call the header data information (not using function modules) for the transcation code va03( say order no 11369 ) .......

Read only

0 Likes
484

Hi,

U can create an internal table will all those fields.

u have the header data information in table VBAK table .

u can find the field name in VA03 by pressing F1 on the required field. when u press F1 on required field then u get a pop up Help standard order... there press Technical Information push button.

here u get the field name and table name also.

if u get the structure name the note down the field name and search it by using the where-used list.

all the sales related fields will be in tables starting with VB--

let me know if u have any quaries

reward if helpful

raam