cancel
Showing results for 
Search instead for 
Did you mean: 

Error Processing in BPM

former_member312864
Active Participant
0 Kudos

Hi All,

My source is Database and my receiver is RFC

RFC response has to be evaluated for errors. Xpath used for evaluating errors If there are errors there should be an email to a support group

(we have to use email adapter here)

Can anybody guide me to implement the below logic in BPM:

If RFC Return code = E then there are errors.

If RFC Return code = E,

and if RFC Error number = 'XXX'

then retry the RFC again after 30 mins.

Error number XXX represent the record is being locked on the ECC side, So retry for XXX error number.

This has to happen for 4 times and still there are get error then need to mark the RFC response as errorand update the database.

How to acheive this in BPM???

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Ref this thread:

Thanks,