2010 Feb 10 9:37 AM
Hi friends,
Is there any pop up function module to display multiple lines in information mesage popup.
2010 Feb 10 9:42 AM
Try this POPUP_TO_DISPLAY_TEXT and if you need more lines then I think you have a custom with a copy of this..
Hi
Kindly check the below FM.
POPUP_WITH_TABLE_DISPLAY_OK
POPUP_WITH_TABLE_DISPLAY
CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY_OK'
EXPORTING
endpos_col = 50
endpos_row = 20
startpos_col = 20
startpos_row = 10
titletext = text-907
TABLES
valuetab = i_last_extrct_dates
EXCEPTIONS
break_off = 1
OTHERS = 2.
Regards
Gaurav
2010 Feb 10 9:41 AM
Hi,
Try function module REUSE_ALV_POPUP_TO_SELECT.
Regards,
Vinod
2010 Feb 10 9:42 AM
Try this POPUP_TO_DISPLAY_TEXT and if you need more lines then I think you have a custom with a copy of this..
2010 Feb 10 10:36 AM
Firstly Thnax for all for quick reply.
however SPECIAL THANX TO Monohar,
the fm u suggegsted POPUP_TO_DISPLAY_TEXT', has solved my problem.
2010 Feb 10 9:49 AM
Hello,
Try POPUP_WITH_TABLE_DISPLAY_OK and see if it meets your requirement.
Regards,
Sachin
2010 Feb 10 10:33 AM
Hi
Kindly check the below FM.
POPUP_WITH_TABLE_DISPLAY_OK
POPUP_WITH_TABLE_DISPLAY
CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY_OK'
EXPORTING
endpos_col = 50
endpos_row = 20
startpos_col = 20
startpos_row = 10
titletext = text-907
TABLES
valuetab = i_last_extrct_dates
EXCEPTIONS
break_off = 1
OTHERS = 2.
Regards
Gaurav
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |