Skip to Content
0
Aug 04, 2016 at 03:32 PM

Refresh module pool Screen properties like height.

159 Views

Hi.

Need suggestions,

I have two screens in Module pool

Screen1 - Normal Screen

Screen2 - Modal dial box

Screen3 - Normal Screen.

Execute the Tcode, Screen1 is open, then from the Screen1, i need to call the Second screen. by using the Call screen , i am calling the second screen like below.

CALL SCREEN 0110

STARTING AT 4 10

ENDING AT 50 20.


Screen2 is appearing correctly. But now From the Screen2 i need to call Screen1 or Screen3

here Screen1 or Screen3 Both are normal Screens only Screen2 is modal dial box.


the problem is When ever i call from Screen2 the Screen1 or Screen3, they are appearing like modal dialog,

Which means height and width of the Screen2 is taking.

After call the Screen2 this problem is coming.May i know how could i refresh the heights of the Screen1 Or Screen3.



From Screen1 to Screen2 below code i am using.

CALL SCREEN 0110

STARTING AT 4 10

ENDING AT 50 20.


screen2 to Screen3 coding.

SET SCREEN 0120.

LEAVE SCREEN.

Screen2 to Screen1 coding.

LEAVE TO SCREEN 0100.








Attachments

mdpool.png (32.9 kB)