cancel
Showing results for 
Search instead for 
Did you mean: 

idoc split issue

Former Member
0 Kudos

Dear All,

I have a Shipment IDoc that is sent to PI . I need to be able to split the IDoc based on the line items.

For Eg -

If SHPMNT05 IDoc has 5 line items (E1EDP01) and if any two line items are identical i.e have the same line item number then it should split the IDoc otherwise not.

I know splitbyvalue function can be used to split an IDoc when value changes or for each value. But for the above scenario I am not sure how to use that function.

Please advice.

Thanks,

Teresa

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Do you need to compare two line iteam fields to indefiry two line items are indetical ?

or

Do you have field like material number or BELNR to indentify?

Former Member
0 Kudos

Hi Raja,

I do need to compare the two line items fields

Thanks,

Teresa

rajasekhar_reddy14
Active Contributor
0 Kudos

This is tricky, comparing all lineitems required lot of effort in PI Mapping(java mapping may required).

But i dont think you need compare all line iteam fields, may be there would be ket field to indentify , check with ECC team .

Answers (0)