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 are the function code handles in flow logic?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
Difference between .Include and .append?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
How to create user interfaces for lists?
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
How many types of size categories and data classes are there? : abap data dictionary
How many tables are there in sap?
Explain what is step-loop? Explain all the steps?
What is modularization and its benefits? : abap modularization
Explain the Inportance of pa40? : abap hr
How to call transaction in session method without recording?
What is an rdbms?
What are the different window types in sapscript?