Hi
I have a requirement that on MM01/02 save, a custom screen should be shown with a table control and few buttons.
I have created the screen and also is able to display it after save, however its not coming as a POP up screen.
1> I have the properties set as MODAL dialog box of the screen
2> I have also specified as CALL SCREEN ..STARTING AS ENDING AS..
still the output comes as a ONE normal screen with the a SAP background screen, Please can someone help. Attaching the screen
regards
SB
Hi
I have solved this issue by myself, I have found an exit where I have directly created the screen and it comes as a pop up, hence closing this thread,
Thanks for your efforts!
Could you
Regards,
Raymond
Hi
This is my syntax below:
1> call screen 9000 starting at 10 5 ending at 85 16.
2>Modal flag is ON ,lines/column :14, 76.
Do I need to create it as a subscreen ?
Hmm, in the moment, I don't know a reason why it shouldn't work. Did you reach the maximal popup level of 9? Only 9 dialog windows can be stacked, otherwise the result is "undefined".
Add a comment