SAP ABAP Class CL_CMM_IDX_DB (Index: Database Access)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-CMM-BF (Application Component) Basic Functions
     LOG_CMM_INDEX (Package) Index for Periodical Valuation
Properties
Class CL_CMM_IDX_DB  
Short Description Index: Database Access    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package LOG_CMM_INDEX   Index for Periodical Valuation 
Created 20120529   SAP 
Last change 20130531   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_CMM_IDX_DB has no interface implemented.
Friends
Class CL_CMM_IDX_DB has no friend class.
Attributes
Class CL_CMM_IDX_DB has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE Static method Public Method Delete a Number of Index Entries 20120529
2 INSERT Static method Public Method Insert a Number of Index Entries 20120529
3 RANGE_READ Static method Public Method Range Read of Index Entries 20120529
4 SELECT_BY_KEY Static method Public Method Select by key 20120903
5 SINGLE_READ Static method Public Method Read one Entry from Database 20120529
6 UPDATE Static method Public Method Update a Number of Index Entries 20120529
Events
Class CL_CMM_IDX_DB has no event.
Types
Class CL_CMM_IDX_DB has no local type.
Method Signatures

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ENTRIES Call by reference Type reference (TYPE) CMM_T_IDX Index: Standard table of CMM_D_IDX 20120529

Method DELETE on class CL_CMM_IDX_DB has no exception.

Method INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ENTRIES Call by reference Type reference (TYPE) CMM_T_IDX Index: Standard table of CMM_D_IDX 20120529

Method INSERT on class CL_CMM_IDX_DB has no exception.

Method RANGE_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) CMM_T_IDX Index: Standard table of CMM_D_IDX 20120529
2 Importing IS_SEL_CRIT Call by reference Type reference (TYPE) CMM_S_IDX_SEL_CRIT Index: Selection criteria 20120529
# Exception Resumable Description Created on
1 CX_SY_OPEN_SQL_DB Open SQL Error 20120529

Method SELECT_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX Call by reference Type reference (TYPE) CMM_T_IDX Index: Standard table of CMM_D_IDX 20120903
2 Importing IT_KEYS Call by reference Type reference (TYPE) CMM_T_IDX_K Index: Key table 20120903

Method SELECT_BY_KEY on class CL_CMM_IDX_DB has no exception.

Method SINGLE_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_IDX_PK Call by reference Type reference (TYPE) CMM_S_IDX_PK Index: Primary Key 20120529
2 Returning RS_ENTRY Value transfer Type reference (TYPE) CMM_D_IDX Commodity Management: Index Table 20120529
# Exception Resumable Description Created on
1 CX_SY_OPEN_SQL_DB Open SQL Error 20120529

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ENTRIES Call by reference Type reference (TYPE) CMM_T_IDX Index: Standard table of CMM_D_IDX 20120529

Method UPDATE on class CL_CMM_IDX_DB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607