Enabling folder only for some users
Emanuele Croci
Dear all,is it possible to enable a customize optimizer rule only for some specific SAP users?
What command do I have to use to extract the actual SAP user id?
Best regards
Emanuele
Paolo Manfrin
Hi Emanuele, you can either use the SAP Authorizations, grouping your users and assigning the rule to a specific SAP Group (this is a solution out of the box)or writing your code and checking for the user.
The code is:
[CODE]
SwissAddonFramework.B1Connector.GetB1Connector().UserId
[/CODE]
hth
paolo
0
Please sign in to leave a comment.
Comments
0 comments