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
Workbench request are client dependent or client independent
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What is the collect statement?
What are the different methods of bdc? : abap bdc
What is internal payroll process? : sap abap hr
What is new enhancement framework?
How to upload more than 2GB file from External Source to SAP?
Name a few data dictionary objects? : abap data dictionary
What is a 'z' report?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
What is use of transparent table in abap? How it is different from pool tables?
What will you code in start-of-selection & end-of-selecton & why?
What are the differences between domain and data element?
State the differences between database view & projection view? : abap data dictionary
Explain how to create any functions? How to go about it?