SAP ABAP Class CL_DMC_RULE_CALL (Rule Call)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-DMC (Application Component) Data Conversion
⤷
S_DMCM (Package) Data Mapping and Conversion: Maintenance
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_A_PARAM_FACTORY | Administrator of a List of Actual Parameters | 20000229 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DMC_EQUALS | Check of Two Class Instances for Equality | 20050111 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DMC_VALIDATE | Validation (consistency check) of MWB objects | 20041102 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DMC_VERSION | Version Management (Create, Retrieve) | 20060627 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_DUMMY_RULE_CALL | CL_DMC_DUMMY_RULE_CALL | 20000229 |
Properties
| Class | CL_DMC_RULE_CALL | |
| Short Description | Rule Call | |
| Super Class | CL_DMC_A_PARAM_FACTORY | Administrator of a List of Actual Parameters |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_DMCM | Data Mapping and Conversion: Maintenance |
| Created | 20000229 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DMC_RULE_CALL has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DMC_EQUALS | Check of Two Class Instances for Equality | 20050111 | ||
| 2 | IF_DMC_VALIDATE | Validation (consistency check) of MWB objects | 20041102 | ||
| 3 | IF_DMC_VERSION | Version Management (Create, Retrieve) | 20060627 |
Friends
Class CL_DMC_RULE_CALL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_DMC_RULE_CALL_ASSIGNE | Object on which the rule call depends | 20000229 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_DMC_CONV_OBJECT | Conversion Object | 20000614 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | BOOLEAN | ' ' | Do not copy rules when copying conversion objects | 20041015 | ||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_DMC_CONV_OBJECT | 20050111 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | DMCT_RFLAG | Flag if event-related or field-related rule | 20000229 | |||
| 6 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_DMC_SIMPLE_RULE | Corresponding Rule | 20000229 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | DMC_SPLTNO | 0 = Rcall is not a Split Rcall; 1, 2...Splitnumber of Rcalls | 20000521 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Semantic Check | 20000229 | |
| 2 | Instance method | Public | Method | Delete all Attributes | 20030429 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20000229 | |
| 4 | Instance method | Public | Method | Copier Constructor | 20000229 | |
| 5 | Instance method | Public | Method | Delete | 20000323 | |
| 6 | Instance method | Public | Method | 20050111 | ||
| 7 | Instance method | Public | Method | Structure -> Attributes | 20000229 | |
| 8 | Instance method | Public | Method | Returns icon for representation in tree control | 20000229 | |
| 9 | Instance method | Public | Method | Returns item text | 20000229 | |
| 10 | Instance method | Public | Method | Returns node ID of predecessor | 20000229 | |
| 11 | Instance method | Public | Method | Returns actual parameter list | 20000229 | |
| 12 |