cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Asynchronous DynamicTranscation Call

Former Member
0 Likes
349

Hello Everyone,

I am trying to make Asynchronous Dynamic Transaction Call within a another transaction .  I am able to call successfully call and process the transaction but I am unable to get the transcationID of the Called transaction . It always gives me 0.Is this a bug or am I doing something wrong ?

I want to use this transcation to get the status and persistence ouput data.

I am using SAP MII 14.0 .

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hello Rajib/ Michaeal,

I treid all the setting of the persistence output but still I get 0 as transcation ID. I dont have 12.2 environment to check if its bug in MII 14.0 . Can anyone quick test in MII 12.1/12.2 to see if it works.

Thanks,

Naresh

Former Member
0 Likes

This is a bug in SAP MII 14.0 and it is fixed in MII 14.0 SP 1 . Please refer to the SAP Note  1819157

Answers (2)

Answers (2)

agentry_src
Active Contributor
0 Likes

Hi Naresh,

You should have a Ramp Up coach for MII 14.0 to discuss this with, but also should open a ticket for this issue.

Regards, Mike

Former Member
0 Likes

Hi Naresh,

If you call the transaction from any schedule job or Message listener where persistance is on error then you get the transaction id -1. At dynamic call action block you have a configuration persist transaction.

You can change it from inherit to persist always. This will give you the transaction ID.

Regards,

Creativeweblogo