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: 
Read only

custom screen is not appearing as a pop up

SwarnaliBasu
Participant
0 Kudos
2,230

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

1 ACCEPTED SOLUTION
Read only

SwarnaliBasu
Participant
0 Kudos
1,644

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!

10 REPLIES 10
Read only

Former Member
0 Kudos
1,644

Hi,

What values are you passing in starting as and ending as.

Thanks,

Gaurav

Read only

RaymondGiuseppi
Active Contributor
0 Kudos
1,644

Could you

  • Post your exact syntax for CALL SCREEN STARTING AT
  • Check definition of dynpro : modal flag AND size lines/column
  • Check consistency between dynpro size and STARTING/ENDING coordinates (or remove ENDING option)

Regards,

Raymond

Read only

0 Kudos
1,644

This is my syntax below:

1>call screen 9000 starting 10 5 ending 85 16

2>modal flag is ON ,lines/column 14 76

Do I need to create it as  a subscreen,

Read only

0 Kudos
1,644

Don't convert it to subscreen (call screen wont perform well...) try to remove the ENDING option.

Read only

0 Kudos
1,644

I have removed the ending option but still no change in the layout..

Read only

0 Kudos
1,644

Check again flag modal and activation status?

Read only

SwarnaliBasu
Participant
0 Kudos
1,644

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 ?

Read only

alok_patra
Product and Topic Expert
Product and Topic Expert
0 Kudos
1,644

Hi,

Just write call screen 9000 starting at 10 5.

Mark the screen as Modal Dialog Box. It should work fine,

Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Kudos
1,644

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".

Read only

SwarnaliBasu
Participant
0 Kudos
1,645

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!