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 is the disadvantage of using exec sql statement in abap?
What are the three components of a work process?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What are the attributes of the data? : abap data dictionary
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
What are interface/conversion programs in SAP?
What are the two different ways of building a match code object? : abap data dictionary
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
What are th control break events in abap?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What is tcode se16?
What is the purpose of at first and at last?
How to creat transactions? : abap data dictionary
What will happen when we use fully buffered in abap?
What is view? Explain the different types of view?