cancel
Showing results for 
Search instead for 
Did you mean: 

Clarification regarding relation in MV45AFZZ

Former Member
0 Kudos

Hi Gurus,

I have this User Exit MV45AFZZ where I need to build a logic for the folowing.

Scenario: Many US and Non US Countries.

Check for the Order Type, Distribution Channel, US Country and Order Type is Export Order

If the country is US and if the country is either (Northern mariana, Puerto Rico or Virgin Islanda) then I need to put a Delivery Block for the Orders in the above countries.

Is the above logic already present in the Exit

Any logic or hints would be very much greatful.

I am an ABAPer so requesting for the hints.

Thanks

Srikanth.P

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the replies

Former Member
0 Kudos

Hi,

What you can do is set a break point in the exit and ask your functional person to create a sales order. When he creates the order for that scenario, if that break point triggers, and if you have all relevant data at that time, you can directly use that.

Else check below link for all SD relevant user exists.

https://wiki.sdn.sap.com/wiki/display/ERPLO/SDUserexits

Best regards,

Anupa