Hi Experts,
We are working on SAP PI 7.1. We are doing a BPM in which we are getting a message and in the Message Mapping, we are doing an RFC call.
The response data of RFC call is mapped to some of the fields of target message. We might face a situation, where sometimes this RFC call might fail resulting in error message and target fields not getting populated.
So, we want to loop the transformation step in BPM until the RFC call is success.
My query here is, can we put a transformation step inside a Loop step?
Does it create any issue,since my transformation step will result in a target message creation and while going back to loop for the second time, the
transformation step fails?
We would highly appreciate your help. Please share your thoughts.