SAP ABAP Class IF_SIW_DB_LRU_ACCESS (Read or Modify Last Recently Used Objects (in Buffer))
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SIW_DB_LRU_ACCESS Manages the Last Recently Used Objects 20101019
Properties
Class IF_SIW_DB_LRU_ACCESS  
Short Description Read or Modify Last Recently Used Objects (in Buffer)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20101019   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SIW_DB_LRU_ACCESS has no forward declaration.
Interfaces
Class IF_SIW_DB_LRU_ACCESS has no interface implemented.
Friends
Class IF_SIW_DB_LRU_ACCESS has no friend class.
Attributes
Class IF_SIW_DB_LRU_ACCESS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE Instance method Public Method Deletes TSIW_LRU Entrie(s) Directly From DB 20101019
2 GET Instance method Public Method Reads TSIW_LRU Directly From DB 20101019
3 MODIFY Instance method Public Method Modifies TSIW_LRU Directly on DB 20101019
Events
Class IF_SIW_DB_LRU_ACCESS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_LRU Public See coding 20101019 tty_lru type standard table of ty_lru with default key
2 TY_LRU Public Type reference (TYPE) TSIW_LRU 20101019
Method Signatures

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROJECT_ID Call by reference Type reference (TYPE) SIW_DTE_PROJECT_ID Project ID Which Should be Removed From (All) Lists 20101019
2 Importing I_UNAME Call by reference Type reference (TYPE) UNAME SY-UNAME User Whose List Should be Deleted 20101019

Method DELETE on class IF_SIW_DB_LRU_ACCESS has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_UNAME Call by reference Type reference (TYPE) UNAME SY-UNAME User Name 20101019
2 Returning RT_LRU Value transfer Type reference (TYPE) TTY_LRU List of Recently Used Projects 20101019

Method GET on class IF_SIW_DB_LRU_ACCESS has no exception.

Method MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROJECT_ID Call by reference Type reference (TYPE) SIW_DTE_PROJECT_ID Project Id 20101019

Method MODIFY on class IF_SIW_DB_LRU_ACCESS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in