cancel
Showing results for 
Search instead for 
Did you mean: 

Container Operation in BPM

Former Member
0 Kudos

Hi,

I have a BPM that should change a message with a container operation. The message got the structure:

message

|-errorcode

is it possible to fill the errorcode (string) with a container operation? It is an abstract interface. Or is a container operation only possible with a simple xsd-data type?

I tried it with an abstract interface, but don't understand how to fill the expression.

thanks

chris

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

Container operation is mainly used to say do arithematic opeations on a simple type or append a interface to a multiline container.

Ref: http://help.sap.com/saphelp_nw04/helpdata/en/59/e1283f2bbad036e10000000a114084/content.htm

in your case to fill data you need a transformation step.

Former Member
0 Kudos

Ok, I guess this, but points for you.

I tried now to do following:

S/A-Bridge open -> transformation step -> S/A-Close

In transformation I mapped request to response, but if I check the BPM he tells me, that the repsonse container is initializied, but not used ?!? Why? In closing S/A-Bridge I use the response.

thanks

Shabarish_Nair
Active Contributor
0 Kudos

if it is just an information then ignore the same.

Go ahead and activate the BPM.

Try to run the scenario. Then in case it doesnt work,

in SXI_CACHE -> IP -> check if your BPM has areturn code of 0.

Former Member
0 Kudos

sxi_cache is ok, but I don't like to ignore

informations So did you know if the transformation is used or does he mapped the information out of the interface-mapping between soap_syn_out and soap_syn_abs? If so, my transformation would be needless, or?

thanks

chris

Answers (0)