SAP CL_CRM_BSP_FRAME_MS_DETAIL OO Class - Controller Class for CRM_BSP_FRAME
CL_CRM_BSP_FRAME_MS_DETAIL 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_MS_DETAIL 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_MS_DETAIL is CL_CRM_BSP_FRAME_ODCMethod list of CL_CRM_BSP_FRAME_MS_DETAIL 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 |
| GET_EVENT_OBJECT_KEY | Private | |
| CALL METHOD cl_crm_bsp_frame_ms_detail=>GET_EVENT_OBJECT_KEY...more details | ||
| RESTORE_STATE | Private | |
| CALL METHOD cl_crm_bsp_frame_ms_detail=>RESTORE_STATE...more details | ||
| SAVE_STATE | Private | |
| CALL METHOD cl_crm_bsp_frame_ms_detail=>SAVE_STATE...more details | ||
| SETUP_FORM_DDLB | Set DDLB for Form View | Protected |
| CALL METHOD cl_crm_bsp_frame_ms_detail=>SETUP_FORM_DDLB...more details | ||
| SETUP_LIST_DDLB | Set DDLB for List View | Protected |
| CALL METHOD cl_crm_bsp_frame_ms_detail=>SETUP_LIST_DDLB...more details | ||
| SET_SELECTED_LINE | Select a Table Row | Private |
| CALL METHOD cl_crm_bsp_frame_ms_detail=>SET_SELECTED_LINE...more details | ||
|
| ||
| SET_VISIBLE_FIRST_ROW | Change visiblefirstrow Attribute of Display Table | Private |
| CALL METHOD cl_crm_bsp_frame_ms_detail=>SET_VISIBLE_FIRST_ROW...more details | ||
CL_CRM_BSP_FRAME_MS_DETAIL 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 |
| GR_VIEW | Instance Attribute | Business Server Page (BSP) | LIKE IF_BSP_PAGE | Private | |
| GS_NEXT_NAV_LINK | Instance Attribute | Data for Interlinkage Transfer | LIKE CRMT_BSP_DATA_LINK | Private | |
| GT_ALL_OBJECT_KEY | Instance Attribute | Table of Object Keys | LIKE CRMT_BSP_OBJECTKEY_TAB | Private | |
| GT_FIELD_ATTRIBUTE | Instance Attribute | Field Characteristics | LIKE CRMT_BSP_FIELDATTRIB_TAB | Private | |
| GT_FILTER_VALUE | Instance Attribute | HTTP Framework (iHHTP) Table Name/Value Pairs | LIKE TIHTTPNVP | Private | |
| GT_LIST_LINK | Instance Attribute | Table Type for Links | LIKE CRMT_BSP_DATA_LINK_TAB | Private | |
| GT_PARENT_OBJECT_KEY | Instance Attribute | Table of Object Keys | LIKE CRMT_BSP_OBJECTKEY_TAB | Private | |
| GT_PREV_SELECTED_ROW | Instance Attribute | Table of Strings | LIKE STRING_TABLE | Private | |
| GT_SELECTED_KEY | Instance Attribute | Table of Object Keys | LIKE CRMT_BSP_OBJECTKEY_TAB | Private | |
| GT_SELECTED_ROW | Instance Attribute | Table of Strings | LIKE STRING_TABLE | Private | |
| GT_SORTDIRECTION | Instance Attribute | LIKE | Private | ||
| GV_CREATE_MODE | Instance Attribute | Boolean Type, Do Not Use in Interfaces! | LIKE BU_BOOLEAN | Private | |
| GV_DC_ID | Instance Attribute | LIKE | Private | ||
| GV_FIELDGROUP_VAR | Instance Attribute | Field Group Variant | LIKE CRMT_BSP_FLDGRPVAR | Private | |
| GV_FOCUS_KEY | Instance Attribute | Object Key | LIKE CRMT_BSP_OBJECTKEY | Private | |
| GV_INIT_FILTER | Instance Attribute | Reset Filter | SPACE | LIKE STRING | Private |
| GV_NAV_UNLOCK | Instance Attribute | Unlock in Navigation | LIKE CRMT_BSP_NAV_UNLOCK | Private | |
| GV_NEW_DETAIL | Instance Attribute | Logical Variable | LIKE CRMT_BOOLEAN | Private | |
| GV_NEXT_EVENT | Instance Attribute | Event | LIKE CRMT_BSP_EVENT | Private | |
| GV_NEXT_FOCUS | Instance Attribute | Object Key | LIKE CRMT_BSP_OBJECTKEY | Private | |
| GV_NO_ADD_LINE | Instance Attribute | No Add Line | SPACE | LIKE STRING | Private |
| GV_NO_FOCUS_SETTING | Instance Attribute | Workaround | LIKE STRING | Private | |
| GV_SORT_BY_USER | Instance Attribute | User Already Sorted | LIKE CHAR1 | Private | |
| GV_TOGGLE | Instance Attribute | Toggle Value - Form or List Screen Type | LIKE CHAR4 | Private | |
| GV_VIEWSWITCH_SELECTED | Instance Attribute | LIKE | 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