2005 Nov 22 2:52 AM
Hi,
If I want to call screen from other standard or custom transaction into my custom transaction, how do I do it?
Thanks.
Tushar.
Hi,
If I want to call screen from other standard or custom transaction into my custom transaction, how do I do it?
Thanks.
Tushar.
2005 Nov 22 3:22 AM
I don't think you can able call other program screen in your program. May be you need copy those screns in SE51 and use them in your screen.
2005 Nov 22 8:26 AM
Hello See this link ,
http://www.sapgenie.com/abap/bdc.htm
This contains the program which calls the transaction using BDC.
Hopping this will help for you
2005 Nov 22 11:28 AM
I think you can do it just use submit command. Submit Program 2 in Program 1. It will display the screen of 2nd program. Just try.
2005 Nov 22 11:31 AM
2005 Nov 22 11:43 AM
Hi use the call screen statement as follows.
click f1 on call screen for further help.
CALL SCREEN 'Number' INCLUDING 'PROGRAM'.
Satish
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |