SAP CL_CRM_BSP_DC_DYN_SEARCHREQ OO Class - Kontextklasse für Such-Controller









CL_CRM_BSP_DC_DYN_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_DYN_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_DYN_SEARCHREQ is CL_CRM_BSP_DC_GENERIC

Method list of CL_CRM_BSP_DC_DYN_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 NameDescriptionVisability
CHECK_N_STORE_MULTIVALUESValidate and store search multivaluesPublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>CHECK_N_STORE_MULTIVALUES...more details

DO_SEARCH_QUERY_BY_EXTINDEXBy-Attribute (TRex) Fast Search QueryPublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>DO_SEARCH_QUERY_BY_EXTINDEX...more details

DO_SEARCH_QUERY_BY_STRINGBy-String (TRex) Fast Search QueryPublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>DO_SEARCH_QUERY_BY_STRING...more details

GET_GV_FASTENTRYSELECTEDGetter for GV_FASTENTRYTEXTPublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>GET_GV_FASTENTRYSELECTED...more details

GET_GV_FASTENTRYTEXTGetter for GV_FASTENTRYTEXTPublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>GET_GV_FASTENTRYTEXT...more details

GET_M_S_GR_STRUCTURE_ADVANCEDMetadata for Advanced searchPublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>GET_M_S_GR_STRUCTURE_ADVANCED...more details

GET_M_S_GR_STRUCTURE_SIMPLEMeta data for Simple SearchPublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>GET_M_S_GR_STRUCTURE_SIMPLE...more details

GET_SEARCH_MULTIVALUESRetrieve multi valuePrivate
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>GET_SEARCH_MULTIVALUES...more details

GET_S_GR_STRUCTURE_ADVANCEDgetter for advanced search structurePublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>GET_S_GR_STRUCTURE_ADVANCED...more details

GET_S_GR_STRUCTURE_SIMPLEgetter for simple search structurePublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>GET_S_GR_STRUCTURE_SIMPLE...more details

SET_GV_FASTENTRYSELECTEDSetter for GV_FASTENTRYTEXTPublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>SET_GV_FASTENTRYSELECTED...more details

SET_GV_FASTENTRYTEXTSetter for GV_FASTENTRYTEXTPublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>SET_GV_FASTENTRYTEXT...more details

SET_S_GR_STRUCTURE_ADVANCEDSetter for advanced search structurePublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>SET_S_GR_STRUCTURE_ADVANCED...more details

SET_S_GR_STRUCTURE_SIMPLESetter for simple search structurePublic
CALL METHOD cl_crm_bsp_dc_dyn_searchreq=>SET_S_GR_STRUCTURE_SIMPLE...more details



CL_CRM_BSP_DC_DYN_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.

NameLevelDescriptionInitial ValueTypeVisability
GR_STRUCTURE_ADVANCEDInstance AttributeStructure for the advanced searchLIKE
DATA
Public
GR_STRUCTURE_SIMPLEInstance AttributeStructure for Simple SearchLIKE
DATA
Public
GT_EXTENDED_DATAInstance AttributeTabletype for extended dataLIKE
CRMT_DYN_EXTENDED_DATA_TAB
Public
GT_FASTENTRYTABLEInstance AttributeHTTP Framework (iHTTP) Table Name/Value PairsLIKE
TIHTTPNVP
Public
GT_MULTIVALUE_FIELDNAMEInstance AttributeTabel of multivaue FieldnameLIKE
CRMT_BSP_FIELDNAME_TAB
Public
GT_SELECTInstance AttributeHTTP Framework (iHTTP) Table Name/Value PairsLIKE
TIHTTPNVP
Public
GT_SELECTLISTTABLEInstance AttributeTable type for CRMC_BL_VARIANTS tableLIKE
CRMT_BL_VARIANTS_TAB
Public
GT_SHOWInstance AttributeHTTP Framework (iHTTP) Table Name/Value PairsLIKE
TIHTTPNVP
Public
GT_SHOWLISTTABLEInstance AttributeTable type for CRMC_BL_VARIANTS tableLIKE
CRMT_BL_VARIANTS_TAB
Public
GT_SHUFFLERInstance AttributeTable Type for Shuffler ContentLIKE
CRMT_SHUFFLER_TAB
Public
GT_SHUFFLERBYInstance AttributeTable Type for Shuffler ContentLIKE
CRMT_SHUFFLER_TAB
Public
GT_SHUFFLERSHOWInstance AttributeTable type for CRMT_BL_SHUFFLER_SHOWLIKE
CRMT_BL_SHUFFLER_SHOW_TAB
Public
GT_SHUFFLERSRCInstance AttributeWhere search should be executedLIKE
TIHTTPNVP
Public
GV_ADV_BY_SELECTEDInstance AttributeSelected By shufflerLIKE
STRING
Public
GV_ADV_SHOW_SELECTEDInstance AttributeSelected Show shufflerLIKE
STRING
Public
GV_ADV_SRC_SELECTEDInstance AttributeSelected Source shufflerLIKE
STRING
Public
GV_CHANGED_FIELD_EXISTInstance AttributeLIKE
ABAP_BOOL
Private
GV_FASTENTRYSELECTEDInstance AttributeSelection of Get-ddlbLIKE
STRING
Public
GV_FASTENTRYTEXTInstance AttributeGet-TextLIKE
STRING
Public
GV_SELECTLISTSELECTEDInstance AttributeSelection of Variants(for deletion) from Advance SearchLIKE
STRING
Public
GV_SHOWLISTNAMEInstance AttributeVariant's nameLIKE
STRING
Public
GV_SHOWLISTSELECTEDInstance AttributeSelection of Show-ddlb of simple searchLIKE
STRING
Public
GV_VALIDInstance AttributeValid Search values1LIKE
I
Private
GV_VALUE_OLDInstance AttributeTemprary storage of valueLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!