cancel
Showing results for 
Search instead for 
Did you mean: 

BPM - An empty container element was specified when sending

Former Member
0 Kudos

Hello Experts,

My BPM process looks as below:

Receive -> Loop (execute if the status of IDoc is ERROR(E))--> Mapping ---> End Loop --> Send

The message is failing in BPM workflow with the log: An empty container element was specified when sending

Container for receive and send stepe are different. IP in SXI_CACHE has process code 0.

Mapping program is defined between the abstarct msg type of receive step and abstract msg type of Send step.

Th message being processed has initial status as ERROR and after the mapping step is exceuted, it retrieves teh current status i.e SUCCESS. This ends the loop step and while tying to send the messgae to target system, this error occurs.

Pls advice if I am missing anything.

Thanks,

Elizabeth.

Accepted Solutions (1)

Accepted Solutions (1)

former_member207622
Contributor
0 Kudos

Go to transaction SWWL , select your integration process instance and delete it

Create your process with a new name and run the scenario again

regards

Ninad

Answers (1)

Answers (1)

Former Member
0 Kudos

Figured out the problem....

The loop condition i had specified was incorrect and hence the mapping did not get executed.. and hence the error.