cancel
Showing results for 
Search instead for 
Did you mean: 

Make to Stock

Former Member
0 Kudos

Hi Friends,

My scenario is Make to Stock(MTS) scenario.

I have 3 plants: 1000,2000,3000

Stock available in plant 1000: 20 Pcs

Stock available in plant 2000: 200 Pcs

Stock available in plant 3000: 800 Pcs

Example: I am creating the order for 50 Pcs..

1) if the order is for plant 1000 it will confirm only 20 pcs and what will be status of the 30 pcs..when i will confirm that 30 pcs?

2)While creating the order(from the order screen) can i check the stock in different plants? so that i can select the plant which is having the sufficient stock.

with regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

You can try the following user exits;

1) EXIT_SAPLATPC_001

2) EXIT_SAPLATPC_002

in such a way as and when sale order is created, system should populate stocks available in all plants and once the end user selects the required plant, stock allocation is made accordingly in sale order.

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi Laxmipathi,

Thanks for the reply..

I will try with the userexits and revert accordingly..

with regards

Former Member
0 Kudos

Hi Laxmipathi,

I asked my ABAPer about this exits..

He is telling that these are Function Modules,,,

we tried in T.code SMOD and CMOD..but this userexist doesnt fit into the tab..

1)If it is a function module then we have to write any code in this Function module???

2) If it is not then where we have to check the userexits..???

with regards

Lakshmipathi
Active Contributor
0 Kudos

They are Function Modules in enhancement ATP00001

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi Azeez,

1 ) While your available (in stock) 20 pieces will be allocated to the requested delivery date, for the rest of your 30 pieces (as per your example) system will take the next possible delivery date i.e when the quantity of material is made available to the stock.

In SAP screen, you can view it in the sales order before saving itself by going to the item level and then go to Schedule lines Tab

there will be two line items : Line Item 1: 20 Pieces on the Requested delivery date

Line Item 2 : 30 pieces on the Next possible date.

The above case will work out only when the Reorder level for the particular material is not exceeded.

2 ) Once it is exceeded then you will be taken to (Standard Order : Availability Control) screen where in you can see the Other Plants button. By clicking the same button you can look for the availability of the same material in other plants (Provided the material is defined in other plants)

Please Check and Revert.

Regards

former_member550050
Active Contributor
0 Kudos

Hi

As per my knowledge in R3 Availability check happens in only one plant the( delivering plant which has come in sales order) and system stops after that

The Functionality which you are looking is available only in APO (ADVANCED PLANNING AND OPTIMZATION) not in R3

In APO system checks in plant A if stock is not available in plant A then checks plant B and still if stock is not available plant B then checks plant C

In APO if configured the system will create an automatic STO (from plant C to plant A as per this example) as plant A is the delivering plant in sales order

In APO system will create an automatic STO in the stock available to plant to the stock required plant

But In R3 in the availabilty screen in the sales order you can manually check the other plants as said by the other friend

Regards

Raja

Former Member
0 Kudos

Hi thanks for the reply,

1)

Line Item 1: 20 Pieces on the Requested delivery date

Line Item 2 : 30 pieces on the Next possible date.

It is confirming only 20 pcs

it is not displaying Line item 2...

2) in other plants button, if i select the plant 2000,it is displaying only confirmed qty 50 but not the total stock(200) in the particular plant 2000..

i want to see the total stock(200) in the plant 2000..

with regards