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
What are the events used for logical database?
What does hide statement do?
What is meant by write lock? : sap abap data dictionary
Work most on which module: name a few tables?
dynamic programming in sap abap
How to get that a secondary index is attached to a select query?
What are the steps in creating screen ?
What are the buffering options in abap?
What are the aggregate objects in the data dictionary? : abap data dictionary
What is modularization and its benefits? : abap modularization
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
what is diff between idocs,bdc,rfc and bapi. give real time answer
What are the dis-advantages of logical databases? : abap hr
What are the differences between macro and subroutine?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'