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
How to read files and process BDC's automatically ?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What is modularization and its benefits?
Did you use buffering?
What statement will be found in an sap application program that implements a function module exit?
Explain about workbench request and customization requests?
What are the differences between session method and call transaction method? : abap bdc
What is the transaction for recording bdc ? : abap bdc
How do you move on to the next screen in interactive reporting?
What are the contents in technical specifications?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
Why do we use events and actions in web dynpro?
What will you code in start-of-selection & end-of-selecton & why?
Explain what is step-loop? Explain all the steps?