when do you need to create an internal table with header
line ?and with out a header line?
Answer Posted / mahender
in this question we can proceed like this.
with header line.
data:itab like lfa1 occurs o with header line.
itab:internal table body.
with out header line:
data:begin of fs,
field1 like lfa1-field1,
end of fs.
these are syntaxes for both...but if u want to extract all
the fields from predefined table or exhisting table.. very
complex to write all field names in internal table
declaration.so that time use with header line syntax.
fields are very few..go for with out header
line..performance wise with out header line is better.
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
wat is the default file name of BAPI trace?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What are the page headers for secondary lists?
10) How to get Item Header in Sales Order?
Double click function on the lists, identifying the line selected by the user on the list?
Difference between call by value and call by reference? : abap data dictionary
Control Break statements- At new...endat.
Sal abap on hana interview
Differentiate database index and match code.
What is the difference between collect and append statements?
Do we create table fields with out data elements and domains?
What is SAP Data conversion ?
What is meant by authorization? Did you ever work on it? : sap abap hr
What are Table control and tab strip control in dialog programming ?
How can we create callable modules of program code within one abap/4 program?