cancel
Showing results for 
Search instead for 
Did you mean: 

Production Order Type per Production Version

Former Member
0 Kudos

Dear Gurus,

We have a scenario in which we want to have different default Production order Type for each production version. This means when I convert Plan Order into Production Order, it will take in consideration the Production Version assigned to the Plan Order when choosing the default Production Order Type that will be used.

Is it possible in configuration? Or we need user exits?

Thanks,

Raymond

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184655
Active Contributor
0 Kudos

Dear Raymond,

In my understanding its not possible to achieve this using the configuration setting either through the production scheduling

profile or through other objects.

check whether this BADI- WORKORDER_UPDATE using the method - INITIALIZE - Initialization when Importing/Creating Order

you can meet your requirement.(Moreover how do you define in the system that if this is the production version,then this order

type has to be used?how is the logic going to be?).

Regards

Mangalraj.S

Former Member
0 Kudos

Hi,

We are using quota arrangement for the MRP to allocate the plan orders to different production version.

I think we need a user exit for this when converting Plan order to Production order.

Thanks,

Raymond

Ritz
Active Contributor
0 Kudos

Raymond ,

In standard SAP configuration its not possible.

You need to go for some work ariound using exit or BADI, which will work based upon the quantity in plan order to decide which order type need to be used.

Include a Z Table to build this logic , as per the quantity maintain in Table for combination of , Material, Plant, Production line etc order type will be picked.

I hope it will work.

Thanks

Ritesh

former_member184655
Active Contributor
0 Kudos

Dear Raymond,

As well said by Ritesh,What you can do is you have to create a Z table where in you have to maintain for each production

version code logicwise(say if it's AABB then it has to pick this order type) or else for a combination of product and production

version what would be the logic for picking the order type. and then using by enhancement only you can achieve this.

Check and revert back.

Regards

Mangalraj.S