cancel
Showing results for 
Search instead for 
Did you mean: 

FCC recordsets per message

Former Member
0 Kudos

Hi experts,

I have the following message:

I do not understand why?

very thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

yes, the message type is:

SOURCE TARGET

mt_funcion_z 1..1 Z_MM_CREAC_MAT 1..1

data 0..unbounded PI_DATOS 1..1

data 0..unbounded item 0..unbounded

tipo 0..1 PI_SEPARATOR 1..1

field1 0..1

field2 0..1

...

field16 0..1

Former Member
0 Kudos

Hi Silvia,

Post the payload before doing the mapping.

Go to SXMB_MONI, select your message and take the first payload before doing the mapping

pipeline step.

Carlos

Answers (4)

Answers (4)

Former Member
0 Kudos

very thanks all,

I have modified the mapping and I see the same number of records in the target message, the problem now is that the content of all records in the target message is the same (contents of the first record source message), I think that this is not a problem of mapping, which may be going?

example

source

reg1 = data1

reg2 = data2

reg3 = data3

target

reg1 = data1

reg2 = data1

reg3 = data1

Former Member
0 Kudos

check the mapping.. Please test using the test message

Former Member
0 Kudos

sorry,

source

SOURCE

mt_funcion_z 1..1

data 0..unbounded

data 0..unbounded

tipo 0..1

field1 0..1

field2 0..1

...

field16 0..1

TARGET

SOURCE TARGET

Z_MM_CREAC_MAT 1..1

PI_DATOS 1..1

item 0..unbounded

PI_SEPARATOR 1..1

Former Member
0 Kudos

Try to map the field which is having 0..unbounded occurence with Item and also check the strcuture and occurence of the data type.

prateek
Active Contributor
0 Kudos

Check whether your datatype has node occurrence 1 to unbounded.

Regards,

Prateek