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

Calling screen of one program in another program (not selection screen)

Former Member
0 Likes
6,792

hi experts,

I want to call a screen of another program in my program, if it is possible give me a solution.

Thanks in advance,

K.Rajesh.

Hi,

U might be created the screen in SE51 ,so directly u can call the screen ,irrespctive of the program..

just by

CALL SCREEN <SCREEN NUMBER>

Check out the below threads

Regards,

Chandru

6 REPLIES 6
Read only

Former Member
0 Likes
2,146

Hi,

U might be created the screen in SE51 ,so directly u can call the screen ,irrespctive of the program..

just by

CALL SCREEN <SCREEN NUMBER>

Check out the below threads

Regards,

Chandru

Read only

0 Likes
2,146

Sorry chandru with out program name we can't creat screen in se51.

pls give another solution if possible.

Thanks,

K.Rajesh.

Read only

0 Likes
2,146

Hi,

As per my knowledge there is no such syntax, to accesing the screen of one program from other program.

But,

If u want to access second screen of other program u can use call transaction () skip initial screen.

But calling other program's screen is not possible..

U should creat ur own screen in ur program and use..

Use syntax..

Cal Screen <dynnr>.

Regards....

Edited by: Dayakar Chirivella on Feb 22, 2008 12:54 PM

Read only

0 Likes
2,146

Hi,

I think you can do like this.

In your program first create a screen and on that create sunscreen area.

In the PBO you can call screen of the other screen on that subscreen area using below syntax

CALL SUBSCREEN sscr1 INCLUDING <Prog_Name> <Screen_Number>.

I am not sure whether it will work or not, you can try it out.

<REMOVED BY MODERATOR>

Cheers

Prashant Raichurkar

Edited by: Alvaro Tejada Galindo on Feb 22, 2008 11:35 AM

Read only

Former Member
0 Likes
2,146

Hi,

Use SUBMIT keyword to call the another program.

Check the syntax below.

SUBMIT ZPROGRAM2.

Regards

Read only

Former Member
0 Likes
2,146

Hi,

We have possibility to call another program in our program.

Use below syntax in the current program.

SUBMIT <Second program name>

Regards,

Koti Reddy