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 is an update task?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
What is an rdbms?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What is a multiple line field? : abap bdc
Explain the disadvantage of using exec sql statement in abap?
What is partner selection?
What is the difference between skip and reserve?
Why do we need enhancements?
What is an internal table?
How many secondary indexes can we create in a table?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
how to see the table output?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr