cancel
Showing results for 
Search instead for 
Did you mean: 

MTO Scenarion - Warning Message while blocking Sales Order Line Item

0 Kudos

Hi,

There is a requirement that in MTO Scenario.

Strategy 50 is used for MTO Line Items

If sales order is created for such items then planned order is created for customer stock in stock list.

This planned order are then converted into Production Order.

Now if some user goes and blocks the Sales Order Line Items for which Production Order exists then there should be a warning message "Production Order Exists" may the production order be at any stage .i.e. created or Released and so on.

Currently If the Goods receipt for that Production Order is done then system displays warning saying "Sales Order stock exists"

Is there any standard setting through which we can display message when user blocks SD MTO LIne Item and its production order exists.

Accepted Solutions (1)

Accepted Solutions (1)

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

This warning message is generally triggered for ATO, not for MTO.

BR

Caetano

Answers (3)

Answers (3)

0 Kudos

Hello All,

The above functionality is not possible in Make to Order scenario .i.e Strategy 50 .

It is possible only in ATO Strategy ( 80 & 82) in standard SAP.

We need to do Development for availing the above described functionality.

Thanks all for Your Help.

sjeevan
Active Contributor
0 Kudos

Go to include MV45AFZZ, via SE38, in the bottom of the page you will see a form USEREXIT_SAVE_DOCUMENT_PREPARE, in that, insert a Z include and write the ABAP code to give a warning message, this way whenever they block a sales order for which a production order already exists, it will give an information message or warning message.

Take your ABAP developer help.

Former Member
0 Kudos

Hi Gaurav,

Please take your developers help, and use the Function exit EXIT_SAPLCOBT_001 under the Enahncement PPCO0001.

  • At the time of Production order creation or save, you may update the Document flow table VBFA with subsequent document category as '2'.
  • Include necessary validations for order statuses,etc., as well.

Regards,

Senthil