What is the main difference between work area and header line ?

Showing Answers 1 - 15 of 15 Answers

Madari

  • Dec 26th, 2006
 

Both are one and the same

  Was this answer useful?  Yes

Lalit

  • Jan 1st, 2007
 

Header is always consist of data which is constant and in work area the data is changing. Example In Purchase Order Header is Vendor data which is same always for the selected vendor where as work area which is item details which can change according to what item is being order with that vendor.

  Was this answer useful?  Yes

venkat

  • Mar 8th, 2007
 

The functionality of Work area or Header line is same. i.e they let us to work with the body of Internal table.
The default work area for internal table is Header Line.

The difference is :
Header line is created by default when we create the Internal table using "begin of" or explicitely " with header line".

Work area should have the same structure as that of Internal table. It should be created by us, where as the header line is created automatically when it find any one of the above statements.

Note : when you create a Internal table as
Begin of IT_vbak occurs 10 without headerline " will not create Header linee

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions