How to Disable Buttons on SRM POWL Toolbar?
Hello SAP Expert,
Please explain to me how can I disable any button on SRM POWL Toolbar, For example, disable button Edit in POWL of Supplier Lists?
Thanks in Advance
Updated May 19, 2018
Hello SAP Expert,
Please explain to me how can I disable any button on SRM POWL Toolbar, For example, disable button Edit in POWL of Supplier Lists?
Thanks in Advance
Comments
Please follow the steps below in order to disable the button for all users in POWL:
A user can also disable the button dynamically in POWL (i.e. for some user with specific authorization) via writing a post-exit enhancement for the method below to manipulate table ET_ACTION.
Class /SAPSRM/CL_PDO_*_STAT_HELPER, i.e. /SAPSRM/CL_PDO_ASL_STAT_HELPER
Method /SAPSRM/IF_PDO_STATIC_HELPER~GET_STATIC_ACTIONS
For example, you can clear flag Enabled or delete the action (i.e. /sapsrm/if_pdo_action_c=>gc_action_edit) completely from table ET_ACTION.