‎2010 Feb 08 8:49 AM
Hi all,
Can we use READ STATEMENT In ABAP to directly Read the DATA BASE TABLE like MARA.
‎2010 Feb 08 8:55 AM
No we cant do that.
Read statement is used to read the internal tables.
‎2010 Feb 08 8:59 AM
Hi,
Sorry but you cannot use the READ statement to read the data directly from the database table.......you have to select the data from it into the internal table of same type...and read the internal table.
Pooja
‎2010 Feb 08 9:01 AM
thanks for clarrification
Edited by: SUHAS S on Feb 8, 2010 10:02 AM