SAP IF_CRM_BSP_MODEL_ACCESS_IL OO Class - Application Interface for BSP IL
IF_CRM_BSP_MODEL_ACCESS_IL 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_MODEL_ACCESS_IL 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_MODEL_ACCESS_IL 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 |
| AFTER_ROLLBACK_DELETE | Deletion Failed | Public |
| CALL METHOD if_crm_bsp_model_access_il=>AFTER_ROLLBACK_DELETE...more details | ||
| CHANGE_FOCUS | Change Focus | Public |
| CALL METHOD if_crm_bsp_model_access_il=>CHANGE_FOCUS...more details | ||
| CHECK_ACTIVE_MULTIGROUP | Read Active Subcontroller | Public |
| CALL METHOD if_crm_bsp_model_access_il=>CHECK_ACTIVE_MULTIGROUP...more details | ||
| CHECK_ACTIVE_SHUFFLER | Check Active Shuffler | Public |
| CALL METHOD if_crm_bsp_model_access_il=>CHECK_ACTIVE_SHUFFLER...more details | ||
| CHECK_ACTIVE_STEPS | Read Active Steps | Public |
| CALL METHOD if_crm_bsp_model_access_il=>CHECK_ACTIVE_STEPS...more details | ||
| CHECK_ACTIVE_TABSTRIP | Reading the Active Tabs | Public |
| CALL METHOD if_crm_bsp_model_access_il=>CHECK_ACTIVE_TABSTRIP...more details | ||
|
| ||
| CHECK_ACTIVE_TOOLBAR | Read Active Pushbuttons | Public |
| CALL METHOD if_crm_bsp_model_access_il=>CHECK_ACTIVE_TOOLBAR...more details | ||
| CHECK_ACTIVE_VIEWSETGROUP | Read Active Viewsets | Public |
| CALL METHOD if_crm_bsp_model_access_il=>CHECK_ACTIVE_VIEWSETGROUP...more details | ||
| CHECK_BEFORE_DELETE | Check if Deletion is Allowed | Public |
| CALL METHOD if_crm_bsp_model_access_il=>CHECK_BEFORE_DELETE...more details | ||
| CONVERT_FROM_BOR | Determination of Object Key from BOR Parameters | Public |
| CALL METHOD if_crm_bsp_model_access_il=>CONVERT_FROM_BOR...more details | ||
| CONVERT_TO_BOR | Determination of BOR Parameters from Object Key | Public |
| CALL METHOD if_crm_bsp_model_access_il=>CONVERT_TO_BOR...more details | ||
| DELETE | Delete | Public |
| CALL METHOD if_crm_bsp_model_access_il=>DELETE...more details | ||
| FILL_DROPDOWN_LISTBOX | Read Dropdown Listbox Values | Public |
| CALL METHOD if_crm_bsp_model_access_il=>FILL_DROPDOWN_LISTBOX...more details | ||
| FILL_EVENTGROUP | Read Dynamic Events | Public |
| CALL METHOD if_crm_bsp_model_access_il=>FILL_EVENTGROUP...more details | ||
| GET_ALLOWED_DDLB_VALUES | Fill Values for Drop-Down List Box Depending on Object Key | Public |
| CALL METHOD if_crm_bsp_model_access_il=>GET_ALLOWED_DDLB_VALUES...more details | ||
| GET_FIELDGROUP_VARIANT | Read Field Group Variants | Public |
| CALL METHOD if_crm_bsp_model_access_il=>GET_FIELDGROUP_VARIANT...more details | ||
| GET_MESSAGES | Read Error Messages | Public |
| CALL METHOD if_crm_bsp_model_access_il=>GET_MESSAGES...more details | ||
| GET_MY_FAVORITES | Determine Favorites | Public |
| CALL METHOD if_crm_bsp_model_access_il=>GET_MY_FAVORITES...more details | ||
| GET_PARENT_OBJECT_KEY | Determine Higher-Level Object Key | Public |
| CALL METHOD if_crm_bsp_model_access_il=>GET_PARENT_OBJECT_KEY...more details | ||
| GET_VARIANT | Read Screen Variants | Public |
| CALL METHOD if_crm_bsp_model_access_il=>GET_VARIANT...more details | ||
| IS_OBJECT_IN_CREATE_MODE | Is the object in create mode? | Public |
| CALL METHOD if_crm_bsp_model_access_il=>IS_OBJECT_IN_CREATE_MODE...more details | ||
| MODIFY | Change Data | Public |
| CALL METHOD if_crm_bsp_model_access_il=>MODIFY...more details | ||
| PROCESS_EVENT | Event Execution | Public |
| CALL METHOD if_crm_bsp_model_access_il=>PROCESS_EVENT...more details | ||
| QUERY | Start Search | Public |
| CALL METHOD if_crm_bsp_model_access_il=>QUERY...more details | ||
| READ | Read Data | Public |
| CALL METHOD if_crm_bsp_model_access_il=>READ...more details | ||
| READ_FOCUS_OBJECT | Read Data (with Focus Object) | Public |
| CALL METHOD if_crm_bsp_model_access_il=>READ_FOCUS_OBJECT...more details | ||
| SET_SELECTED_PROCESS_ID | Set Selected Process ID | Public |
| CALL METHOD if_crm_bsp_model_access_il=>SET_SELECTED_PROCESS_ID...more details | ||
| SET_SELECTED_STEP_ID | Set Selected Step ID | Public |
| CALL METHOD if_crm_bsp_model_access_il=>SET_SELECTED_STEP_ID...more details | ||
| SET_URL_PARAMETER | Set URL Parameters for Events | Public |
| CALL METHOD if_crm_bsp_model_access_il=>SET_URL_PARAMETER...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