i have a doubt ,what is the difference between the workarea
and headerline . plz tell me .
Answer Posted / vaibhav budhkar
actually header line is old way manipulating data in the
internal table.
header line is same as that of workarea.
but the difference is that workarea needs to declared
explicitly, and header line gets created automatically when
we use OCCURS statement or WITH HEARDER LINE.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
When to use logical database?
In ALV reporting when u execute your report which event gets triggered.
What does the extract statement do in extract datasets?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are the arithmetic operators in the sap abap?
How can you find the field/data underlying a transaction?
PLEASE HELP ANYONE ON THIS ISSUE,is there any problem with this function module :RHPQ_T77BX_ADD_QUALIS_OF_DPLAN. IT IS TRIGGERING BEFORE COMPLETION OF THE DEVELOPMENT PLAN but it has to trigger after compltion of development plan..this issue raised in my project..so reply urgently..thanks in advance..
foreign key enforcement?
How to pass data from list to report?
What are control tables?
Explain the difference between call screen and leave screen?
What is abap work bench?
What is example class
Which infotype records can not be deleted ? : abap hr
Differentiate between static and dynamic step loops?