SAP ABAP Interface IF_ILM_STOR_TACC_POOL (ILM DB Store: Methods for Accessing the Table Pool)
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_TACC_POOL ILM DB Store: Pool Management 20130816
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ILM_STOR_TACC_POOL_MOCK ILM DB Store: Mock for IF_ILM_STOR_TACC_MOCK 20130816
Properties
Interface IF_ILM_STOR_TACC_POOL  
Short Description ILM DB Store: Methods for Accessing the Table Pool    
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 Abstract Final Description Created on
1 IF_ILM_STOR_TABLE_ACCESSOR ILM DB Store: Generic Table Descriptor 20130816
Friends
Interface IF_ILM_STOR_TACC_POOL has no friend.
Attributes
Interface IF_ILM_STOR_TACC_POOL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method Deletes All Pool Entries for a User 20130816
2 CLOSE_TABLE Instance method Public Method Selects the "Closed" Checkbox for a Table 20130816
3 COUNT Instance method Public Method Determines the Number of Pool Tables for a User 20130816
4 DELETE Instance method Public Method Deletes a Pool Entry 20130816
5 EXISTS Instance method Public Method Checks Whether a Pool Entry Exists 20130816
6 GET Instance method Public Method Read a Pool Entry 20130816
7 LIST Instance method Public Method Supplies a List of Entries 20130816
8 LOCK Instance method Public Method Locks an Entry in the Pool Table 20130816
9 SET Instance method Public Method Create or Update a Pool Entry 20130816
10 UNLOCK Instance method Public Method Unlocks a Pool Table Entry 20130816
11 USE_FLAGS Instance method Public Method Sets Which Data Records Should be Read 20130816
Events
Interface IF_ILM_STOR_TACC_POOL has no event.
Types
Interface IF_ILM_STOR_TACC_POOL has no local type.
Method Signatures

Method CLEAR 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

Method CLEAR on Interface IF_ILM_STOR_TACC_POOL has no exception.

Method CLOSE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_POOL Call by reference Type reference (TYPE) TILM_STOR_POOL ILM-DB-Ablage: Management der Pool-Tabellen 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION ILM-DB-Ablage: Basis-Ausnahme 20130816
2 CX_ILM_STOR_RUNTIME ILM-DB-Ablage: Laufzeitfehler 20130816

Method COUNT 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 RV_VALUE Value transfer Type reference (TYPE) I Anzahl der vorhandenen Tabellen im Pool 20130816

Method COUNT on Interface IF_ILM_STOR_TACC_POOL has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INSTANCE_NAME Call by reference Type reference (TYPE) ILM_STOR_INST_NAME Instanzname der zu löschenden Tabelle 20130816
2 Importing IV_INSTANCE_NAMESPACE Call by reference Type reference (TYPE) ILM_STOR_INST_NAMESPACE Namespace der zu löschenden Tabelle 20130816
3 Importing IV_ORIGIN Call by reference Type reference (TYPE) ILM_STOR_ORIGIN 20130816

Method DELETE on Interface IF_ILM_STOR_TACC_POOL has no exception.

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INSTANCE_NAME Call by reference Type reference (TYPE) ILM_STOR_INST_NAME Instanzname der gesuchten Tabelle 20130816
2 Importing IV_INSTANCE_NAMESPACE Call by reference Type reference (TYPE) ILM_STOR_INST_NAMESPACE Namespace dergesuchten Tabelle 20130816
3 Importing IV_ORIGIN Call by reference Type reference (TYPE) ILM_STOR_ORIGIN 20130816
4 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) STRING 20130816
5 Returning RV_VALUE Value transfer Type reference (TYPE) ABAP_BOOL abap_true, wenn Tabelle existiert 20130816

Method EXISTS on Interface IF_ILM_STOR_TACC_POOL has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INSTANCE_NAME Call by reference Type reference (TYPE) ILM_STOR_INST_NAME Instanzname der gesuchten Tabelle 20130816
2 Importing IV_INSTANCE_NAMESPACE Call by reference Type reference (TYPE) ILM_STOR_INST_NAMESPACE Namespace der gesuchten Tabelle 20130816
3 Importing IV_ORIGIN Call by reference Type reference (TYPE) ILM_STOR_ORIGIN 20130816
4 Returning RS_VALUE Value transfer Type reference (TYPE) TILM_STOR_POOL Gelesener Eintrag zur Tabelle 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION 20130816

Method LIST 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) TILM_STOR_POOL_T list der Tabellen des Users im Pool 20130816

Method LIST on Interface IF_ILM_STOR_TACC_POOL has no exception.

Method LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) ILM_STOR_INST_NAME Instanzname des zu löschenden Eintrags 20130816
2 Importing IV_NAMESPACE Call by reference Type reference (TYPE) ILM_STOR_INST_NAMESPACE Namespace des zu sperrenden Eintrags 20130816
3 Importing IV_ORIGIN Call by reference Type reference (TYPE) ILM_STOR_ORIGIN 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_DB 20130816

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_POOL Call by reference Type reference (TYPE) TILM_STOR_POOL Zu setzende Daten 20130816
2 Returning RS_POOL Value transfer Type reference (TYPE) TILM_STOR_POOL Aktuelle Daten 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_EXCEPTION 20130816
2 CX_ILM_STOR_RUNTIME ILM-DB-Ablage: Laufzeitfehler 20130816

Method UNLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) ILM_STOR_INST_NAME Instanzname des zu entsperrenden Eintrags 20130816
2 Importing IV_NAMESPACE Call by reference Type reference (TYPE) ILM_STOR_INST_NAMESPACE Namespace des zu entsperrenden Eintrags 20130816
3 Importing IV_ORIGIN Call by reference Type reference (TYPE) ILM_STOR_ORIGIN 20130816
# Exception Resumable Description Created on
1 CX_ILM_STOR_RUNTIME 20130816

Method USE_FLAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLOSED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Lese geschlossene Tabellen 20130816
2 Importing IV_LOCKED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Lese gesperrte Tabellen 20130816
3 Importing IV_OPEN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED Lese verwendbare Tabellen 20130816

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