SAP ABAP Class CL_RECO_PLANDATA_MODEL (Planning Data: Display - Model)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX-CO (Application Component) Real Estate Controlling
⤷
RE_CO_PL (Package) RE: CO Planning
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_REIS_DATA | ALV Reporting: Model Component [Abstract] | 20041125 |
Properties
| Class | CL_RECO_PLANDATA_MODEL | |
| Short Description | Planning Data: Display - Model | |
| Super Class | CL_REIS_DATA | ALV Reporting: Model Component [Abstract] |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RE_CO_PL | RE: CO Planning |
| Created | 20041125 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RECO_PLANDATA_MODEL has no interface implemented.
Friends
Class CL_RECO_PLANDATA_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | RECOPLANVALUESOURCE | '1' | Comparative Data: Prior Year Actuals | 20051201 | ||
| 2 | Constant | Private | Type reference (TYPE) | RECOPLANVALUESOURCE | '3' | Comparative Data: User Defined | 20051201 | ||
| 3 | Constant | Private | Type reference (TYPE) | RECOPLANVALUESOURCE | '2' | Comparative Data: Prior Year Plan | 20051201 | ||
| 4 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'RECO_ADJ' | OK Code: Revaluate Values | 20050118 | ||
| 5 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'RECO_COPY' | OK Code: Copy Comparison Values | 20050118 | ||
| 6 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'RECO_COPY_ACT' | OK Code: Copy Comparison Values (Actual) | 20050118 | ||
| 7 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'RECO_COPY_ACT_ADJ''' | OK Code: Copy Comparison Values with Revaluation (Actual) | 20050118 | ||
| 8 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'RECO_COPY_CUST' | OK Code: Copy Comparison Values | 20050818 | ||
| 9 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'RECO_COPY_PLAN' | OK Code: Copy Comparison Values (Plan) | 20050118 | ||
| 10 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'RECO_COPY_PLAN_ADJ' | OK Code: Copy Comparison Values with Revaluation (Plan) | 20050118 | ||
| 11 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'RECO_DEF_CMP' | OK Code: Define Comparative Data | 20050818 | ||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RECO_PLANDATA | Plan Data | 20041125 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | RECO_CMP_DATA_DEF | Comparative Data | 20050818 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | RE_T_CODATA_REF | CO Data | 20050211 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | RE_T_PLANNINGITEM_L | Plan Data - List Fields | 20041125 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Generates Form-Based Table for Planned Values | 20050126 | |
| 2 | Instance method | Public | Constructor | 20041125 | ||
| 3 | Instance method | Private | Method | Copies Data from Comparison Column | 20050118 | |
| 4 | Instance method | Private | Method | Fills Table for List Display | 20041201 | |
| 5 | Instance method | Private | Method | Updates Custom Defined Comparative Data | 20050818 |
Events
Class CL_RECO_PLANDATA_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTYPE_S_CMP_DATA | Private | See coding | 20050818 | begin of MTYPE_S_CMP_DATA,
offset type i,
version type COVERSI,
title(20) type c,
end of mtype_s_cmp_data
|
Method Signatures
Method BUILD_FORMBASED_TABLE Signature
Method BUILD_FORMBASED_TABLE on class CL_RECO_PLANDATA_MODEL has no parameter.
Method BUILD_FORMBASED_TABLE on class CL_RECO_PLANDATA_MODEL has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PLANDATA | Call by reference | Object reference (TYPE REF TO) | IF_RECO_PLANDATA | Plandaten | 20041125 | |||
| 2 | ITO_REFDATA | Call by reference | Type reference (TYPE) | RE_T_CODATA_REF | CO-Daten | 20050211 |
Method CONSTRUCTOR on class CL_RECO_PLANDATA_MODEL has no exception.
Method COPY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_FACTOR | Call by reference | Type reference (TYPE) | RECOADJUSTVALUE | Wert für Anpassung Planwert | 20050118 | |||
| 2 | ID_SRC | Call by reference | Type reference (TYPE) | RECOPLANVALUESOURCE | Quelle Plandatenübernahme | 20050118 | |||
| 3 | IT_INDEX | Call by reference | Type reference (TYPE) | RE_T_TABIX | ALV-Control: Tabellenzeilen | 20050118 |
Method COPY_DATA on class CL_RECO_PLANDATA_MODEL has no exception.
Method FILL_LIST_TAB Signature
Method FILL_LIST_TAB on class CL_RECO_PLANDATA_MODEL has no parameter.
Method FILL_LIST_TAB on class CL_RECO_PLANDATA_MODEL has no exception.
Method UPDATE_CUSTOM_CMP_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CODATA | Call by reference | Object reference (TYPE REF TO) | IF_RECO_DATA | Controlling-Daten | 20050818 |
Method UPDATE_CUSTOM_CMP_DATA on class CL_RECO_PLANDATA_MODEL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 600 |