how to fetch data form without header line internal table ?
Answer Posted / bhushan
i think we have to create header separtely for the internal
table and using that header we can fetch data .
example:
Loop at I_TABLE INTO wa_table .
endloop.
in the above statement i_table is table with out header
line and wa_table is work area corresponding to the above
internal table ....
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do you move on to the next screen in interactive reporting?
What are the attributes of the data in data dictionary? : abap data dictionary
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
Where are you used type casting?
Explain different types of attributes of function module?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What is step-loop?
What is a size category? : abap data dictionary
What is an update type with reference to a match code id?
What are the domains and data element?
Name a few data dictionary objects?
What are aggregated objects : abap data dictionary
What are the client dependant objects in abap / sap?
What is the difference between get and get late?
What is your approach to find exit and BAdi?