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

ALV Grid Problem

Former Member
0 Likes
299

Hi Friends,

I am using Function Module *BAL_LOG_MSG_ADD_FREE_TEXT* for displaying Message Text in report output.

but as per my Input File the Message is coming up to 100 Chars in the ALV Grid display. the message is not coming full text.

if i want dispaly more than 1000 Chars .. How to Implement the Logic to this functional module to display complete MESSAGE TEXT.

Please help.

Thanks and Regards,

Vijay.

1 REPLY 1
Read only

Former Member
0 Likes
262

Hi Vijay,

Well what i understand from your question is that you are not able to display more than 100 characters in a column of ALV. It wont be possible to display the entire 1000 char. in the column of ALV. THe workaround is :-

If you want to display @ 1000 char. in the column of ALV, then create a hotspot for that column & when user clicks on that cell/hotspot, call a popup to display the text.

Thanks,

Best regards,

Prashant