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

Window called from Program

former_member425121
Participant
0 Likes
402

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

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
375

Second window can have attributes as "Modal Dialog box"

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
376

Second window can have attributes as "Modal Dialog box"

Read only

Former Member
0 Likes
375

can also try normal screen with this syntax for second screen

CALL SCREEN dynnr

[STARTING AT col1 lin1

[ENDING AT col2 lin2]].