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 can we enable hyperlink in screen painter?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
Explain the difference between free and refresh?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
Explain what are the problems in processing batch input sessions?
How move-corresponding works
What is view? Different types of view. Explain?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
What are the different functions used in sap script? What are the parameters used in each function?
In a loop of an internal table, what is the use of at first & at last statements?
What is database utility? : abap data dictionary
How can we decide weather we can enhance the standard infotype or not ? : abap hr
Does the external program run in the same sap luw as the caller, or in a separate one?
How do you connect to the remote server if you are working from the office for the client in remote place?
What is “call mode”?