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

SY-CALLD

david_fryda2
Participant
0 Likes
1,447

     Hi,

     I am calling a transaction which set sy-calld to X and this causes some problems.

    

     I need to call it without setting sy-calld to X without using LEAVE TO TRANSACTION.

     Is there a way to do it ?

    

     Thanks,

     Regards.

     Hi,

     I am calling a transaction which set sy-calld to X and this causes some problems.

    

     I need to call it without setting sy-calld to X without using LEAVE TO TRANSACTION.

     Is there a way to do it ?

    

     Thanks,

     Regards.

1 REPLY 1
Read only

schneidertho
Product and Topic Expert
Product and Topic Expert
0 Likes
867

Hi David,

which concrete problems are you facing? Basically there are two possibilities: LEAVE TO TRANSACTION and CALL TRANSACTION (with a bit different behavior).


Best regards

Thorsten