‎2009 Aug 10 7:15 PM
Hi
I have some module pool program wich needs to call other program or FM for show some windows for user enter some data.
The requirement is the second program windows do not erase the initial screen from program 1 , so the window appears just like if the window belongs to the initial program.
But when i call the windows from the second program , these windows erase the previous screens showed from caller program 1.
I hope i explain this well ; does somebody knows wich kind of window/subscreen must i use in second program or FM for the window do not erase the previous screen from the caller program 1 ?
Regards
Frank
‎2009 Aug 10 8:25 PM
‎2009 Aug 10 8:25 PM
‎2009 Aug 10 9:19 PM
can also try normal screen with this syntax for second screen
CALL SCREEN dynnr
[STARTING AT col1 lin1
[ENDING AT col2 lin2]].