i have a doubt ,what is the difference between the workarea
and headerline . plz tell me .
Answer Posted / sunny
header line is consist in itab. When we create any itab
then header line is automatically created if we use occurs
0 and with header line. we use the header line to insert
the data into our itab. first the data will come into our
header line then it will insert into body of internal
table. We can insert only one line into the header line.
Work area can be our string or we can declare work area
anywhere in our programme. Through that work area we can
insert the data into our itab.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are control tables?
How can you find the field/data underlying a transaction?
What are the different message types available in the abap/4 ?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
How many ways can a sap system be accessed?
How to eliminate duplicate entries in internal tables? : abap data dictionary
What is the maximum number of match code id's that can be defined for one match code object ?
Why we are using Macros instead of Function Modules
What are the differences between domain and data element?
What is the use of abap data dictionary? : abap data dictionary
What is the basic difference internal tables and database tables? : abap data dictionary
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
Explain the advantages and disadvantages of abap query tool?
How do you take care of performance issues in your ABAP programs?
What are local objects?