SAP ABAP Class CL_CNV_MBT_EXECUTION (Execution)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_PCL_CL (Package) PCL Class Layer
Properties
Class CL_CNV_MBT_EXECUTION  
Short Description Execution    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_PCL_CL   PCL Class Layer 
Created 20100727   SAP 
Last change 20141030    
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_CNV_MBT_EXECUTION has no interface implemented.
Friends
Class CL_CNV_MBT_EXECUTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PR_LOGGER Instance attribute Private Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20110221
2 PR_PROCESS_STEP Instance attribute Private Object reference (TYPE REF TO) CL_CNV_MBT_PROCESS_STEP Process Step 20100825
3 PS_EXECUTION_DATA Instance attribute Private Type reference (TYPE) CNVMBTSTATE Status table for execution of all activities and history 20100819
4 PV_ACTIVITY_ID Instance attribute Private Type reference (TYPE) CNV_MBT_ACTIVITY Unique ID for all activities to be executed 20100819
5 PV_EXEC_NUM Instance attribute Private Type reference (TYPE) CNV_MBT_EXEC_NUM Counters For Execution of Specified Activity 20100819
6 PV_HAS_SUBTASK Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100908
7 PV_PACKID Instance attribute Private Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20100819
8 PV_PHASE Instance attribute Private Type reference (TYPE) CNV_MBT_PHASE Phase of the Migration Project 20100819
9 PV_RESTART_MODE Instance attribute Private Type reference (TYPE) CNV_MBT_FLAG restart mode 20110512
10 PV_SESSION_ID Instance attribute Public Type reference (TYPE) CNV_MBT_SESSION_ID Session ID 20100827
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20100727
2 CREATE_SUBTASK Instance method Public Method Create subtask 20100908
3 FINALIZE Instance method Public Method Finalize execution 20110222
4 GET_ACTIVITY_ID Instance method Public Method Return Activity ID 20110505
5 GET_ACTIVITY_LOG Instance method Public Method 20130123
6 GET_ACTIVITY_PARAMETER_LOG Instance method Public Method 20130123
7 GET_DESTINATION Instance method Public Method get destination 20100727
8 GET_DURATION Instance method Public Method Get duration as string 20100824
9 GET_ENDDATE Instance method Public Method Get end date 20100823
10 GET_ENDTIME Instance method Public Method Get end time 20100823
11 GET_EXECUTING_USER Instance method Public Method Returns the executing user from the control system 20130124
12 GET_EXECUTION_NUMBER Instance method Public Method Return execution number 20100811
13 GET_JOBLOG Instance method Public Method get joblog 20100727
14 GET_JOB_INFORMATION Instance method Public Method get job information 20100727
15 GET_LOGGER Instance method Public Method Get instance of logger 20110221
16 GET_LOGNUMBER Instance method Public Method get lognumber 20100727
17 GET_MESSAGES Instance method Public Method get messages raised in execution log 20100727
18 GET_PACKID Instance method Public Method Return Packid 20110505
19 GET_PHASE_ID Instance method Public Method Return Phase ID 20110505
20 GET_PROGRESS Instance method Public Method get percentage of completed 20100824
21 GET_RECORD_INFORMATION Instance method Public Method Get amount of selected / updated records 20100824
22 GET_RESTART_MODE Instance method Public Method return info if this instance was restarted 20110512
23 GET_RUNTIME_INFORMATION Instance method Public Method get runtime information 20100727
24 GET_SESSION_ID Instance method Public Method Return Session ID 20100827
25 GET_STARTDATE Instance method Public Method Get Start date 20100823
26 GET_STARTTIME Instance method Public Method Get Starttime 20100823
27 GET_STATUS Instance method Public Method get status of execution 20100727
28 GET_STATUS_ICON Instance method Public Method Return iconname for overall phase status 20101208
29 GET_SUBTASKS Instance method Public Method Get subtasks 20100811
30 HAS_SUBTASK Instance method Public Method Returns if at least one subtask exists 20100817
31 IS_INITIAL Instance method Public Method check if execution is still initial 20100727
32 IS_LAST_EXECUTION Instance method Public Method check if execution is last one for process step 20100727
33 IS_LOCKED Instance method Public Method check if execution is currently locked 20100727
34 LOG Instance method Public Method Logs a message 20110222
35 LOG_AND_ABORT Instance method Public Method Logs a message 20110601
36 REFRESH Instance method Public Method Refresh 20100825
37 SET_INTERNAL_DATA Instance method Public Method Refresh 20100824
38 SET_STATUS Instance method Public Method Set logical status 20110225
39 START_SUBTASKS Instance method Public Method Start / Restart all subtasks if possible 20110512
40 WRITE_LOG_TO_DB Instance method Public Method Write the log to database 20110222
Events
Class CL_CNV_MBT_EXECUTION has no event.
Types
Class CL_CNV_MBT_EXECUTION has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20110221
2 Importing IR_PROCESS_STEP Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PROCESS_STEP Process Step 20100825
3 Importing IS_EXECUTION_DATA Call by reference Type reference (TYPE) CNVMBTSTATE Status table for execution of all activities and history 20100825
4 Importing IV_ACTIVITY_ID Call by reference Type reference (TYPE) CNV_MBT_ACTIVITY Unique ID for all activities to be executed 20100825
5 Importing IV_EXEC_NUM Call by reference Type reference (TYPE) CNV_MBT_EXEC_NUM Counters For Execution of Specified Activity 20100825
6 Importing IV_HAS_SUBTASK Call by reference Type reference (TYPE) ABAP_BOOL '-' 20100908
7 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20100825
8 Importing IV_PHASE_ID Call by reference Type reference (TYPE) CNV_MBT_PHASE Phase of the Migration Project 20100825
9 Importing IV_RESTART_MODE Call by reference Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110512
# Exception Resumable Description Created on
1 EXECUTION_NOT_FOUND Execution was not found 20100727

