SAP ABAP Class CL_THTMLB_CM_HELPER (Context Menu Helper Class)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI-TAG (Application Component) Tag Library
⤷
BSP_DYN_CONFIG_TAG_LIB (Package) New tag library for CRM IC
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_WEB_CALLBACK | Interface for handler method of service callback | 20091017 |
Properties
| Class | CL_THTMLB_CM_HELPER | |
| Short Description | Context Menu Helper Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BSP_DYN_CONFIG_TAG_LIB | New tag library for CRM IC |
| Created | 20091016 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_THTMLB_CM_HELPER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRM_WEB_CALLBACK | Interface for handler method of service callback | 20091017 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_THTMLB_CONTEXT_MENU | 20091028 | Element-Handler: |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | '##CM##' | 20091026 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'BROWSER' | 20091026 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'CELLERATOR' | 20091113 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'INPUTFIELD' | 20100810 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'IMAGE' | 20100810 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'LABEL' | 20100810 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'wevcuif_cm_mode' | 20091026 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'VIEW' | 20091113 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'uif_def_cm_id' | 20091026 | |||
| 10 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_BSP_WD_CONTROLLER | Basis Class for WD Controller | 20091027 | |||
| 11 | Static Attribute | Private | Type reference (TYPE) | TT_CM | 20091026 | ||||
| 12 | Static Attribute | Public | Type reference (TYPE) | STRING | GC_CM_MODE | 20091026 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20091027 | ||
| 2 | Instance method | Private | Method | 20091027 | ||
| 3 | Instance method | Private | Method | 20091026 | ||
| 4 | Instance method | Private | Method | 20091028 | ||
| 5 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20091116 | |
| 6 | Static method | Public | Method | 20091028 | ||
| 7 | Static method | Private | Method | 20091116 | ||
| 8 | Static method | Public | Method | 20091028 | ||
| 9 | Instance method | Private | Method | 20091116 |
Events
Class CL_THTMLB_CM_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CM | Public | See coding | 20091026 | BEGIN OF ts_cm,
id TYPE string,
element_type TYPE string,
element_id TYPE string,
element_area_id TYPE string,
internal_type type string,
cm_data TYPE wcft_dynamenu_item,
END OF ts_cm
|
||
| 2 | TT_CM | Public | See coding | 20091026 | tt_cm TYPE HASHED TABLE OF ts_cm WITH UNIQUE KEY id
|
Method Signatures
Method BUILD_A_CM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_CONTROLLER2 | BSP Component | 20091027 | |||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20091027 |
Method BUILD_A_CM on class CL_THTMLB_CM_HELPER has no exception.
Method BUILD_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_CONTROLLER2 | BSP Component | 20091027 | |||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20091027 |
Method BUILD_DATA on class CL_THTMLB_CM_HELPER has no exception.
Method BUILD_DEFAULT_CM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_CONTROLLER2 | BSP Component | 20091026 | |||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20091026 |
Method BUILD_DEFAULT_CM on class CL_THTMLB_CM_HELPER has no exception.
Method BUILD_JAVASCRIPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_CONTROLLER2 | BSP Component | 20091028 | |||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20091028 |
Method BUILD_JAVASCRIPT on class CL_THTMLB_CM_HELPER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_THTMLB_CM_HELPER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_THTMLB_CM_HELPER has no exception.
Method REGISTER_CM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MENU | Call by reference | Type reference (TYPE) | WCFT_DYNAMENU_ITEM | Table of dynamenu items | 20091028 | |||
| 2 | IV_CM_ID | Call by reference | Type reference (TYPE) | STRING | 20091028 | ||||
| 3 | IV_ELEMENT_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20091028 | ||||
| 4 | IV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | STRING | 20091028 | ||||
| 5 | IV_FOR_ID | Call by reference | Type reference (TYPE) | STRING | 20091028 |
Method REGISTER_CM on class CL_THTMLB_CM_HELPER has no exception.
Method REGISTER_FRWK_CM Signature
Method REGISTER_FRWK_CM on class CL_THTMLB_CM_HELPER has no parameter.
Method REGISTER_FRWK_CM on class CL_THTMLB_CM_HELPER has no exception.
Method UNREGISTER_CM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CM_ID | Call by reference | Type reference (TYPE) | STRING | 20091028 |
Method UNREGISTER_CM on class CL_THTMLB_CM_HELPER has no exception.
Method WRITE_CM_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_CONTROLLER2 | BSP Component | 20091116 | |||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20091116 |
Method WRITE_CM_DATA on class CL_THTMLB_CM_HELPER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 701 |