SAP ABAP Class CL_RSPLFC_REVALUATION (Revaluation)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLFC (Package) Services Type Planning
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLFA_SRVTYPE_IMP_EXEC | Planning Function Type: Execution (Without Reference Data) | 20050128 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLFA_SRVTYPE_TREX_EXEC | Interface for TREX algorithms | 20110419 |
Properties
| Class | CL_RSPLFC_REVALUATION | |
| Short Description | Revaluation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSPLFC | Services Type Planning |
| Created | 20040825 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSPLFC_REVALUATION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSPLFA_SRVTYPE_IMP_EXEC | Planning Function Type: Execution (Without Reference Data) | 20050128 | ||
| 2 | IF_RSPLFA_SRVTYPE_TREX_EXEC | Interface for TREX algorithms | 20110419 |
Friends
Class CL_RSPLFC_REVALUATION 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) | GT_TS_KYF_FACTOR | Factor Table | 20040825 |
Methods
Class CL_RSPLFC_REVALUATION has no method.
Events
Class CL_RSPLFC_REVALUATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_S_KYF_FACTOR | Private | See coding | 20040825 | BEGIN OF gt_s_kyf_factor,
rulepos type rsplf_rulepos,
kyfnm TYPE rsiobjnm,
factor TYPE p LENGTH 16 DECIMALS 8,
END OF gt_s_kyf_factor
|
||
| 2 | GT_TS_KYF_FACTOR | Private | See coding | 20040825 | gt_ts_kyf_factor TYPE SORTED TABLE OF gt_s_kyf_factor WITH UNIQUE KEY rulepos kyfnm
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |