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

Help in a message pop-up

Former Member
0 Likes
752

Hi ,

I had a requirement where I need to give a pop-up message based on a condition.

and the user needs to click on the help(question mark) in that pop-up to get the elaborate details of what they should do.

I tried POPUP_WITH_CONFIRM and other similar function module, but with no luck(this does not have the help feature i was looking for ). I tried message i000 with v_str, this displays the pop-up, but the help takes me to the definition of i000 and am not sure how to customize that with the message that I need,

How do I go about doing this ?

Appreciate your help,

Thank you

Lalitha

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
702

You are on the right track with the information message. All you need to do now is put the long text of the message. Go to SE91. Enter the message class and the message number, and click change. Select your message and click the long text button on the application toolbar. Enter the text as you see fit, save and activate.

Regards,

RIch Heilman

5 REPLIES 5
Read only

suresh_datti
Active Contributor
0 Likes
702

You can use message the statement

i016(rp) with v_str.

to display the text in v_str as your message..

~Suresh

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
703

You are on the right track with the information message. All you need to do now is put the long text of the message. Go to SE91. Enter the message class and the message number, and click change. Select your message and click the long text button on the application toolbar. Enter the text as you see fit, save and activate.

Regards,

RIch Heilman

Read only

0 Likes
702

Hi Rich,

I was trying the same , but the message text has a limitation of 73 characters.

I need to display a message that is atleast 500 letters.

it is becoz of this limitation that I am looking at adding a brief message initially and then the detailed description once they click on the Question mark.

am not sure how to do it, SAP seems to be using that.

Thank you

Lalitha

Read only

0 Likes
702

Hi Rich,

Awesome, Sorry about the previous response, I did not see the Long text option,

It worked as I wanted it to.

Thank you

Lalitha

Read only

ferry_lianto
Active Contributor
0 Likes
702

Hi,

Please try this FM perhaps they may help.

POPUP_WITH_TABLE_DISPLAY_OK

POPUP_WITH_TABLE_DISPLAY

POPUP_WITH_TABLE

REUSE_ALV_POPUP_TO_SELECT

Regards,

Ferry Lianto