cancel
Showing results for 
Search instead for 
Did you mean: 

user exit needs to match my scenario

Former Member
0 Kudos

Dear Gurus,

I had a scenario, material determination is maintanied for domestic sales org , but for exports the sales org is other my client requirement is not carry material determination for exports sales.

Note: material determination a maintained at access "Material Entered"

One solution is there to create new access based on my requirement but my client does not wants this logic.

Regards,

kishore.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In this case, you can use a new requirement assigned to the condition table.

Tcode VOFM, choose Requirements / Material determination.

The code is for example :

FORM KOBED_001.

SY-SUBRC = 4.

CHECK: Kompd-werks ne 'D001'.

SY-SUBRC = 0.

ENDFORM.

If you want another fields, use user exit to :

MV45AFZA

- USEREXIT_MOVE_FIELD_TO_KOMKD

- USEREXIT_MOVE_FIELD_TO_KOMPD

Regards,

Lionel

Former Member
0 Kudos

The Best way, as far as my knowledge goes, is to handle this is by creating a new access with the combination of Material and Customer.

Try to convince the client on this, otherwise you can create a new sales order type for Export Sales which will not have the Material Determination Procedure assigned to it, and so NO Material Determination during Exports.

Regards,

Vivek