cancel
Showing results for 
Search instead for 
Did you mean: 

Procurement Key is hidden in Material Master

Former Member

Procurement Key in MRP 2 view is Hidden and its taking a Default Value F - External Procurement.

I need to change this field to X - Both Procurement Types. Is there any way to achieve this ?

How to change it Please Suggest....

Thanks,

Shiva

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Shiva,

I think this should be a change in user exit (defaulting procurement type), please check with your Abaper to comment the code and you can assign the required procurement type in material master.

Regards

Vijay

Former Member
0 Kudos

Hi Shiva,

Kindly refer the below link. It may help you (But this is for hidden storage bin field in material master)

http://scn.sap.com/thread/3160007

You can follow the steps provided by Biju -

1. get the field name as MARC-BESKZ

2.Use T Code: OMSR and enter that field name MARC-BESKZ and get Selection Group 55

3. Use T Code: OMS2 and click your material type ( with which the material is created) and in next screen check and find *Field reference

4. Use T Code:OMS9 and double Click  *Field Reference (which assigned to materail type) and select field selection Group 55 & select round box of "Display"  and save.

Also check your settings in tcode OMSA. 

Former Member
0 Kudos

hi

what is the materail type you are using normally raw materials have procurement type F as default

have a look at the link .hope it helps you

https://scn.sap.com/thread/2120712

Former Member
0 Kudos

First check in OMS2 against your Material Type if both Procurement type are allowed, if Internal is not allowed then you will have to change the indicator there. Only when both are the allowed the system automatically determines that value in here.

http://help.sap.com/saphelp_45b/helpdata/en/f4/7d2a3444af11d182b40000e829fbfe/content.htm

Then in OMS9 check if this field is mapped as hidden for the Industry Sector/Material Type/MM02 field selections. The order is taken in as Hidden/Display/Mandatory/Optionla, so if any of the selection has it as Hidden then it will make it as Hidden based on priority.

/Manoj