cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration through SPRO

Former Member
0 Kudos

New to SAP-ABAP and have done very little configuration through SPRO.

But have been given an object which requires:

'Total Shelf Life' on Plant Data/Stor.1 view of Material Master needs to be required field for mat based on plants.

I was lost in SPRO.

If anybody has done this kind of thing before. Please help me in this case.

Regards,

Bob.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Goto OMSR transasction and hit field name and paste the value MARA-MHDHB and then click on the green yello arrow at right corner

this will take you to the screen where you can make the fiel as optional, required,display or hide.

make sure that if you need this field required in all taransaction then make it for MM01 and MM02 or suppose oyu want required only for certian material type then make it accordingly

But in std SAP this field is in diels selction group 109 which has more than one fileds so if you make it required here then it will be required for all

if you need to make this field only required then you have to create new field selection group and assign this field to that group and remove from 109.

Former Member
0 Kudos

To create new field sel group

Goto OMSR transasction and hit field name and paste the value MARA-MHDHB and then on the green yello arrow at right corner change the field sel group form 109 to any value bet 230 - 240 then click on the arrow and make it required field

Former Member
0 Kudos

Thanks Charlie..

BijayKumarBarik
Active Contributor
0 Kudos

Hi,

Follow the steps:

1.Just click the tab ,(Which is u want to be Required entry )and get the field name as MARA-MHDHB

2.Go to T.Code: OMSR and enter that field name and get Selection Group 109

3.Go to T.code: OMS9,Select the filed reference you have assigned in OMS2( example ROH for ROH) and select your material type and go to "overviews" .In the next screen, you can see your field selection Group 109, click that and you select round box of Required Entry and save.

Regards,

Biju K

Former Member
0 Kudos

Hi Biju,

Thanks a lot for this help.

But can you please explain point 3 in a little detail.

Do we have to goto OMS2 before OMS9

...

."Go to T.code: OMS9,Select the filed reference you have assigned in OMS2( example ROH for ROH) and select your material type and go to "overviews" .In the next screen, you can see your field selection Group 109, click that and you select round box of Required Entry and save."

Please a little explanation would do for me.

Thanks,

Bob

BijayKumarBarik
Active Contributor
0 Kudos

Hi,

3.1. Use t.Code: OMS2 and click your material type and in next screen check Field reference ( you have assigned for material type){{ ( example :;For ROH material type the Field reference is ROH)

3.2. use T.code:OMS9,, Double Click your Field Reference and select field selection Group 109, & select round box of Required Entry and save

Regards,

Biu K

Former Member
0 Kudos

Thankyou very much everybody.!!!