SAP /PLMB/CL_AUTH_ACC_ND OO Class - Handles functionality common to all ACC nodes









/PLMB/CL_AUTH_ACC_ND is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /PLMB/CL_AUTH_ACC_ND including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /PLMB/IF_AUTH_ACC_ND_ACCESS

Method list of /PLMB/CL_AUTH_ACC_ND SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CLASS_CONSTRUCTORPublic
CALL METHOD /plmb/cl_auth_acc_nd=>CLASS_CONSTRUCTOR...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /plmb/cl_auth_acc_nd=>CONSTRUCTOR...more details

GET_TEXT_FROM_DOMAINPublic
CALL METHOD /plmb/cl_auth_acc_nd=>GET_TEXT_FROM_DOMAIN...more details



/PLMB/CL_AUTH_ACC_ND attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
GC_ACC_ACTIVEConstantNew Input Values'X'LIKE
XFLAG
Public
GC_ACC_IDConstantField Name'ACC_ID_INT'LIKE
FIELDNAME
Public
GC_ACC_TYPE_COMPUNDConstantAccess Control Context Type'C'LIKE
/PLMB/AUTH_ACC_TYPE
Public
GC_ACC_TYPE_ROOTConstantAccess Control Context Type'R'LIKE
/PLMB/AUTH_ACC_TYPE
Public
GC_ACC_TYPE_STANDARDConstantAccess Control Context Type'S'LIKE
/PLMB/AUTH_ACC_TYPE
Public
GC_ASSG_DATE_FROMConstantField Name'ASSGT_CREATION_DATE_FROM'LIKE
FIELDNAME
Public
GC_ASSG_DATE_TOConstantField Name'ASSGT_CREATION_DATE_TO'LIKE
FIELDNAME
Public
GC_ASSG_USER_IDConstantField Name'ASSGT_CREATION_USER_ID'LIKE
FIELDNAME
Public
GC_FLAGStatic AttributeFlag' 'LIKE
WDY_BOOLEAN
Public
GC_FLAG1Static AttributeSupplement for True Boolean Type: 'X' == True '' == FalseLIKE
WDY_BOOLEAN
Public
GC_MAXNOConstantField Name'MAXNO'LIKE
FIELDNAME
Public
GC_OBJ_DIRConstantRelationship Type'DIR'LIKE
/PLMB/GOS_OBJECT_TYPE
Public
GC_OBJ_ECNConstantRelationship Type'ECN'LIKE
/PLMB/GOS_OBJECT_TYPE
Public
GC_OBJ_MATConstantRelationship Type'MAT'LIKE
/PLMB/GOS_OBJECT_TYPE
Public
GC_OBJ_MBOMConstantRelationship Type'MBOM'LIKE
/PLMB/GOS_OBJECT_TYPE
Public
GC_PUBLISH_MAXNOConstantField Name'PUBLISH_MAXNO'LIKE
FIELDNAME
Public
GC_REL_ASSIGNEDConstantRelationship Type'A'LIKE
/PLMB/AUTH_ACC_REL_TYPE
Public
GC_REL_OWNEDConstantRelationship Type'O'LIKE
/PLMB/AUTH_ACC_REL_TYPE
Public
GO_ACC_BOStatic AttributeBO Class of ACCLIKE
/PLMB/CL_AUTH_ACC_BO
Protected
GO_BO_ROLEStatic AttributeBO class for PLM rolesLIKE
/PLMB/CL_AUTH_ROLE_BO
Protected
GO_BO_UGRPStatic AttributeMethods for User groups in ACC'sLIKE
/PLMB/CL_UGRP_BO
Protected
GO_BO_USERStatic AttributeMethods for Users in ACC'sLIKE
/PLMB/CL_UGRP_USER_BO
Protected
GO_DO_ACC_REL_OBJStatic AttributeAssignments of Business obj to ACCLIKE
/PLMB/CL_AUTH_ACC_REL_OBJ_DO
Protected
GO_DO_ACC_ROLE_ASSGTStatic AttributeDO Class for role assignments to ACCsLIKE
/PLMB/CL_AUTH_ACC_ROLE_ASSGT
Protected
GV_MESSAGEStatic AttributeMessage stringLIKE
STRING
Protected
MV_MODEStatic AttributeModeLIKE
/PLMB/SPI_MODE
Protected


Links to Related Class(s)

/PLMB/CL...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!