cancel
Showing results for 
Search instead for 
Did you mean: 

E : Send step: Fault message 'XXXXXXXXXXXXX' is not defined

samantha_nez
Participant
0 Kudos

Hi,

I’ve made the following BPM scenario:

file (outbound asynchronous) -> BP (abstract asynchronous1)

BP (abstract synchronous) <-> CRM (inbound synchronous)

BP (abstract asynchronous2) -> file (inbound asynchronous)

I’ve defined a fault message to control the exception that CRM may return when it consumes the BAPI.

In SXI_CACHE the BPM has return code 99 and I get the following error-messages after repeating activation:

W : Send step: Property exception for 'XXXXXXXXXXXXXXXXXXXXXX' is missing

E : Send step: Fault message 'XXXXXXXXXXXXXXXXXXXXXXXX' is not defined

I’ve read I need to define an exception branch in the BPM to reference the exception.

Is there any another way or have I to do this? If so, how can I do it?

Thanks in advance,

Samantha.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This thread is for the same question:

Regards

Sandro

samantha_nez
Participant
0 Kudos

Hi,

I've done the mentionated thread and it goes on without working.

Is due to the fault message which I've defined? Have I to add a new branch in the BPM to control a possible fault?

Thanks,

Samantha.

prabhu_s2
Active Contributor
0 Kudos

probably due to the fault message declaration. Also check by inserting a branch for procesing the fault message without removing the fault message declaration.