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 NameDescriptionVisability
BUILD_MODELModel CreationPrivate
CALL METHOD cl_crm_bsp_accs_model=>BUILD_MODEL...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_crm_bsp_accs_model=>CONSTRUCTOR...more details

GET_CHILDRENDetermination of (Main Structure) ChildrenPublic
CALL METHOD cl_crm_bsp_accs_model=>GET_CHILDREN...more details

GET_MODEL_INSTANCEDetermination of Model InstancePublic
CALL METHOD cl_crm_bsp_accs_model=>GET_MODEL_INSTANCE...more details

GET_PRIMARYDetermination of Main StructurePublic
CALL METHOD cl_crm_bsp_accs_model=>GET_PRIMARY...more details

GET_REF_NAMEDetermination of Structure Reference NamePublic
CALL METHOD cl_crm_bsp_accs_model=>GET_REF_NAME...more details

GET_ROOTDetermination of RootPublic
CALL METHOD cl_crm_bsp_accs_model=>GET_ROOT...more details

IS_PRIMARYIs 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.

NameLevelDescriptionInitial ValueTypeVisability
GC_MODEL_KIND_DEPENDENTConstantStructure Type in Model'C'LIKE
CRMT_BSP_MODEL_KIND
Private
GC_MODEL_KIND_PRIMARYConstantStructure Type in Model'B'LIKE
CRMT_BSP_MODEL_KIND
Private
GC_MODEL_KIND_ROOTConstantStructure Type in Model'A'LIKE
CRMT_BSP_MODEL_KIND
Private
GC_MODEL_KIND_SEARCHConstantStructure Type in Model'D'LIKE
CRMT_BSP_MODEL_KIND
Private
GT_ADMIN_INSTANCEInstance AttributeLIKE
Private
GT_PARENT_CHILDRENInstance AttributeLIKE
Private
GT_PRIMARYInstance AttributeLIKE
Private
GT_REF_APPLICATIONInstance AttributeTable Type Reference ApplicationLIKE
CRMT_BSP_REF_APPL_TAB
Public
GV_APPLICATION_SETInstance AttributeApplication SetLIKE
CRMT_BSP_APPLSET
Private
GV_ROOT_REF_NAMEInstance AttributeReference Name for Model StructureLIKE
CRMT_BSP_MODEL_REF_NAME
Private
GV_VALIDInstance AttributeLIKE
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



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!