‎2007 Mar 23 12:03 AM
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
‎2007 Mar 23 12:11 AM
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
‎2007 Mar 23 12:10 AM
You can use message the statement
i016(rp) with v_str.
to display the text in v_str as your message..
~Suresh
‎2007 Mar 23 12:11 AM
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
‎2007 Mar 23 1:36 AM
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
‎2007 Mar 23 1:42 AM
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
‎2007 Mar 23 1:41 AM
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