cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Integration Process

Former Member
0 Kudos

Hi Experts,

I have a scenario

IDoc-BPM-cXML.

on sending the PO from the ECC, the below error was noted in SXMB_MONI_BPE(technical details) in XI system.

Error handling for work item 0000000XXXXX

Runtime handle of object type could not be created

Work item 0000000XXXXX: Object CL_SWF_XI_MSG_BROKER method SEND_ASYNCHRON cannot be executed

An empty container element was specified when sending

An empty container element was specified when sending

Please suggest on the issue and help to resolve it.

Thanks in advance,

MK

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

you can check the followng things for your BPM.

please check whether the IP that you have created is correct or not.

to check this go to the transaction SXI_CACHE, select the Integration process, double click on this and choose your IP name

if the code is 0 then the IP is correct else it is having some errors.

if u still face the problem please reply me back.

Thanks

Rinku

Former Member
0 Kudos

Hi,

Object CL_SWF_XI_MSG_BROKER method SEND_ASYNCHRON cannot be executed

An empty container element was specified when sending

1) Means required input message did not reach to send step.

2) Check from where it is not coming either from receiver step or from any mapping step.

3) For debugging you can use Workflow.

Regards,

Rohit.

Reward points if helpful.

samiullah_qureshi
Active Contributor
0 Kudos

Hi

You are getting this message:-

An empty container element was specified when sending

It means that abstract message interface you are sending through given method SEND_ASYNCHRON, is doesn't exist at runtime.

A message interface can exist in Integration process by two means either Integration process received it from some external system or it is the result of some transformation step in Integration process.

I think message interface that you have mention on send step is neither received using by integration process nor generated by any transformation step.

Can you please check it and let me know.

Regards

Sami