SAP ABAP Class CL_FAA_MDO_FACTORY_STATIC (Static Factory Class for Asset Master Record)
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI-AA (Application Component) Asset Accounting
     FAA_MDO (Package) Master Data Wrapper for FAA_TP_TC
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FAA_FRW_FACTORY_STATIC Framework Part of Static Factory 20110628
Properties
Class CL_FAA_MDO_FACTORY_STATIC  
Short Description Static Factory Class for Asset Master Record    
Super Class CL_FAA_FRW_FACTORY_STATIC Framework Part of Static Factory 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FAA_MDO   Master Data Wrapper for FAA_TP_TC 
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FAA_FRW_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FAA_FRW_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FAA_MASTER_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_FAA_MASTER_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FAA_MDO_FACTORY_STATIC has no interface implemented.
Friends
Class CL_FAA_MDO_FACTORY_STATIC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_FACTORY Static Attribute Private Object reference (TYPE REF TO) CL_FAA_MDO_FACTORY Factory for Assets 20110628
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Class constructor 20111029
2 CLEANUP_ASSET_IN_UPD_MODE Static method Public Method Delete the Asset in Update Mode from Buffer 20130313
3 CLEAN_UP_PENDING_ASSET_CHANGES Static method Public Method Discard All Changes (Due to Simulation) 20120611
4 CONVERT_ANLA_KEY_2_NODE_ID Static method Public Method Hash ANLA Key --> X16 UUID 20110628
5 CREATE_ASSET_FOR_POSTING Static method Public Method Create Asset During Posting 20120112
6 CREATE_SUBNODE_INSTANCE Static method Public Method Create an Instance of a Subnode 20110628
7 DELETE_INSTANCE_FROM_BUFFER Static method Public Method Delete an Instance from the Buffer But Not Root 20120910
8 GET_INSTANCE_MAIN_NUMBER Static method Public Method Create Instance for Asset Main Number (ANLH) 20111029
9 GET_INSTANCE_ROOT Static method Public Method Gets Instance for Root Node of an Asset 20110628
10 GET_INSTANCE_ROOT_FROM_BUFFER Static method Public Method Checks If Asset Already Read and Returns It If Applicable 20120514
11 RESET_ASSET Static method Public Method Reset Asset 20130307
12 RESET_ITEM_MANAGERS_ON_PROJECT Static method Public Method TRWPR Event Project: Delete Buffered ANEPs Before New Create 20121107
13 UPDATE_NODE_ID_MAPPING_NEW_MDO Static method Public Method Update Node ID Mapping When Creating a New Asset 20120118
Events
Class CL_FAA_MDO_FACTORY_STATIC has no event.
Types
Class CL_FAA_MDO_FACTORY_STATIC has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FAA_MDO_FACTORY_STATIC has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FAA_MDO_FACTORY_STATIC has no exception.

Method CLEANUP_ASSET_IN_UPD_MODE Signature

Method CLEANUP_ASSET_IN_UPD_MODE on class CL_FAA_MDO_FACTORY_STATIC has no parameter.
# Exception Resumable Description Created on
1 CM_FAA_T100 T100 Messages FIAA 20130313

Method CLEAN_UP_PENDING_ASSET_CHANGES Signature

Method CLEAN_UP_PENDING_ASSET_CHANGES on class CL_FAA_MDO_FACTORY_STATIC has no parameter.
# Exception Resumable Description Created on
1 CM_FAA_T100 T100 Meldungen FIAA 20121024

Method CONVERT_ANLA_KEY_2_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANLN1 Call by reference Type reference (TYPE) ANLN1 20110628
2 Importing IV_ANLN2 Call by reference Type reference (TYPE) ANLN2 '0000' 20110628
3 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS 20110628
4 Returning RV_UUID Value transfer Type reference (TYPE) IF_FAA_FRW_TYPES=>TY_UUID 20110628

Method CONVERT_ANLA_KEY_2_NODE_ID on class CL_FAA_MDO_FACTORY_STATIC has no exception.

Method CREATE_ASSET_FOR_POSTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ANLA Call by reference Type reference (TYPE) ANLA Anlagenstammsatz-Segment 20120112
2 Importing IS_ANLH Call by reference Type reference (TYPE) ANLH Anlagen-Hauptnummer 20120112
3 Importing IS_ANLU Call by reference Type reference (TYPE) ANLU Anlagenstammsatz: Userfelder 20120112
4 Importing IS_ANLV Call by reference Type reference (TYPE) ANLV Versicherungsdaten 20120112
5 Importing IT_ANLB Call by reference Type reference (TYPE) FAA_T_ANLB Abschreibungsparameter 20120112
6 Importing IT_ANLC Call by reference Type reference (TYPE) FAA_T_ANLC Anlagen-Wertfelder 20120112
7 Importing IT_ANLZ Call by reference Type reference (TYPE) FAA_T_ANLZ Valutierte Anlagen-Zuordnungen 20121015
8 Importing IV_MODE Call by reference Type reference (TYPE) IF_FAA_FRW_TYPES=>TY_MODE Operation Mode (Ins/Upd/Del) 20120112
9 Importing IV_POSTCAP Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20130519
10 Importing IV_VIRTUAL_ASSET Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Flag: Virtuelle Anlage (Simulation) 20131203
11 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_FAA_MDO_ROOT FAA Anlagen Stammsatz: Interface Repräsentation für Buchen 20120112
# Exception Resumable Description Created on
1 CM_FAA_T100 T100 Meldungen FIAA 20120323

Method CREATE_SUBNODE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) IF_FAA_FRW_OBJECT 20110628
2 Importing IR_DATA_DB Call by reference Object reference (TYPE REF TO) DATA 20110628
3 Importing IV_BO_SUBNODE_NAME Call by reference Type reference (TYPE) IF_FAA_FRW_TYPES=>TY_BO_NODE_NAME 20110628
4 Importing IV_MODE Call by reference Type reference (TYPE) IF_FAA_FRW_TYPES=>TY_MODE 20110628
5 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_FAA_FRW_OBJECT 20110628
# Exception Resumable Description Created on
1 CM_FAA_T100 T100 Meldungen FIAA 20110801

Method DELETE_INSTANCE_FROM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) IF_FAA_FRW_OBJECT FIAA: Abstraktes Objekt-Interface 20120910
# Exception Resumable Description Created on
1 CM_FAA_T100 T100 Meldungen FIAA 20121012

Method GET_INSTANCE_MAIN_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DB_DATA Call by reference Object reference (TYPE REF TO) DATA 20120112
2 Importing IV_MODE Call by reference Type reference (TYPE) IF_FAA_FRW_TYPES=>TY_MODE 20111029
3 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_FAA_MDO_ASSET_MAIN_NUMBER ANLH - Anlagenhauptnummer und LNRAN 20111029
# Exception Resumable Description Created on
1 CM_FAA_T100 T100 Meldungen FIAA 20120627

Method GET_INSTANCE_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANLN1 Call by reference Type reference (TYPE) ANLN1 20110628
2 Importing IV_ANLN2 Call by reference Type reference (TYPE) ANLN2 20110628
3 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS 20110628
4 Importing IV_ENQUEUE_MODE Call by reference Type reference (TYPE) ENQMODE IF_FAA_FRW_CONSTANTS=>GC_ENQUEUE_MODE-REAL_EXCLUSIVE Sperrmodus 20130719
5 Importing IV_ENQUEUE_WAIT Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Sperren mit Warten 20130719
6 Importing IV_MODE Call by reference Type reference (TYPE) IF_FAA_FRW_TYPES=>TY_MODE 20110628
7 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_FAA_MDO_ROOT 20110628
# Exception Resumable Description Created on
1 CM_FAA_T100 T100 Meldungen FIAA 20110801

Method GET_INSTANCE_ROOT_FROM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANLN1 Call by reference Type reference (TYPE) ANLN1 20120514
2 Importing IV_ANLN2 Call by reference Type reference (TYPE) ANLN2 20120514
3 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS 20120514
4 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_FAA_MDO_ROOT 20120514

Method GET_INSTANCE_ROOT_FROM_BUFFER on class CL_FAA_MDO_FACTORY_STATIC has no exception.

Method RESET_ASSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANLN1 Call by reference Type reference (TYPE) ANLN1 Anlagen-Hauptnummer 20130307
2 Importing IV_ANLN2 Call by reference Type reference (TYPE) ANLN2 Anlagenunternummer 20130307
3 Importing IV_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20130307
# Exception Resumable Description Created on
1 CM_FAA_T100 T100 Meldungen FIAA 20130307

Method RESET_ITEM_MANAGERS_ON_PROJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CURRENT_ACDOC_LDGRP Call by reference Type reference (TYPE) FAGL_LDGRP Ziel-Ledger-Gruppe 20130504

Method RESET_ITEM_MANAGERS_ON_PROJECT on class CL_FAA_MDO_FACTORY_STATIC has no exception.

Method UPDATE_NODE_ID_MAPPING_NEW_MDO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REAL_ASSET_NUMBER Call by reference Type reference (TYPE) IF_FAA_MASTER_TYPES=>TY_S_REAL_ASSET_NUMBER Übergabe vorläufige Anlagennummer -> Datenbank-Anlagennummer 20120118

Method UPDATE_NODE_ID_MAPPING_NEW_MDO on class CL_FAA_MDO_FACTORY_STATIC has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 607