SAP ABAP Class CL_GLO_DB_ASSET_DATA (Manages Table of Asset IDs (FAAASSETID))
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI-LOC (Application Component) Localization
     FAA_GLOBALIZATION (Package) FI-AA Country Specific Master Data
Properties
Class CL_GLO_DB_ASSET_DATA  
Short Description Manages Table of Asset IDs (FAAASSETID)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package FAA_GLOBALIZATION   FI-AA Country Specific Master Data 
Created 20050103   SAP 
Last change 20100310   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)
Interfaces
Class CL_GLO_DB_ASSET_DATA has no interface implemented.
Friends
Class CL_GLO_DB_ASSET_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DATABASE Constant Private Type reference (TYPE) TABNAME 'GLOFAAASSETDATA' Table Name 20050103
2 GS_BUFFER_HL Static Attribute Private Type reference (TYPE) GTY_S_BUFFER_HL Header of Table Buffer 20050103
3 GTH_BUFFER Static Attribute Private Type reference (TYPE) GTY_TH_BUFFER Table Buffers 20050103
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050103
2 GET_DETAIL Static method Public Method Get Entry for DB Key from Database 20050103
3 RESET_BUFFER Static method Public Method Deletes All Entries in Table Buffer 20050103
4 _INSERT_INTO_BUFFER Static method Private Method Add Entry to Database Buffer 20050103
5 _SELECT_LIST Static method Private Method Read Entries from Database 20050103
6 _SELECT_SINGLE Static method Private Method Read Entry from Database 20050103
Events
Class CL_GLO_DB_ASSET_DATA has no event.
Types
Class CL_GLO_DB_ASSET_DATA has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IB_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20050103
2 Importing IB_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20050103
3 Importing ID_ASSET_ID Call by reference Type reference (TYPE) FAA_ASSET_ID GUID, der eine Anlage eindeutig identifiziert 20050103
4 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20050103
5 Returning RS_DETAIL Value transfer Type reference (TYPE) GLO_S_DB_ASSET_DATA Zeitunabhängige länderspezifische Anlagenstammdaten 20050103
# Exception Resumable Description Created on
1 CX_FAA_DB 20050103

Method RESET_BUFFER Signature

Method RESET_BUFFER on class CL_GLO_DB_ASSET_DATA has no parameter.
Method RESET_BUFFER on class CL_GLO_DB_ASSET_DATA has no exception.

Method _INSERT_INTO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IB_CHECK_EXISTENCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Prüfen, ob Eintrag schon im Puffer 20050103
2 Importing IS_BUFFER_HL Call by reference Type reference (TYPE) GTY_S_BUFFER_HL 20050103

Method _INSERT_INTO_BUFFER on class CL_GLO_DB_ASSET_DATA has no exception.

Method _SELECT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EB_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Eintrag nicht gefunden 20050103
2 Exporting ETS_LIST Call by reference Type reference (TYPE) GLO_TS_DB_ASSET_DATA Tabelle mit zeitunabhänigen Anlagendaten 20050103
3 Importing IT_ASSET_ID Call by reference Type reference (TYPE) FAA_T_ASSET_ID Liste von Anlagen GUIDs 20050103

Method _SELECT_LIST on class CL_GLO_DB_ASSET_DATA has no exception.

Method _SELECT_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EB_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Eintrag nicht gefunden 20050103
2 Exporting ES_DETAIL Call by reference Type reference (TYPE) GLO_S_DB_ASSET_DATA Zeitunabhängige Anlagenstammdaten (ANLA) 20050103
3 Importing ID_ASSET_ID Call by reference Type reference (TYPE) FAA_ASSET_ID GUID, der eine Anlage eindeutig identifiziert 20050103

Method _SELECT_SINGLE on class CL_GLO_DB_ASSET_DATA has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 600