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
If yes then why do we require logical database
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What are the types of views? : sap abap data dictionary
What are the 2 other types of views, which are not allowed in release 3.0?
How is conversion of data types done between abap/4 & external level?
Where the payroll results are stored
How do you set up background jobs in sap? What are the steps?
What is the last entry in all bdc tables? : abap bdc
What is the difference between call transaction method and the session method? : abap bdc
What are the difference between call screen and leave screen?
Why do we need enhancements?
Explain the inside concept in select-options?
What is the function of the transport system and workbench organiser? : abap data dictionary
What is step-loop?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.