cancel
Showing results for 
Search instead for 
Did you mean: 

Splitting of SO containing Normal materials and GIK materials

Former Member
0 Kudos

Hi Experts,

I need to split our Deliveries automatically into 2 deliveries on creation so that one delivery contains normal products & other conatins products with 100% discount.

I know, I need check the GIK flag & split the deliveries, I have found a user exit also where I can spilt the deliveries but I m not sure, what logic should I put for splitting the deliveries.

Any help would be appreciable.

Regards,

Mukesh J.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Raja,

This is a standard field in table LIKP-ZUKRL (Combination criteria for delivery).

It seems they are using it for splitting....Just wanted to know how does it works with this field?

Thanks,

Mukesh J.

Former Member
0 Kudos

Hi Mukesh,

I just checked that LIKP-ZUKRL can be used as splitting criteria for delivery. the data transfer routine which is assigned in Copy control Order to Delivery (VTLA). There you can use field ZUKRL

thanks,

Raja

Former Member
0 Kudos

Hi Raja,

They are inclusive.

I have a User Exit RV50C632 in which they are trying to spilt the deliveries by using field ZUKRL on plant criteria.

Can you please tell me the significance of this field.....like what value it should contain for splitting, how it is helpful to spilt the deliveries. Can I write some logic by using this field for GIK criteria?

Regards,

Mukesh J.

Former Member
0 Kudos

Hi Mukesh,

I am sorry to say, i never heard about this exit, and moreover the field you have mentioned is Z. Which i feel is not standard.

If you are having VBAP-ZZFREE Flag for GIK material that you can simply use for splitting criteria,

Thanks,

Raja

Former Member
0 Kudos

Hi Raja,

I want to split the deliveries based on field VBAP-ZZFREE which is flag for GIK products.

e.g. A sales order which conatins delievery of 7 mugs, out of which 5 mugs are normal product & 2 mugs are GIK (Given with 100 % discount on these 5 mugs). Then in this case it should create 2 deliveries 1 which contains list of 5 mugs & other which conatins list of 2 mugs.

Regards,

Mueksh J.

Former Member
0 Kudos

Hi Mukesh,

There is one doubt coming in my mind regarding your situation.

You are giving 2 Mug free with 5 right? Whether its inclusive free goods or exclusive?

Secondly ZZFREE is your customized field in VBAP.

You can have a check in copy control routine in VTLA where your ABAPer has to 'put a check for flag at VBAP-ZZFREE.

Thanks,

Raja

Former Member
0 Kudos

hi,

Did you think about splitting it by Item category?

I guess the item categhory for 100% discount and normal will be different.

Thanks,

Raja