SAP ABAP Class IF_FAA_FRW_OBJECT_CHANGEABLE (Fixed Asset: Abstract Interface for Changeable Objects)
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 | 20110919 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_FAA_MDO_ASSET_MAIN_NUMBER | ANLH Asset Main Number and Line Item Number | 20110919 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_FAA_MDO_DEPR_AREA | FIAA: Master Record Depreciation Areas | 20110919 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_FAA_MDO_ITEM | Asset Line Items (ANEP) | 20110919 |
| 4 | Interface composition (i COMPRISING i_ref) | IF_FAA_MDO_ROOT | FAA Asset Master Rec: Interface Representation for Posting | 20110919 |
| 5 | Interface composition (i COMPRISING i_ref) | IF_FAA_MDO_TD_DEPR_PARAM | FIAA: Master Record Time-Dependent Depreciation Terms | 20110919 |
| 6 | Interface composition (i COMPRISING i_ref) | IF_FAA_MDO_TD_MD | FIAA: Time-Dependent Master Data | 20110919 |
| 7 | Interface composition (i COMPRISING i_ref) | IF_FAA_MDO_VALUES | Cumulated Asset Values | 20110919 |
| 8 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FAA_FRW_OBJECT | DB Wrapper FIAA | 20110919 |
Properties
| Class | IF_FAA_FRW_OBJECT_CHANGEABLE | |
| Short Description | Fixed Asset: Abstract Interface for Changeable Objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110919 | SAP |
| Last change | 20130531 | 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) |
Interfaces
Class IF_FAA_FRW_OBJECT_CHANGEABLE has no interface implemented.
Friends
Class IF_FAA_FRW_OBJECT_CHANGEABLE has no friend class.
Attributes
Class IF_FAA_FRW_OBJECT_CHANGEABLE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check if object was changed (compare Runtime vs DB) | 20110919 | |
| 2 | Instance method | Public | Method | Clear | 20111209 | |
| 3 | Instance method | Public | Method | Determine the derived data from a given object | 20110919 | |
| 4 | Instance method | Public | Method | Reset object to Before Image | 20110919 | |
| 5 | Instance method | Public | Method | Update changes in DB | 20110919 | |
| 6 | Instance method | Public | Method | Switch to Display 'S' from Update 'U' | 20110919 | |
| 7 | Instance method | Public | Method | Switch to Update 'U' 'I' from display 'S' | 20110919 | |
| 8 | Instance method | Public | Method | Check for Inconsistencies | 20110919 |
Events
Class IF_FAA_FRW_OBJECT_CHANGEABLE has no event.
Types
Class IF_FAA_FRW_OBJECT_CHANGEABLE has no local type.
Method Signatures
Method CHECK_FOR_CHANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INCLUDE_SUBNODES | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20110919 | ||
| 2 | RV_HAS_CHANGES | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20110919 |
Method CHECK_FOR_CHANGES on class IF_FAA_FRW_OBJECT_CHANGEABLE has no exception.
Method CLEANUP Signature
Method CLEANUP on class IF_FAA_FRW_OBJECT_CHANGEABLE has no parameter.
Method CLEANUP on class IF_FAA_FRW_OBJECT_CHANGEABLE has no exception.
Method DETERMINATION Signature
Method DETERMINATION on class IF_FAA_FRW_OBJECT_CHANGEABLE has no parameter.
Method DETERMINATION on class IF_FAA_FRW_OBJECT_CHANGEABLE has no exception.
Method RESET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RESET_SUBNODES | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | auch Unterknoten zurück setzen | 20120611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | T100 Messages FIAA | 20121012 |
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_EXTERNAL_REFERENCE | Call by reference | Object reference (TYPE REF TO) | DATA | Externe Referenz (z.B. Sender-Beleg-Identifikation) | 20111130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | T100 Messages FIAA | 20110919 |
Method SWITCH_TO_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INCLUDE_SUBNODES | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20110919 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | T100 Messages FIAA | 20121112 |
Method SWITCH_TO_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INCLUDE_SUBNODES | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20110919 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | T100 Messages FIAA | 20110919 |
Method VALIDATE Signature
Method VALIDATE on class IF_FAA_FRW_OBJECT_CHANGEABLE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | T100 Messages FIAA | 20110919 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |