cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping before ccBPM

Former Member
0 Kudos

Hello to all of you,

Because of performance issues I map Idoc's before ccBPM. The mapping before BPM goes well, however I get an error in BPM.

My BPM has the following steps: Receive --> Wait --> Send

The error message I get in BPM is: An empty container element was specified when sending.

Any suggestion where to look and what to do?

Kind regards,

Kamran

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Kamran,

Did you send the same container as you receive? May be you need a container operation?

May be the reason is the mapping:

Have a look to SXMB_MONI, mapping of request msg: Do you have content in the result? If not, copy your incoming msg and test your IF mapping at IB.

Regards,

Udo

Former Member
0 Kudos

Thanks to all of you for your help that was indeed the problem I had to use the same target container element as I receive.

Best regards,

Kamran

Answers (2)

Answers (2)

ranjit_deshmukh
Active Participant
0 Kudos

Hi Kamran,

see to it that you are assigning some expression

to the target container element and then use it in the send step.

Ranjit

Former Member
0 Kudos

Hi,

a) check (test) your mapping!

b) does the send step in BPM realy use the target-message you created in mapping?

Regards Mario