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


Please Help Members By Posting Answers For Below Questions

What is an update task?

794


Explain about the tables exists in a data dictionary and what are they? : abap data dictionary

837


What is an rdbms?

795


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 ?

1687


What is a multiple line field? : abap bdc

812


Explain the disadvantage of using exec sql statement in abap?

711


What is partner selection?

811


What is the difference between skip and reserve?

815


Why do we need enhancements?

830


What is an internal table?

926


How many secondary indexes can we create in a table?

824


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

3037


how to see the table output?

1929


What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr

725


What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr

926