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

Standard text

Former Member
0 Likes
314

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
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
291

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
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
292

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