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
What is the difference between RETURNING and CHANGING parameters for a method?
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
What is a type group?
Differentiate between table and template ?
Why do we use events and actions in web dynpro?
How to transfer data into line items using batch input session method? : abap bdc
What are the aggregate objects in data dictionary? : sap abap data dictionary
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What are the different types of parameters?
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
Can I execute user exits? If yes, how?
Where do you use help views?
What is the table & field to identify the no of items (bottles) stored in one case?
how to genernate 21 sencondary index
What are the different modes of processing batch input sessions? : abap bdc