SAP CL_CRM_BSP_DC_SEARCHREQ OO Class - Context class for search controller
CL_CRM_BSP_DC_SEARCHREQ 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_DC_SEARCHREQ 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_DC_SEARCHREQ is CL_CRM_BSP_DC_GENERICMethod list of CL_CRM_BSP_DC_SEARCHREQ 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 |
| CHECK_N_STORE_MULTIVALUES | Validate and store search multivalues | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>CHECK_N_STORE_MULTIVALUES...more details | ||
| DO_SEARCH_QUERY_BY_EXTINDEX | By-Attribute (TRex) Fast Search Query | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>DO_SEARCH_QUERY_BY_EXTINDEX...more details | ||
| DO_SEARCH_QUERY_BY_STRING | By-String (TRex) Fast Search Query | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>DO_SEARCH_QUERY_BY_STRING...more details | ||
| GET_GV_FASTENTRYSELECTED | Getter for GV_FASTENTRYTEXT | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>GET_GV_FASTENTRYSELECTED...more details | ||
| GET_GV_FASTENTRYTEXT | Getter for GV_FASTENTRYTEXT | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>GET_GV_FASTENTRYTEXT...more details | ||
| GET_M_S_GR_STRUCTURE_ADVANCED | Metadata for Advanced search | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>GET_M_S_GR_STRUCTURE_ADVANCED...more details | ||
|
| ||
| GET_M_S_GR_STRUCTURE_SIMPLE | Meta data for Simple Search | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>GET_M_S_GR_STRUCTURE_SIMPLE...more details | ||
| GET_SEARCH_MULTIVALUES | Retrieve multi value | Private |
| CALL METHOD cl_crm_bsp_dc_searchreq=>GET_SEARCH_MULTIVALUES...more details | ||
| GET_S_GR_STRUCTURE_ADVANCED | getter for advanced search structure | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>GET_S_GR_STRUCTURE_ADVANCED...more details | ||
| GET_S_GR_STRUCTURE_SIMPLE | getter for simple search structure | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>GET_S_GR_STRUCTURE_SIMPLE...more details | ||
| RESET_CHANGED_VALUE_FLAG | Resets the changed value flag | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>RESET_CHANGED_VALUE_FLAG...more details | ||
| SET_GV_FASTENTRYSELECTED | Setter for GV_FASTENTRYTEXT | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>SET_GV_FASTENTRYSELECTED...more details | ||
| SET_GV_FASTENTRYTEXT | Setter for GV_FASTENTRYTEXT | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>SET_GV_FASTENTRYTEXT...more details | ||
| SET_S_GR_STRUCTURE_ADVANCED | Setter for advanced search structure | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>SET_S_GR_STRUCTURE_ADVANCED...more details | ||
| SET_S_GR_STRUCTURE_SIMPLE | Setter for simple search structure | Public |
| CALL METHOD cl_crm_bsp_dc_searchreq=>SET_S_GR_STRUCTURE_SIMPLE...more details | ||
CL_CRM_BSP_DC_SEARCHREQ 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_STRUCTURE_ADVANCED | Instance Attribute | Structure for the advanced search | LIKE DATA | Public | |
| GR_STRUCTURE_SIMPLE | Instance Attribute | Structure for Simple Search | LIKE DATA | Public | |
| GT_EXTENDED_DATA | Instance Attribute | Tabletype for extended data | LIKE CRMT_EXTENDED_DATA_TAB | Public | |
| GT_FASTENTRYTABLE | Instance Attribute | HTTP Framework (iHTTP) Table Name/Value Pairs | LIKE TIHTTPNVP | Public | |
| GT_MULTIVALUE_FIELDNAME | Instance Attribute | Tabel of multivaue Fieldname | LIKE CRMT_BSP_FIELDNAME_TAB | Public | |
| GT_SELECT | Instance Attribute | HTTP Framework (iHTTP) Table Name/Value Pairs | LIKE TIHTTPNVP | Public | |
| GT_SELECTLISTTABLE | Instance Attribute | Table type for CRMC_BL_VARIANTS table | LIKE CRMT_BL_VARIANTS_TAB | Public | |
| GT_SHOW | Instance Attribute | HTTP Framework (iHTTP) Table Name/Value Pairs | LIKE TIHTTPNVP | Public | |
| GT_SHOWLISTTABLE | Instance Attribute | Table type for CRMC_BL_VARIANTS table | LIKE CRMT_BL_VARIANTS_TAB | Public | |
| GT_SHUFFLER | Instance Attribute | Table Type for Shuffler Content | LIKE CRMT_SHUFFLER_TAB | Public | |
| GT_SHUFFLERBY | Instance Attribute | Table Type for Shuffler Content | LIKE CRMT_SHUFFLER_TAB | Public | |
| GT_SHUFFLERSHOW | Instance Attribute | Table type for CRMT_BL_SHUFFLER_SHOW | LIKE CRMT_BL_SHUFFLER_SHOW_TAB | Public | |
| GT_SHUFFLERSRC | Instance Attribute | Where search should be executed | LIKE TIHTTPNVP | Public | |
| GV_ADV_BY_SELECTED | Instance Attribute | Selected By shuffler | LIKE STRING | Public | |
| GV_ADV_SHOW_SELECTED | Instance Attribute | Selected Show shuffler | LIKE STRING | Public | |
| GV_ADV_SRC_SELECTED | Instance Attribute | Selected Source shuffler | LIKE STRING | Public | |
| GV_CHANGED_FIELD_EXIST | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| GV_FASTENTRYSELECTED | Instance Attribute | Selection of Get-ddlb | LIKE STRING | Public | |
| GV_FASTENTRYTEXT | Instance Attribute | Get-Text | LIKE STRING | Public | |
| GV_SELECTLISTSELECTED | Instance Attribute | Selection of Variants(for deletion) from Advance Search | LIKE STRING | Public | |
| GV_SHOWLISTNAME | Instance Attribute | Variant's name | LIKE STRING | Public | |
| GV_SHOWLISTSELECTED | Instance Attribute | Selection of Show-ddlb of simple search | LIKE STRING | Public | |
| GV_VALID | Instance Attribute | Valid Search values | 1 | LIKE I | Private |
| GV_VALUE_OLD | Instance Attribute | Temprary storage of value | LIKE STRING | 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