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
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
Can you define a field without a data element?
Will 50,000 records be uploaded directly into APP's Server?
What are dml commands in abap?
What is off cycle payroll run
How to transfer the objects? Have to transferred any objects?
What is table pool?
what are the various types of parameters and how are they distinguished from one another?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What are the dynapro keywords?
Explain Catch Command in ABAP?
What are the parameters in bdc_open_group? : abap bdc
What is the use of 'table index'?
How collect statement is different from append?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/