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 the function module in bdc?
What is the max no of match code id’s that can be defined for one match code object?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Which bdc you prefer? : abap bdc
Difference between function group and function module?
What is the Difference between At Line selection and At user-command?
What are the restrictions on subscreens?
What are the aggregate objects in the data dictionary? : abap data dictionary
What is the difference between Classic badi and Kernal badi ?
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.
What is the difference between a pool table and a transparent table and how they are stored at the database level?
What are the advantages and disadvantages of different types of bdc's?
Explain what are interactive reports?
Cds views
What is function group?