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
How can one distinguish between different kinds of parameters? : abap modularization
What is alv programming in abap? When is this grid used in abap? : abap hr
Do we create table fields with out data elements and domains?
What is an “on request field” statement?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
Can we set page headers to details lists?
What is off cycle payroll run
what is the difference between Blocked ALV and interactive ALV?
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What are data classes? What are the various data classes available for selection? : abap data dictionary
What happens if a function module runs in an update task? : abap modularization
Explain about sap fico testing and the tools used? : abap bdc
when do you need to create an internal table with header line ? and with out a header line?