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

Come back to calling program from Call Transaction

Former Member
0 Likes
2,338

Hi,

From my program, i am calling a standard tcode :

Call Transaction - sy-calld is set in called transaction which deactivates some buttons there.

Leave To Trnasaction - sy-calld is not set , but then I am not able to come back to the calling program.

Please tell me how should this be achieved.

Thanks

Hi,

From my program, i am calling a standard tcode :

Call Transaction - sy-calld is set in called transaction which deactivates some buttons there.

Leave To Trnasaction - sy-calld is not set , but then I am not able to come back to the calling program.

Please tell me how should this be achieved.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
840

try submit the program of that transaction

Read only

Former Member
0 Likes
840

Hi, shalaxy s

If you do mean calling the transaction and being able to go back !!

You can use the following

For Example : CALL TRANSACTION 'SE80' VIA SELECTION-SCREEN AND RETURN.

OR: CALL TRANSACTION 'SE80' AND SKIP FIRST SCREEN.

Best Reagrds, AlMaReD

Edited by: AlMaReD on Jun 12, 2010 9:47 AM

Read only

Former Member
0 Likes
840

Hi,

Check this links...

Regards,

Raj.