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: 

How to display - Message Length more than 100 characters

Former Member
0 Kudos

Hi,

I am displaying a message string which gets generated dynamically. Which means I donno theolength of that. It may go upto 200 characters also.

However, In message display, the number of characters have some limit.

Could you please let me know, How can I achieve this?

MESSAGE E000 with lv_string.

Thanks,

Sandeep

4 REPLIES 4

Former Member
0 Kudos

Hi,

Split the string into two .. (one place holder cannot show more than 50 chars .... )

MESSAGE E000 with lv_string1 lv_string2.

Regards,

Srini.

Former Member
0 Kudos

Hi Srini,

I have already 4 place holders. And one of the place holder will be populated dynamically which I mentioned above. And more than 4 place holders, it is not accepting.

Could you please help me.

Thanks,

Sandeep

0 Kudos

Hi,

Check the length of the text and if it exceeds 50 characters ..

split that text to the next place holder. (you cannot show more than 200 characters)

Regards,

Srini.

former_member212713
Contributor
0 Kudos

Hi;

Please check ABAPDOCU tcode (Messages-->Demostraion All Off Messages)

or maybe you can use FM POPUP_TO_CONFIRM_WITH_MESSAGE or find POPUP_TO_CONFIRM* functions.

I wish been help you.