cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Planned orders and Requisitions for a particular MRP controller and for all the others only Requisition is to be created.

Former Member
0 Kudos


Hi Experts,

Currently we run Program 'RMMRP000' as a batch job to create Planned orders and requisitions.

The client wants that Planned orders and Requisitions should be created for a particular MRP controller and for all the others only Requisition is to be created.

I implemented Exit 'EXIT_SAPMM61X_001' in the following manner by passing MRP controller to user_key.

  IF mt61d-dispo <> user_key.

    no_planning = 'X'.

  ENDIF.

But as you can see that this will not meet my client requirement.

If any of you has worked on similar requirement / if any one knows that this is achievable or not,

please share your inputs.

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

Moved from SAP ERP Sales and Distribution (SAP SD) to ABAP Development

G. Lakshmipathi