cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,

I want to display a popup message with one okay button.To do that I have tried the following FM:

  1. CCMS_POPUP_INFOTEXT
  2. POPUP_FOR_INTERACTION
  3. POPUP_TO_INFORM

The first has a bug,it duplicates the text when I move from a tab to another in the same transaction,the last two display the text as I want it however the message popup is too big for that small text and the client has demanded it to be smaller and centered.

If I do it:

MESSAGE 'This is information message' TYPE 'I'. *it displays at the bottom,not smth I want

I want the user to stay in the same screen not exit!

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Johnu,

You can use this FM :POPUP_TO_CONFIRM and pass the text you want to pass.

If you have mote than 1 line you can also use this FM COPO_POPUP_TO_GOON

Hope it helps,

Kr,

former_member2492
Active Participant
0 Likes

..._to_confirm have tried is not what I want,you cant remove the yes,no,cancel button