What is the Difference between Header and Item in ABAP?
VBAK-Sales Order Header,VBAP-Sales Order Item, how can u use
these tables in one query,means by using these tables write
a select query.
Answer Posted / kiran kumar v
Header is always standard and Item is variable.
Ex: If one visits the Doctor, the prescrition would contain
standard text i.e Doctor name, Qualification, address etc.
This info can be considered as Header and the Drugs that
are prescribed for the patient, which varies from person to
person can be considered as Item.
| Is This Answer Correct ? | 55 Yes | 5 No |
Post New Answer View All Answers
What are the data types of internal tables?
What is gui status? How to create /edit gui status?
How many lists can a program can produce?
What is amdp (abap managed data procedures)?
Differentiate database index and match code.
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What are the events in ABAP language?
What is the use of program rsbdcsub? : abap bdc
How to create user interfaces for lists?
What are the steps to be followed to set lockobjects? : sap abap data dictionary
Explain what is sequence of event triggered in report?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What are the different modes of processing batch input sessions? : abap bdc
What type of user exits have you written ?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary