SAP ABAP Class CL_CNV_MBT_CHECK_EXECUTION (Check Framework: Execution)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_MBT_CHECK (Package) Check Framework
⤷
⤷
Properties
| Class | CL_CNV_MBT_CHECK_EXECUTION | |
| Short Description | Check Framework: Execution | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_MBT_CHECK | Check Framework |
| Created | 20101215 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CNV_MBT_CHECK_EXECUTION has no interface implemented.
Friends
Class CL_CNV_MBT_CHECK_EXECUTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CNVMBTCHKLOGCHK | Check Framework: Log Check Executions | 20101215 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20101215 | |
| 2 | Instance method | Public | Method | Get the application log number to access protocol | 20101215 | |
| 3 | Instance method | Public | Method | Get the check class name | 20101215 | |
| 4 | Instance method | Public | Method | Get the client where the check has been executed | 20101215 | |
| 5 | Instance method | Public | Method | Get date of the confirmation | 20101217 | |
| 6 | Instance method | Public | Method | Get time of the confirmation | 20101217 | |
| 7 | Instance method | Public | Method | Get the user who has confirmed the execution | 20101217 | |
| 8 | Instance method | Public | Method | Get the end date of the execution | 20101215 | |
| 9 | Instance method | Public | Method | Get the end time of the execution | 20101215 | |
| 10 | Instance method | Public | Method | Get the GUID of this execution | 20101215 | |
| 11 | Instance method | Public | Method | Get the icon name to display the execution status | 20110318 | |
| 12 | Instance method | Public | Method | Get the system licence number | 20101215 | |
| 13 | Instance method | Public | Method | Get the "worst" message type of the execution protocol | 20101215 | |
| 14 | Instance method | Public | Method | Get the object key of this execution | 20101215 | |
| 15 | Instance method | Public | Method | Get the profile class name | 20101215 | |
| 16 | Instance method | Public | Method | Get the execution sequence number within the GUID | 20101215 | |
| 17 | Instance method | Public | Method | Get the start date of the execution | 20101215 | |
| 18 | Instance method | Public | Method | Get the start time of the execution | 20101215 | |
| 19 | Instance method | Public | Method | Get the technical status | 20101215 | |
| 20 | Instance method | Public | Method | Get the system ID where the check has been executed | 20101215 | |
| 21 | Instance method | Public | Method | Get the user name who executed the check | 20101215 | |
| 22 | Instance method | Public | Method | Has this execution been confirmed | 20101217 | |
| 23 | Instance method | Public | Method | Refresh the execution data from database | 20101217 |
Events
Class CL_CNV_MBT_CHECK_EXECUTION has no event.
Types
Class CL_CNV_MBT_CHECK_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 | IS_LOGCHK | Call by reference | Type reference (TYPE) | CNVMBTCHKLOGCHK | Check Framework: Log Check Executions | 20101215 |
Method CONSTRUCTOR on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_BALLOGNR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_BALLOGNR | Value transfer | Type reference (TYPE) | BALOGNR | Application log: log number | 20101215 |
Method GET_BALLOGNR on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_CHECK_CLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CHECK_CLS | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_CHECK_CLS | Check Framework: Check Class Name | 20101215 |
Method GET_CHECK_CLS on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_CLIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CLIENT | Value transfer | Type reference (TYPE) | CNVMBTCLIENT | Client field | 20101215 |
Method GET_CLIENT on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_CONF_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DATE | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_EXEC_CONFDATE | Check Framework: Execution Confirmation Date | 20101217 |
Method GET_CONF_DATE on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_CONF_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TIME | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_EXEC_CONFTIME | Check Framework: Execution Confirmation Time | 20101217 |
Method GET_CONF_TIME on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_CONF_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_USERNAME | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_EXEC_CONFUSER | Check Framework: Confirmation User | 20101217 |
Method GET_CONF_USER on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_END_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DATE | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_EXEC_ENDDATE | Check Framework: Execution End Date | 20101215 |
Method GET_END_DATE on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_END_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TIME | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_EXEC_ENDTIME | Check Framework: Execution End Time | 20101215 |
Method GET_END_TIME on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_EXEC_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_GUID | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_EXEC_GUID | Check Framework: Execution GUID | 20101215 |
Method GET_EXEC_GUID on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_ICONNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ICONNAME | Value transfer | Type reference (TYPE) | ICONNAME | Name of an Icon | 20110318 |
Method GET_ICONNAME on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_LICENSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LICENSE | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_LICENSE | Check Framework: License Number | 20101215 |
Method GET_LICENSE on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_MSGTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MSGTY | Value transfer | Type reference (TYPE) | SYMSGTY | Messages, message type | 20101215 |
Method GET_MSGTY on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_OBJECT_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_OBJECT_KEY | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_OBJKEY | Check Framework: Object Key | 20101215 |
Method GET_OBJECT_KEY on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_PROFILE_CLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PROFILE_CLS | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_PROFILE_CLS | Check Framework: Profile Class Name | 20101215 |
Method GET_PROFILE_CLS on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_SEQNUM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SEQNUM | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_EXEC_SEQNUM | Check Framework: Execution Sequence Number | 20101215 |
Method GET_SEQNUM on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_START_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DATE | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_EXEC_STARTDATE | Check Framework: Execution Start Date | 20101215 |
Method GET_START_DATE on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_START_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TIME | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_EXEC_STARTTIME | Check Framework: Execution Start Time | 20101215 |
Method GET_START_TIME on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATUS | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_STATUS | Check Framework: Technical Check Status | 20101215 |
Method GET_STATUS on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_SYSTEMID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SYSTEMID | Value transfer | Type reference (TYPE) | RFCSYSID | System ID | 20101215 |
Method GET_SYSTEMID on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method GET_USERNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_USERNAME | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_EXEC_USERNAME | User name | 20101215 |
Method GET_USERNAME on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method IS_CONFIRMED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CONFIRMED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Confirmed or not | 20101217 |
Method IS_CONFIRMED on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
Method REFRESH Signature
Method REFRESH on class CL_CNV_MBT_CHECK_EXECUTION has no parameter.
Method REFRESH on class CL_CNV_MBT_CHECK_EXECUTION has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_46C |