Application Development 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: 

Standard text

Former Member
0 Kudos

Hi,

I am maintaining the standard text, if i want to get only 4th line of the ST through READ_TEXT ... can i do that.

regards

Jaya

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Easy, just get all of the text using the READ_TEXT funciton. You will get all lines back in the tables parameter, then simply read the fourth line of it.

read table itab index 4.   

Regards,

Rich Heilman

1 REPLY 1

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Easy, just get all of the text using the READ_TEXT funciton. You will get all lines back in the tables parameter, then simply read the fourth line of it.

read table itab index 4.   

Regards,

Rich Heilman