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 with Program Name and Screen Number

muhammad_sohail
Participant
0 Likes
2,458

Dear All,

There is a report program in my repository, which calling the screen as

call screen 101. i want to use this screen in my own new program, is there possibility to call this screen with the program name as well.

OR how to call this screen in my own new program??

e.g; CALL SCREEN 101 <with program_name> ????

Thanks and Regards,

Sohail

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,512

Hai Sohail,

This is not possible you need to call the whole program using SUBMIT statement.

The kind of statement you are expecting is currently not available in SAP.

You need to find out a workaround for such situations

Regards,

Suvendu

Dear All,

There is a report program in my repository, which calling the screen as

call screen 101. i want to use this screen in my own new program, is there possibility to call this screen with the program name as well.

OR how to call this screen in my own new program??

e.g; CALL SCREEN 101 <with program_name> ????

Thanks and Regards,

Sohail

6 REPLIES 6
Read only

Former Member
0 Likes
1,512

This message was moderated.

Read only

Former Member
0 Likes
1,513

Hai Sohail,

This is not possible you need to call the whole program using SUBMIT statement.

The kind of statement you are expecting is currently not available in SAP.

You need to find out a workaround for such situations

Regards,

Suvendu

Read only

Former Member
0 Likes
1,512

Hi,

What you can do is assign a transaction code to that screen... Then you can call the transaction in your program.... CALL TRANSACTION tcod.

Read only

Former Member
0 Likes
1,512

hi

This is the one way

se93-->Specify the program name and screen

In Program call the ztransaction (the screen will rovoke)..

Thanks

Read only

0 Likes
1,512

Dharma....that is exactly what Sneha had replied...

Read only

Former Member
0 Likes
1,512

hi vin

Sorry for repeat !

Thanks

Dharma