Skip to Content
0
Former Member
Jun 19, 2007 at 06:16 PM

One SC line item (say with 10 quantities) splitting into 10 multiple PO's

252 Views

Hi,

I have a question regarding shopping cart splitting into multiple PO's. we have a requirement whereby, if a line item in shopping cart has 10 quantities (for capital expenses) then it should be splitted into 10 purchase orders. This is required because later on we want to create fixed asset record from these 10 purchase orders.

shopping cart (capital expense)

1) line item1 - quantity - 10 -


> splitted into 10 PO's -


> 10 fixed asset record

2) line item2- quantity - 20 -


> splitted into 20 PO' -


> 10 fixed asset record

Is this possible? I am aware of this badi "BBP_GROUP_LOC_PO" for grouping of sc line items into PO's. we are using extended classic, so it will have local SRM PO and backend PO read only copy.

In the Badi mentioned above, in method "Group_po" there is a changing parameter called "item_data" and one of the fields in it is "REFNUMBER" which can be assigend to line items. So line items with same REFNUMBER will be grouped into One PO. But can we split one single line item with (say 10 quantity) into (say 10 PO's)????

Can anybody pls throw some light on this?

Regds,

Kim R.