CALL FUNCTION 'POPUP_TO_INFORM'
EXPORTING
titel =
txt1 =
txt2 =
* TXT3 = ' '
* TXT4 = ' '
.
EXPORTING
titel =
txt1 =
txt2 =
* TXT3 = ' '
* TXT4 = ' '
.
*------------------------------------------
* EXPLANATION:
*------------------------------------------
1. TITEL => Text to be displayed on the title bar of the modal dialog box.
2. TXT1 => Text line 1 to be displayed.
3. TXT2 => Text line 2 to be displayed.
4. TXT3 => Text line 3 to be displayed.
5. TXT4 => Text line 4 to be displayed.
*------------------------------------------
* SCREEN SHOT:
*------------------------------------------
Any way to have 6 lines of 80 char text
ReplyDeleteor 4 lines of 100 char text ....?