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

Running two programs on one screen

Former Member
0 Likes
892

Hi,

is there a possibility to run two different programs on one screen, independantly from each other. Or is this a kind of Container in which you can run a program?

5 REPLIES 5
Read only

former_member125661
Contributor
0 Likes
758

screens cannot be shared by 2 programs..i think..But the vice-versa is possible. What is your exact requirement ?

Read only

Former Member
0 Likes
758

I would like to have a screen with two containers. In each of them a different report should be run, independantly from each other or from the main program. It's like multitasking, but on the same screen.

Read only

0 Likes
758

You might find the methods of class CL_GUI_TIMER of interest e.g. you could kick of pair of timers and have different logic run after each returns. Is that the sort of effect you want?

Jonathan

Read only

Former Member
0 Likes
758

Use a screen with 2 subscreen, in each subscreen input the logic of the programs

Read only

Former Member
0 Likes
758

What I want to do is having some buttons on one subscreen and on an other subscreen I want to run a logical database program.