Method CREATE_SUBTASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_SUBTASK Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_SUBTASK Subtask 20110428
2 Importing IV_DESTINATION Call by reference Type reference (TYPE) RFCDEST 'NONE' Logical Destination (Specified in Function Call) 20110512
3 Importing IV_PROGNAME Call by reference Type reference (TYPE) PROGNAME ABAP program name 20110512
4 Importing IV_SEQNUM Call by reference Type reference (TYPE) CNV_MBT_SEQNUM3 MBT PCL processing sequence number 20110512
5 Importing IV_SUBTASK_ID Call by reference Type reference (TYPE) CNV_MBT_SUBACTIVITY Unique ID for All Subactivities to Be Executed 20100908
6 Importing IV_TASK_ID Call by reference Type reference (TYPE) CNV_MBT_TASKID Numeric Identifyer of Conversion or Migration Task 20121030

Method CREATE_SUBTASK on class CL_CNV_MBT_EXECUTION has no exception.

Method FINALIZE Signature

Method FINALIZE on class CL_CNV_MBT_EXECUTION has no parameter.
Method FINALIZE on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_ACTIVITY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ACTIVITY_ID Value transfer Type reference (TYPE) CNV_MBT_ACTIVITY Unique ID for all activities to be executed 20110505

Method GET_ACTIVITY_ID on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_ACTIVITY_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CNVMBTACTLOG Value transfer Type reference (TYPE) CNVMBTACTLOG_T Table Type for CNVMBTACTLOG 20130123

Method GET_ACTIVITY_LOG on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_ACTIVITY_PARAMETER_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CNVMBTACTPARLOG Value transfer Type reference (TYPE) CNVMBTACTPARLOG_T Table Type for CNVMBTACTLOG 20130123

Method GET_ACTIVITY_PARAMETER_LOG on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DESTINATION Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20100827

Method GET_DESTINATION on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_DURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DURATION Value transfer Type reference (TYPE) STRING 20100825

Method GET_DURATION on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_ENDDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ENDDATE Value transfer Type reference (TYPE) SYDATUM Date and Time, Current (Application Server) Date 20100825

Method GET_ENDDATE on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_ENDTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ENDTIME Value transfer Type reference (TYPE) SYUZEIT Date and Time, Current Application Server Time 20100825

Method GET_ENDTIME on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_EXECUTING_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_USER Value transfer Type reference (TYPE) CNVMBTACTLOG-MPG_USER User Name in User Master Record 20130124

Method GET_EXECUTING_USER on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_EXECUTION_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXEC_NUM Value transfer Type reference (TYPE) CNV_MBT_EXEC_NUM Counters For Execution of Specified Activity 20100825

Method GET_EXECUTION_NUMBER on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_JOBLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_JOBLOG Call by reference Type reference (TYPE) CNV_MBT_JOBLOG_T Job Log Entries in List Format 20100827
# Exception Resumable Description Created on
1 CX_CNV_MBT_PROCESS_CONTROL Issues related to State Management 20100827

Method GET_JOB_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_JOBCOUNT Call by reference Type reference (TYPE) BTCJOBCNT Job ID 20100827
2 Exporting EV_JOBNAME Call by reference Type reference (TYPE) BTCJOB Background job name 20100827

Method GET_JOB_INFORMATION on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_LOGGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_LOGGER Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20110221

Method GET_LOGGER on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_LOGNUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LOGNUMBER Call by reference Type reference (TYPE) BALOGNR Application log: log number 20100825
2 Exporting EV_LOGNUMBER_REMOTE Call by reference Type reference (TYPE) BALOGNR Application log: log number 20100825

Method GET_LOGNUMBER on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WITH_SUBTASKS Call by reference Type reference (TYPE) ABAP_BOOL 20110421
2 Importing IV_WITH_SUBTASKS_LIMIT Call by reference Type reference (TYPE) NUM4 15 Four-digit number 20110524
3 Returning RT_MESSAGES Value transfer Type reference (TYPE) CNV_MBT_T_BAL_S_MSG List of BAL_S_MSG messages 20100825
# Exception Resumable Description Created on
1 CX_CNV_MBT_PROCESS_CONTROL Issues related to State Management 20100830

Method GET_PACKID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PACKID Value transfer Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110505

Method GET_PACKID on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_PHASE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PHASE_ID Value transfer Type reference (TYPE) CNV_MBT_PHASE Phase of the Migration Project 20110505

Method GET_PHASE_ID on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_PROGRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PERCENTAGE Value transfer Type reference (TYPE) NUMC3 Numc3, internal use 20100830

Method GET_PROGRESS on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_RECORD_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REC_CONV Call by reference Type reference (TYPE) CNV_MBT_RECCONV MBT PCL Converted Records 20100825
2 Exporting EV_REC_INS Call by reference Type reference (TYPE) CNV_MBT_RECINS MBT PCL: Inserted Records 20100825
3 Exporting EV_REC_READ Call by reference Type reference (TYPE) CNV_MBT_RECREAD MBT PCL: Read Records 20100825
4 Exporting EV_REC_RELEVANT Call by reference Type reference (TYPE) CNV_MBT_RECREL MBT PCL: Relevant Records 20100825
5 Exporting EV_REC_SELECT Call by reference Type reference (TYPE) CNV_MBT_RECSEL MBT PCL: Selected Records 20100825
6 Exporting EV_REC_SKIPPED Call by reference Type reference (TYPE) CNV_MBT_RECSKIP MBT PCL: Skipped Records 20100825
7 Exporting EV_REC_TRANS Call by reference Type reference (TYPE) CNV_MBT_RECTRANS MBT PCL: Transferred Records 20100825
8 Exporting EV_REC_UPD Call by reference Type reference (TYPE) CNV_MBT_RECUPD MBT PCL: Updated Records 20100825

Method GET_RECORD_INFORMATION on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_RESTART_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESTART_MODE Value transfer Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110512

Method GET_RESTART_MODE on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_RUNTIME_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DURATION Call by reference Type reference (TYPE) BTCRUNTIME Runtime of background job 20100825
2 Exporting EV_END_DATE Call by reference Type reference (TYPE) SYDATUM Date 20100825
3 Exporting EV_END_TIME Call by reference Type reference (TYPE) SYUZEIT Time 20100825
4 Exporting EV_END_TIMESTAMP Call by reference Type reference (TYPE) CNV_MBT_ENDTIME Time Stamp to Specify Completion of Specified Activity 20100825
5 Exporting EV_START_DATE Call by reference Type reference (TYPE) SYDATUM Date 20100825
6 Exporting EV_START_TIME Call by reference Type reference (TYPE) SYUZEIT Time 20100825
7 Exporting EV_START_TIMESTAMP Call by reference Type reference (TYPE) CNV_MBT_STARTTIME Time Stamp Start of Execution of a Specified Activity 20100825

Method GET_RUNTIME_INFORMATION on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_SESSION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SESSION_ID Value transfer Type reference (TYPE) CNV_MBT_SESSION_ID MBT PCL: Session ID 20100827

