cancel
Showing results for 
Search instead for 
Did you mean: 

Master Data Governance

Binoy
Participant
0 Kudos

Team ,

In a co deployed 6.1 MDG implementation we see custome material types . Logging into ECC we are seeing all material types including Standard ones like FERT . Can you please help me understand where this configuration would be to allow additional material types ?

former_member190949
Active Participant
0 Kudos

Can you please change the subject of the question to something more relevant to the question and not just the generic Master Data governance?

Accepted Solutions (0)

Answers (4)

Answers (4)

Binoy
Participant
0 Kudos

Hi Kavita , Rohit ,

I looked at our requestor roles and we have no Authorization group maintained . To Confirm I requested my security team to assign me SAP ALL access and test . It still remains unresolved . Could there is a UI level filter ?

former_member230136
Contributor
0 Kudos

Hi Binoy,

It's really strange. I guess you have to put a break-point in Feeder Class(GET_DATA) and observe from where the standard values are not coming and only custom material types are coming.

"In a co deployed 6.1 MDG implementation we see custom material types" :- Is your MDG-M already implemented ? and you are doing the changes ?

For Starters:- In the Feeder Class for Material UIBB (FORM), this method is used to change the field definition

/PLMU/IF_FRW_G_FIELD_DEF~CHANGE_FIELD_DEFINITION : I have seen many people put their code in that method to filter out only their relevant material type.

You can only debug and search at this point.

Cheers,
Rohit

Binoy
Participant
0 Kudos

Thanks Rohit . I am checking with my ABAP team to debug this scenario today.

Yes we have been using Material master Governance in MDG 6.1 co deployed model for past several years .

Binoy

Binoy
Participant
0 Kudos

mdg-usmd-cr.pngThat's right Kavita . I do not see standard material types in my create or change CRs.

Hi Loga , Just checked the enhancement and I do not see any filter - only one I see is the MODEL as filter on the standard BADI . Attached is the screen shot . mdg-badi-interface.png

former_member230136
Contributor
0 Kudos

HI Binoy,

You are able to see Customer Material Types and not standard Material Types in MDG CRs.

It Could be an Authorization Issue.

For all the Customer Material Type... are you using any type of Authorization Group ?

To Check that, open t-code OMS2, double click on the Material Type and see what is the Authorization Group that you are having. If you are having same authorization group for all the Custom Material Types, then you must be having the same Authorization in the PFCG Role. Like below.(screenshot of my system)

This gives the control of displaying only those materials which are having Authorization Group as ZMAT.

You can test it quickly, if the Auth Group is available to all the cutsom material types, then just assign the same Auth Group to FERT type.

May be sometimes, people use this way to filter available Material Types in the MDG UIs.

Cheers,
Rohit

former_member190949
Active Participant
0 Kudos

Hi Binoy,

As you confirmed that you only see some Material Types, I agree with Rohit's analysis that this could be due to the authorization object M_MATE_MAR to restrict Material Types.

Regards,

Kavita

loga201
Contributor
0 Kudos

Hi Binoy,

Go to se18, select Enhncement spot - USMD_CREQUEST_INTEGERATION and check for any implementations.

I am not very sure about enhancement sopt in 6.1 version but i believe that SAP didnt change this one, else search enhancement with usmd_crequest*...

If implementations exist, then check the method if_ex_usmd_crequest_interer~filter_crequest_types.

Thanks and Regards,

Logan.D

former_member190949
Active Participant
0 Kudos

Hello Binoy,

I am not sure I understand your query.

if it is co-deployed, then you should be able to use all Material types if you have all proper roles.

You are not able to see FERT (finished materials) in the search of MDG using TREX or HANA?

or are you not able to create a standard material like FERT using your process flow?

Thanks,
Kavita