2014 Jan 21 11:00 AM
HI Guys,
I have one requirement I want to call one POPUP screen in MIRO TCODE after pressing the saving button.
I found one exit EXIT_SAPLMRMP_010 that called after clicking on save Button. how we can call the subscreen as a POPUP.
Regards.
Nishant
2014 Jan 22 3:09 PM
Hi Nishant,
write as CALL SCREEN 100 STARTING AT 10 ENDING AT 20.
This is not directly calling a pop up screen but calling a normal screen by giving co-ordinates, so that it looks like a popup.
Regards,
Ganesh
2014 Jan 22 3:09 PM
Hi Nishant,
write as CALL SCREEN 100 STARTING AT 10 ENDING AT 20.
This is not directly calling a pop up screen but calling a normal screen by giving co-ordinates, so that it looks like a popup.
Regards,
Ganesh
2014 Jan 24 11:54 AM
Hi Nishant,
I had a similar requirement and I used the BADI 'INVOICE_UPDATE'.
In the method CHANGE_BEFORE_UPDATE, I used the function module REUSE_ALV_POPUP_TO_SELECT to get the pop-up.
In the ALV screen, we can display our required message/output.
Regards,
Munesh
2014 Jan 24 12:24 PM
HI Munesh,
@@ GANESH
Thanks my issue has been solved. What i did, i created one Screen in the Function group XK08 and call that screen in the Exit EXIT_SAPLMRMP_010, i called that screen using the CALL Screen starting and Ending at.
Regards.
Nishant Bansal