cancel
Showing results for 
Search instead for 
Did you mean: 

UI BAdi for Translation Tab in Cost Center

Former Member
0 Kudos

Hi,

I have a requirement to disable for editing the fields in Translation tab of Cost Center. If I try to implement the logic using: USMD_UI_EVENT2 it is not working and Cost Center Description fields becoming editable. Can you please let me know if we have any other BAdi or any otherway to achieve this?

Thanks,

Sekhar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Is disabling these fields needed for all or conditional? If for all, why not just remove them from the screen? You can customize your FPM application to remove unnecessary fields from different UIBB's.

Former Member
0 Kudos

We have Two CR Types for same entity CCTR. In one of them Description(Short) and Description(Medium) should be Greyed out and in other CR Type I should allow editing. Hence i am looking for BADI where i can enable/disable the fields accordingly. I tried using BADI: USMD_UI_EVENT2
But it is not triggering for Translation tab.