SAP ABAP Class CL_RSCNV_MONITOR (Class for application monitor)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSCNV (Package) Package for Metadata Remodeling
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSCNV 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 N_S_MON Instance attribute Public Type reference (TYPE) RSCNVMON Structure to store the general data for Monitor 20130416
2 P_STEPNO Instance attribute Private Type reference (TYPE) RSMRT_STEPNO Serial Number of Conversion Step 20130416
3 P_TLEVEL 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 ABORT_REQUEST Static method Public Method Abort a running request. 20130416
2 ABORT_STEP Static method Public Method abort a running step 20130416
3 ADD_STEP Instance method Public Method Add a step for the request. 20130416
4 ADJUST_STEP_NO Instance method Public Method Adjust step no 20130807
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130416
6 CREATE Static method Public Method Get an object for a request. 20130416
7 DELETE_REQUEST Static method Public Method Delete the request along with all the steps for the request. 20130416
8 EXECUTE_COMMAND Static method Public Method Executes a command and updates the tables 20130416
9 GET_CURRENT_STEPNO Instance method Public Method Get the current stepno used in the request. 20130416
10 GET_CURRENT_TLEVEL Instance method Public Method Get the tree level currently used. 20130416
11 GET_EXTNUMBER Static method Public Method Returns an external number to be used for writing to logs 20130416
12 GET_MONITOR_DETAILS Static method Public Method Get the details from RSCNVMON 20130416
13 GET_MONITOR_STEPS Static method Public Method Get the steps from RSCNVMONSTEPS 20130416
14 GET_REQ_IMGID Static method Public Method Get the node img & expand image ids for a request status. 20130416
15 GET_REQ_MSGNO Static method Public Method Get the message no for a given request status. 20130416
16 GET_STEPNO Static method Public Method Get the stepno for a unique stepnm 20130416
17 GET_STEP_IMGID Static method Public Method Get the node img &exp_img ids for a step status. 20130416
18 GET_STEP_MSGNO Static method Public Method Get the msgno for a given step status. 20130416
19 PUT_MONITOR_DETAILS Static method Public Method Register a request 20130416
20 PUT_MONITOR_STEPS Static method Public Method Add steps to a request 20130416
21 RESET_REQUEST Static method Public Method Reset the Request status to 'S' i.e. Scheduled. 20130416
22 RESET_STEP Static method Public Method Reset the Step status to 'S' i.e. Scheduled. 20130416
23 RESTART_REQUEST Static method Public Method Restart request and run it again from where it failed. 20130416
24 TIME_LOC2UTC Static method Public Method Converts local(user) Date and Time to UTC Date and Time 20130730
25 TIME_SYS2UTC Static method Public Method Converts System Date and Time to UTC Date and Time 20130730
26 TIME_UTC2LOC Static method Public Method Converts UTC Date and Time to local(user) Date and Time 20130730
27 TIME_UTC2SYS Static method Public Method Converts UTC Date and Time to System Date and Time 20130730
28 UPDATE_LAST_RUN_DETAILS Instance method Public Method Updates last run time and user of a req which was restarted 20130416
29 UPDATE_REQUEST Instance method Public Method Update the status of Request. 20130416
30 UPDATE_STEP Instance method Public Method Update the status of Step in the request. 20130416
31 _APPL_TABL_CHANGE 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 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION Ausnahmeklasse für Nachmodellierung 20130416

Method ABORT_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
2 Importing I_STEPNO Call by reference Type reference (TYPE) RSMRT_STEPNO Seriennummer von Konvertierungsschritt 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION Ausnahmeklasse für Nachmodellierung 20130416

