cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a Wait Step in BPM for the synchronous send step

Former Member
0 Kudos

Hi,

we have a scenario where in one of the step in BPM is a synchronous step which sends data to ECC system and gets the Respose .

The Requirement is that we need to add a wait for the Synchronous step in BPM as the data sent to RFC(ECC) need to get comitted before sendng the response which requires some wait time.

Currently we are getting the Response to PI from ECC where it was reported as the response is not correct.

Is this possible to add wait

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks all for the reply

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Since Synchronous send step is expected to retrieve response , you dont need to create Wait step. You application level logic has some processing error. Try to fix it in the backend logic.

Former Member
0 Kudos

Hi,

As Stefan has already mentioned, you can not add a wait step in the BPM to wait for the sync response. The wait step can only be added in between two ther steps, say like transform and send, but not within a single step.

Since the response from ECC itself is showing as not correct, the issue can be in ECC or the response format.

Regards

stefan_grube
Active Contributor
0 Kudos

> Is this possible to add wait

No, this does not make any sense.

The BPM waits for the response anyway.

You could change the scenario to an asynchonous pair of messages.

But in my opinion the error is inside the ECC, because the response from ECC is not correct.