Waht is "READ TABLE" command?? Whats the use of it??
Whats the syntax of the same?
Answer Posted / parthasarathi
Read Table command is used for to read data from an intenal table. it reads one record at a time.if u want all record from internal table means, you to put read statement in a loop.
Syntax: read table [internal table name] into [workarea] where [condition].
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can you define a field without a data element?
What is meant by stacked list?
What is the difference between a structure and a table?
Explain difference between primary key and unique key?
What is the different type of projects? : sap abap hr
What is the difference between refresh and free statements?
What are data classes? What are the various data classes available for selection? : abap data dictionary
How many types of buffering? : abap data dictionary
What are the merits of its?-
Explain different types of attributes of function module?
What are the uses of secondary indexes?
What is Buffering Concept? When should a Table be buffered?
What are the techniques involved in using sap supplied programs?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
What is smart forms? : abap hr