SAP ABAP Function Module CCMSBI_ODS_SEL_DELETE (selectively delete from ODS)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BCT (Application Component) Business Content and Extractors
     RS_BCT_CCMS_CPH (Package) BW: Content CCMS System Management Data
Basic Data
Function Module CCMSBI_ODS_SEL_DELETE selectively delete from ODS  
Function Group SCCMSBI_BCT_UTILITIES   CCMS/BW: Utilities for Generating BCT  
Program Name SAPLSCCMSBI_BCT_UTILITIES    
INCLUDE Name LSCCMSBI_BCT_UTILITIESU04    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Changing C_T_MSG TYPE RS_T_MSG BW: Table with Messages (Application Log)
Importing I_DATATARGET TYPE RSDDATATARGET Name of data target (InfoCube / ODS)
Importing I_THX_SEL TYPE RSDRD_THX_SEL Select condition for deletion
Importing I_DEL_ACTIV TYPE RS_BOOL RS_C_TRUE ODS: Deletion from Active Version
Importing I_DEL_UPDATE TYPE RS_BOOL RS_C_FALSE ODS: Deletion from Update Table
Importing I_DEL_CHANGE TYPE RS_BOOL RS_C_FALSE ODS: Deletion from Change-Log
Importing I_AUTHORITY_CHECK TYPE RS_BOOL RS_C_TRUE Execute authority check?
Importing I_MODE TYPE RSDRD_MODE RSDRD_C_MODE-CHOOSE Deletion mode (contants: RSDRD_C_MODE)
Importing I_THRESHOLD TYPE F '0.1' Threshold for deletion mode 'CHOOSE'
Importing I_PARALLEL_DEGREE TYPE I 1 Degree of parallelism for new creation
Importing I_NO_LOGGING TYPE RS_BOOL RS_C_FALSE Switch off DB-logging?
Importing I_NO_COMMIT TYPE RS_BOOL RS_C_FALSE Do Not Execute Commit
Importing I_NO_ENQUEUE TYPE RS_BOOL RS_C_FALSE No enqueue, the calling programm already does this
Importing I_SHOW_REPORT TYPE RS_BOOL RS_C_FALSE Show genereated report?
Importing I_TRANSACTIONAL_ODS TYPE RS_BOOL RS_C_FALSE ODS: Delete on transactional object
Exception X_MESSAGE TYPE Cancellation
Exception INHERITED_ERROR TYPE
Exception INVALID_TYPE TYPE Invalid Type (Datatarget)
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20110909 
SAP Release Created in 351