SAP ABAP Class CL_FDT_WD_ACTN_CTXT_CHNG_MODEL (FDT: Model for Action Context_Change)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_EXPRESSIONS (Package) BRFplus Expressions for Web Dynpro UI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_MAINTENANCE_MODEL | FDT WD: Model for maintenance objects | 20080312 |
Properties
| Class | CL_FDT_WD_ACTN_CTXT_CHNG_MODEL | |
| Short Description | FDT: Model for Action Context_Change | |
| Super Class | CL_FDT_WD_MAINTENANCE_MODEL | FDT WD: Model for maintenance objects |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_WD_EXPRESSIONS | BRFplus Expressions for Web Dynpro UI |
| Created | 20080312 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FDT_WD_ACTN_CTXT_CHNG_MODEL has no forward declaration.
Interfaces
Class CL_FDT_WD_ACTN_CTXT_CHNG_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_ACTN_CTXT_CHNG_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CONTEXT_CHANGE' | Model node | 20080409 | ||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FDT_ACTN_CONTEXT_CHANGE | FDT: Context Change (Action) | 20080312 |
Methods
Class CL_FDT_WD_ACTN_CTXT_CHNG_MODEL has no method.
Events
Class CL_FDT_WD_ACTN_CTXT_CHNG_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_DYNAMIC_ATTR_ACT | Public | See coding | 20081223 | BEGIN OF s_dynamic_attr_act,
rule_index TYPE if_fdt_ruleset=>position,
cnst_index TYPE n LENGTH 6,
is_true_action TYPE wdy_boolean,
attr_name TYPE string,
END OF s_dynamic_attr_act
|
||
| 2 | TS_DYNAMIC_ATTR_ACT | Public | See coding | 20081223 | ts_dynamic_attr_act TYPE SORTED TABLE OF s_dynamic_attr_act
WITH UNIQUE KEY rule_index cnst_index is_true_action
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 711 |