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

Display the first line

Former Member
0 Likes
281

hi,

i have a field called comments of length 1000. i need to display only the first line of the comments field in the alv grid.

hi,

i have a field called comments of length 1000. i need to display only the first line of the comments field in the alv grid.

1 REPLY 1
Read only

Former Member
0 Likes
263

Hi Juli,

Once you get the data into the internal table (itab)....

Read itab with sy-index 1 into one internal table.

then pass this to the alv grid fm...