cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Message with one confirmation button

former_member2492
Active Participant
0 Likes
2,873

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!

View Entire Topic
former_member2492
Active Participant
0 Likes
CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT'
 EXPORTING
 TITEL = 'Warning'
 TEXTLINE1 = '....'
 " TEXTLINE2 = ' '
 START_COLUMN = 27
 START_ROW = 8.