cancel
Showing results for 
Search instead for 
Did you mean: 

1:N mapping Scenario, BPM errors

Former Member
0 Kudos

Hi,

I am following this scenario 1: N multi mapping

I need your help to fix my errors for Container1, container 2, and Send step in BPM

In BPM,

1. I have got Receive Properties without errors

2. Transformation Properties without errors

3. container 1 : can you please let me know container Properties are correctly given i.e Operation and Expression are correct ?

Please check the snap shot:

http://www.flickr.com/photos/33169400@N05/3132774664/

4. Loop is correct

5. Container 2

As per the blog: Container operation2: It increments index by 1.

While checking My Target value has Errors. For my Target I have given index(container variable) as value. Operation and Expression are correct ?

Please check the snap shot:

http://www.flickr.com/photos/33169400@N05/3132774670/

6. Send Properties:

As per the blog: Send step: It sends the current line of the multiline interface element out_msg1 whose index is given by the

container variable index i.e out_msg1[index].

Please check the snap shot:

http://www.flickr.com/photos/33169400@N05/3132774672/

But I am not getting the Message Value output [ index ]. i.e. i am not getting [ index ].

Please do help me to fix this to get the index in Message Value

Thanks

manian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

5. Container 2

As per the blog: Container operation2: It increments index by 1.

While checking My Target value has Errors. For my Target I have given index(container variable) as value. Operation and Expression are correct ?

Use assign instead of Append.

you have desing in this way.....index = index +1 .

ie index expression(=) index expression(+) constant '1'.

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

Former Member
0 Kudos

Thanks Sekhar for the help, I have used Assign value, now the container 2 has no errors.

Bu still I am unable to solve the Send Properties

-


step 6

Send Properties:

As per the blog: Send step: It sends the current line of the multiline interface element out_msg1 whose index is given by the container variable index i.e out_msg1index.

Please check the snap shot:

http://www.flickr.com/photos/33169400@N05/3132774672/

But I am not getting the Message Value output index . i.e. i am not getting index .

Please do help me to fix this to get the index in Message Value

manian

Former Member
0 Kudos

Hi manian

check all your container variables and check the multiline option also appropriately .

Ram

Former Member
0 Kudos

thanks, solved, there was a multiline missing.

manian

Answers (0)