SAP CL_CRM_BSP_F4_HELP_MAIN OO Class - Controller Class for CRM_BSP_F4_HELP









CL_CRM_BSP_F4_HELP_MAIN 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_F4_HELP_MAIN 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_F4_HELP_MAIN is CL_BSP_CONTROLLER2

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_CRM_BSP_F4_HELP

Method list of CL_CRM_BSP_F4_HELP_MAIN 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
CALL_OICCalls Application in F4 Help ModeProtected
CALL METHOD cl_crm_bsp_f4_help_main=>CALL_OIC...more details

GET_APPLICATIONDetermines Application for a BOR ObjectPublic
CALL METHOD cl_crm_bsp_f4_help_main=>GET_APPLICATION...more details

GET_F4_DEFAULT_VALUESPrivate
CALL METHOD cl_crm_bsp_f4_help_main=>GET_F4_DEFAULT_VALUES...more details

GET_HELP_VALUESFetch Value Table for Simple Search HelpProtected
CALL METHOD cl_crm_bsp_f4_help_main=>GET_HELP_VALUES...more details

S2XPrivate
CALL METHOD cl_crm_bsp_f4_help_main=>S2X...more details

XUTF82SPrivate
CALL METHOD cl_crm_bsp_f4_help_main=>XUTF82S...more details



CL_CRM_BSP_F4_HELP_MAIN 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_BLVIEWConstantParameter: Blview'blview'LIKE
STRING
Protected
GC_BOR_OBJECTConstantParameter: BOR Object Type'borobject'LIKE
STRING
Protected
GC_DYNAMIC_F4_HELPConstantDetermine F4 Application Dynamically'DynamicF4Help'LIKE
STRING
Protected
GC_FIELDGROUPConstantParameter: Field Group'fieldgroup'LIKE
STRING
Protected
GC_FIELDGROUP_VARConstantParameter: Field Group Variant'fieldgroupvar'LIKE
STRING
Protected
GC_FIELDISBORInstance AttributeLIKE
Private
GC_INPUT_FIELD_IDConstantParameter: Input Field ID'inputfieldid'LIKE
STRING
Protected
GC_METHOD_NAMEInstance AttributeLIKE
Private
GC_MULTI_VALUEConstantParameter: Indicator if Input Field With Multiple Values'multivalue'LIKE
STRING
Protected
GC_OICConstantF4 via OIC'OIC'LIKE
STRING
Protected
GC_PAR_CONTENTConstantParameter: Field Content'content'LIKE
STRING
Protected
GC_PAR_HELP_IDConstantParameter: Help ID'helpid'LIKE
STRING
Protected
GC_PAR_HELP_MODEConstantParameter: Help Type'helpmode'LIKE
STRING
Protected
GC_PREFIXConstantParameter: Prefix'prefix'LIKE
STRING
Protected
GC_STRUCTURE_NAMEConstantParameter: Structure Name'structurename'LIKE
STRING
Protected
GC_TRIGGER_EVENTConstantParameter: Trigger Submit by Value Selection'triggerevent'LIKE
STRING
Protected
GV_F4_CONTROLLERIDInstance AttributeLIKE
Private
GV_FIELDISBORInstance AttributeLIKE
Private
GV_FIELD_TABStatic AttributeTransfer of Default Values for F4 HelpLIKE
CRM_BSP_F4_FIELD_DEFAULT_T
Protected
GV_HELP_IDInstance AttributeLIKE
Private
GV_HELP_MODEInstance AttributeLIKE
Private
GV_INPUT_FIELD_IDInstance AttributeLIKE
Private
GV_MAPPINGInstance AttributeLIKE
Private
GV_METHOD_NAMEInstance AttributeLIKE
Private
GV_MULTI_VALUEInstance AttributeLIKE
Private
GV_PREFIXInstance AttributeLIKE
Private
GV_REPLACE_IDInstance AttributeLIKE
Private
GV_STRUCTURE_NAMEInstance AttributeSource Structure NameLIKE
STRING
Protected
GV_TRIGGER_EVENTInstance AttributeGeneral FlagLIKE
STRING
Protected
GV_URI_PARAMETERInstance AttributeLIKE
Private
GV_VALUELISTInstance AttributeBusiness Server Pages (BSP) Value List Search HelpLIKE
SHSVALTAB
Protected


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!