cancel
Showing results for 
Search instead for 
Did you mean: 

SC-Cost Assignment Create Asset Master Button Hide

Former Member
0 Kudos

Hi All,

We are using SRM 5 SP013.

We have a requirement to hide the 'Create Asset Master' Button under cost assigment tab ( when we select Asset) and to make the Asset class field display mode..

I used the BADI BBP_UI_CONTROL_BADI ( method BBP_SC_UI_CTRL). For hiding , I used the field ASSET_BUTT and for Asset class, I used the field GS_ASSET_C-ASSET_CLASS.

But nothing worked out.

Could you please help me? Am I in right direction or missing something.

Regards,

Nikhil

Accepted Solutions (0)

Answers (1)

Answers (1)

yeushengteo
Advisor
Advisor
0 Kudos

Hi,

You are certainly using the right BADI and field name.

In the BADI, you should set the export parameter as CV_INVISIBLE = 'X' (i.e. invisible) and CV_INPUT_READY= ' ' (i.e. display) for the 2 fields as required. And also activate the BADI.

If nothing works still, report to SAP support.

Regards.

YS

Former Member
0 Kudos

Hi,

Another way is by role.

Transaction PFCG. Select the role. Go to authorizations tab. Search for authorization BBP_FUNCT and unflag CR_ASSET option.

Regenerate profile and try.

Thanks and Regards,

Abraham