SAP /BCV/CL_AUT_ACL_ASSISTANCE OO Class - Assistance Class for /BCV/WDC_AUTH_acl_frame
/BCV/CL_AUT_ACL_ASSISTANCE 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/CL_AUT_ACL_ASSISTANCE 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/CL_AUT_ACL_ASSISTANCE is CL_WD_COMPONENT_ASSISTANCEMethod list of /BCV/CL_AUT_ACL_ASSISTANCE 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 |
| GET_DASHBOARD | Get Dashboard | Public |
| CALL METHOD /bcv/cl_aut_acl_assistance=>GET_DASHBOARD...more details | ||
| GET_QVIEW | Get Query View | Public |
| CALL METHOD /bcv/cl_aut_acl_assistance=>GET_QVIEW...more details | ||
| GET_SNAPSHOT | Get Snapshot | Public |
| CALL METHOD /bcv/cl_aut_acl_assistance=>GET_SNAPSHOT...more details | ||
| GET_TEXT | Get text from Text Element | Public |
| CALL METHOD /bcv/cl_aut_acl_assistance=>GET_TEXT...more details | ||
| GET_UGRP | Get User Group | Public |
| CALL METHOD /bcv/cl_aut_acl_assistance=>GET_UGRP...more details | ||
| LOCK | Lock BCV Object | Public |
| CALL METHOD /bcv/cl_aut_acl_assistance=>LOCK...more details | ||
|
| ||
| UNLOCK | Unlock BCV Object | Public |
| CALL METHOD /bcv/cl_aut_acl_assistance=>UNLOCK...more details | ||
/BCV/CL_AUT_ACL_ASSISTANCE 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 |
| GC_ACLCOMMAND | Constant | Commands for ACL Component | LIKE | Public | |
| GC_CNR_SAVE | Constant | Element ID of 'Save' button in FPM CNR | 'CNR_SAVE' | LIKE STRING | Public |
| GC_URLPARM | Constant | URL Parameters | LIKE | Public |
Links to Related Class(s)
/BCV/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects