SAP ABAP Class CL_UC_APPLICATION_MODEL (Data Model, Consolidation)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-SEM-BCS (Application Component) Business Consolidation
⤷
UCD0 (Package) SEM-BCS: Common Objects for Data Dispatcher
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UC_APPLICATION_MODEL | Data model of an app | 20010528 |
Properties
| Class | CL_UC_APPLICATION_MODEL | |
| Short Description | Data Model, Consolidation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UCD0 | SEM-BCS: Common Objects for Data Dispatcher |
| Created | 20010528 | SAP |
| Last change | 20050705 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UC_APPLICATION_MODEL | Data model of an app | 20010528 |
Friends
Class CL_UC_APPLICATION_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_UC_AREA | Consolidation Area | 20010703 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_UC_DATABASIS | Data Basis | 20010528 | |||
| 3 | Instance attribute | Private | See coding | 20050228 | |||||
| 4 | Instance attribute | Private | See coding | Field List | 20010528 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | UC_FIELDNAME | Field Name of Data Basis | 20050112 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | UC_FIELDNAME | Field Name of CombiObject for Versions | 20030530 | |||
| 7 | Static Attribute | Private | See coding | List of Instances | 20010528 | ||||
| 8 | Constant | Private | Type reference (TYPE) | UC_FLG | 'X' | General Indicator, SAP Consolidation | 20050226 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Event handling method | Catch Change to Cons Area | 20020517 | |
| 2 | Instance method | Private | Event handling method | Catch Change to Data Basis | 20020517 | |
| 3 | Instance method | Public | Constructor | Constructor | 20010528 | |
| 4 | Instance method | Private | Method | Set Debug Information for Writing Transaction Data | 20050228 | |
| 5 | Instance method | Private | Method | Get Instance of a Characteristic | 20010528 | |
| 6 | Instance method | Private | Method | Get Selection for Accessing Master Data | 20011028 | |
| 7 | Instance method | Private | Method | Determine Value List for Master Data Access | 20040129 | |
| 8 | Static method | Private | Method | Move Hierarchy Attributes to Another Table | 20020409 | |
| 9 | Static method | Private | Method | Attr. at Impl. and Expl. Edges with Time in a Table | 20040216 |
Events
Class CL_UC_APPLICATION_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | SX_FIELD | Private | See coding | 20010528 | begin of sx_field,
fieldname type uc_fieldname,
o_char type ref to if_ug_md_char,
end of sx_field
|
||
| 2 | SX_INSTANCE | Private | See coding | 20010528 | begin of sx_instance,
area type uc_area,
databasis type uc_databasis,
fieldname type uc_fieldname, "wis120105
o_instance_weak type ref to cl_abap_weak_reference,
"<-> cl_uc_application_model
end of sx_instance
|
Method Signatures
Method CHANGE_MODEL_FROM_AREA Signature
Method CHANGE_MODEL_FROM_AREA on class CL_UC_APPLICATION_MODEL has no parameter.
Method CHANGE_MODEL_FROM_AREA on class CL_UC_APPLICATION_MODEL has no exception.
Method CHANGE_MODEL_FROM_DATABASIS Signature
Method CHANGE_MODEL_FROM_DATABASIS on class CL_UC_APPLICATION_MODEL has no parameter.
Method CHANGE_MODEL_FROM_DATABASIS on class CL_UC_APPLICATION_MODEL has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_AKEY | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | Feldwerte | 20010706 | |||
| 2 | I_AREA | Call by reference | Type reference (TYPE) | UC_AREA | Konsolidierungsgebiet | 20010528 | |||
| 3 | I_DATABASIS | Call by reference | Type reference (TYPE) | UC_DATABASIS | Datenbasis der Konsolidierung | 20010703 | |||
| 4 | I_FIELDNAME | Call by reference | Type reference (TYPE) | UC_FIELDNAME | Feldname der Datenbasis | 20050112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Konsgebiet existiert nicht. | 20050622 |
Method DEBUG_WRITE_TX_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DEBUG_CONTROL | Call by reference | Type reference (TYPE) | XSTRING | Debug-Steuerinformation | 20050228 | |||
| 2 | I_DATASTREAMTYPE | Call by reference | Type reference (TYPE) | UC_DATASTREAMTYPE | Typ eines Datenstroms in einer Datenbasis | 20050228 |
Method DEBUG_WRITE_TX_DATA on class CL_UC_APPLICATION_MODEL has no exception.
Method GET_CHAR_P Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CHAR | Call by reference | Object reference (TYPE REF TO) | IF_UG_MD_CHAR | FIN-Stammdaten: Repräsentanz eines Merkmals | 20010528 | |||
| 2 | I_FIELDNAME | Call by reference | Type reference (TYPE) | UC_FIELDNAME | Feldname | 20010528 |
Method GET_CHAR_P on class CL_UC_APPLICATION_MODEL has no exception.
Method GET_MD_SEL_P Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MD_SEL | Call by reference | Type reference (TYPE) | UGMD_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20011028 | |||
| 2 | IT_SEL | Call by reference | Type reference (TYPE) | UC0_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20011028 | |||
| 3 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SAP-System, aktuelle Sprache | 20011028 | |||
| 4 | I_READ_TEXT | Call by reference | Type reference (TYPE) | UC_FLG | Allgemeines Kennzeichen SAP Konsolidierung | 20011028 |
Method GET_MD_SEL_P on class CL_UC_APPLICATION_MODEL has no exception.
Method GET_MD_VALUE_P Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MD_VALUE | Call by reference | Type reference (TYPE) | UGMD_TS_FIELD_VAL | FI-Stammdaten: Paare Feldname / Wert | 20040129 | |||
| 2 | IT_VALUE | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | Feldwerte | 20040129 |
Method GET_MD_VALUE_P on class CL_UC_APPLICATION_MODEL has no exception.
Method READ_HRY_ATTR_P Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_EDGE_ATTR_INH | Call by reference | Type reference (TYPE) | HASHED TABLE | 20020409 | ||||
| 2 | IO_MD_HRY_INH | Call by reference | Object reference (TYPE REF TO) | IF_UG_MD_HIERARCHY_INHERITANCE | FI-Stammdaten: Hierarchie plus Vererbung | 20020409 | |||
| 3 | IT_SEMKEY | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | Feldwerte | 20020409 |
Method READ_HRY_ATTR_P on class CL_UC_APPLICATION_MODEL has no exception.
Method READ_HRY_ATTR_TI_P Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EDGE_ATTR_INH_TI | Call by reference | Type reference (TYPE) | SORTED TABLE | 20040216 | ||||
| 2 | IO_CHAR | Call by reference | Object reference (TYPE REF TO) | IF_UG_MD_CHAR | FI-Stammdaten: Repräsentanz eines Merkmals | 20040216 | |||
| 3 | IT_SEMKEY | Call by reference | Type reference (TYPE) | UC0_TS_VALUE | Feldwerte | 20040216 |
Method READ_HRY_ATTR_TI_P on class CL_UC_APPLICATION_MODEL has no exception.
History
| Last changed by/on | SAP | 20050705 |
| SAP Release Created in | 3.1A |