2008 Feb 22 10:02 AM
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 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.
2008 Feb 22 10:11 AM
2008 Feb 22 10:15 AM
Sorry chandru with out program name we can't creat screen in se51.
pls give another solution if possible.
Thanks,
K.Rajesh.
2008 Feb 22 11:53 AM
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
2008 Feb 22 12:35 PM
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
2008 Feb 22 10:13 AM
Hi,
Use SUBMIT keyword to call the another program.
Check the syntax below.
SUBMIT ZPROGRAM2.
Regards
2008 Feb 22 3:25 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |