Disable Buttons on SRM POWL Toolbar
SAP Online Classes provides Best SAP training Online based on current industry standards that helps attendees to secure placements in their dream jobs at MNCs. SOC is one of the most credible ERP SAP Online training provider, offering hands on practical knowledge and full job assistance with basic as well as advanced level ERP SAP Implementation Training. At SOC ERP SAP training Online is conducted by subject specialist corporate professionals with 14+ years of experience in managing real-time ERP SAP projects.
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
Please follow the steps below in order to disable the button for all users in POWL:
- First start transaction code /n/SAPSRM/POWL_CUST.
- Now select the relevant POWL feeder, i.e. SAPSRM_FEEDER_ASL.
- Now navigate to Actions and double-click the relevant Action ID, i.e. CHANGE.
- Now please uncheck the checkbox Enabled and save.
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.