Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSCNV_MONITOR | Interface for Monitor UI - del/restart/reset functionality | 20130416 |
Properties
| Class | CL_RSCNV_MONITOR | |
| Short Description | Class for application monitor | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | RSCNV | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | RSCNV | Package for Metadata Remodeling |
| Created | 20130416 | SAP |
| Last change | 20140121 | SAP |
| 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSCNV_MONITOR | Interface for Monitor UI - del/restart/reset functionality | 20130416 |
Friends
Class CL_RSCNV_MONITOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | RSCNVMON | Structure to store the general data for Monitor | 20130416 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSMRT_STEPNO | Serial Number of Conversion Step | 20130416 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSMRT_TLEVEL | The level of the node in the monitor tree. | 20130416 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Abort a running request. | 20130416 | |
| 2 | Static method | Public | Method | abort a running step | 20130416 | |
| 3 | Instance method | Public | Method | Add a step for the request. | 20130416 | |
| 4 | Instance method | Public | Method | Adjust step no | 20130807 | |
| 5 | Instance method | Public | Constructor | CONSTRUCTOR | 20130416 | |
| 6 | Static method | Public | Method | Get an object for a request. | 20130416 | |
| 7 | Static method | Public | Method | Delete the request along with all the steps for the request. | 20130416 | |
| 8 | Static method | Public | Method | Executes a command and updates the tables | 20130416 | |
| 9 | Instance method | Public | Method | Get the current stepno used in the request. | 20130416 | |
| 10 | Instance method | Public | Method | Get the tree level currently used. | 20130416 | |
| 11 | Static method | Public | Method | Returns an external number to be used for writing to logs | 20130416 | |
| 12 | Static method | Public | Method | Get the details from RSCNVMON | 20130416 | |
| 13 | Static method | Public | Method | Get the steps from RSCNVMONSTEPS | 20130416 | |
| 14 | Static method | Public | Method | Get the node img & expand image ids for a request status. | 20130416 | |
| 15 | Static method | Public | Method | Get the message no for a given request status. | 20130416 | |
| 16 | Static method | Public | Method | Get the stepno for a unique stepnm | 20130416 | |
| 17 | Static method | Public | Method | Get the node img &exp_img ids for a step status. | 20130416 | |
| 18 | Static method | Public | Method | Get the msgno for a given step status. | 20130416 | |
| 19 | Static method | Public | Method | Register a request | 20130416 | |
| 20 | Static method | Public | Method | Add steps to a request | 20130416 | |
| 21 | Static method | Public | Method | Reset the Request status to 'S' i.e. Scheduled. | 20130416 | |
| 22 | Static method | Public | Method | Reset the Step status to 'S' i.e. Scheduled. | 20130416 | |
| 23 | Static method | Public | Method | Restart request and run it again from where it failed. | 20130416 | |
| 24 | Static method | Public | Method | Converts local(user) Date and Time to UTC Date and Time | 20130730 | |
| 25 | Static method | Public | Method | Converts System Date and Time to UTC Date and Time | 20130730 | |
| 26 | Static method | Public | Method | Converts UTC Date and Time to local(user) Date and Time | 20130730 | |
| 27 | Static method | Public | Method | Converts UTC Date and Time to System Date and Time | 20130730 | |
| 28 | Instance method | Public | Method | Updates last run time and user of a req which was restarted | 20130416 | |
| 29 | Instance method | Public | Method | Update the status of Request. | 20130416 | |
| 30 | Instance method | Public | Method | Update the status of Step in the request. | 20130416 | |
| 31 | Static method | Private | Method | Apply changes to application's respective tables. | 20130416 |
Events
Class CL_RSCNV_MONITOR has no event.
Types
Class CL_RSCNV_MONITOR has no local type.
Method Signatures
Method ABORT_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Nachmodellierung | 20130416 |
Method ABORT_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 | |||
| 2 | I_STEPNO | Call by reference | Type reference (TYPE) | RSMRT_STEPNO | Seriennummer von Konvertierungsschritt | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Nachmodellierung | 20130416 |
Method ADD_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DISABLED | Call by reference | Type reference (TYPE) | CHAR1 | ' ' | Einstelliges Kennzeichen | 20130416 | ||
| 2 | I_EXP_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20130416 | |||
| 3 | I_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20130416 | |||
| 4 | I_IS_NEXTLVL | Call by reference | Type reference (TYPE) | CHAR1 | ' ' | Einstelliges Kennzeichen | 20130416 | ||
| 5 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichten, Nachrichtenklasse | 20130416 | |||
| 6 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichten, Nachrichtennummer | 20130416 | |||
| 7 | I_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Message-Variable | 20130416 | |||
| 8 | I_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Message-Variable | 20130416 | |||
| 9 | I_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Message-Variable | 20130416 | |||
| 10 | I_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Message-Variable | 20130416 | |||
| 11 | I_NODE_OFFSET | Call by reference | Type reference (TYPE) | INT4 | (+/-) Wertverschiebung in der aktuellen tEbene | 20130416 | |||
| 12 | I_STATUS | Call by reference | Type reference (TYPE) | RSMRT_STEPSTATUS | ' ' | Status von Konvertierungsschritt | 20130416 | ||
| 13 | I_STEPNM | Call by reference | Type reference (TYPE) | RSMRT_APPL_STEPNM | Anwendungsschritt-Name für Monitor | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130416 |
Method ADJUST_STEP_NO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NEW_STEPNO | Call by reference | Type reference (TYPE) | RSMRT_STEPNO | 20130807 | ||||
| 2 | I_STEPNO | Call by reference | Type reference (TYPE) | RSMRT_STEPNO | 20130807 |
Method ADJUST_STEP_NO on class CL_RSCNV_MONITOR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130416 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_MONITOR | Call by reference | Object reference (TYPE REF TO) | CL_RSCNV_MONITOR | Klasse für Anwendungsmonitor | 20130416 | |||
| 2 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130416 |
Method DELETE_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130416 |
Method EXECUTE_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMMAND | Value transfer | Type reference (TYPE) | STRING | Command to execute | 20130416 | |||
| 2 | I_REQNO | Value transfer | Type reference (TYPE) | RSMRT_MONREQNO | Request Unique ID Used in Monitoring | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for Remodeling | 20130416 |
Method GET_CURRENT_STEPNO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STEPNO | Call by reference | Type reference (TYPE) | RSMRT_STEPNO | Seriennummer von Konvertierungsschritt | 20130416 |
Method GET_CURRENT_STEPNO on class CL_RSCNV_MONITOR has no exception.
Method GET_CURRENT_TLEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TLEVEL | Call by reference | Type reference (TYPE) | INT1 | Dummy für B20 int1 (Lokal überall) | 20130416 |
Method GET_CURRENT_TLEVEL on class CL_RSCNV_MONITOR has no exception.
Method GET_EXTNUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_EXT_NUMBER | Call by reference | Type reference (TYPE) | RSCNV_EXT_NUMBER | Externe in Protokollen zu verwendende Nummer | 20130416 | |||
| 2 | I_DESC | Call by reference | Type reference (TYPE) | RSMRT_DESC | Beschreibung: Zur generierten externen Nr. hinzuzufügen | 20130416 | |||
| 3 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 | |||
| 4 | I_STEPNO | Call by reference | Type reference (TYPE) | RSMRT_STEPNO | Seriennummer von Konvertierungsschritt | 20130416 |
Method GET_EXTNUMBER on class CL_RSCNV_MONITOR has no exception.
Method GET_MONITOR_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_DETAILS | Call by reference | Type reference (TYPE) | RSCNVMON | Tabelle zum Speichern der allgemeinen Daten für d. Monitor | 20130416 | |||
| 2 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_CNVREQNO | Request-Nummer für Konvertierung | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Nachmodellierung | 20130416 |
Method GET_MONITOR_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_STEPS | Call by reference | Type reference (TYPE) | RSMRT_T_MONSTEPS | Im Monitor anzuzeigende Anwendungsschritte | 20130416 | |||
| 2 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_CNVREQNO | Request-Nummer für Konvertierung | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Nachmodellierung | 20130416 |
Method GET_REQ_IMGID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_EXPIMGID | Call by reference | Type reference (TYPE) | ICON_D | Knoten expand image | 20130416 | |||
| 2 | E_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Knoten image | 20130416 | |||
| 3 | I_STATUS | Call by reference | Type reference (TYPE) | RSMRT_REQSTATUS | Status von Konvertierungsrequest | 20130416 |
Method GET_REQ_IMGID on class CL_RSCNV_MONITOR has no exception.
Method GET_REQ_MSGNO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | Nachrichten, Nachrichtennummer | 20130416 | |||
| 2 | I_STATUS | Call by reference | Type reference (TYPE) | RSMRT_STEPSTATUS | Status von Konvertierungsschritt | 20130416 |
Method GET_REQ_MSGNO on class CL_RSCNV_MONITOR has no exception.
Method GET_STEPNO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STEPNO | Call by reference | Type reference (TYPE) | RSMRT_STEPNO | Seriennummer von Konvertierungsschritt | 20130416 | |||
| 2 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 | |||
| 3 | I_STEPNM | Call by reference | Type reference (TYPE) | RSMRT_APPL_STEPNM | Anwendungsschritt-Name für Monitor | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Nachmodellierung | 20130416 |
Method GET_STEP_IMGID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_EXPIMGID | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20130416 | |||
| 2 | E_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20130416 | |||
| 3 | I_STATUS | Call by reference | Type reference (TYPE) | RSMRT_STEPSTATUS | Status von Konvertierungsschritt | 20130416 |
Method GET_STEP_IMGID on class CL_RSCNV_MONITOR has no exception.
Method GET_STEP_MSGNO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | Nachrichten, Nachrichtennummer | 20130416 | |||
| 2 | I_STATUS | Call by reference | Type reference (TYPE) | RSMRT_STEPSTATUS | Status von Konvertierungsschritt | 20130416 |
Method GET_STEP_MSGNO on class CL_RSCNV_MONITOR has no exception.
Method PUT_MONITOR_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ABORTREQ_ENABLD | Call by reference | Type reference (TYPE) | RS_BOOL | 'X' | Boolesch | 20130416 | ||
| 2 | I_ABORTSTP_ENABLD | Call by reference | Type reference (TYPE) | RS_BOOL | 'X' | Boolesch | 20130416 | ||
| 3 | I_CLSNM | Call by reference | Type reference (TYPE) | RSMRT_MON_CLSNM | Klassenname für Implementierung des Monitor-Interfaces | 20130416 | |||
| 4 | I_DELETE_ENABLD | Call by reference | Type reference (TYPE) | RS_BOOL | 'X' | Boolesch | 20130416 | ||
| 5 | I_EXP_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Expand Image für Request-Knoten | 20130416 | |||
| 6 | I_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Bild für Request-Knoten | 20130416 | |||
| 7 | I_JOB_COUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | Job ID | 20130416 | |||
| 8 | I_JOB_NAME | Call by reference | Type reference (TYPE) | BTCJOB | Background job name | 20130416 | |||
| 9 | I_LAST_RUNDATE | Call by reference | Type reference (TYPE) | RSMRT_LASTRUNDT | SY-DATUM | Datum, an dem Konvertierungsrequest zuletzt ausgeführt wurde | 20130416 | ||
| 10 | I_LAST_RUNTIME | Call by reference | Type reference (TYPE) | RSMRT_LASTRUNTM | SY-UZEIT | Zeit, zu der die letzte Konvrt. für d. Req. ausgeführt wurde | 20130416 | ||
| 11 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichten, Nachrichtenklasse | 20130416 | |||
| 12 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichten, Nachrichtennummer | 20130416 | |||
| 13 | I_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Message-Variable | 20130416 | |||
| 14 | I_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Message-Variable | 20130416 | |||
| 15 | I_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Message-Variable | 20130416 | |||
| 16 | I_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Message-Variable | 20130416 | |||
| 17 | I_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ_D | 'RSCNV' | Anwendungsprotokoll: Objektname (Applikationskürzel) | 20130416 | ||
| 18 | I_REQNM | Call by reference | Type reference (TYPE) | RSMRT_REQNM | Name, der benutzt wird, um den Request zu bestimmen | 20130416 | |||
| 19 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 | |||
| 20 | I_RESETREQ_ENABLD | Call by reference | Type reference (TYPE) | RS_BOOL | 'X' | Boolesch | 20130416 | ||
| 21 | I_RESETSTP_ENABLD | Call by reference | Type reference (TYPE) | RS_BOOL | 'X' | Boolesch | 20130416 | ||
| 22 | I_RESTART_ENABLD | Call by reference | Type reference (TYPE) | RS_BOOL | 'X' | Boolesch | 20130416 | ||
| 23 | I_RUNDATE | Call by reference | Type reference (TYPE) | RSMRT_LASTRUNDT | SY-DATUM | Datum, an dem Konvertierungsrequest zuletzt ausgeführt wurde | 20130416 | ||
| 24 | I_RUNTIME | Call by reference | Type reference (TYPE) | RSMRT_LASTRUNTM | SY-UZEIT | Zeit, zu der die letzte Konvrt. für d. Req. ausgeführt wurde | 20130416 | ||
| 25 | I_STATUS | Call by reference | Type reference (TYPE) | RSMRT_REQSTATUS | 'S' | Status von Konvertierungsrequest | 20130416 | ||
| 26 | I_SUBOBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | 'RSCNV' | Anwendungsprotokoll: Untergeordnetes Objekt | 20130416 | ||
| 27 | I_TIMEZONE | Call by reference | Type reference (TYPE) | C | 'S' | Time zone value. (S - System, L - Local, U - UTC) | 20130416 | ||
| 28 | I_UNDO_ENABLD | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Nachmodellierung | 20130416 |
Method PUT_MONITOR_STEPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DISABLED | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | Einstelliges Kennzeichen | 20130416 | ||
| 2 | I_EXP_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20130416 | |||
| 3 | I_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20130416 | |||
| 4 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichten, Nachrichtenklasse | 20130416 | |||
| 5 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichten, Nachrichtennummer | 20130416 | |||
| 6 | I_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Message-Variable | 20130416 | |||
| 7 | I_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Message-Variable | 20130416 | |||
| 8 | I_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Message-Variable | 20130416 | |||
| 9 | I_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Message-Variable | 20130416 | |||
| 10 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 | |||
| 11 | I_STATUS | Call by reference | Type reference (TYPE) | RSMRT_REQSTATUS | Status von Konvertierungsrequest | 20130416 | |||
| 12 | I_STEPNM | Call by reference | Type reference (TYPE) | RSMRT_APPL_STEPNM | Anwendungsschritt-Name für Monitor | 20130416 | |||
| 13 | I_STEPNO | Call by reference | Type reference (TYPE) | RSMRT_STEPNO | Seriennummer von Konvertierungsschritt | 20130416 | |||
| 14 | I_TLEVEL | Call by reference | Type reference (TYPE) | INT1 | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Nachmodellierung | 20130416 |
Method RESET_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXP_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20130416 | |||
| 2 | I_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20130416 | |||
| 3 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130416 |
Method RESET_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 | |||
| 2 | I_STEPNO | Call by reference | Type reference (TYPE) | RSMRT_STEPNO | Seriennummer von Konvertierungsschritt | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130416 |
Method RESTART_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130416 |
Method TIME_LOC2UTC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UTCDATE | Value transfer | Type reference (TYPE) | DATS | Field of type DATS | 20130730 | |||
| 2 | E_UTCTIME | Value transfer | Type reference (TYPE) | TIMS | Field of type TIMS | 20130730 | |||
| 3 | I_LOCDATE | Value transfer | Type reference (TYPE) | DATS | Field of type DATS | 20130730 | |||
| 4 | I_LOCTIME | Value transfer | Type reference (TYPE) | TIMS | Field of type TIMS | 20130730 |
Method TIME_LOC2UTC on class CL_RSCNV_MONITOR has no exception.
Method TIME_SYS2UTC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UTCDATE | Value transfer | Type reference (TYPE) | DATS | Field of type DATS | 20130730 | |||
| 2 | E_UTCTIME | Value transfer | Type reference (TYPE) | TIMS | Field of type TIMS | 20130730 | |||
| 3 | I_SYSDATE | Value transfer | Type reference (TYPE) | DATS | Field of type DATS | 20130730 | |||
| 4 | I_SYSTIME | Value transfer | Type reference (TYPE) | TIMS | Field of type TIMS | 20130730 |
Method TIME_SYS2UTC on class CL_RSCNV_MONITOR has no exception.
Method TIME_UTC2LOC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_LOCDATE | Value transfer | Type reference (TYPE) | DATS | Field of type DATS | 20130730 | |||
| 2 | E_LOCTIME | Value transfer | Type reference (TYPE) | TIMS | Field of type TIMS | 20130730 | |||
| 3 | I_UTCDATE | Value transfer | Type reference (TYPE) | DATS | Field of type DATS | 20130730 | |||
| 4 | I_UTCTIME | Value transfer | Type reference (TYPE) | TIMS | Field of type TIMS | 20130730 |
Method TIME_UTC2LOC on class CL_RSCNV_MONITOR has no exception.
Method TIME_UTC2SYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SYSDATE | Value transfer | Type reference (TYPE) | DATS | Field of type DATS | 20130730 | |||
| 2 | E_SYSTIME | Value transfer | Type reference (TYPE) | TIMS | Field of type TIMS | 20130730 | |||
| 3 | I_UTCDATE | Value transfer | Type reference (TYPE) | DATS | Field of type DATS | 20130730 | |||
| 4 | I_UTCTIME | Value transfer | Type reference (TYPE) | TIMS | Field of type TIMS | 20130730 |
Method TIME_UTC2SYS on class CL_RSCNV_MONITOR has no exception.
Method UPDATE_LAST_RUN_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_JOBSTART | Call by reference | Type reference (TYPE) | TBTCSTRT | Start data description / Repetition period of background job | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for Remodeling | 20130416 |
Method UPDATE_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXP_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20130416 | |||
| 2 | I_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20130416 | |||
| 3 | I_JOB_COUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | Job ID | 20130416 | |||
| 4 | I_JOB_NAME | Call by reference | Type reference (TYPE) | BTCJOB | Background job name | 20130416 | |||
| 5 | I_STATUS | Call by reference | Type reference (TYPE) | RSMRT_REQSTATUS | Status von Konvertierungsrequest | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130416 |
Method UPDATE_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXP_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20130416 | |||
| 2 | I_IMGID | Call by reference | Type reference (TYPE) | ICON_D | Ikone in Textfeldern (Ersatzdarstellung, Alias) | 20130416 | |||
| 3 | I_STATUS | Call by reference | Type reference (TYPE) | RSMRT_STEPSTATUS | Status von Konvertierungsschritt | 20130416 | |||
| 4 | I_STEPNO | Call by reference | Type reference (TYPE) | RSMRT_STEPNO | Seriennummer von Konvertierungsschritt | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130416 |
Method _APPL_TABL_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_METHODNM | Call by reference | Type reference (TYPE) | RSMRT_METHODNM | Methodenname im Interface if_rscnv_monitor | 20130416 | |||
| 2 | I_REQNO | Call by reference | Type reference (TYPE) | RSMRT_MONREQNO | Im Monitoring benutzte Request-UID | 20130416 | |||
| 3 | I_STEPNO | Call by reference | Type reference (TYPE) | RSMRT_STEPNO | Seriennummer von Konvertierungsschritt | 20130416 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130416 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |