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

tables

Former Member
0 Likes
457

Hi ,

please tell me how to find the table is whether it is header table or item table.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
433

Hi,

You can decide it by looking the fields in the table.The Item table contents all details of the Item..theres no specific way..

4 REPLIES 4
Read only

Former Member
0 Likes
433

Usually you can go by the K &P notation. For example VBAK is the header and VBAP is the item table for Sales orders. Similarly EKKO is the header and EKPO is the item table.

You can also, look at the description of the table.

If you look at the item table, there will be a item number / line number field showing the line items of the tables.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
434

Hi,

You can decide it by looking the fields in the table.The Item table contents all details of the Item..theres no specific way..

Read only

Former Member
0 Likes
433

we need to find using the description of the table and fields only.

Cheers.

Read only

Former Member
0 Likes
433

thanks to all