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
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
What are smart forms?
What is an update task?
How we can retrieve data using secondary index. Explain with simple example?
From excel to abap - is batch mode possible ? : abap bdc
When to use logical database?
Difference between .Include and .append?
function modules are also external subroutines. State true or false. : abap modularization
Can we create field without data element? If yes, how?
Explain buffering concept usage?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What is an abap?
Difference between transparent tables and pooled tables? : abap hr
What is dynpro? what are its components ?