SAP ABAP Class CL_WCF_CDS__STEPATTRIBUTE_IMPL (CL_WCF_CDS__STEPATTRIBUTE_IMPL)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI (Application Component) User Interface
⤷
WCF_CDS_UI (Package) Central DataSource UI objects

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WCF_CDS__STEPATTRIBUTE | 20100503 | |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BSP_DLC_PROCESS_STEP | Roadmap Step Interface | 20100601 |
Properties
Class | CL_WCF_CDS__STEPATTRIBUTE_IMPL | |
Short Description | ||
Super Class | CL_WCF_CDS__STEPATTRIBUTE | |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WCF_CDS_UI | Central DataSource UI objects |
Created | 20100503 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BSP_DLC_PROCESS_STEP | Roadmap Step Interface | 20100601 |
Friends
Class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_BSP_WD_POPUP | Popup Access Interface | 20100602 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_BSP_WD_POPUP | Popup Access Interface | 20100602 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_BSP_WD_POPUP | Popup Access Interface | 20100513 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_BSP_WD_POPUP | Popup Access Interface | 20100521 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DDFIELDS | DD: Field List | 20100602 | ||
6 | ![]() |
Instance attribute | Private | See coding | 20100602 | ||||
7 | ![]() |
Instance attribute | Private | See coding | 20100602 | ||||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20100521 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | UI Object Type | 20100602 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100513 | ||
11 | ![]() |
Static Attribute | Public | Type reference (TYPE) | STRING | 20100512 | |||
12 | ![]() |
Static Attribute | Public | Type reference (TYPE) | STRING | 20100512 | |||
13 | ![]() |
Static Attribute | Public | Type reference (TYPE) | STRING | 20100512 | |||
14 | ![]() |
Static Attribute | Public | Type reference (TYPE) | STRING | 20100512 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Display popup to select a Design Object | 20100602 |
2 | ![]() |
Instance method | Private | Method | Display popup to select a Design Object | 20100602 |
3 | ![]() |
Static method | Public | Method | Extracts field name from its complete name | 20100604 |
4 | ![]() |
Static method | Public | Method | Returns the description of the attribute according to DDIC | 20100525 |
5 | ![]() |
Instance method | Private | Method | Returns possible new fields from BOL | 20100602 |
6 | ![]() |
Instance method | Public | Method | 20100615 | |
7 | ![]() |
Instance method | Private | Method | 20100512 | |
8 | ![]() |
Instance method | Private | Event handling method | 20100604 | |
9 | ![]() |
Instance method | Public | Method | 20100521 | |
10 | ![]() |
Instance method | Private | Method | Validate attributes | 20100601 |
Events
Class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTYPE_DA_STRUCT | Private | See coding | 20100602 | BEGIN OF ltype_da_struct,
OBJECT_TYPE TYPE BSP_DLC_OBJECT_TYPE,
DSGN_OBJECT TYPE BSP_DLC_DESIGN_OBJECT,
ATTR_NAME_BOL TYPE NAME_KOMP,
HIDDEN TYPE BSP_DLC_HIDDEN,
MANDATORY TYPE BSP_DLC_MANDATORY,
DISABLED TYPE BSP_DLC_DISPLAY_ONLY,
FIELD_LABEL TYPE TEXT128,
EXCLUDED TYPE BSP_DLC_EXCLUDED,
F4_FROM_DDIC TYPE BSP_DLC_F4_FROM_DDIC,
FIELD_TYPE TYPE BSP_DLC_FIELD_TYPE,
BOL_ATTR TYPE NAME_KOMP,
BOL_OBJECT TYPE CRMT_EXT_OBJ_NAME,
ACTION Type BSP_DLCS_ACTION,
END OF ltype_da_struct
|
||
2 | LTYPE_DO_STRUCT | Private | See coding | 20100602 | BEGIN OF ltype_do_struct,
dsgn_object TYPE bsp_dlc_design_object,
ATTR_NAME_BOL TYPE NAME_KOMP,
END OF ltype_do_struct
|
Method Signatures
Method DISPLAY_DA_POPUP Signature
Method DISPLAY_DA_POPUP on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no parameter.
Method DISPLAY_DA_POPUP on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.
Method DISPLAY_DO_POPUP Signature
Method DISPLAY_DO_POPUP on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no parameter.
Method DISPLAY_DO_POPUP on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.
Method EXTRACT_FIELD_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMPLETE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100604 | |||
2 | ![]() |
RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20100604 |
Method EXTRACT_FIELD_NAME on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.
Method GET_ATTRIBUTE_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20100525 | |||
2 | ![]() |
IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20100525 | |||
3 | ![]() |
IV_UI_OBJECT_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | UI Object Type | 20100525 | ||
4 | ![]() |
RV_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | 20100525 |
Method GET_ATTRIBUTE_DESCRIPTION on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.
Method GET_POSSIBLE_NEW_BOL_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PATH | Call by reference | Type reference (TYPE) | WCF_CDS_BOL_PATH | UI Object Type | 20100602 | ||
2 | ![]() |
IV_UI_OBJECT_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | BOL Path | 20100602 | ||
3 | ![]() |
RT_FIELDS | Value transfer | Type reference (TYPE) | DDFIELDS | DD: Field List | 20100602 |
Method GET_POSSIBLE_NEW_BOL_FIELDS on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.
Method GET_REF_FLD_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20100615 | |||
2 | ![]() |
IV_REF_FIELD | Call by reference | Type reference (TYPE) | STRING | 20100615 | |||
3 | ![]() |
RV_STATUS | Value transfer | Type reference (TYPE) | STRING | 20100615 |
Method GET_REF_FLD_STATUS on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.
Method LOAD_ICON_INFO Signature
Method LOAD_ICON_INFO on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no parameter.
Method LOAD_ICON_INFO on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.
Method ON_WIZARD_RESET Signature
Method ON_WIZARD_RESET on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no parameter.
Method ON_WIZARD_RESET on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.
Method OP_REF_FIELD_HELP Signature
Method OP_REF_FIELD_HELP on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no parameter.
Method OP_REF_FIELD_HELP on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.
Method VALIDATE Signature
Method VALIDATE on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no parameter.
Method VALIDATE on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |