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


Please Help Members By Posting Answers For Below Questions

If yes then why do we require logical database

2798


Why do we use FOR ALL ENTRIES and what is the pre-requisite

1012


What are the types of views? : sap abap data dictionary

729


What are the 2 other types of views, which are not allowed in release 3.0?

713


How is conversion of data types done between abap/4 & external level?

652






Where the payroll results are stored

1994


How do you set up background jobs in sap? What are the steps?

652


What is the last entry in all bdc tables? : abap bdc

690


What is the difference between call transaction method and the session method? : abap bdc

628


What are the difference between call screen and leave screen?

696


Why do we need enhancements?

714


Explain the inside concept in select-options?

640


What is the function of the transport system and workbench organiser? : abap data dictionary

713


What is step-loop?

760


write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.

2871