cancel
Showing results for 
Search instead for 
Did you mean: 

material availability

Former Member
0 Kudos

Hi all

I have requirement, for creating the sales order there is a upload program, user will upload a .TXT file with details (sold to party, ship to party, material and plant)

Requirement is while creating the sales order system has to check the total customers order quantity for one particular material after checking the material availability, it has to be distribute equally to all the customers if the material availability is less than the order quantity. Please do the needful.

Thanks in advance,

Regards,

Nagesh

Accepted Solutions (1)

Accepted Solutions (1)

madlercm
Active Contributor
0 Kudos

This is not how availability works in SAP ERP.

For such a requirement you need to either use the GATP functionality in SCM-APO, or do a lot of ABAP writing by yourself!

Regards,

Mario

Former Member
0 Kudos

Thanks for your input, any suggestions from others

Regards,

Nagesh

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

Through standard configuration settings, this is not possible. You have to try with any of the following exits.

a) User exits in the program MV45AFZZ - USEREXIT_MOVE_FIELD_TO_VBEP

b) User-Exits in program MV45AFZB - USEREXIT_CHECK_VBEP

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi Lakshmipathi,

I my requirement is, system has to check sales orders quantities of all customers for one particular material, how to capture all customers sales order data in the above USEREXIT

Regards,

Nagesh N