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_PATTERN

Method 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 NameDescriptionVisability
GET_LINK_TO_SEARCH_PERSGenerate Controller URLPublic
CALL METHOD cl_crm_bsp_frame_search_pers=>GET_LINK_TO_SEARCH_PERS...more details

GET_MAX_LISTLENGTHGet maximum lines per page in search result listPublic
CALL METHOD cl_crm_bsp_frame_search_pers=>GET_MAX_LISTLENGTH...more details

GET_PERS_SETTINGSGet personalized settings from databasePublic
CALL METHOD cl_crm_bsp_frame_search_pers=>GET_PERS_SETTINGS...more details

JAVASCRIPT_SHOW_SEARCH_PERSGenerate JavaScript CallPrivate
CALL METHOD cl_crm_bsp_frame_search_pers=>JAVASCRIPT_SHOW_SEARCH_PERS...more details

RESTORE_SAVED_VALUESRestore to previously saved valuesPrivate
CALL METHOD cl_crm_bsp_frame_search_pers=>RESTORE_SAVED_VALUES...more details

SAVE_SEARCH_PERSONALIZATIONSave Search personalizationPrivate
CALL METHOD cl_crm_bsp_frame_search_pers=>SAVE_SEARCH_PERSONALIZATION...more details

SET_BLUEPRINT_ATTRSets the blueprint informationPublic
CALL METHOD cl_crm_bsp_frame_search_pers=>SET_BLUEPRINT_ATTR...more details

SET_DEFAULTSRestore to default valuesPrivate
CALL METHOD cl_crm_bsp_frame_search_pers=>SET_DEFAULTS...more details

SET_SEARCH_MAXHITS_VALUESSets the threshold values for searchPublic
CALL METHOD cl_crm_bsp_frame_search_pers=>SET_SEARCH_MAXHITS_VALUES...more details

SET_SHOW_LISTSets the Show list tablePublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_FALSEConstantSingle-Character Flag'-'LIKE
CHAR1
Private
GC_SEARCH_MAXHITS_DEFAULTConstantDefault threshold for search100LIKE
CRMT_BSP_SEARCH_MAXHITS
Private
GC_SETTING_DEFAULTConstantDefault value in Show-DDLB'SETTING_DEFAULT'LIKE
STRING
Private
GC_TRUEConstantSingle-Character Flag'X'LIKE
CHAR1
Private
GS_BLUEPRINT_ATTRStatic AttributeApplication Scenario Screen AreaLIKE
CRMC_BLUEPRINT
Private
GT_SHOWLISTStatic AttributeHTTP Framework (iHTTP) Table Name/Value PairsLIKE
TIHTTPNVP
Private
GV_DDLB_SELECTIONStatic AttributeSelection of ddlbLIKE
STRING
Private
GV_DL_CSV_SELECTIONStatic AttributeSelection of checkboxLIKE
STRING
Private
GV_FIRSTRUNStatic AttributeSet for the first run'X'LIKE
STRING
Private
GV_FLOORPLAN_VERSIONStatic AttributeTry to save current floorplan versionLIKE
CRMT_BL_FLOORPLAN
Public
GV_LISTLENGTH_CUSTInstance AttributeCustomized number of entries per page in SRESLIKE
CRMT_BSP_SEARCH_MAXHITS
Private
GV_LISTLENGTH_INPUTInstance AttributeInput for the number of entries per page in SRESLIKE
CRMT_BSP_SEARCH_MAXHITS
Private
GV_LISTLENGTH_PERSInstance AttributePersonalized number of entries per page for SRESLIKE
CRMT_BSP_SEARCH_MAXHITS
Private
GV_MAC_IMPL_IFStatic AttributeFlag if the current MAC implements the necessary InterfaceLIKE
ABAP_BOOL
Private
GV_NFP_MODEInstance AttributeCurrent floorplan mode, set by SET_MAX_LISTLENGTHLIKE
STRING
Private
GV_SEARCH_LISTLENGTHStatic AttributeCurrent listlength of SRES per pageLIKE
CRMT_BSP_SEARCH_MAXHITS
Public
GV_SEARCH_MAXHITSInstance AttributeCurrent threshold for searchLIKE
CRMT_BSP_SEARCH_MAXHITS
Private
GV_SEARCH_MAXHITS_CUSTStatic AttributeCustomized threshold for searchLIKE
CRMT_BSP_SEARCH_MAXHITS
Private
GV_SEARCH_MAXHITS_INPUTInstance AttributeInput field value of search thresholdLIKE
CRMT_BSP_SEARCH_MAXHITS
Private
GV_SEARCH_MAXHITS_PERSStatic AttributePersonalized threshold for searchLIKE
CRMT_BSP_SEARCH_MAXHITS
Private
GV_SEARCH_MAXHITS_WRONG_INPUTInstance AttributeWrong value of input field of search thresholdLIKE
STRING
Private
GV_SETTINGS_APPLYInstance AttributeSingle-Character Flag'-'LIKE
CHAR1
Private
GV_SETTINGS_CANCELInstance AttributeSingle-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



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!