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
What are Delivery classes? What data will you want to transport during client copy?
What is the difference between Classic badi and Kernal badi ?
What are the differences between primary and secondary indexes?
What is the transaction code to display the payroll results ? : abap hr
how to read the standard field value in your custom program.
What is the function of a data element?
Can we create an abap program without using y or z?
Explain the advantages/disadvantages of logical databases?
What is the function of a domain?
difference between Valuation type and valuation category?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
How is time management and payroll is integrated? : sap abap hr
Which function modules can be used to transfer the data using bdc programming? : abap bdc
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
Can we call reports and transactions from interactive reporting lists?