Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Pop Up Screen in MIRO

nishantbansal91
Active Contributor
0 Kudos
2,230

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
855

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

3 REPLIES 3

Former Member
0 Kudos
856

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

muneshpatwari
Active Participant
0 Kudos
855

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

0 Kudos
855

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