SAP /BCV/CX_AUT_UGRP OO Class - Exception class for user group









/BCV/CX_AUT_UGRP 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 /BCV/CX_AUT_UGRP including details of:

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /BCV/CX_AUT_UGRP is /BCV/CX_AUT

Method list of /BCV/CX_AUT_UGRP 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
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /bcv/cx_aut_ugrp=>CONSTRUCTOR...more details



/BCV/CX_AUT_UGRP 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
ACO_ERRORConstant'801CC4EFFE841DDE86C44A2E473F4AC0'LIKE
SOTR_CONC
Public
ADD_UGRP2UGRP_ERRORConstant'801CC4EFFE841DEE80FDFA92B5B88980'LIKE
SOTR_CONC
Public
ADD_USER2UGRP_ERRORConstant'801CC4EFFE841DDE80FEF0690C7F4393'LIKE
SOTR_CONC
Public
DELETE_UGRP_ERRORConstant'801CC4EFFE841DDE818277D5B4341C52'LIKE
SOTR_CONC
Public
MSG_TXTInstance AttributeMessage TextLIKE
STRING
Public
NO_AUTH_CHANGEConstant'801CC4EFFE841DDDB9F3DC5BE97CDA8A'LIKE
SOTR_CONC
Public
NO_AUTH_CREATEConstant'801CC4EFFE841DEDB9E313B49C114967'LIKE
SOTR_CONC
Public
NO_AUTH_DELETEConstant'801CC4EFFE841DEDB9F506ACD2884010'LIKE
SOTR_CONC
Public
NO_AUTH_DISPLAYConstant'801CC4EFFE841DDDB9E31081DC8D1AAA'LIKE
SOTR_CONC
Public
RELATED_UGRP_LOCKEDConstant'801CC4EFFE841DDDBF837D04824881DC'LIKE
SOTR_CONC
Public
REMOVE_UGRP_ERRORConstant'801CC4EFFE841DDDB8B1F1626674CC97'LIKE
SOTR_CONC
Public
REMOVE_USER_FROM_UGRP_ERRORConstant'801CC4EFFE841DEDB8B116608C6B58EC'LIKE
SOTR_CONC
Public
TARGET_UGRPNAMEInstance AttributeName of target usergroupLIKE
/BCV/AUT_UGRP_NAME
Public
UGRP_AVAILABLEConstant'801CC4EFFE841DEDB8AEAF5B03671E5F'LIKE
SOTR_CONC
Public
UGRP_FOREIGN_LOCKConstant'801CC4EFFE841DDDB8AFA6786C69CFCC'LIKE
SOTR_CONC
Public
UGRP_LOCKING_ERRORConstant'801CC4EFFE841DDDB8AFB860686C5CAF'LIKE
SOTR_CONC
Public
UGRP_NAMEInstance AttributeUsergroup nameLIKE
/BCV/AUT_UGRP_NAME
Public
UGRP_NOT_FOUNDConstant'801CC4EFFE841DDDB8AEB70333A15CA9'LIKE
SOTR_CONC
Public
UGRP_USED_IN_USERGRPConstant'801CC4EFFE841DEDB8B1E5BA38B208A7'LIKE
SOTR_CONC
Public
USED_AS_AUTHOLDERConstant'801CC4EFFE841DDDBF8335A230435822'LIKE
SOTR_CONC
Public
USERInstance AttributeUser Name in User Master RecordLIKE
XUBNAME
Public
USER_NOT_FOUNDConstant'801CC4EFFE841DEDB8C80FE4A2588F04'LIKE
SOTR_CONC
Public


Links to Related Class(s)

/BCV/CX_...
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!