cancel
Showing results for 
Search instead for 
Did you mean: 

How to break FOR_NEXT Action block in SAP MII from another transaction called using TRANSACTION CALL

Former Member
0 Kudos

I have a simple transaction in SAP MII. I have used an transaction call in it. I need to break the for_next action from the other transaction call. How can I do it?

This is the for_next action block. I need to break the for_next loop form the transaction below called using TRANSACTION CALL ACTION . How can i access the break of for_next of the above transaction in the called transaction.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185280
Active Contributor

From within the called transaction you can't. You can pass a boolean as an output parameter from the called transaction to trigger the break.

Regards,
Christian

Answers (2)

Answers (2)

former_member185280
Active Contributor
0 Kudos

Not sure exactly what you asking here but you can insert a sequence anywhere you want including between existing sequences and branch off from there.

Regards,
Christian

Former Member
0 Kudos
Former Member
0 Kudos

Hi christian libich,

Thanks for the reply. We can assign the boolean to break of for_next .But I want to add conditional to check the boolean. But i cannot add it as conditional need an seperate sequence and when we add, it adds it out of the for_next loop in another sequence. so how can i add an condition to be part of for_next loop,when the loop already has some action blocks

Thanks and Regards,

Gangadhar Chintala