on ‎2018 Nov 21 8:54 AM
Hello,
I want to display a popup message with one okay button.To do that I have tried the following FM:
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!
Request clarification before answering.
CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT'
EXPORTING
TITEL = 'Warning'
TEXTLINE1 = '....'
" TEXTLINE2 = ' '
START_COLUMN = 27
START_ROW = 8.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.