Method ADD_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISABLED Call by reference Type reference (TYPE) CHAR1 ' ' Einstelliges Kennzeichen 20130416
2 Importing I_EXP_IMGID Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20130416
3 Importing I_IMGID Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20130416
4 Importing I_IS_NEXTLVL Call by reference Type reference (TYPE) CHAR1 ' ' Einstelliges Kennzeichen 20130416
5 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichten, Nachrichtenklasse 20130416
6 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichten, Nachrichtennummer 20130416
7 Importing I_MSGV1 Call by reference Type reference (TYPE) SYMSGV Message-Variable 20130416
8 Importing I_MSGV2 Call by reference Type reference (TYPE) SYMSGV Message-Variable 20130416
9 Importing I_MSGV3 Call by reference Type reference (TYPE) SYMSGV Message-Variable 20130416
10 Importing I_MSGV4 Call by reference Type reference (TYPE) SYMSGV Message-Variable 20130416
11 Importing I_NODE_OFFSET Call by reference Type reference (TYPE) INT4 (+/-) Wertverschiebung in der aktuellen tEbene 20130416
12 Importing I_STATUS Call by reference Type reference (TYPE) RSMRT_STEPSTATUS ' ' Status von Konvertierungsschritt 20130416
13 Importing I_STEPNM Call by reference Type reference (TYPE) RSMRT_APPL_STEPNM Anwendungsschritt-Name für Monitor 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 20130416

Method ADJUST_STEP_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_STEPNO Call by reference Type reference (TYPE) RSMRT_STEPNO 20130807
2 Importing 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 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 20130416

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MONITOR Call by reference Object reference (TYPE REF TO) CL_RSCNV_MONITOR Klasse für Anwendungsmonitor 20130416
2 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 20130416

Method DELETE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 20130416

