cancel
Showing results for 
Search instead for 
Did you mean: 

System Errors in fault Message.

Former Member
0 Kudos

Hi All,

Is it required to capture the system errors in an Inbound proxy scenario from class CX_AI_SYSTEM_FAULT. , or the fault message will automatically get filled while a system error happen?

We are using the method CL_PROXY_FAULT=>RAISE to raise the application errorrs from BAPI return.

Regards,

Sunil

Accepted Solutions (1)

Accepted Solutions (1)

former_member859847
Active Contributor
0 Kudos

Hi,

fault message are specific to application errors

at inbound side and reported back to sender.

which is different from system error class i.e

CX_AI_SYSTEM_FAULT.

please check the help content and blog on fault message types.

http://help.sap.com/saphelp_nw04s/helpdata/en/dd/b7623c6369f454e10000000a114084/frameset.htm

warm regards

mahesh.

Former Member
0 Kudos

Hi Mahesh,

Thanks for your time.

Is it required to catch the system errors from class CX_AI_SYSTEM_FAULT.

If yes what will be the ABAP coding we have to write to capture it?

Currenty I am able to catch the application errors from BAPI return.

Answers (1)

Answers (1)

former_member537867
Active Contributor
0 Kudos

Hi Sunil,

Plz go thru the below links u will have an idea:

Regards,

Vinod.