cancel
Showing results for 
Search instead for 
Did you mean: 

BPM - RFC exception handling

Former Member
0 Kudos

Hi,

I have a Syn-RFC call in my BPM. I would appreciate help regarding the exception handling on the RFC.

Ideally the RETURN parameter in RFC will be populated if theres an error. The BPM needs to check if there are entries in RETURN, if so then stall the message in MONI as error and mail support with contents of RETURN. only if RETURN is empty (success), it should go ahead with next step.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

henrique_pinto
Active Contributor
0 Kudos

What ERP version are you working with?

If 4.7+, consider using ABAP Proxy instead of RFC.

There, you can define a fault message in the interface and it will be triggered if there is an exception at server application.

Regards,

Henrique.

Former Member
0 Kudos

we ae on 4.6c, so RFC is our choice.