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 precautions or prerequisites do you follow to update a record into database table and how

5264


What is a sequence of event-triggered in report?

641


What is a type group?

552


What are th control break events in abap?

616


How is time management and payroll is integrated? : sap abap hr

567






If I want to execute a program only in background not in foreground is there any option for this? : abap bdc

564


how to combine the transparent table with cluster table.

1115


What are the two levels in defining a match code? : abap data dictionary

617


Can i Have Some Realtime Examples on Badi ?

8299


How many ways can a sap system be accessed?

694


What is the difference between select statement and provide statement ? : abap hr

578


What statement will be found in an sap application program that implements a function module exit?

556


What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary

630


What are the advantages of abap query tool?

547


What is locking? : abap data dictionary

639