Method GET_SESSION_ID on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_STARTDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STARTDATE Value transfer Type reference (TYPE) SYDATUM Date and Time, Current (Application Server) Date 20100825

Method GET_STARTDATE on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_STARTTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STARTTIME Value transfer Type reference (TYPE) SYUZEIT Date 20100825

Method GET_STARTTIME on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_ABORTED Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20100825
2 Exporting EV_LOGICAL_STATE Call by reference Type reference (TYPE) CNV_MBT_STATE_LOG Logical Status of Execution of the Specified Activity 20100825
3 Exporting EV_TECHNICAL_STATE Call by reference Type reference (TYPE) CNV_MBT_STATE_TEC Technical Status of Execution of Specified Activity 20100825

Method GET_STATUS on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_STATUS_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ICONNAME Call by reference Type reference (TYPE) ICONNAME Name of an Icon 20101208
2 Exporting EV_SUBACTIVITY_ERROR Call by reference Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110714
3 Exporting EV_TOOLTIP Call by reference Type reference (TYPE) CNV_MBT_DESCRIPT Description Field 20101208

Method GET_STATUS_ICON on class CL_CNV_MBT_EXECUTION has no exception.

Method GET_SUBTASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_SUBTASKS Value transfer Type reference (TYPE) CNV_MBT_CL_SUBTASK_T Process Step Objects in correct sequence 20100908
2 Importing IV_FILTER Call by reference Type reference (TYPE) CHAR1 Filter 20101012

Method GET_SUBTASKS on class CL_CNV_MBT_EXECUTION has no exception.

Method HAS_SUBTASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUBTASK_EXISTS Value transfer Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20100825

Method HAS_SUBTASK on class CL_CNV_MBT_EXECUTION has no exception.

Method IS_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_INITIAL Value transfer Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20100825

Method IS_INITIAL on class CL_CNV_MBT_EXECUTION has no exception.

Method IS_LAST_EXECUTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_LAST_EXECUTION Value transfer Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20100825

Method IS_LAST_EXECUTION on class CL_CNV_MBT_EXECUTION has no exception.

Method IS_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_LOCKED Value transfer Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20100825

Method IS_LOCKED on class CL_CNV_MBT_EXECUTION has no exception.

Method LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALSORT Call by reference Type reference (TYPE) BALSORT Application log: Sort criterion/grouping 20110222
2 Importing BAL_MSG_STRUCT Call by reference Type reference (TYPE) BAL_S_MSG Application Log: Message Data 20110222
3 Importing CALLBACK Call by reference Type reference (TYPE) BALUEF Name of the callback class (impl. IF_CNV_MBT_ULV_CALLBACK) 20110222
4 Importing CALLBACK_ICON Call by reference Type reference (TYPE) ICON_D ICON_EXECUTE_OBJECT Callback displayed icon 20110222
5 Importing CALLBACK_PARAMS Call by reference Type reference (TYPE) CNV_MBT_T_ULV_CALLBACK_PARAM List of f. module parameters 20110222
6 Importing CALLBACK_TEXT Call by reference Type reference (TYPE) STRING Callback displayed text 20110222
7 Importing CLASS Call by reference Type reference (TYPE) SYMSGID Messages, message class 20110222
8 Importing CONTAINER Call by reference Type reference (TYPE) FLAG SPACE Is container message? 20110222
9 Importing CONTEXT_DATA Call by reference Type reference (TYPE) ANY Application Log: Context data 20110222
10 Importing CONTEXT_STRUCTURE Call by reference Type reference (TYPE) BALTABNAME Application Log: Context: DDIC structure name 20110222
11 Importing CUSTOM_PARAM Call by reference Type reference (TYPE) ANY Internal use 20110222
12 Importing LEVEL Call by reference Type reference (TYPE) BALLEVEL '1' Application Log: Level of detail 20110222
13 Importing MESSAGE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_MESSAGE ULV Logger Message 20110222
14 Importing NUMBER Call by reference Type reference (TYPE) SYMSGNO Messages, message number 20110222
15 Importing PARAM1 Call by reference Type reference (TYPE) ANY Message parameter 1 20110222
16 Importing PARAM2 Call by reference Type reference (TYPE) ANY Message parameter 2 20110222
17 Importing PARAM3 Call by reference Type reference (TYPE) ANY Message parameter 3 20110222
18 Importing PARAM4 Call by reference Type reference (TYPE) ANY Message parameter 4 20110222
19 Importing TYPE Call by reference Type reference (TYPE) CNV_MBT_ULV_MSG_TYPE CL_CNV_MBT_ULV_MESSAGE=>INFO Type 20110222

