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_AUTMethod 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 Name | Description | Visability |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| ACO_ERROR | Constant | '801CC4EFFE841DDE86C44A2E473F4AC0' | LIKE SOTR_CONC | Public | |
| ADD_UGRP2UGRP_ERROR | Constant | '801CC4EFFE841DEE80FDFA92B5B88980' | LIKE SOTR_CONC | Public | |
| ADD_USER2UGRP_ERROR | Constant | '801CC4EFFE841DDE80FEF0690C7F4393' | LIKE SOTR_CONC | Public | |
| DELETE_UGRP_ERROR | Constant | '801CC4EFFE841DDE818277D5B4341C52' | LIKE SOTR_CONC | Public | |
| MSG_TXT | Instance Attribute | Message Text | LIKE STRING | Public | |
| NO_AUTH_CHANGE | Constant | '801CC4EFFE841DDDB9F3DC5BE97CDA8A' | LIKE SOTR_CONC | Public | |
| NO_AUTH_CREATE | Constant | '801CC4EFFE841DEDB9E313B49C114967' | LIKE SOTR_CONC | Public | |
| NO_AUTH_DELETE | Constant | '801CC4EFFE841DEDB9F506ACD2884010' | LIKE SOTR_CONC | Public | |
| NO_AUTH_DISPLAY | Constant | '801CC4EFFE841DDDB9E31081DC8D1AAA' | LIKE SOTR_CONC | Public | |
| RELATED_UGRP_LOCKED | Constant | '801CC4EFFE841DDDBF837D04824881DC' | LIKE SOTR_CONC | Public | |
| REMOVE_UGRP_ERROR | Constant | '801CC4EFFE841DDDB8B1F1626674CC97' | LIKE SOTR_CONC | Public | |
| REMOVE_USER_FROM_UGRP_ERROR | Constant | '801CC4EFFE841DEDB8B116608C6B58EC' | LIKE SOTR_CONC | Public | |
| TARGET_UGRPNAME | Instance Attribute | Name of target usergroup | LIKE /BCV/AUT_UGRP_NAME | Public | |
| UGRP_AVAILABLE | Constant | '801CC4EFFE841DEDB8AEAF5B03671E5F' | LIKE SOTR_CONC | Public | |
| UGRP_FOREIGN_LOCK | Constant | '801CC4EFFE841DDDB8AFA6786C69CFCC' | LIKE SOTR_CONC | Public | |
| UGRP_LOCKING_ERROR | Constant | '801CC4EFFE841DDDB8AFB860686C5CAF' | LIKE SOTR_CONC | Public | |
| UGRP_NAME | Instance Attribute | Usergroup name | LIKE /BCV/AUT_UGRP_NAME | Public | |
| UGRP_NOT_FOUND | Constant | '801CC4EFFE841DDDB8AEB70333A15CA9' | LIKE SOTR_CONC | Public | |
| UGRP_USED_IN_USERGRP | Constant | '801CC4EFFE841DEDB8B1E5BA38B208A7' | LIKE SOTR_CONC | Public | |
| USED_AS_AUTHOLDER | Constant | '801CC4EFFE841DDDBF8335A230435822' | LIKE SOTR_CONC | Public | |
| USER | Instance Attribute | User Name in User Master Record | LIKE XUBNAME | Public | |
| USER_NOT_FOUND | Constant | '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