Waht is "READ TABLE" command?? Whats the use of it??
Whats the syntax of the same?
Answer Posted / pramada oram
Below given are 2 types of syntaxes for READ statement
which are used in common.
1)Read table itab into wa with key fname1 = fname2.
fname1 is the field defined in internal table 'itab'
and work area 'wa'.
fname2 is the field defined in the table corresponding to
which the read statement is used.
(or)
2)Read table itab into wa with index index_no.
* Here itab and wa should have the same structure.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between domain and data element?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
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
Is it possible to pass data to and from include programs explicitly? : abap modularization
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
Name a few data dictionary objects? : abap data dictionary
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
Is it possible to pass data to and from include programs explicitly?
What are the different types of luws. What are they?
can anyone please tell me, in orient paper mill project which fields exits for creating report.
how 2 create the normal form by using functional module
Explain what are the various types of selection screen event?
What are the fields in the memory table ‘screen’?
What is meant by a schema? : sap abap hr
What is the difference between collect and append statements?