2009 Mar 13 5:40 AM
Hi experts,
In my requirement I need a pop-up screen to be displayed for a particular condition, similar to the pop-up given by FM POPUP_TO_CONFIRM with a text msg and YES , NO and CANCEL button, but on the same screen.
Above FM gives pop-up but on another screen.I want my pop-up window to be on the same selection screen(with a dimension smaller than the selection screen).
I know a possible way could be CALL SCREEN , but I am not gettin it right.
Can anybody help me out, regarding this query?
Regards
Nishant Khimesra
Hi experts,
In my requirement I need a pop-up screen to be displayed for a particular condition, similar to the pop-up given by FM POPUP_TO_CONFIRM with a text msg and YES , NO and CANCEL button, but on the same screen.
Above FM gives pop-up but on another screen.I want my pop-up window to be on the same selection screen(with a dimension smaller than the selection screen).
I know a possible way could be CALL SCREEN , but I am not gettin it right.
Can anybody help me out, regarding this query?
Regards
Nishant Khimesra
2009 Mar 13 5:43 AM
Hi,
Create a sub-screen and take three buttons for YES, NO and CANCEL on it with appropiate function code.
And in your program write code to call this screen:-
CALL SCREEN '0100'.
And handle the flow as per your requirement i.e., handle the buttons clicks.
Hope this helps you.
Regards,
Tarun
2009 Mar 13 6:41 AM
Hi Tarun,
While calling the screen I am getting a run time error, I think we cant call subscreen directly.
2009 Mar 13 6:51 AM
Hi,
Create a screen in SE51 and call this screen in the program as:
CALL SCREEN '0100' STARTING AT 10 6
ENDING AT 90 12.
Hope this helps you.
Regards,
Tarun
2009 Mar 13 5:44 AM
Hi,
try the FM POPUP_TO_CONFIRM_STEP
and let me know if the issue still remains!
thanks
ravi
2009 Mar 13 6:11 AM
Hi Ravi,
This works similar to POPUP_TO_CONFIRM, but i want the pop-up overlapping a part of selection screen
2009 Mar 13 6:16 AM
Ok,
try to create a subscreen area on the main screen with the dimensions that is required.
in Screen Painter. SE51.
thanks
ravi
2009 Mar 13 6:43 AM
Hi Ravi,
I have tried with creating a screen but the screen will not be overlapped with the selection screen.But i want it to be overlapped.
2009 Mar 13 5:45 AM
Hi,
Try the following FMs, see if it helps:
POPUP_TO_CONFIRM_DATA_LOSS
POPUP_TO_CONFIRM_LOSS_OF_DATA
All confirms an action before carrying out
Regards.
2009 Mar 13 5:53 AM
POPUP_TO_CONFIRM will give error window from where it is called.
Use same FM it wont give any problem.....
2009 Mar 13 6:10 AM
2009 Mar 13 6:44 AM
Hi,
In FM POPUP_TO_CONFIRM, you can specify start column and row for POPUP .
Parameters START_COLUMN and START_ROW.Use this parameters for the popup box to overlap your selection screen.
Thanks,
Savitha
2009 Mar 13 6:53 AM
Hi Savitha,
I have already tried all these options but, my requirement is the pop-up should be overlapping the selection screen, ie the selection screen should be partially seen.
2009 Mar 16 3:51 AM
Hi,
I got the solution to my problem.Since I was working with selection screen, as soon as we press F8 or execute the selection screen disappears.Hence I have coded the code before START-OF-SELECTION and it is working fine.
2009 Mar 13 6:17 AM
Hi,
Try with this
POPUP_TO_CONFIRM_WITH_MESSAGE :
Create a dialog box in which you inform the user about a specific decision point during an action.
Regard,
NNR.
2009 Mar 13 6:50 AM
Hi
Are you validating some thing on selection screen , if Use at selection screen output .
Try
At selection-screen output .
call your Fm
2009 Mar 16 4:02 AM
We cant have a pop up screen in selection screen after pressing F8 or execute
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |