SAP IF_CRM_BSP_PARENT_COM_2 OO Class - Methods for Partent Controller
IF_CRM_BSP_PARENT_COM_2 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 IF_CRM_BSP_PARENT_COM_2 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 IF_CRM_BSP_PARENT_COM_2 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 |
| CLEAR_GT_MSELVALUES | Clear table with multiselect name-value pairs | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>CLEAR_GT_MSELVALUES...more details | ||
| EVENTGRP_POPUP_SHOWN | Whether Event Group Popup is shown for quick create. | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>EVENTGRP_POPUP_SHOWN...more details | ||
| FILL_GT_MULTISELECT_VALUES | Fill table with multiselect name-value pairs | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>FILL_GT_MULTISELECT_VALUES...more details | ||
| GET_CONTROLLER | Wrapper method for CL_BSP_CONTROLLER2 | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>GET_CONTROLLER...more details | ||
| GET_F4CS_EVENT | Gets context sensitive value help event | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>GET_F4CS_EVENT...more details | ||
| GET_F4CS_VALUE | Gets context sensitive value help attribute | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>GET_F4CS_VALUE...more details | ||
|
| ||
| GET_FLOORPLAN_VERSION | Gets the Version of Floor Plan | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>GET_FLOORPLAN_VERSION...more details | ||
| GET_GT_MSELVALUES | Gets table with multiselect name-value pairs | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>GET_GT_MSELVALUES...more details | ||
| GET_NFP_VIEW_MODE | Gets View Mode Attribute | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>GET_NFP_VIEW_MODE...more details | ||
| GET_URL_PARAMETER_VALUE | Gets the value of a specific URL parameter | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>GET_URL_PARAMETER_VALUE...more details | ||
| IN_ODP1_GEN_TAB | Whether the ODP tab is the 'General Tab' | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>IN_ODP1_GEN_TAB...more details | ||
| SET_F4CS_VALUE | Sets context sensitive value help attribute | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>SET_F4CS_VALUE...more details | ||
| SET_NFP_VIEW_MODE | Sets view mode attribute | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>SET_NFP_VIEW_MODE...more details | ||
| SET_OBJECT_KEY_TAB | Sets the Object Key table | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>SET_OBJECT_KEY_TAB...more details | ||
| SET_OIP_CREATE_MODE | send the OIP's create mode | Public |
| CALL METHOD if_crm_bsp_parent_com_2=>SET_OIP_CREATE_MODE...more details | ||
Links to Related Class(s)
IF_CRM_B...Full list of available SAP object classes
Search for further information about these or an SAP related objects