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

Get row from internal

Former Member
0 Likes
419

I have a internal table, i just want to get first one record, how can i do that, Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
401

Hi Portfolio,

try the following code -

READ TABLE itab INDEX 1.

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
401
Read table itab into wa index 1.

Regards

RIch Heilman

Read only

Former Member
0 Likes
402

Hi Portfolio,

try the following code -

READ TABLE itab INDEX 1.