SAP CL_CRM_BSP_ACCS_MODEL OO Class - Blueprint: Model Access Class
CL_CRM_BSP_ACCS_MODEL 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 CL_CRM_BSP_ACCS_MODEL including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_CRM_BSP_ACCS_MODEL 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 |
| BUILD_MODEL | Model Creation | Private |
| CALL METHOD cl_crm_bsp_accs_model=>BUILD_MODEL...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_crm_bsp_accs_model=>CONSTRUCTOR...more details | ||
| GET_CHILDREN | Determination of (Main Structure) Children | Public |
| CALL METHOD cl_crm_bsp_accs_model=>GET_CHILDREN...more details | ||
| GET_MODEL_INSTANCE | Determination of Model Instance | Public |
| CALL METHOD cl_crm_bsp_accs_model=>GET_MODEL_INSTANCE...more details | ||
| GET_PRIMARY | Determination of Main Structure | Public |
| CALL METHOD cl_crm_bsp_accs_model=>GET_PRIMARY...more details | ||
| GET_REF_NAME | Determination of Structure Reference Name | Public |
| CALL METHOD cl_crm_bsp_accs_model=>GET_REF_NAME...more details | ||
|
| ||
| GET_ROOT | Determination of Root | Public |
| CALL METHOD cl_crm_bsp_accs_model=>GET_ROOT...more details | ||
| IS_PRIMARY | Is the Structure a Main Structure? | Public |
| CALL METHOD cl_crm_bsp_accs_model=>IS_PRIMARY...more details | ||
CL_CRM_BSP_ACCS_MODEL 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_MODEL_KIND_DEPENDENT | Constant | Structure Type in Model | 'C' | LIKE CRMT_BSP_MODEL_KIND | Private |
| GC_MODEL_KIND_PRIMARY | Constant | Structure Type in Model | 'B' | LIKE CRMT_BSP_MODEL_KIND | Private |
| GC_MODEL_KIND_ROOT | Constant | Structure Type in Model | 'A' | LIKE CRMT_BSP_MODEL_KIND | Private |
| GC_MODEL_KIND_SEARCH | Constant | Structure Type in Model | 'D' | LIKE CRMT_BSP_MODEL_KIND | Private |
| GT_ADMIN_INSTANCE | Instance Attribute | LIKE | Private | ||
| GT_PARENT_CHILDREN | Instance Attribute | LIKE | Private | ||
| GT_PRIMARY | Instance Attribute | LIKE | Private | ||
| GT_REF_APPLICATION | Instance Attribute | Table Type Reference Application | LIKE CRMT_BSP_REF_APPL_TAB | Public | |
| GV_APPLICATION_SET | Instance Attribute | Application Set | LIKE CRMT_BSP_APPLSET | Private | |
| GV_ROOT_REF_NAME | Instance Attribute | Reference Name for Model Structure | LIKE CRMT_BSP_MODEL_REF_NAME | Private | |
| GV_VALID | Instance Attribute | LIKE | Private |
CL_CRM_BSP_ACCS_MODEL types
TY_MODEL_PARENT_CHILDREN -TY_MODEL_PARENT_CHILDREN_TAB -
TY_MODEL_PRIMARY_ASSI -
TY_MODEL_PRIMARY_ASSI_TAB -
Links to Related Class(s)
CL_CRM_B...Full list of available SAP object classes
Search for further information about these or an SAP related objects