cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 7.0 Remove EDIT button from PO ??

Former Member
0 Kudos

Hi,

  I'm Very new to SAP SRM.

  I Configured in the from the IMG settings, but it is removing from Buyer Role and Requester Role.

  I want to Remove it from only Buyer Role.

  I don't know how to get Buyer role and Requester Role in Dynamic class.

Regards,

Sheelam.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member228602
Contributor
0 Kudos

Hello Sheelam,

          You have set of static classes/methods for this purpose. Use the class CL_BBP_ES_ENTERPRISE and check if the user buyer, requestor, employee and this should do for your scenario.

Thanks and Regards,

Veera

former_member184741
Active Contributor
0 Kudos

HI,

user Fm  NAVIGATION_SELECT_AGRS_OF_USER in your dynamic class. pass sy-uname to user_name import parameter. export parameter ACTIVITY_GROUPS_USERS will have all the roles assigned to that user.

thanks,

sankar.