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

hi experts

Former Member
0 Likes
609

i want to know that what is the use of header table and item table

please explain

thanx in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
578

Hi,

Please go through the following link to refer item table.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c03b2e21-5676-2910-b3a6-9da8ec0d...

Regards

Archana

3 REPLIES 3
Read only

Former Member
0 Likes
578

Let me help you with an example:

VBAK - Sales order header table

VBAP - Sales order item table

Here header record will tell you the <b>order number</b>; <b>customer details</b>; <b>Business area/division</b>.

And the item records will tell you the different items customer has ordered: <b>Material/item code</b> ; <b>Quantity</b> ; <b>Price</b> ; <b>Delivery date</b>, etc

Similarly header and item tables are used in many different scenarios.

Hope this will help.

Regards,

Vishal

Read only

Former Member
0 Likes
579

Hi,

Please go through the following link to refer item table.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c03b2e21-5676-2910-b3a6-9da8ec0d...

Regards

Archana

Read only

Former Member
0 Likes
578

Hi Kiron ,

Header table contains information that is common to all the line item of a document where as item table contains information specific to an item of a docuemnt.e.g. consider a sales order , the person to whom the product was sold , when was it sold , which SO did the sales are all common to all the items sold , so they are stored in the header table , where as the material sold , quantity , at what price and similar stuff is specific to an item of the sales order , so they are stored in the item table.

Hope this helps.

Regards

Arun