cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Team,

I have a requirement where I need to hide this new button for company code based on CR type. Basically, for this particular CR they should not be able to add a new company code through New Button, but they should be able to edit the existing one which is already present.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

PK29
Product and Topic Expert
Product and Topic Expert
0 Likes

Please provide more details on the UI screen.

How is the screen built? SAPGUI, Webdynpro based, Fiori UI5 based?

mines
Participant
0 Likes

hi pratham,

Its a webdynpro screen . i am currently doing on Nwbc tcode .

Basically need to hide New button based on CR type.

PK29
Product and Topic Expert
Product and Topic Expert
0 Likes

Please go through the below link to control the buttons in FBI view. Hope it helps.

https://wiki.scn.sap.com/wiki/display/SCM/FPM+Configuration+and+FBI+View

If the requirement is to do it dynamically, please find the view exit for FBI view as per mentioned link and write the code in method ADAPT_ACTION_PROPERTIES of exit class. Thanks