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 are the function module in bdc?

746


What is the max no of match code id’s that can be defined for one match code object?

780


What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?

688


Which bdc you prefer? : abap bdc

830


Difference between function group and function module?

727






What is the Difference between At Line selection and At user-command?

742


What are the restrictions on subscreens?

754


What are the aggregate objects in the data dictionary? : abap data dictionary

1135


What is the difference between Classic badi and Kernal badi ?

1927


I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.

1452


What is the difference between a pool table and a transparent table and how they are stored at the database level?

677


What are the advantages and disadvantages of different types of bdc's?

631


Explain what are interactive reports?

711


Cds views

7864


What is function group?

715