biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / General / Users
API Bo Permission
Bo Permission Enumeration

Description

Specifies the permission type assigned to the user.

Members

MemberValueDescription
boper_Full1Full authorization (Read/Write).
boper_ReadOnly2Read only authorization.
boper_None3No authorization.
boper_Various4Various authorizations.

Relevant when the node of the authorization tree contains few branches with different authorizations. For example, a user that has Full Authorization for Item Management form and Read Only for Price Lists form then the user permission for Inventory is Various Authorizations.

boper_Undefined6Authorization not defined.

SAP® B1 DI-API C# definition

public enum BoPermission { boper_Full = 1, boper_ReadOnly = 2, boper_None = 3, boper_Various = 4, boper_Undefined = 6 }


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates