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

LEAVE TO TRANSACTION error.

Former Member
0 Likes
477

LEAVE TO TRANSACTION" is not allowed in batch input.

I am getting this error in ECC6.0

can someone help me with this

LEAVE TO TRANSACTION" is not allowed in batch input.

I am getting this error in ECC6.0

can someone help me with this

1 REPLY 1
Read only

Former Member
0 Likes
383

Hi,

Can you be clear please.

In general LEAVE TO TRANSACTION will make a move to the transaction code which is present in SY-TCODE.

This is not allowed in BATCH INPUT methods . Upon completion of the called transaction, the runtime environment returns to the position where the first program in the call sequence was called.

Thanks and Regards.