Method LOG on class CL_CNV_MBT_EXECUTION has no exception.

Method LOG_AND_ABORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALSORT Call by reference Type reference (TYPE) BALSORT Application log: Sort criterion/grouping 20110601
2 Importing BAL_MSG_STRUCT Call by reference Type reference (TYPE) BAL_S_MSG Application Log: Message Data 20110601
3 Importing CALLBACK Call by reference Type reference (TYPE) BALUEF Name of the callback class (impl. IF_CNV_MBT_ULV_CALLBACK) 20110601
4 Importing CALLBACK_ICON Call by reference Type reference (TYPE) ICON_D ICON_EXECUTE_OBJECT Callback displayed icon 20110601
5 Importing CALLBACK_PARAMS Call by reference Type reference (TYPE) CNV_MBT_T_ULV_CALLBACK_PARAM List of f. module parameters 20110601
6 Importing CALLBACK_TEXT Call by reference Type reference (TYPE) STRING Callback displayed text 20110601
7 Importing CLASS Call by reference Type reference (TYPE) SYMSGID Messages, message class 20110601
8 Importing CONTAINER Call by reference Type reference (TYPE) FLAG SPACE Is container message? 20110601
9 Importing CONTEXT_DATA Call by reference Type reference (TYPE) ANY Application Log: Context data 20110601
10 Importing CONTEXT_STRUCTURE Call by reference Type reference (TYPE) BALTABNAME Application Log: Context: DDIC structure name 20110601
11 Importing CUSTOM_PARAM Call by reference Type reference (TYPE) ANY Internal use 20110601
12 Importing IV_NO_DB_COMMIT Call by reference Type reference (TYPE) FLAG General Flag 20110601
13 Importing LEVEL Call by reference Type reference (TYPE) BALLEVEL '1' Application Log: Level of detail 20110601
14 Importing MESSAGE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_MESSAGE ULV Logger Message 20110601
15 Importing NUMBER Call by reference Type reference (TYPE) SYMSGNO Messages, message number 20110601
16 Importing PARAM1 Call by reference Type reference (TYPE) ANY Message parameter 1 20110601
17 Importing PARAM2 Call by reference Type reference (TYPE) ANY Message parameter 2 20110601
18 Importing PARAM3 Call by reference Type reference (TYPE) ANY Message parameter 3 20110601
19 Importing PARAM4 Call by reference Type reference (TYPE) ANY Message parameter 4 20110601
20 Importing TYPE Call by reference Type reference (TYPE) CNV_MBT_ULV_MSG_TYPE CL_CNV_MBT_ULV_MESSAGE=>ABORT Type 20110601

Method LOG_AND_ABORT on class CL_CNV_MBT_EXECUTION has no exception.

Method REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRIGGER_STATE_REFRESH Call by reference Type reference (TYPE) ABAP_BOOL 'X' 20100825
# Exception Resumable Description Created on
1 CX_CNV_MBT_PROCESS_DEFINITION Exceptions related to Process Definition 20100825

Method SET_INTERNAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXECUTION_DATA Call by reference Type reference (TYPE) CNVMBTSTATE Process Tree (IMG, Activity/T, State combined) 20100825
2 Importing IV_HAS_SUBTASK Call by reference Type reference (TYPE) ABAP_BOOL '-' 20100908

Method SET_INTERNAL_DATA on class CL_CNV_MBT_EXECUTION has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATUS Call by reference Type reference (TYPE) CNV_MBT_STATE_LOG Logical Status of Execution of the Specified Activity 20110225

Method SET_STATUS on class CL_CNV_MBT_EXECUTION has no exception.

Method START_SUBTASKS Signature

Method START_SUBTASKS on class CL_CNV_MBT_EXECUTION has no parameter.
Method START_SUBTASKS on class CL_CNV_MBT_EXECUTION has no exception.

Method WRITE_LOG_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SUPPRESS_EMPTY_CONTAINER_MSGS Call by reference Type reference (TYPE) FLAG 'X' General Flag 20110222
# Exception Resumable Description Created on
1 WRITE_FAILED Writing to DB failed 20110222
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_46C