cancel
Showing results for 
Search instead for 
Did you mean: 

Ugent: How to restrict a Material Type for a Specific Process Order Type

Former Member
0 Kudos

Hi All

Can any one please tell me how to restrict material type for specific process order type

We have Process Order type ZPBS for finished materials but while creating process order

if i give the material of semi finished material type the system let me create the process order

it should not as we have a separate process order type for semi finished materials that is ZPBS.

And vice versa

Please help me how to restrict these material types for specific Process Order Types.

Points ll be awarded accordingly

Bilal Athar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This functionality for productin order is not available. You have to for exit development if you want to restrict the same.

The logic might be

in T-code ____

system will check material type and order type .

If the combination matched to the pre-defined combination then system will allow to create a production order other wise error message will fire.

Regards

Amit Parkhi

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All

Can any one tell me how to place the user exit in this case if there is no other option available as i am new to user exits and want to get my problem solved

Also some other solution to the problem will be appreciated

dhaval_choksi3
Active Contributor
0 Kudos

Hy Ghulam Mohammad,

Good Morning,

Pls go through below link

[http://www.sap-img.com/abap/what-is-user-exits.htm]

[http://www.sap-basis-abap.com/sapab013.htm]

Now regarding How to place your checks in User Exit, then pls explain your requirements to your Abaper , so that he or she can write it into programeble language.

Regards,

Dhaval

dhaval_choksi3
Active Contributor
0 Kudos

Hy Gulam,

I think there is not such kind of std . setting in SAP.You can set default order type to the materials by using Production scheduling profile, but it doesn.t restrict use of other order type.

You can set your own checks by using User Exit PPCO0001, tell your abaper to write checks on Combination of Material type and Order type.

Regards,

Dhaval

Edited by: Dhaval on Jun 17, 2008 5:40 PM

Former Member
0 Kudos

but System restrict the Raw Material Type to be created against the finished and semi finished process order types. And gives an error message.

So there should be some way by default.

If any one can please help me in this regards

i will be thankful

Bilal

Former Member
0 Kudos

Hi,

It is possible to control through work scheduling profile

In OPKP (bottom of the screen-order type)maintain the required order type against respective order type field

Then assign this profile to the material in the material master-Work scheduling view

Whatever order type maintained in there will be considered & you can proceed accordingly

Pls check & revert

Regards,

SVP

Former Member
0 Kudos

Why the system resticts the production order to be created against a raw material type is because by default raw material is assigned procurement type F i.e. external procurement & you cannot make this material inhouse. This is system default. However in standard SAP I dont think that configuration is available.