what is the main difference between headerline and workarea??
Answer Posted / dilip
1. Both will act as same.
Workarea we will create it explicitly but where as headerline with delacation of internal table we will get it.
example:
DATA: wa_mara type mara.
DATA: T_MARA TYPE TABLE OF MARA WITH HEADER LINE.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is a data dictionary? : abap data dictionary
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
what is mean be On Change of in Control Break statement
What are the basic functions of database utility? : abap data dictionary
What is lock object ? : abap data dictionary
How do you write manual bdc session method? : abap bdc
How will you define posting procedures?
Which transaction code can I use to analyze the performance of abap program?
What are indexes? : sap abap data dictionary
Final class
Update types in Call transaction method. What is the difference?
What are the aggregate objects in data dictionary? : sap abap data dictionary
Difference between sy-tabix and sy-index? Where it is used?
If yes then why do we require logical database
while implementing badi what are the tables u find??