cancel
Showing results for 
Search instead for 
Did you mean: 

Segment creation in mapping

Former Member
0 Kudos

I have requirement to sum the perticular feild of all the line-item Segments of an IDOC and create another segment to place this sume of value.

how do I create an extra segment to place this value?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

to create an extra segment, i have to right click and create segment and apply the logic of sum: provided by Sarvesh Singh..

Former Member
0 Kudos

I dint get the clear picture for your interface.

Using "CreateIf" and Sum functions, you can create the target segment/field.

Former Member
0 Kudos

Hi,

In mapping use the standard function for summation and do your mapping something like this..

Source --> RemoveContext ---> Sum ---> Target

Regards,

Sarvesh