cancel
Showing results for 
Search instead for 
Did you mean: 

how to hide some buttons like CREATE PURCHASE ORDER, COPY, EDIT from POWL?

Former Member
0 Kudos

In SRM 7 ECS we need to hide some buttons like CREATE PURCHASE ORDER, COPY, EDIT from POWL"s. We can do some manipulation via security but we need to make a few buttons invisible without security. Appreciate any advice. Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ashwanin

To make read only

Below are the steps to Hide the buttons in POWL table

1. if you want to Gray out the Buttons

IMG > SRM SERVER> Cross Application Basic Settings --> Extensions and Field Control. There you will find a node to control Actions. based on the object type choose your option and make it as read only

To Make invisible

1.If you want to make invisible the button .

IMG > SRM SERVER> Cross Application Basic Settings --> Powl and Advance Search - > Adjust powl layout ,search criteria and push button (OR) t-code : /SAPSRM/POWL_CUST

2.choose the POWL type for the POWl table

3.click on Action node , you will find all the acction assigned for the POWL table ,delete the entry which you want to make invsible and save it

4 .Now run the report POWL_D01 and provide powl type in the selection criteria and deleate the catche quries

Regards

chinnaiya P

Edited by: chinnaiya pandiyan on Jun 27, 2011 3:12 PM

Former Member

Excellent answer, thanks. I knew there was a easy way for this but was not finding it. Thanks for your help. I removed the buttons by this:

To Make invisible

1.If you want to make invisible the button .

IMG > SRM SERVER> Cross Application Basic Settings --> Powl and Advance Search - > Adjust powl layout ,search criteria and push button (OR) t-code : /SAPSRM/POWL_CUST

2.choose the POWL type for the POWl table

3.click on Action node , you will find all the acction assigned for the POWL table ,delete the entry which you want to make invsible and save it

4 .Now run the report POWL_D01 and provide powl type in the selection criteria and deleate the catche quries

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ashwani,

Every POWL application will have feeder class attached to it. you can able to find it using the transaction POWL_TYPE where feeder class is attached to the powl type.

In the get_actions method in the feeder class you can restrict the buttons based on your requirement showing up in the toolbar of the powl.

Thanks & Regards,

Arun.

Former Member
0 Kudos

Hi Aswani,

Please check this it might helps..

Cheers,

Kris.