cancel
Showing results for 
Search instead for 
Did you mean: 

message mapping value in memory

Former Member
0 Kudos

Hello,

I've a source:

field1

field2

field3

field4

and target:

statement1 for field 2 (update_insert)

statement2 for field 3 (update_insert)

statement3 for field 4 (update_insert)

The source is an IDOC.

It's possible have two Statement2 however only have a one field1, this field (field1) is mapping with a field of Statement2 and this produce an error: the second Statement2 hasn't filled the value field1 (because this field only come once - for first Statement2-)

how can i solve this?

thank very much

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Silvia,

You can try the copyValue standard function.

Best regards,

Dennis

Answers (3)

Answers (3)

Former Member
0 Kudos

If you want another "Statement2", copy this node using "Duplicate Subtree" and map with field 2.

Former Member
0 Kudos

Hello Pedro,

IDOC (LOIPLO01) -


> Database

segment -


> Statement1 (this only come once)

segment1 -


> Statement2 (this come many times)

segment2 -


> Statement3 (this come many times)

The problem is a field of the Statement2 is having filled with field of segment.

The first time occurrence of Statement2 is ok, but the other times an error occurs because we think the field of segment don't come more and your value is initial in the Statement2

how can we filled this field for second.. Statement2?

Former Member
0 Kudos

How is done your mapping?

Best Regards,

Pedro Pereira