Method EXECUTE_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMMAND Value transfer Type reference (TYPE) STRING Command to execute 20130416
2 Importing I_REQNO Value transfer Type reference (TYPE) RSMRT_MONREQNO Request Unique ID Used in Monitoring 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 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 Exporting 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 Exporting 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 Exporting E_EXT_NUMBER Call by reference Type reference (TYPE) RSCNV_EXT_NUMBER Externe in Protokollen zu verwendende Nummer 20130416
2 Importing I_DESC Call by reference Type reference (TYPE) RSMRT_DESC Beschreibung: Zur generierten externen Nr. hinzuzufügen 20130416
3 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
4 Importing 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 Exporting E_S_DETAILS Call by reference Type reference (TYPE) RSCNVMON Tabelle zum Speichern der allgemeinen Daten für d. Monitor 20130416
2 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_CNVREQNO Request-Nummer für Konvertierung 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 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 Exporting E_T_STEPS Call by reference Type reference (TYPE) RSMRT_T_MONSTEPS Im Monitor anzuzeigende Anwendungsschritte 20130416
2 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_CNVREQNO Request-Nummer für Konvertierung 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 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 Exporting E_EXPIMGID Call by reference Type reference (TYPE) ICON_D Knoten expand image 20130416
2 Exporting E_IMGID Call by reference Type reference (TYPE) ICON_D Knoten image 20130416
3 Importing 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 Exporting E_MSGNO Call by reference Type reference (TYPE) SY-MSGNO Nachrichten, Nachrichtennummer 20130416
2 Importing 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 Exporting E_STEPNO Call by reference Type reference (TYPE) RSMRT_STEPNO Seriennummer von Konvertierungsschritt 20130416
2 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
3 Importing I_STEPNM Call by reference Type reference (TYPE) RSMRT_APPL_STEPNM Anwendungsschritt-Name für Monitor 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 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 Exporting E_EXPIMGID Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20130416
2 Exporting E_IMGID Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20130416
3 Importing 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 Exporting E_MSGNO Call by reference Type reference (TYPE) SY-MSGNO Nachrichten, Nachrichtennummer 20130416
2 Importing 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 Importing I_ABORTREQ_ENABLD Call by reference Type reference (TYPE) RS_BOOL 'X' Boolesch 20130416
2 Importing I_ABORTSTP_ENABLD Call by reference Type reference (TYPE) RS_BOOL 'X' Boolesch 20130416
3 Importing I_CLSNM Call by reference Type reference (TYPE) RSMRT_MON_CLSNM Klassenname für Implementierung des Monitor-Interfaces 20130416
4 Importing I_DELETE_ENABLD Call by reference Type reference (TYPE) RS_BOOL 'X' Boolesch 20130416
5 Importing I_EXP_IMGID Call by reference Type reference (TYPE) ICON_D Expand Image für Request-Knoten 20130416
6 Importing I_IMGID Call by reference Type reference (TYPE) ICON_D Bild für Request-Knoten 20130416
7 Importing I_JOB_COUNT Call by reference Type reference (TYPE) BTCJOBCNT Job ID 20130416
8 Importing I_JOB_NAME Call by reference Type reference (TYPE) BTCJOB Background job name 20130416
9 Importing I_LAST_RUNDATE Call by reference Type reference (TYPE) RSMRT_LASTRUNDT SY-DATUM Datum, an dem Konvertierungsrequest zuletzt ausgeführt wurde 20130416
10 Importing 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 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichten, Nachrichtenklasse 20130416
12 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichten, Nachrichtennummer 20130416
13 Importing I_MSGV1 Call by reference Type reference (TYPE) SYMSGV Message-Variable 20130416
14 Importing I_MSGV2 Call by reference Type reference (TYPE) SYMSGV Message-Variable 20130416
15 Importing I_MSGV3 Call by reference Type reference (TYPE) SYMSGV Message-Variable 20130416
16 Importing I_MSGV4 Call by reference Type reference (TYPE) SYMSGV Message-Variable 20130416
17 Importing I_OBJECT Call by reference Type reference (TYPE) BALOBJ_D 'RSCNV' Anwendungsprotokoll: Objektname (Applikationskürzel) 20130416
18 Importing I_REQNM Call by reference Type reference (TYPE) RSMRT_REQNM Name, der benutzt wird, um den Request zu bestimmen 20130416
19 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
20 Importing I_RESETREQ_ENABLD Call by reference Type reference (TYPE) RS_BOOL 'X' Boolesch 20130416
21 Importing I_RESETSTP_ENABLD Call by reference Type reference (TYPE) RS_BOOL 'X' Boolesch 20130416
22 Importing I_RESTART_ENABLD Call by reference Type reference (TYPE) RS_BOOL 'X' Boolesch 20130416
23 Importing I_RUNDATE Call by reference Type reference (TYPE) RSMRT_LASTRUNDT SY-DATUM Datum, an dem Konvertierungsrequest zuletzt ausgeführt wurde 20130416
24 Importing 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 Importing I_STATUS Call by reference Type reference (TYPE) RSMRT_REQSTATUS 'S' Status von Konvertierungsrequest 20130416
26 Importing I_SUBOBJECT Call by reference Type reference (TYPE) BALSUBOBJ 'RSCNV' Anwendungsprotokoll: Untergeordnetes Objekt 20130416
27 Importing I_TIMEZONE Call by reference Type reference (TYPE) C 'S' Time zone value. (S - System, L - Local, U - UTC) 20130416
28 Importing I_UNDO_ENABLD Call by reference Type reference (TYPE) RS_BOOL Boolean 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 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 Importing I_DISABLED Call by reference Type reference (TYPE) CHAR1 'X' Einstelliges Kennzeichen 20130416
2 Importing I_EXP_IMGID Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20130416
3 Importing I_IMGID Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20130416
4 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichten, Nachrichtenklasse 20130416
5 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichten, Nachrichtennummer 20130416
6 Importing I_MSGV1 Call by reference Type reference (TYPE) SYMSGV Message-Variable 20130416
7 Importing I_MSGV2 Call by reference Type reference (TYPE) SYMSGV Message-Variable 20130416
8 Importing I_MSGV3 Call by reference Type reference (TYPE) SYMSGV Message-Variable 20130416
9 Importing I_MSGV4 Call by reference Type reference (TYPE) SYMSGV Message-Variable 20130416
10 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
11 Importing I_STATUS Call by reference Type reference (TYPE) RSMRT_REQSTATUS Status von Konvertierungsrequest 20130416
12 Importing I_STEPNM Call by reference Type reference (TYPE) RSMRT_APPL_STEPNM Anwendungsschritt-Name für Monitor 20130416
13 Importing I_STEPNO Call by reference Type reference (TYPE) RSMRT_STEPNO Seriennummer von Konvertierungsschritt 20130416
14 Importing I_TLEVEL Call by reference Type reference (TYPE) INT1 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION Ausnahmeklasse für Nachmodellierung 20130416

