Site icon SAP CX Expert

Access Rights

Advertisements

Some of the key information that we talk about while defining and discussing access rights are as below:

Managing Access Rights

We can manage user access rights using impex as demonstrated below.

$START_USERRIGHTS
			     Type;UID;MemberOfGroups;Password;Target;read;change;create;delete;change_perm
UserGroup;impexgroup;employeegroup;
;;;;Product;+;+;+;+;-
Customer;impex-demo;impexgroup;1234;

$END_USERRIGHTS

The syntax given above is described as below:

Access rights to an attribute of a type is defined as below:

$START_USERRIGHTS
			    Type;UID;MemberOfGroups;Password;Target;read;change;create;delete;change_perm
UserGroup;impexgroup;employeegroup;
;;;;Product.code;-;-;;;;
;;;;Product.ean;-;-;;;;

$END_USERRIGHTS
Exit mobile version