SAP CL_CRM_BSP_SMP_IVIEW_MODEL OO Class - SMP: iView Model
CL_CRM_BSP_SMP_IVIEW_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_SMP_IVIEW_MODEL 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_SMP_IVIEW_MODEL is CL_BSP_MODELMethod list of CL_CRM_BSP_SMP_IVIEW_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 |
| APPEND_TO_ROW_TABLE | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>APPEND_TO_ROW_TABLE...more details | ||
| BUILD_SELECTED_SRES_KEYS | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>BUILD_SELECTED_SRES_KEYS...more details | ||
| BUILD_SELECTED_SRES_ROWS | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>BUILD_SELECTED_SRES_ROWS...more details | ||
| CLEAR_SEARCHRESULTS | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>CLEAR_SEARCHRESULTS...more details | ||
| CREATE_APPL_OBJECT | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>CREATE_APPL_OBJECT...more details | ||
| DDIC_TO_FIELDGROUP | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>DDIC_TO_FIELDGROUP...more details | ||
|
| ||
| DELETE_FROM_ROW_TABLE | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>DELETE_FROM_ROW_TABLE...more details | ||
| DESELECT_ALL | Deselect All Entries | Public |
| CALL METHOD cl_crm_bsp_smp_iview_model=>DESELECT_ALL...more details | ||
| FILL_SEARCH_STRUCTURE | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>FILL_SEARCH_STRUCTURE...more details | ||
| GET_APPL_EVENT | Find Application Event | Public |
| CALL METHOD cl_crm_bsp_smp_iview_model=>GET_APPL_EVENT...more details | ||
| GET_COUNT_TEXT | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>GET_COUNT_TEXT...more details | ||
| GET_DDLB_ITEMS | Finds Default Item for DDLB | Public |
| CALL METHOD cl_crm_bsp_smp_iview_model=>GET_DDLB_ITEMS...more details | ||
| GET_DOMAIN_VALUES | Determines Domain Values | Public |
| CALL METHOD cl_crm_bsp_smp_iview_model=>GET_DOMAIN_VALUES...more details | ||
| GET_FIELD_TEXT | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>GET_FIELD_TEXT...more details | ||
| GET_PERS_EVENT | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>GET_PERS_EVENT...more details | ||
| GET_PORTAL_EVENT | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>GET_PORTAL_EVENT...more details | ||
| INVERT_SELECTION | Invert Selection | Public |
| CALL METHOD cl_crm_bsp_smp_iview_model=>INVERT_SELECTION...more details | ||
| IS_IN_ROW_TABLE | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>IS_IN_ROW_TABLE...more details | ||
| LOAD_SEARCHFIELDS | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>LOAD_SEARCHFIELDS...more details | ||
| SEARCHFIELDS_CHANGED | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>SEARCHFIELDS_CHANGED...more details | ||
| SELECT_ALL | Selects All Entries | Public |
| CALL METHOD cl_crm_bsp_smp_iview_model=>SELECT_ALL...more details | ||
| SET_DDLB_ITEMS | Add Default_item to Global Table | Public |
| CALL METHOD cl_crm_bsp_smp_iview_model=>SET_DDLB_ITEMS...more details | ||
| SET_DEFAULT_ITEM | Add Default_item to Global Table | Public |
| CALL METHOD cl_crm_bsp_smp_iview_model=>SET_DEFAULT_ITEM...more details | ||
| SET_REFRESH | Private | |
| CALL METHOD cl_crm_bsp_smp_iview_model=>SET_REFRESH...more details | ||
CL_CRM_BSP_SMP_IVIEW_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 |
| GO_APPL_OBJECT | Instance Attribute | LIKE | Private | ||
| GO_SRES_ITERATOR | Instance Attribute | LIKE | Private | ||
| GR_SEARCHSTRUCTURE_INSTANCE | Instance Attribute | LIKE | Private | ||
| GT_DDLBS_SEARCH_ITEMS | Instance Attribute | Data for Dynamic Dropdown List Boxes when Searching | LIKE CRMT_BSP_SMP_DDLBS_ITEMS | Public | |
| GT_OBJECT_KEYS | Instance Attribute | LIKE | Private | ||
| GT_SELECTED_SRES_KEYS | Instance Attribute | LIKE | Private | ||
| GT_SELECTED_SRES_ROWS | Instance Attribute | LIKE | Private | ||
| GT_SREQ_FGT | Instance Attribute | LIKE | Private | ||
| GT_SRES | Instance Attribute | LIKE | Private | ||
| G_CLASS | Instance Attribute | LIKE | Private | ||
| G_DATA_STRUCTURE_NAME | Instance Attribute | LIKE | Private | ||
| G_DISABLE_DISP_IN_HIER | Instance Attribute | Boolean Variable | 'X' | LIKE BOOLE | Public |
| G_FOCUS_CHANGED | Instance Attribute | LIKE | Private | ||
| G_FOCUS_INDEX | Instance Attribute | LIKE | Private | ||
| G_FOCUS_OBJECT | Instance Attribute | LIKE | Private | ||
| G_REFRESH | Instance Attribute | LIKE | Private | ||
| G_SELECTION_MODE | Instance Attribute | LIKE | Private | ||
| G_SREQ_STRUCTURE_NAME | Instance Attribute | LIKE | Private | ||
| G_SRES_STRUCTURE_NAME | Instance Attribute | LIKE | Private | ||
| G_TABSTATE | Instance Attribute | LIKE | Private | ||
| PERS_EVENT | Instance Attribute | LIKE | Private | ||
| RAISE_PORTAL_EVENT | Instance Attribute | Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Public |
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