‎2006 Nov 22 3:53 AM
Hi,
Pls guide me as to how to call a pop up in a classical report.In this pop up,I have to show the list.
Helpful answers will be rewarded.
Regards,
Sipra
‎2006 Nov 22 4:02 AM
Hi,
try using 'C14A_POPUP_LIST_DISPLAY'.
also search with terms POPUP in SE37.
Cheers
VJ
‎2006 Nov 22 4:02 AM
Hi,
try using 'C14A_POPUP_LIST_DISPLAY'.
also search with terms POPUP in SE37.
Cheers
VJ
‎2006 Nov 22 4:07 AM
Hi
You call the Function Module TH_POPUP , You can pass the message to be dispalyed on that popup
NOTE* This Will Display only the message not the POpup List .
Message was edited by:
Badarinarayan Patil
‎2006 Nov 22 4:09 AM
‎2006 Nov 22 4:12 AM
do you mean you want a secondary report to come up in its own window?
If so, after an 'at line-selection' event use the window command, then all writes will appear in a separate window to the primary report.
eg,
WINDOW STARTING AT 1 15
ENDING AT 79 23.
WRITE 'Text'.
‎2006 Nov 22 4:13 AM
Hi Sipra,
check the below FM'S
POPUP_EXCEPTION_LIST POPUP_TO_DECIDE_LIST POPUP_NO_LIST
POPUP_GET_SELECTION_FROM_LIST
POPUP_TO_CHANGE_LIST_FIELD
POPUP_TO_CHANGE_SHOPPING_LIST
POPUP_WITH_TABLE_DISPLAY_OK
POPUP_WITH_TABLE_DISPLAY
POPUP_WITH_TABLE
Regards,
Nagaraj
‎2006 Nov 22 4:15 AM
hi
u hv to use WINDOW STARTING AT XX ENDING AT YY option..
Cheers,
Abdul Hakim
‎2006 Nov 22 4:34 AM