SAP ABAP Class IF_FAA_MDO_ROOT (FAA Asset Master Rec: Interface Representation for Posting)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_FAA_FRW_OBJECT | FIAA: Abstract Object Interface | 20110628 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_FAA_FRW_OBJECT_CHANGEABLE | Fixed Asset: Abstract Interface for Changeable Objects | 20110919 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FAA_MDO_ROOT | Asset Master Data | 20110628 |
Properties
| Class | IF_FAA_MDO_ROOT | |
| Short Description | FAA Asset Master Rec: Interface Representation for Posting | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110628 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 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 IF_FAA_MDO_ROOT has no interface implemented.
Friends
Class IF_FAA_MDO_ROOT 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_FAA_MDO_ASSET_MAIN_NUMBER | ANLH Asset Main Number and Line Item Number | 20111216 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FAA_CFG_ASSETCLASS_ERP | ERP: Access to BC Asset Class | 20111018 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FAA_CFG_LEADOBJ_ERP | Read Leading Object FAA in ERP | 20111018 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FAA_MDO_ITEM | Asset Line Items (ANEP) | 20111216 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | FAA_S_ASSET_KEY | Key Fields for an Asset ID | 20110628 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | FAA_S_ROOT_DATA | Root Structure Fixed Asset BO (ANLA & ANLV & ANLU) | 20110628 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | FAA_S_ROOT_DATA | Root Structure Fixed Asset BO (ANLA & ANLV & ANLU) | 20110628 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | IF_FAA_POSTING_CORE_TYPES=>TY_S_MDO_ASSET_DATA_POSTING | New Asset File Container at Posting | 20120112 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | IF_FAA_CFG_LEADOBJ=>TY_RANGE_AFABE | Range of Areas That Exist on the Asset | 20130603 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | IF_FAA_MASTER_TYPES=>TT_AREA | Depreciation Areas (ANLB) | 20110628 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | IF_FAA_MASTER_TYPES=>TT_TD_AMD | Time-Dependent Master Data (ANLZ) | 20110628 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | SY-MSGV1 | Message Variable (Asset Key for Message Output) | 20120213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Checks If Asset Can Be Deactivated or If Values Exist | 20130110 | |
| 2 | Instance method | Public | Method | Returns Buffer Content in DB Structure Format | 20121017 | |
| 3 | Instance method | Public | Method | For Compatibility: Convert Root in ANLA Database Structure | 20120525 | |
| 4 | Instance method | Public | Method | Create ANLCs If Not Already Availablee in GJAHR | 20111026 | |
| 5 | Instance method | Public | Method | Determines Individual Assets Assigned to a Group Asset | 20130826 | |
| 6 | Instance method | Public | Method | Pull Final Asset Number at INSERT of Asset | 20120118 | |
| 7 | Instance method | Public | Method | Determine Time-Dependent Data for Given Point in Time | 20120126 |
Events
Class IF_FAA_MDO_ROOT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_LINKED_ASSET | Public | See coding | 20130826 | BEGIN OF ty_s_linked_asset,
bukrs TYPE bukrs,
anln1 TYPE anln1,
anln2 TYPE anln2,
aktiv TYPE anla-aktiv,
deakt TYPE anla-deakt,
END OF ty_s_linked_asset
|
||
| 2 | TY_T_LINKED_ASSET | Public | See coding | 20130826 | ty_t_linked_asset TYPE STANDARD TABLE OF ty_s_linked_asset WITH NON-UNIQUE KEY table_line
|
Method Signatures
Method CHECK_DEACTIVATION_POSSIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FISC_YEAR | Call by reference | Type reference (TYPE) | GJAHR | Geschäftsjahr | 20130110 | |||
| 2 | RV_DEACTIVATION_POSSIBLE | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20130110 |
Method CHECK_DEACTIVATION_POSSIBLE on class IF_FAA_MDO_ROOT has no exception.
Method CONVERT_BO_TO_DB_FORMAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DATA | Call by reference | Type reference (TYPE) | IF_FAA_POSTING_CORE_TYPES=>TY_S_MDO_ASSET_DATA_POSTING | 20121017 | ||||
| 2 | IS_DATA_REQUESTED | Call by reference | Type reference (TYPE) | IF_FAA_POSTING_CORE_TYPES=>TY_S_MDO_ASSET_DATA_REQUESTED | 20121017 |
Method CONVERT_BO_TO_DB_FORMAT on class IF_FAA_MDO_ROOT has no exception.
Method CONVERT_CURRENT_DATA_TO_ANLA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_ANLA | Value transfer | Type reference (TYPE) | ANLA | Anlagenstammsatz-Segment | 20120525 |
Method CONVERT_CURRENT_DATA_TO_ANLA on class IF_FAA_MDO_ROOT has no exception.
Method CREATE_NEW_VALUES_IF_MISSING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FYEAR | Call by reference | Type reference (TYPE) | GJAHR | Geschäftsjahr | 20111026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | T100 Meldungen FIAA | 20111026 |
Method GET_ASSETS_OF_GROUP_ASSET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LINKED_INDIV_ASSET | Call by reference | Type reference (TYPE) | TY_T_LINKED_ASSET | 20130826 |
Method GET_ASSETS_OF_GROUP_ASSET on class IF_FAA_MDO_ROOT has no exception.
Method GET_REAL_ASSET_NUMBER_ON_INS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_REAL_ASSET_NUMBER | Value transfer | Type reference (TYPE) | IF_FAA_MASTER_TYPES=>TY_S_REAL_ASSET_NUMBER | Übergabe vorläufige Anlagennummer -> Datenbank-Anlagennummer | 20120118 |
Method GET_REAL_ASSET_NUMBER_ON_INS on class IF_FAA_MDO_ROOT has no exception.
Method GET_TD_AMD_FOR_POINT_IN_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | 20120126 | ||||
| 2 | RO_TD_MD | Value transfer | Object reference (TYPE REF TO) | IF_FAA_MDO_TD_MD | FIAA: Zeitabhängige Stammdaten | 20120126 |
Method GET_TD_AMD_FOR_POINT_IN_TIME on class IF_FAA_MDO_ROOT has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |