SAP /BCV/CX_CFG_ACCESS OO Class - Exception class for acces to configuration
/BCV/CX_CFG_ACCESS 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_CFG_ACCESS 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_CFG_ACCESS is /BCV/CX_BCVMethod list of /BCV/CX_CFG_ACCESS 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_cfg_access=>CONSTRUCTOR...more details | ||
/BCV/CX_CFG_ACCESS 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 |
| CONTEXT_KEY | Instance Attribute | Context Key | LIKE /BCV/FND_CONTEXT_KEY | Public | |
| DASHBOARD_ID | Instance Attribute | ID of Dashboard | LIKE /BCV/UIF_DASHB_ID | Public | |
| ERROR_DURING_AUTHORITY_CHECK | Constant | '801CC4EFFE841DEDBDEFF3270D55D81C' | LIKE SOTR_CONC | Public | |
| ERROR_DURING_LOCKING | Constant | '801CC4EFFE841DEE868C3BDE4FCE9157' | LIKE SOTR_CONC | Public | |
| ERROR_IN_BRFPLUS | Constant | '801CC4EFFE841DEE9F8577765AEA1851' | LIKE SOTR_CONC | Public | |
| ERROR_WITH_TABNAME | Constant | '801CC4EFFE841DEE87F63F6CD09E8992' | LIKE SOTR_CONC | Public | |
| ERROR_WITH_TRANSPORT | Constant | '801CC4EFFE841DDE87F62B5BAE2A0C35' | LIKE SOTR_CONC | Public | |
| GROUP_ID | Instance Attribute | ID of Group | LIKE /BCV/UIF_GROUP_ID | Public | |
| INVALID_TABLE | Constant | '801CC4EFFE841DEE8593C3C698D71EF1' | LIKE SOTR_CONC | Public | |
| INVALID_TABLE_KEY | Constant | '801CC4EFFE841DDDBEA1A102CDCE9529' | LIKE SOTR_CONC | Public | |
| NO_AUTHORIZATION | Constant | '801CC4EFFE841DEDBDEFF3283F178F0F' | LIKE SOTR_CONC | Public | |
| NO_OBJECT_SPECIFIED | Constant | '801CC4EFFE841DDDBDF0A59B8EEB4F2D' | LIKE SOTR_CONC | Public | |
| OBJECT_IS_NOT_LOCKED | Constant | '801CC4EFFE841DEE868EF25DE950406C' | LIKE SOTR_CONC | Public | |
| OBJECT_NOT_YET_CREATED | Constant | '801CC4EFFE841DEE82CCD724866C5D81' | LIKE SOTR_CONC | Public | |
| PREVIEW_ID | Instance Attribute | ID of Quick View | LIKE /BCV/UIF_PREVIEW_ID | Public | |
| QUERY_ALREADY_EXISTS | Constant | '801CC4EFFE841DEDBDF09D753AA54B75' | LIKE SOTR_CONC | Public | |
| QUERY_DOES_NOT_EXIST | Constant | '801CC4EFFE841DEDBDF09D75AE904A4D' | LIKE SOTR_CONC | Public | |
| QUERY_ID | Instance Attribute | Query ID | LIKE /BCV/QRM_QUERY_ID | Public | |
| QUERY_VIEW_ALREADY_EXISTS | Constant | '801CC4EFFE841DEDBE8C23CFBCB0C643' | LIKE SOTR_CONC | Public | |
| QUICKVW_ID | Instance Attribute | ID of Query Preview | LIKE /BCV/UIF_PREVIEW_ID | Public | |
| QVIEW_DOES_NOT_EXIST | Constant | '801CC4EFFE841DEDBE8C28F14B9F8448' | LIKE SOTR_CONC | Public | |
| QVIEW_ID | Instance Attribute | ID of Query View | LIKE /BCV/UIF_QVIEW_ID | Public | |
| SEARCH_ID | Instance Attribute | Search ID | LIKE /BCV/SIN_SEARCH_ID | 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