cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Segments

Former Member
0 Kudos

I have the following condition for mapping.

Creat for Every Client bar code related to item barcode. If there is no item bar codedonot create the subsequent segments.

How to map this in PI message mapping.

Could any one put the same chart over here...

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
If there is no item bar codedonot create the subsequent segments

ItemBarCode --> Exists --> if (ItemBarCode --> Then) --> Target

Alternately you can also try with createif standard function.

Regards,

Abhishek.

Former Member
0 Kudos

Iam not clear on this...

I mentioned ClientBar code too... but you didn't point out that.... Let me know clearly...

Former Member
0 Kudos

Vijay, Could you elaborate your requirement, what exactly you want?

Former Member
0 Kudos

I working this for Inbound Orders which is File to IDoc process.

Using the Idoc type SALESORDER_CREATEFROMDAT202. In this in segment E1BPSDITM, there is a mapping rule, which says... Create for Every Client Bar code related to item barcode. If there is no item bar code do not create the subsequent segmeents. Let me know how the mapping is to be for this condiiton....

Former Member
0 Kudos

Hi Vijay,

>>Create for Every Client Bar code related to item barcode. If there is no item bar code do not create the subsequent segmeents. Let me know how the mapping is to be for this condiiton....

You need to check whether the item barcode exists, if so then use the standard node function Createif to achieve this requirement.

Thanks,