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 from another transaction

Former Member
0 Likes
777

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.

5 REPLIES 5
Read only

Former Member
0 Likes
708

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.

Read only

0 Likes
708

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

Read only

0 Likes
708

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.

Read only

abdul_hakim
Active Contributor
0 Likes
708

Hi,

use CALL SCREEN 'number' INCLUDING 'progam name'.

Abdul

Read only

Former Member
0 Likes
708

Hi use the call screen statement as follows.

click f1 on call screen for further help.

CALL SCREEN 'Number' INCLUDING 'PROGRAM'.

Satish