SAP ABAP Class CL_CACS_DBC_HELPER (Database Conversion: Auxiliary Class)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSDC (Package) ICM: Database Conversions
Properties
Class CL_CACS_DBC_HELPER  
Short Description Database Conversion: Auxiliary Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CACSDC   ICM: Database Conversions 
Created 20060913   SAP 
Last change 20110908   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_CACS_DBC_HELPER has no interface implemented.
Friends
Class CL_CACS_DBC_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ST_DBC_EVENT_S Static Attribute Protected Type reference (TYPE) CACS_TT_DBC_EVENT_S Table Type Events for Simple Database Conversion 20070130
2 ST_EXCLUDE_EVENT Static Attribute Protected Type reference (TYPE) TT_EXCLUDE_EVENT Event Table 20070904
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070130
2 CREATE_EVENT_EXCLUDE_LIST Static method Protected Method Create List of Events to Be Excluded 20070904
3 IS_DBC_COMPLETED Static method Public Method Check If Parallelized Database Conversion Is Completed 20060913
4 IS_DBC_S_COMPLETED Static method Public Method Check If Simple Database Conversion Is Completed 20060913
5 IS_DBC_S_COMPLETED_SINGLE Static method Protected Method Check, Simple Database Conversion of Process Type 20070130
6 IS_JOURNAL_CONVERTED Static method Public Method Check If Journal Conversion for A Process is Completed 20070905
Events
Class CL_CACS_DBC_HELPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_EXCLUDE_EVENT Protected See coding 20070904 BEGIN OF ts_exclude_event, event TYPE cacsevent, END OF ts_exclude_event
2 TT_EXCLUDE_EVENT Protected See coding Event Table 20070904 tt_exclude_event TYPE STANDARD TABLE OF ts_exclude_event
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CACS_DBC_HELPER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CACS_DBC_HELPER has no exception.

Method CREATE_EVENT_EXCLUDE_LIST Signature

Method CREATE_EVENT_EXCLUDE_LIST on class CL_CACS_DBC_HELPER has no parameter.
Method CREATE_EVENT_EXCLUDE_LIST on class CL_CACS_DBC_HELPER has no exception.

Method IS_DBC_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_APPL Call by reference Type reference (TYPE) CACSAPPL 20060913
2 Returning RB_DBC_COMPLETED Value transfer Type reference (TYPE) BOOLEAN_FLG Boolsche Variable (X=true, space=false) 20060913

Method IS_DBC_COMPLETED on class CL_CACS_DBC_HELPER has no exception.

Method IS_DBC_S_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_APPL Call by reference Type reference (TYPE) CACSAPPL 20060913
2 Importing ID_PRC_TYPE Call by reference Type reference (TYPE) CACSPROCESSTYPE 20060913
3 Returning RB_DBC_COMPLETED Value transfer Type reference (TYPE) BOOLEAN_FLG Boolsche Variable (X=true, space=false) 20060913

Method IS_DBC_S_COMPLETED on class CL_CACS_DBC_HELPER has no exception.

Method IS_DBC_S_COMPLETED_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IB_EXCLUDE_EVENT Call by reference Type reference (TYPE) BOOLEAN_FLG SPACE Boolsche Variable (X=true, space=false) 20070904
2 Importing ID_APPL Call by reference Type reference (TYPE) CACSAPPL 20070130
3 Importing ID_PRC_TYPE Call by reference Type reference (TYPE) CACSPROCESSTYPE Prozesstyp 20070130
4 Returning RB_DBC_COMPLETED Value transfer Type reference (TYPE) BOOLEAN_FLG Boolsche Variable (X=true, space=false) 20070130

Method IS_DBC_S_COMPLETED_SINGLE on class CL_CACS_DBC_HELPER has no exception.

Method IS_JOURNAL_CONVERTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_APPL Call by reference Type reference (TYPE) CACSAPPL 20070905
2 Importing ID_PRC_TYPE Call by reference Type reference (TYPE) CACSPROCESSTYPE 20070905
3 Returning RB_JOURNAL_CONVERTED Value transfer Type reference (TYPE) BOOLEAN_FLG 20070905

Method IS_JOURNAL_CONVERTED on class CL_CACS_DBC_HELPER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700