‎2008 Jan 24 9:19 AM
‎2008 Jan 24 9:20 AM
u can get a pop up window by using many functions
try this
POPUP_GET_VALUES
hope this will work for you
‎2008 Jan 24 9:20 AM
u can get a pop up window by using many functions
try this
POPUP_GET_VALUES
hope this will work for you
‎2008 Jan 24 9:21 AM
You don't need an FM to popup a window. Instead, create a screen as a Modal Dialog Box and then call it.
‎2008 Jan 24 9:24 AM
Check the following FM:
Popup Related Function Modules:
POPUP_TO_DISPLAY_TEXT display 2 line text.
POPUP_TO_CONFIRM_STEP
POPUP_TO_CONFIRM_WITH_VALUE (with Back and Exit)
POPUP_TO_CONFIRM_LOSS_OF_DATA (with Cancel).
POPUP_TO_CONFIRM_WITH_MESSAGE
POPUP_TO_DECIDE
POPUP_TO_DECIDE_WITH_MESSAGE .
Regards.