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
503

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
485

Hi Portfolio,

try the following code -

READ TABLE itab INDEX 1.

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

2 REPLIES 2
Read only

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

Regards

RIch Heilman

Read only

Former Member
0 Likes
486

Hi Portfolio,

try the following code -

READ TABLE itab INDEX 1.