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_CONTROLLER2Interface 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_HELPMethod 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 Name | Description | Visability |
| CALL_OIC | Calls Application in F4 Help Mode | Protected |
| CALL METHOD cl_crm_bsp_f4_help_main=>CALL_OIC...more details | ||
| GET_APPLICATION | Determines Application for a BOR Object | Public |
| CALL METHOD cl_crm_bsp_f4_help_main=>GET_APPLICATION...more details | ||
| GET_F4_DEFAULT_VALUES | Private | |
| CALL METHOD cl_crm_bsp_f4_help_main=>GET_F4_DEFAULT_VALUES...more details | ||
| GET_HELP_VALUES | Fetch Value Table for Simple Search Help | Protected |
| CALL METHOD cl_crm_bsp_f4_help_main=>GET_HELP_VALUES...more details | ||
| S2X | Private | |
| CALL METHOD cl_crm_bsp_f4_help_main=>S2X...more details | ||
| XUTF82S | Private | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_BLVIEW | Constant | Parameter: Blview | 'blview' | LIKE STRING | Protected |
| GC_BOR_OBJECT | Constant | Parameter: BOR Object Type | 'borobject' | LIKE STRING | Protected |
| GC_DYNAMIC_F4_HELP | Constant | Determine F4 Application Dynamically | 'DynamicF4Help' | LIKE STRING | Protected |
| GC_FIELDGROUP | Constant | Parameter: Field Group | 'fieldgroup' | LIKE STRING | Protected |
| GC_FIELDGROUP_VAR | Constant | Parameter: Field Group Variant | 'fieldgroupvar' | LIKE STRING | Protected |
| GC_FIELDISBOR | Instance Attribute | LIKE | Private | ||
| GC_INPUT_FIELD_ID | Constant | Parameter: Input Field ID | 'inputfieldid' | LIKE STRING | Protected |
| GC_METHOD_NAME | Instance Attribute | LIKE | Private | ||
| GC_MULTI_VALUE | Constant | Parameter: Indicator if Input Field With Multiple Values | 'multivalue' | LIKE STRING | Protected |
| GC_OIC | Constant | F4 via OIC | 'OIC' | LIKE STRING | Protected |
| GC_PAR_CONTENT | Constant | Parameter: Field Content | 'content' | LIKE STRING | Protected |
| GC_PAR_HELP_ID | Constant | Parameter: Help ID | 'helpid' | LIKE STRING | Protected |
| GC_PAR_HELP_MODE | Constant | Parameter: Help Type | 'helpmode' | LIKE STRING | Protected |
| GC_PREFIX | Constant | Parameter: Prefix | 'prefix' | LIKE STRING | Protected |
| GC_STRUCTURE_NAME | Constant | Parameter: Structure Name | 'structurename' | LIKE STRING | Protected |
| GC_TRIGGER_EVENT | Constant | Parameter: Trigger Submit by Value Selection | 'triggerevent' | LIKE STRING | Protected |
| GV_F4_CONTROLLERID | Instance Attribute | LIKE | Private | ||
| GV_FIELDISBOR | Instance Attribute | LIKE | Private | ||
| GV_FIELD_TAB | Static Attribute | Transfer of Default Values for F4 Help | LIKE CRM_BSP_F4_FIELD_DEFAULT_T | Protected | |
| GV_HELP_ID | Instance Attribute | LIKE | Private | ||
| GV_HELP_MODE | Instance Attribute | LIKE | Private | ||
| GV_INPUT_FIELD_ID | Instance Attribute | LIKE | Private | ||
| GV_MAPPING | Instance Attribute | LIKE | Private | ||
| GV_METHOD_NAME | Instance Attribute | LIKE | Private | ||
| GV_MULTI_VALUE | Instance Attribute | LIKE | Private | ||
| GV_PREFIX | Instance Attribute | LIKE | Private | ||
| GV_REPLACE_ID | Instance Attribute | LIKE | Private | ||
| GV_STRUCTURE_NAME | Instance Attribute | Source Structure Name | LIKE STRING | Protected | |
| GV_TRIGGER_EVENT | Instance Attribute | General Flag | LIKE STRING | Protected | |
| GV_URI_PARAMETER | Instance Attribute | LIKE | Private | ||
| GV_VALUELIST | Instance Attribute | Business Server Pages (BSP) Value List Search Help | LIKE 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