cancel
Showing results for 
Search instead for 
Did you mean: 

Material Determination / Ship-to

Former Member
0 Kudos

Hello All! 

I´m using Material Determination, and in my key combination I´m using Sales District or Sales Group field.

But my problem is when sales order is created,  the material determination funcionality takes Sales district (or Sales Group) from Sold-to.  I would like that material determination functionality will take Sales District (or Sales Group) from Ship- to,  or at least  from the Sales Order fields ( VBAK- VKBUR Sales District or VBAK-VKGRP Sales Group )  Is this possible?  How I could get it?

Thanks!

Itzel.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

If you do material determination by ship-to, and you change the ship-to on the order after a material is entered, does standard SAP retrigger a new material determination check?

Former Member
0 Kudos

Dear Itzel,

Why not to create a condition table in OV16 ship-to-party wise and then do the respective assignment of condition type w.r.t access sequence and maintain the procedure accordingly. After that maintain condition record for the specified key combination as per your requirement in VB01. Hope it helps. Lemme know the findings after trying that. Thanks.

Former Member
0 Kudos

This is correct and if the field does not, then add it via the SPRO under "Create New Fields (Using Condition Technique"

To use the new field in the sales order you will need to use MV45AFZA - note only for new field!!

Regards

Waza

Former Member
0 Kudos

You can make this by some simple ABAP coding in user exit MV45AFZB. Another possible way would be more difficult.

abhinav_sharma05
Active Participant
0 Kudos

Hi Itzel,

You need to maintain your desired fields in the field catalogue for maintaining material determination conditions. And for that i think you need user exit

MV45AFZA-

USEREXIT_MOVE_FIELD_TO_KOMKD.,

USEREXIT_MOVE_FIELD_TO_KOMPD

Thanks,