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
Have you set up a back ground job ? How to create a background job without a variant ?
What are the different message types available in the abap/4 ?
What are the different types of data dictionary objects? : abap data dictionary
what is call back in alv?
Have you processed BDCs ?
What is sap locking?
What are internal tables? : abap hr
What are the types of search helps? : sap abap data dictionary
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What is database utility?
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
What is the use of at new statement ?
What is the use of the raising exception? : abap modularization
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
Can you create an internal table dynamically?(at run time)