Method RESET_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXP_IMGID Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20130416
2 Importing I_IMGID Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20130416
3 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 20130416

Method RESET_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
2 Importing I_STEPNO Call by reference Type reference (TYPE) RSMRT_STEPNO Seriennummer von Konvertierungsschritt 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 20130416

Method RESTART_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 20130416

Method TIME_LOC2UTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_UTCDATE Value transfer Type reference (TYPE) DATS Field of type DATS 20130730
2 Exporting E_UTCTIME Value transfer Type reference (TYPE) TIMS Field of type TIMS 20130730
3 Importing I_LOCDATE Value transfer Type reference (TYPE) DATS Field of type DATS 20130730
4 Importing 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 Exporting E_UTCDATE Value transfer Type reference (TYPE) DATS Field of type DATS 20130730
2 Exporting E_UTCTIME Value transfer Type reference (TYPE) TIMS Field of type TIMS 20130730
3 Importing I_SYSDATE Value transfer Type reference (TYPE) DATS Field of type DATS 20130730
4 Importing 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 Exporting E_LOCDATE Value transfer Type reference (TYPE) DATS Field of type DATS 20130730
2 Exporting E_LOCTIME Value transfer Type reference (TYPE) TIMS Field of type TIMS 20130730
3 Importing I_UTCDATE Value transfer Type reference (TYPE) DATS Field of type DATS 20130730
4 Importing 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 Exporting E_SYSDATE Value transfer Type reference (TYPE) DATS Field of type DATS 20130730
2 Exporting E_SYSTIME Value transfer Type reference (TYPE) TIMS Field of type TIMS 20130730
3 Importing I_UTCDATE Value transfer Type reference (TYPE) DATS Field of type DATS 20130730
4 Importing 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 Importing 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 CX_RSCNV_EXCEPTION Exception class for Remodeling 20130416

Method UPDATE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXP_IMGID Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20130416
2 Importing I_IMGID Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20130416
3 Importing I_JOB_COUNT Call by reference Type reference (TYPE) BTCJOBCNT Job ID 20130416
4 Importing I_JOB_NAME Call by reference Type reference (TYPE) BTCJOB Background job name 20130416
5 Importing I_STATUS Call by reference Type reference (TYPE) RSMRT_REQSTATUS Status von Konvertierungsrequest 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 20130416

Method UPDATE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXP_IMGID Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20130416
2 Importing I_IMGID Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20130416
3 Importing I_STATUS Call by reference Type reference (TYPE) RSMRT_STEPSTATUS Status von Konvertierungsschritt 20130416
4 Importing I_STEPNO Call by reference Type reference (TYPE) RSMRT_STEPNO Seriennummer von Konvertierungsschritt 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 20130416

Method _APPL_TABL_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METHODNM Call by reference Type reference (TYPE) RSMRT_METHODNM Methodenname im Interface if_rscnv_monitor 20130416
2 Importing I_REQNO Call by reference Type reference (TYPE) RSMRT_MONREQNO Im Monitoring benutzte Request-UID 20130416
3 Importing I_STEPNO Call by reference Type reference (TYPE) RSMRT_STEPNO Seriennummer von Konvertierungsschritt 20130416
# Exception Resumable Description Created on
1 CX_RSCNV_EXCEPTION 20130416
History
Last changed by/on SAP  20140121 
SAP Release Created in 740