Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

READ STATEMENT Clarrification

Former Member
0 Likes
424

Hi all,

Can we use READ STATEMENT In ABAP to directly Read the DATA BASE TABLE like MARA.

3 REPLIES 3
Read only

former_member645692
Participant
0 Likes
389

No we cant do that.

Read statement is used to read the internal tables.

Read only

Former Member
0 Likes
389

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

Read only

Former Member
0 Likes
389

thanks for clarrification

Edited by: SUHAS S on Feb 8, 2010 10:02 AM