SAP CL_CRM_BSP_FRAME_SEARCH_PERS OO Class - Controller Class for CRM_BSP_FRAME
CL_CRM_BSP_FRAME_SEARCH_PERS 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_SEARCH_PERS 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_SEARCH_PERS is CL_CRM_BSP_FRAME_PATTERNMethod list of CL_CRM_BSP_FRAME_SEARCH_PERS 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_LINK_TO_SEARCH_PERS | Generate Controller URL | Public |
| CALL METHOD cl_crm_bsp_frame_search_pers=>GET_LINK_TO_SEARCH_PERS...more details | ||
| GET_MAX_LISTLENGTH | Get maximum lines per page in search result list | Public |
| CALL METHOD cl_crm_bsp_frame_search_pers=>GET_MAX_LISTLENGTH...more details | ||
| GET_PERS_SETTINGS | Get personalized settings from database | Public |
| CALL METHOD cl_crm_bsp_frame_search_pers=>GET_PERS_SETTINGS...more details | ||
| JAVASCRIPT_SHOW_SEARCH_PERS | Generate JavaScript Call | Private |
| CALL METHOD cl_crm_bsp_frame_search_pers=>JAVASCRIPT_SHOW_SEARCH_PERS...more details | ||
| RESTORE_SAVED_VALUES | Restore to previously saved values | Private |
| CALL METHOD cl_crm_bsp_frame_search_pers=>RESTORE_SAVED_VALUES...more details | ||
| SAVE_SEARCH_PERSONALIZATION | Save Search personalization | Private |
| CALL METHOD cl_crm_bsp_frame_search_pers=>SAVE_SEARCH_PERSONALIZATION...more details | ||
|
| ||
| SET_BLUEPRINT_ATTR | Sets the blueprint information | Public |
| CALL METHOD cl_crm_bsp_frame_search_pers=>SET_BLUEPRINT_ATTR...more details | ||
| SET_DEFAULTS | Restore to default values | Private |
| CALL METHOD cl_crm_bsp_frame_search_pers=>SET_DEFAULTS...more details | ||
| SET_SEARCH_MAXHITS_VALUES | Sets the threshold values for search | Public |
| CALL METHOD cl_crm_bsp_frame_search_pers=>SET_SEARCH_MAXHITS_VALUES...more details | ||
| SET_SHOW_LIST | Sets the Show list table | Public |
| CALL METHOD cl_crm_bsp_frame_search_pers=>SET_SHOW_LIST...more details | ||
CL_CRM_BSP_FRAME_SEARCH_PERS 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 |
| GC_FALSE | Constant | Single-Character Flag | '-' | LIKE CHAR1 | Private |
| GC_SEARCH_MAXHITS_DEFAULT | Constant | Default threshold for search | 100 | LIKE CRMT_BSP_SEARCH_MAXHITS | Private |
| GC_SETTING_DEFAULT | Constant | Default value in Show-DDLB | 'SETTING_DEFAULT' | LIKE STRING | Private |
| GC_TRUE | Constant | Single-Character Flag | 'X' | LIKE CHAR1 | Private |
| GS_BLUEPRINT_ATTR | Static Attribute | Application Scenario Screen Area | LIKE CRMC_BLUEPRINT | Private | |
| GT_SHOWLIST | Static Attribute | HTTP Framework (iHTTP) Table Name/Value Pairs | LIKE TIHTTPNVP | Private | |
| GV_DDLB_SELECTION | Static Attribute | Selection of ddlb | LIKE STRING | Private | |
| GV_DL_CSV_SELECTION | Static Attribute | Selection of checkbox | LIKE STRING | Private | |
| GV_FIRSTRUN | Static Attribute | Set for the first run | 'X' | LIKE STRING | Private |
| GV_FLOORPLAN_VERSION | Static Attribute | Try to save current floorplan version | LIKE CRMT_BL_FLOORPLAN | Public | |
| GV_LISTLENGTH_CUST | Instance Attribute | Customized number of entries per page in SRES | LIKE CRMT_BSP_SEARCH_MAXHITS | Private | |
| GV_LISTLENGTH_INPUT | Instance Attribute | Input for the number of entries per page in SRES | LIKE CRMT_BSP_SEARCH_MAXHITS | Private | |
| GV_LISTLENGTH_PERS | Instance Attribute | Personalized number of entries per page for SRES | LIKE CRMT_BSP_SEARCH_MAXHITS | Private | |
| GV_MAC_IMPL_IF | Static Attribute | Flag if the current MAC implements the necessary Interface | LIKE ABAP_BOOL | Private | |
| GV_NFP_MODE | Instance Attribute | Current floorplan mode, set by SET_MAX_LISTLENGTH | LIKE STRING | Private | |
| GV_SEARCH_LISTLENGTH | Static Attribute | Current listlength of SRES per page | LIKE CRMT_BSP_SEARCH_MAXHITS | Public | |
| GV_SEARCH_MAXHITS | Instance Attribute | Current threshold for search | LIKE CRMT_BSP_SEARCH_MAXHITS | Private | |
| GV_SEARCH_MAXHITS_CUST | Static Attribute | Customized threshold for search | LIKE CRMT_BSP_SEARCH_MAXHITS | Private | |
| GV_SEARCH_MAXHITS_INPUT | Instance Attribute | Input field value of search threshold | LIKE CRMT_BSP_SEARCH_MAXHITS | Private | |
| GV_SEARCH_MAXHITS_PERS | Static Attribute | Personalized threshold for search | LIKE CRMT_BSP_SEARCH_MAXHITS | Private | |
| GV_SEARCH_MAXHITS_WRONG_INPUT | Instance Attribute | Wrong value of input field of search threshold | LIKE STRING | Private | |
| GV_SETTINGS_APPLY | Instance Attribute | Single-Character Flag | '-' | LIKE CHAR1 | Private |
| GV_SETTINGS_CANCEL | Instance Attribute | Single-Character Flag | '-' | LIKE CHAR1 | 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