Enterprise Resource Planning Blogs by SAP
Get insights and updates about cloud ERP and RISE with SAP, SAP S/4HANA and SAP S/4HANA Cloud, and more enterprise management capabilities with SAP blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member207609
Contributor

Sometimes, it is required in business that the planned orders/purchase requisitions/production orders can be created in transaction code VA01 directly when sales orders are created without running MRP for the sales orders. This can be realized through one of the solutions below.

Solution 1: Automatic planning

A purchase requisition is created for sales order 14086/10 when that is created. To make it happen this way, need to know the requirement type of it. It can be seen in VA03 below.

The requirement type is KE, run customization transaction code OVZH.

The field 'Automatic plnng' makes the MRP is run automatically for the sales order only to create a purchase requisition. The MRP is called in VA01 internally and the MRP parameters like the 'Creation Indicator' are fixed in the source codes, please see note 162961 for more information. The creation indicator used is 2 (Purchase requisitions in opening period), so a planned order might be created instead of purchase requisition if the release date of procurement proposal is not in the opening period.



Solution 2: Assembly To Order

To make it happen, value 4 is in the field 'Assembly Type' of transaction code OVZG as below. The field also have other values to create production orders.


Solution 3: Purchase requisition with delivery scheduling


A purchase requisition can be created directly by the customization of schedule line category. In the transaction code MD04 below, a purchase requisition is created for sales order 14089/10, this doesn't participate the MRP calculation.


To make it happen, need to identify the schedule line category of the sales order, go to the transaction code VA03 to check the schedule line category as below, it's CP.

Go to customization transaction code VOV6 for CP, select the field 'P.req.del.sched' and maintain the fields 'Order Tyep'/Item Category'/Acct Assgt Cat' for the purchase requistion to be created, deselect the fiedls 'Req./Assembly'/Avaialbility as it doesn't join the MRP. Sales order creation can therefore create a purchase requisition.

4 Comments