cancel
Showing results for 
Search instead for 
Did you mean: 

Availability check across plants?

former_member242511
Participant
0 Kudos

Hi Gurus,

Can we do availability check in sales order across 7-8 plants?

ie. there are plants-1010,1011,1012,1013,1014,1015,1016 exist.

if for material "X" oldest batch(about to expire) exist in plant 1015 but we have entered plant 1010 in Sales Order,

system should propose that plant & oldest batch in SO or Delivery.

We are not using APO. is this possible in standard R/3 with availability check features???

Reg,

Amol

Accepted Solutions (1)

Accepted Solutions (1)

former_member209761
Active Contributor
0 Kudos

Dear Amol,

Seems like we have to use the following user-exit for the same.

User exits in program RV03VFZZ

USEREXIT_PLANT_SELECTION

Please check the forum as i remember reading a similar scenario , solved using material determination.But not sure.

Check and revert back.

Thanks & Regards,

Hegal K Charles

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

It is possible to check availability on other plants under one company code.

Using the user exit USEREXIT_PLANT_SELECTION in the Include RV03VFZZ you can make a preselection of the allowed plants. If you use this option, the Plant selection dialog box does not appear and the availability check is performed immediately for the allowed plants. If, on the basis of information resulting from the availability check, you want to deliver from a plant other than the one specified in the item, you must at present enter this plant manually in the item. In a later release, however, you will be able to select the plant directly from the list of plants"

Former Member
0 Kudos

Hello Amol,

What you are looking for is not possible in standard design but you can use user exit EXIT_SAPLATPC_001 which is called in FM AVAILABILITY_CHECK_CONTROLLER before the ATP check is called. You can change the plant according to your critericia, Table P_ATPCSX is what you need to change. It should have a plant field in it.

Thanks

Amber