SAP ABAP Class CL_WCF_ELT_CMPWB (Easy lookups for component workbench)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-WKB (Application Component) Development Workbench
⤷
CRM_BSP_WD_TOOLS (Package) Development Tools for WEBCUIF Applications
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WCF_ELT_LOOKUP | Lookup plugin for ELT | 20091203 |
Properties
| Class | CL_WCF_ELT_CMPWB | |
| Short Description | Easy lookups for component workbench | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BSP_WD_TOOLS | Development Tools for WEBCUIF Applications |
| Created | 20091203 | SAP |
| Last change | 20100303 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WCF_ELT_CMPWB has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WCF_ELT_LOOKUP | Lookup plugin for ELT | 20091203 |
Friends
Class CL_WCF_ELT_CMPWB has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | LTY_T_COMP_ACCESS | 20091203 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20091203 |
Events
Class CL_WCF_ELT_CMPWB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_COMP_ACCESS | Private | See coding | 20091203 | BEGIN OF LTY_COMP_ACCESS,
UI_COMPONENT type O2APPLNAME,
ENHANCEMENT_SET type BSP_WD_ENHANCEMENT_SET,
repository TYPE REF TO cl_bsp_wd_repository,
appl_model TYPE REF TO if_bsp_wd_appl_model,
END OF LTY_COMP_ACCESS
|
||
| 2 | LTY_T_COMP_ACCESS | Private | See coding | 20091203 | LTY_t_COMP_ACCESS TYPE HASHED TABLE OF LTY_COMP_ACCESS WITH UNIQUE KEY ui_component enhancement_set
|
Method Signatures
Method GET_COMPONENT_ACCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_APP_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_BSP_WD_APPL_MODEL | 20091203 | ||||
| 2 | EO_RT_REPOSITORY | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_REPOSITORY | 20091203 | ||||
| 3 | IV_ENHANCEMENT_SET | Call by reference | Type reference (TYPE) | BSP_WD_ENHANCEMENT_SET | 20091203 | ||||
| 4 | IV_UI_COMPONENT | Call by reference | Type reference (TYPE) | O2APPLNAME | 20091203 |
Method GET_COMPONENT_ACCESS on class CL_WCF_ELT_CMPWB has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 701 |