SAP ABAP Class CL_CNV_MBT_ACT_REC (DMIS Activity Records)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_MAIN_620 (Package) DMIS objects for release starting with 620
Properties
Class CL_CNV_MBT_ACT_REC  
Short Description DMIS Activity Records    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_MAIN_620   DMIS objects for release starting with 620 
Created 20130304   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CNV_MBT_ACT_REC has no interface implemented.
Friends
Class CL_CNV_MBT_ACT_REC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACT Instance attribute Public Type reference (TYPE) CNV_MBT_ACT_REC_LOG Activity Record 20130304
2 CO_AT_DEL Constant Public Type reference (TYPE) CNV_MBT_ACTION_TYPE 'D' Boolean Variable (X=True, -=False, Space=Unknown) 20130305
3 CO_FALSE Constant Public Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20130304
4 CO_INVTYPE_API Constant Public Type reference (TYPE) CHAR1 'A' Single-Character Indicator 20130305
5 CO_INVTYPE_BTH Constant Public Type reference (TYPE) CHAR1 'B' Single-Character Indicator 20130315
6 CO_STATUS_A Constant Public Type reference (TYPE) CNV_MBT_ACT_REC-STATE_TEC 'A' 20130304
7 CO_STATUS_C Constant Public Type reference (TYPE) CNV_MBT_ACT_REC-STATE_TEC 'C' 20130304
8 CO_STATUS_E Constant Public Type reference (TYPE) CNV_MBT_ACT_REC-STATE_TEC 'E' 20130304
9 CO_STATUS_F Constant Public Type reference (TYPE) CNV_MBT_ACT_REC-STATE_TEC 'F' 20130304
10 CO_STATUS_R Constant Public Type reference (TYPE) CNV_MBT_ACT_REC-STATE_TEC 'S' 20130304
11 CO_STATUS_S Constant Public Type reference (TYPE) CNV_MBT_ACT_REC-STATE_TEC 'U' 20130304
12 CO_STATUS_W Constant Public Type reference (TYPE) CNV_MBT_ACT_REC-STATE_TEC 'W' 20130304
13 CO_TRUE Constant Public Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20130304
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_NUMBER_OF_JOBS Static method Public Method To Adjust Number of Jobs 20130305
2 CANCEL_JOBS_OF_ID Static method Public Method To cancel jobs of one external id 20130304
3 CONSTRUCTOR Instance method Public Constructor 20130304
4 CREATE_ACTIVITY_RECORD Static method Public Method 20130304
5 GET_JOB_CANCEL_STATUS Static method Public Method To get job cancel status 20130304
6 GET_OWN_SERVER_NAME Static method Private Method 20130304
7 GET_OWN_WP_NO Static method Private Method 20130304
8 GET_REF_BY_JOB Static method Public Method 20130304
9 GET_RESTART_MODE Static method Public Method Determine if restart mode is valid (are jobs running?) 20130305
10 GET_STATUS_FOR_ACTIVITY Static method Public Method 20130304
11 REVOKE_JOB_CANCEL Static method Public Method To Revoke cancelled job 20130304
12 SAVE Instance method Public Method To save action 20130304
13 UPDATE_STATE Instance method Public Method To update state of any action 20130304
Events
Class CL_CNV_MBT_ACT_REC has no event.
Types
Class CL_CNV_MBT_ACT_REC has no local type.
Method Signatures

Method ADJUST_NUMBER_OF_JOBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXT_ID Call by reference Type reference (TYPE) CNV_MBT_SESSION_ID MBT PCL: Session ID 20130305
2 Importing I_JOBS_TO_RUN Call by reference Type reference (TYPE) I # of jobs which should run 20130305

Method ADJUST_NUMBER_OF_JOBS on class CL_CNV_MBT_ACT_REC has no exception.

Method CANCEL_JOBS_OF_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EXT_ID Call by reference Type reference (TYPE) CNV_MBT_SESSION_ID MBT PCL: Session ID 20130304

Method CANCEL_JOBS_OF_ID on class CL_CNV_MBT_ACT_REC has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACT Call by reference Type reference (TYPE) CNV_MBT_ACT_REC_LOG DMIS Activity record with logging 20130304

