how to fetch data form without header line internal table ?
Answers were Sorted based on User's Feedback
Answer / p.lokesh
It is not possible to fetch data from Internal Table
without header line. u have to give explicit work area I
mean header to handle the records.
Ex code :
Types : Begin of ty_marc,
matnr type matnr,
werks type werks_d,
end of ty_marc.
Data : it_tab type standard table of ty_marc,
wa_tab type ty_marc.
* select statement to read the data.
* Display the output.
loop at it_tab into wa_tab.
write : / wa_tab-matnr,
wa_tab-werks.
endloop.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / 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 |
Is it possible to include two transactions with one group name in one program in session method ?
sap modifications and enhancements are stored in which table?
What is an on”*-input filed” statement?
How can we upload a text file having delimiters in to legacy system?
Hello Guys, If any body looking for "worksoft certify tool training in hyderabad", please contact me sachincertify@gmail.com
What is the Transaction code for entancements?
differences between version 4.7 and ecc 5.0
visibility section for class level and attributes level
which transaction is used to make dictionary adjustments when upgrading versions of SAP?
if some one deleted your records from ztable how o u see the records?
please any one can give me the guidence to learn adobe forms& webdynpro technologies?and please provide links goodone to study material to learn? thanks
8. what are user-exits? 9