SAP CL_CRM_BSP_FRAME_ODC OO Class - Controller Class for ODC









CL_CRM_BSP_FRAME_ODC 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_FRAME_ODC 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 CL_CRM_BSP_FRAME_ODC is CL_CRM_BSP_FRAME_PATTERN

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_CRM_BSP_FRAME_COM

Method list of CL_CRM_BSP_FRAME_ODC 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
CHANGE_GT_MULTISELECT_VALUESPrivate
CALL METHOD cl_crm_bsp_frame_odc=>CHANGE_GT_MULTISELECT_VALUES...more details

CREATE_MSEL_LINESPrivate
CALL METHOD cl_crm_bsp_frame_odc=>CREATE_MSEL_LINES...more details

FILL_DDLB_FROM_DOMAINFill Dropdown Listbox from DomainProtected
CALL METHOD cl_crm_bsp_frame_odc=>FILL_DDLB_FROM_DOMAIN...more details

FILL_DISPLAYTABLEPrivate
CALL METHOD cl_crm_bsp_frame_odc=>FILL_DISPLAYTABLE...more details

FILL_F4_STRUCTUREPrivate
CALL METHOD cl_crm_bsp_frame_odc=>FILL_F4_STRUCTURE...more details

GET_FGT_SEQUENCEPrivate
CALL METHOD cl_crm_bsp_frame_odc=>GET_FGT_SEQUENCE...more details

GET_NEW_GLOBAL_EVENTPrivate
CALL METHOD cl_crm_bsp_frame_odc=>GET_NEW_GLOBAL_EVENT...more details

GET_TAB_IDPrivate
CALL METHOD cl_crm_bsp_frame_odc=>GET_TAB_ID...more details

GET_TOP_COMPONENTPrivate
CALL METHOD cl_crm_bsp_frame_odc=>GET_TOP_COMPONENT...more details

READ_FIELDGROUPPrivate
CALL METHOD cl_crm_bsp_frame_odc=>READ_FIELDGROUP...more details

SETUP_F1HELPF1 Help Set UpProtected
CALL METHOD cl_crm_bsp_frame_odc=>SETUP_F1HELP...more details

SETUP_PERS_SETTINGPersonal SettingProtected
CALL METHOD cl_crm_bsp_frame_odc=>SETUP_PERS_SETTING...more details

SETUP_REGTABGRPPrivate
CALL METHOD cl_crm_bsp_frame_odc=>SETUP_REGTABGRP...more details

SETUP_TOOLBARGRPPrivate
CALL METHOD cl_crm_bsp_frame_odc=>SETUP_TOOLBARGRP...more details

SET_ACTIVE_TABPrivate
CALL METHOD cl_crm_bsp_frame_odc=>SET_ACTIVE_TAB...more details

SET_CS_VALUES_TO_GCPrivate
CALL METHOD cl_crm_bsp_frame_odc=>SET_CS_VALUES_TO_GC...more details



CL_CRM_BSP_FRAME_ODC 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_DYNAMIC_F4_HELPInstance AttributeLIKE
Private
GT_DDLB_CONTAINERInstance AttributeData for DDLB Table with Reference to Data ContainerLIKE
CRMT_BSP_DDLB_T
Protected
GT_DDLB_REFGUIDInstance AttributeData for DDLB Table with Reference to Data ContainerLIKE
CRMT_BSP_DDLB_T
Protected
GT_DDLB_VALUESInstance AttributeTable Type Data Transfer Dropdown List BoxLIKE
CRMT_EXTENDED2_DATA_TAB
Protected
GT_DISPLAYTABLEInstance AttributeTable Type Display Table Complete TableLIKE
CRMT_BSP_DISPLAY_TABLE_TAB
Protected
GT_EVENTGROUP_TEXTInstance AttributeTexts for Event GroupLIKE
CRMT_BSP_EVENTGRE_T
Protected
GT_EXTENDED_DATAInstance AttributeLIKE
Private
GT_FIELDGRP_TEXTInstance AttributeText Table for CRMC_FIELDGRPLIKE
CRMT_FIELDGRP_T_TAB
Protected
GT_LAYOUTInstance AttributeLIKE
Private
GT_MULTIGRPInstance AttributeTable of Multi-Group EntriesLIKE
CRMT_MULTIGROUP_TAB
Protected
GT_PROCESSED_EVENTSInstance AttributeEvents of Run Detail AreasLIKE
STRING_TABLE
Protected
GT_ROWFGTInstance AttributeField Group DetailsLIKE
CRMT_FIELDGRP_TAB
Protected
GT_TABSTRIPInstance AttributeLIKE
Private
GT_TABSTRIP_TEXTInstance AttributeLIKE
Private
GT_TOOLBARInstance AttributeToolbar GroupLIKE
CRMT_BSP_TOOLBARGRP_TAB
Protected
GT_TOOLBAR_TEXTInstance AttributeLIKE
Private
GT_VIEWSWITCH_TEXTInstance AttributeTable Type for Viewgroup TextsLIKE
CRMT_VIEWGRE_TEXT_TAB
Protected
GV_FILTER_EVENTInstance AttributeLIKE
Private
GV_FILTER_FLAGInstance AttributeBoolean Variable (X=true, -=false, space=unknown)LIKE
BOOLEAN
Protected
GV_FILTER_STATEInstance AttributeLIKE
Private
GV_FP_MODEInstance AttributeFloor Plan View ModeLIKE
STRING
Protected
GV_FP_VERSIONInstance AttributeFloor Plan VersionLIKE
CRMT_BL_FLOORPLAN
Protected
GV_HELP_REFERENCEInstance AttributeLIKE
Private
GV_HELP_TEXTInstance AttributeLIKE
Private
GV_PERS_LINKInstance AttributeLIKE
Private
GV_PERS_TEXTInstance AttributeLIKE
Private
GV_SELECTED_TABInstance AttributeLIKE
Private


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!