Method CONSTRUCTOR on class CL_CNV_MBT_ACT_REC has no exception.

Method CREATE_ACTIVITY_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACT Call by reference Type reference (TYPE) CNV_MBT_ACT_REC_LOG DMIS Activity record with logging 20130304
2 Returning RE_ACTIVITY Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_ACT_REC DMIS Activity Records 20130304

Method CREATE_ACTIVITY_RECORD on class CL_CNV_MBT_ACT_REC has no exception.

Method GET_JOB_CANCEL_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CANCEL Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130304
2 Importing IM_JOBCOUNT Call by reference Type reference (TYPE) BTCJOBCNT Job ID 20130304
3 Importing IM_JOBNAME Call by reference Type reference (TYPE) BTCJOB Background job name 20130304

Method GET_JOB_CANCEL_STATUS on class CL_CNV_MBT_ACT_REC has no exception.

Method GET_OWN_SERVER_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_SERVER Value transfer Type reference (TYPE) MSNAME2 Application Server Name 20130304
# Exception Resumable Description Created on
1 NO_SERVER_LIST Error when reading the server table 20130304

Method GET_OWN_WP_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WP_PID Value transfer Type reference (TYPE) WPPID Process Identification 20130304

Method GET_OWN_WP_NO on class CL_CNV_MBT_ACT_REC has no exception.

Method GET_REF_BY_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EXT_ID Call by reference Type reference (TYPE) CNV_MBT_SESSION_ID MBT PCL: Session ID 20130304
2 Importing IM_JOBCOUNT Call by reference Type reference (TYPE) BTCJOBCNT Job ID 20130304
3 Importing IM_JOBNAME Call by reference Type reference (TYPE) BTCJOB Background job name 20130304
4 Returning RE_ACTIVITY Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_ACT_REC DMIS Activity Records 20130304

Method GET_REF_BY_JOB on class CL_CNV_MBT_ACT_REC has no exception.

Method GET_RESTART_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTIVITY_TYPE Call by reference Type reference (TYPE) CNV_MBT_ACTION_TYPE MWB activity type 20130305
2 Importing IM_EXT_ID Call by reference Type reference (TYPE) CNV_MBT_SESSION_ID External identifier of an MWB activity 20130305
3 Importing IM_TIMEZONE_LOCAL Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20130305
4 Returning R_RESTART Value transfer Type reference (TYPE) BOOLEAN MWB: Boolean Variable (X=true, -=false) 20130305

Method GET_RESTART_MODE on class CL_CNV_MBT_ACT_REC has no exception.

Method GET_STATUS_FOR_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTION_TYPE Call by reference Type reference (TYPE) CNV_MBT_ACTION_TYPE Action Types 20130304
2 Importing IM_EXT_ID Call by reference Type reference (TYPE) CNV_MBT_SESSION_ID MBT PCL: Session ID 20130304
3 Importing IM_TIMEZONE_LOCAL Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20130304
4 Returning RT_STATUS Value transfer Type reference (TYPE) CNV_MBT_ACT_STATUS_INFO_TT DMIS Action table type 20130304

Method GET_STATUS_FOR_ACTIVITY on class CL_CNV_MBT_ACT_REC has no exception.

Method REVOKE_JOB_CANCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EXT_ID Call by reference Type reference (TYPE) CNV_MBT_SESSION_ID MBT PCL: Session ID 20130304

Method REVOKE_JOB_CANCEL on class CL_CNV_MBT_ACT_REC has no exception.

Method SAVE Signature

Method SAVE on class CL_CNV_MBT_ACT_REC has no parameter.
Method SAVE on class CL_CNV_MBT_ACT_REC has no exception.

Method UPDATE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LINK_ACT_LOG Call by reference Type reference (TYPE) BOOLEAN 20130304
2 Importing IM_STATUS Call by reference Type reference (TYPE) CNV_MBT_ACT_REC-STATE_TEC 20130304

Method UPDATE_STATE on class CL_CNV_MBT_ACT_REC has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2011_1_700