SAP ABAP Interface IF_ILM_STOR_POOL_MANAGER (ILM DB Store: Pool Manager)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ILM-STO (Application Component) Integrated Data Base Archive Store
     S_ILM_STOR_DB (Package) ILM DB Store: Database
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ILM_STOR_POOL_MANAGER ILM DB Store: Pool Manager 20130816
Properties
Interface IF_ILM_STOR_POOL_MANAGER  
Short Description ILM DB Store: Pool Manager    
General Data
Package S_ILM_STOR_DB   ILM DB Store: Database 
Created 20130510   SAP 
Last changed 20140121   SAP 
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
Interface IF_ILM_STOR_POOL_MANAGER has no interface.
Friends
Interface IF_ILM_STOR_POOL_MANAGER has no friend.
Attributes
Interface IF_ILM_STOR_POOL_MANAGER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_DATA_TABLE Instance method Public Method Creates a New Data Table 20130816
2 DECOMPOSE_TABLE_NAME Instance method Public Method Divide Table Name into its Components 20130816
3 GET_DATA_TABLE_NAME Instance method Public Method Get Name of an Unlocked Data Table 20130816
4 GET_GENERATED_TABLE_NAME Instance method Public Method Creates a Complete Table Name 20130816
5 GET_POOL_TABLE_NAMES Instance method Public Method Gets a Liste of Tables in the Pool for an Origin 20130816
6 IDENT Instance method Public Method Set or Get the Identity of a Table 20130816
7 IS_POOL_TABLE Instance method Public Method Checks Whether a Table Name Describes a Pool Table 20130816
8 LOCK Instance method Public Method Lock a Pool Table 20130816
9 UNLOCK Instance method Public Method Unlock a Pool Table 20130816
10 UPDATE_TABLE_SIZE Instance method Public Method Update the Size Specification of a Table 20130816
Events
Interface IF_ILM_STOR_POOL_MANAGER has no event.
Types
Interface IF_ILM_STOR_POOL_MANAGER has no local type.
Method Signatures

Method CREATE_DATA_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HANDLE Call by reference Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Ressource Handle 20130816
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Name der generierten Tabelle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeine Ausnahme 20130816

Method DECOMPOSE_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IDENT Call by reference Type reference (TYPE) STRING Ident-Teil des Tabellennamens 20130816
2 Exporting EV_INVALID_NAME Call by reference Type reference (TYPE) ABAP_BOOL abap_true wenn es kein gültiger Tabellenname ist 20130816
3 Exporting EV_NAME Call by reference Type reference (TYPE) ILM_STOR_INST_NAME Ermittelter Instanzname 20130816
4 Exporting EV_NAMESPACE Call by reference Type reference (TYPE) ILM_STOR_INST_NAMESPACE Ermittelter Namespace 20130816
5 Exporting EV_RESS_KIND Call by reference Type reference (TYPE) ILM_STOR_RESS_KIND Art (Subtyp) der Tabelle 20130816
6 Exporting EV_RESS_TYPE Call by reference Type reference (TYPE) ILM_STOR_RESS_TYPE Typ der Tabelle 20130816
7 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) STRING Zu analysierender Name 20130816

Method DECOMPOSE_TABLE_NAME on Interface IF_ILM_STOR_POOL_MANAGER has no exception.

Method GET_DATA_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HANDLE Call by reference Type reference (TYPE) ILM_STOR_HANDLE ILM-DB-Ablage: Ressource Handle 20130816
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Name der ermittelten Tabelle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION Allgemeine Ausnahme 20130816

Method GET_GENERATED_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KIND Call by reference Type reference (TYPE) ILM_STOR_RESS_KIND IF_ILM_STOR_TYPES=>GC_RESS_KIND-RESSOURCE Art (Subtyp) der zu generierenden Tabelle 20130816
2 Importing IV_NAME Call by reference Type reference (TYPE) ILM_STOR_INST_NAME Zu verwendender Instanzname 20130816
3 Importing IV_NAMESPACE Call by reference Type reference (TYPE) ILM_STOR_INST_NAMESPACE Zu verwendender Namespace 20130816
4 Importing IV_TYPE Call by reference Type reference (TYPE) ILM_STOR_RESS_TYPE IF_ILM_STOR_TYPES=>GC_RESS_TYPES-RESSOURCE Typ der zu generierenden Tabelle 20130816
5 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME Laufzeitfehler 20130816

Method GET_POOL_TABLE_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORIGIN Call by reference Type reference (TYPE) ILM_STOR_ORIGIN '%' 20130816
2 Returning RT_VALUE Value transfer Type reference (TYPE) STRING_HASHED_TABLE Liste der Tabellennamen zur Origin 20130816

Method GET_POOL_TABLE_NAMES on Interface IF_ILM_STOR_POOL_MANAGER has no exception.

Method IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALUE Call by reference Type reference (TYPE) STRING Zu setzender Ident-Wert 20130816
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Aktueller Ident-Wert 20130816

Method IDENT on Interface IF_ILM_STOR_POOL_MANAGER has no exception.

Method IS_POOL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) STRING Name der zu prüfenden Tabelle 20130816
2 Returning RV_VALUE Value transfer Type reference (TYPE) ABAP_BOOL abap_true wenn es eine Pooltabelle ist 20130816

Method IS_POOL_TABLE on Interface IF_ILM_STOR_POOL_MANAGER has no exception.

Method LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORIGIN Call by reference Type reference (TYPE) ILM_STOR_ORIGIN 20130816
2 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) STRING 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_DB ILM-DB-Ablage: Exception für Datenbankzugriffe 20130816

Method UNLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORIGIN Call by reference Type reference (TYPE) ILM_STOR_ORIGIN 20130816
2 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) STRING 20130816

Method UNLOCK on Interface IF_ILM_STOR_POOL_MANAGER has no exception.

Method UPDATE_TABLE_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORIGIN Call by reference Type reference (TYPE) ILM_STOR_ORIGIN ILM-DB-Ablage: Kennzeichnung der Herkunft der Daten 20130816
2 Importing IV_SIZE Call by reference Type reference (TYPE) ABAP_MSIZE DEC-Typ, der für 64-Bit-Integer geeignet ist 20130816
3 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) STRING 20130816

Method UPDATE_TABLE_SIZE on Interface IF_ILM_STOR_POOL_MANAGER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740