SAP ABAP Class CL_FDT_WD_RULE_MODEL (FDT: WD Rule Model)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_CORE_OBJECTS (Package) BRFplus: Core Objects 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 | 20061218 |
Properties
Class | CL_FDT_WD_RULE_MODEL | |
Short Description | FDT: WD Rule Model | |
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_CORE_OBJECTS | BRFplus: Core Objects for Web Dynpro UI |
Created | 20061218 | SAP |
Last change | 20140121 | 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) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_WD_RULE_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_RULE_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 | 'A' | 20081120 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'D' | 20081120 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'E' | 20081120 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'R' | 20100503 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'V' | 20081120 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'RULE_FALSE_ACTION' | 20081120 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'RULE' | rule model node | 20061218 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'RULE_TRUE_ACTION' | 20081120 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | C | 'C' | rule condition/expression | 20061219 | |
10 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20090707 | ||
11 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FDT_RULE | Rule object | 20061218 | ||
12 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20090216 | ||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20090209 | ||
14 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20090216 | ||
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20090309 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Check the maintainability of an object | 20100725 |
2 | ![]() |
Instance method | Private | Method | Destroys temporary objects | 20110307 |
3 | ![]() |
Static method | Private | Method | Gets the action texts | 20100725 |
4 | ![]() |
Static method | Public | Method | Gets the element type from table or structure | 20081121 |
5 | ![]() |
Static method | Private | Method | Gets all parts from the result which are in the context | 20110715 |
6 | ![]() |
Instance method | Private | Method | fill structure of model node 'rule' | 20061219 |
7 | ![]() |
Instance method | Private | Method | Gets the rule actions | 20081120 |
8 | ![]() |
Static method | Public | Method | Gets the rule text | 20100725 |
9 | ![]() |
Static method | Public | Method | gets the updated context from an expression | 20091119 |
10 | ![]() |
Instance method | Private | Method | Sets the rule actions | 20081120 |
Events
Class CL_FDT_WD_RULE_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_DOBJ_MAP | Public | See coding | 20090220 | BEGIN OF s_dobj_map,
source_id TYPE if_fdt_types=>id,
target_id TYPE if_fdt_types=>id,
END OF s_dobj_map
|
||
2 | T_DOBJ_MAP | Public | See coding | 20090220 | t_dobj_map TYPE STANDARD TABLE OF s_dobj_map
|
||
3 | T_ID_INFO | Public | See coding | 20090713 | t_id_info TYPE STANDARD TABLE OF cl_fdt_context=>s_id_info
|
Method Signatures
Method CHECK_MAINTAINABILITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_WD_TYPES=>S_OBJECT_TYPE_EXTENDED | Extended Object Type | 20100725 | ||
2 | ![]() |
EV_HAS_RENDER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100725 | |||
3 | ![]() |
EV_MAINTAINABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100725 | |||
4 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100725 | ||
5 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100725 | ||
6 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20100725 |
Method CHECK_MAINTAINABILITY on class CL_FDT_WD_RULE_MODEL has no exception.
Method DESTROY_TEMP_OBJECTS Signature
Method DESTROY_TEMP_OBJECTS on class CL_FDT_WD_RULE_MODEL has no parameter.
Method DESTROY_TEMP_OBJECTS on class CL_FDT_WD_RULE_MODEL has no exception.
Method GET_ACTION_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONFIGURATION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_CONFIGURATION | FDT WD: Configuration | 20100725 | ||
2 | ![]() |
IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20051117-120623 | 20100725 | ||
3 | ![]() |
IO_FACTORY | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FACTORY | FDT: Factory | 20100725 | ||
4 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_MODEL | FDT WD: Model for Web Dynpro UI | 20100725 | ||
5 | ![]() |
IO_WD_ACTION | Call by reference | Object reference (TYPE REF TO) | IF_WD_ACTION | Web Dynpro: Action | 20100725 | ||
6 | ![]() |
IT_ACTION | Call by reference | Type reference (TYPE) | IF_FDT_RULE=>T_ACTION | Action executions | 20100725 | ||
7 | ![]() |
IT_DATA_OBJ_ASSIGN | Call by reference | Type reference (TYPE) | IF_FDT_RULE=>T_DATA_OBJECT_ASSIGNMENT | Assignments of context objects | 20100725 | ||
8 | ![]() |
IT_EXPRESSION | Call by reference | Type reference (TYPE) | IF_FDT_RULE=>T_EXPRESSION | Expression evaluations | 20100725 | ||
9 | ![]() |
IT_EXPR_ASSIGNMENT | Call by reference | Type reference (TYPE) | IF_FDT_RULE=>T_EXPRESSION_ASSIGNMENT | Expression assignments (results into data objects) | 20111214 | ||
10 | ![]() |
IT_RULE | Call by reference | Type reference (TYPE) | IF_FDT_RULE=>T_RULE | 20100725 | |||
11 | ![]() |
IT_VAL_ASSIGN | Call by reference | Type reference (TYPE) | IF_FDT_RULE=>T_VALUE_ASSIGNMENT | Assignments of values | 20100725 | ||
12 | ![]() |
IV_ACTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100725 | ||
13 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100725 | ||
14 | ![]() |
IV_CONDITION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100725 | ||
15 | ![]() |
IV_COUNT | Call by reference | Type reference (TYPE) | I | count of entires in the other branch | 20130320 | ||
16 | ![]() |
IV_IS_TRUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100725 | |||
17 | ![]() |
IV_RULE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100725 | ||
18 | ![]() |
IV_SOURCE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100725 | ||
19 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20100725 |
Method GET_ACTION_TEXT on class CL_FDT_WD_RULE_MODEL has no exception.
Method GET_ELEMENT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ELEMENT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20081203 | ||
2 | ![]() |
EV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Elementary Data Type | 20081121 | ||
3 | ![]() |
EV_NOT_SUPPORTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081121 | |||
4 | ![]() |
IV_STRUCTURE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20081121 | ||
5 | ![]() |
IV_TABLE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20081121 | ||
6 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20081203 |
Method GET_ELEMENT_TYPE on class CL_FDT_WD_RULE_MODEL has no exception.
Method GET_PART_RES_VALUE_UI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CTS_NON_UPDATED_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20110715 | ||
2 | ![]() |
CTS_UPDATED_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20110715 | ||
3 | ![]() |
ITS_CONTEXT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20110715 | ||
4 | ![]() |
IV_STRUCTURE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20110715 | ||
5 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20110715 |
Method GET_PART_RES_VALUE_UI on class CL_FDT_WD_RULE_MODEL has no exception.
Method GET_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_RULE | Value transfer | Type reference (TYPE) | FDTS_WD_RULE | Rule model for WD component | 20061219 |
Method GET_RULE on class CL_FDT_WD_RULE_MODEL has no exception.
Method GET_RULE_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INITIALIZE_ELEMENTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081120 | |||
2 | ![]() |
IV_IS_TRUE_ACTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081120 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20081120 |
Method GET_RULE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CTS_TEMP_RANGE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20100725 | ||
2 | ![]() |
IO_CONFIGURATION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_CONFIGURATION | FDT WD: Configuration | 20100725 | ||
3 | ![]() |
IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20051117-120623 | 20100725 | ||
4 | ![]() |
IO_FACTORY | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FACTORY | FDT: Factory | 20100725 | ||
5 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_MODEL | FDT WD: Model for Web Dynpro UI | 20100725 | ||
6 | ![]() |
IO_WD_ACTION | Call by reference | Object reference (TYPE REF TO) | IF_WD_ACTION | Web Dynpro: Action | 20100725 | ||
7 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100725 | ||
8 | ![]() |
IV_FIRST_TIME | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100725 | |||
9 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100725 | ||
10 | ![]() |
IV_SOURCE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100725 | ||
11 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20100725 |
Method GET_RULE_TEXT on class CL_FDT_WD_RULE_MODEL has no exception.
Method GET_UPDATED_CONTEXT_FROM_EXPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_NON_UPDATED_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20091119 | ||
2 | ![]() |
ETS_UPDATED_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20091119 | ||
3 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | IF_FDT_RULE=>CHANGE_MODE | Change Mode | 20091124 | ||
4 | ![]() |
IV_EXPR_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20091119 | ||
5 | ![]() |
IV_RULE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20091124 | ||
6 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20091124 |
Method GET_UPDATED_CONTEXT_FROM_EXPR on class CL_FDT_WD_RULE_MODEL has no exception.
Method SET_RULE_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_IS_TRUE_ACTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081120 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20081120 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 710 |