SAP ABAP Class CL_RSBM_LOG_DTP_DP (Log for DTP Data Packages)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSBM (Package) Data Transfer Process: Log and Monitor
Properties
Class CL_RSBM_LOG_DTP_DP  
Short Description Log for DTP Data Packages    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSBM   Data Transfer Process: Log and Monitor 
Created 20101222   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSBM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSBM_LOG_DTP_DP has no interface implemented.
Friends
Class CL_RSBM_LOG_DTP_DP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_LOGSYS Static Attribute Public Type reference (TYPE) RSSLOGSYS Source System 20110301
2 P_DATAPAKID Instance attribute Public Type reference (TYPE) RSDATAPID Data Package Number 20101222
3 P_DB_CONN Instance attribute Public Type reference (TYPE) DBCON_NAME Logical Name for a Database Connection 20101222
4 P_NODE_RESTART Instance attribute Private Type reference (TYPE) RSBCMDNODE Node in a DTP Script 20101228
5 P_NO_DB Instance attribute Public Type reference (TYPE) RS_BOOL Boolean 20101222
6 P_REQUID Instance attribute Public Type reference (TYPE) RSBKREQUID Data Transfer Process Request 20101222
7 P_RUNID Instance attribute Public Type reference (TYPE) RSBRUN Request Run Number 20101227
8 P_TH_LOGS Static Attribute Private Type reference (TYPE) TH_LOGS 20101222
9 P_TS Instance attribute Private Type reference (TYPE) RSTIMESTMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmss,mmmuuun) 20101223
10 P_T_HEADER Instance attribute Private See coding 20101222
11 P_T_MESS Instance attribute Private See coding 20101222
12 P_T_PAR Instance attribute Private See coding 20101222
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MSG Instance method Public Method 20101222
2 ADD_PAR Instance method Public Method 20101222
3 ADD_STEP Instance method Public Method 20101223
4 ADD_SUBSTEP Instance method Public Method 20101223
5 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20110301
6 CLOSE_LAST_SUBSTEP Instance method Public Method 20110207
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20101222
8 CREATE_DP Static method Public Method 20101222
9 DEQUEUE Instance method Private Method 20101222
10 ENQUEUE Instance method Private Method 20101222
11 FINISH_DP Instance method Public Method 20110207
12 FREE Instance method Public Method 20101222
13 FREE_SIMUREQ Static method Public Method 20110214
14 GET_DATA_ALL_FOR_UI Static method Public Method 20110121
15 GET_DATA_FOR_UI Instance method Private Method 20110121
16 GET_DP Static method Public Method 20101222
17 GET_LAST_STEP Instance method Public Method 20101222
18 GET_LAST_SUBSTEP Instance method Public Method 20101222
19 GET_LIST_OF_STEPS Instance method Public Method 20101222
20 GET_LIST_OF_SUBSTEPS Instance method Public Method 20101222
21 GET_MAXSTATE Instance method Public Method 20110114
22 GET_MAXSTATE_FOR_REQUID Static method Public Method 20110114
23 GET_MSG Instance method Public Method 20101222
24 GET_NODE_RESTART Instance method Public Method 20101228
25 GET_PAR Instance method Public Method 20101222
26 GET_STEP Instance method Public Method 20101223
27 GET_SUBSTEP Instance method Public Method 20101223
28 GET_T_STATDTP Instance method Public Method 20110301
29 INST_DP_FOR_UI Static method Public Method 20110121
30 PERSIST Instance method Public Method 20110218
31 PROCESS_END Instance method Public Method 20101228
32 READ_FROM_DB Instance method Private Method 20101222
33 SET_NODE_RESTART Instance method Public Method 20101228
34 SET_NO_DB Instance method Private Method 20110214
35 SET_RUNID Instance method Private Method 20110113
36 SET_RUNID_FOR_REQUID Static method Public Method 20110113
37 SET_STORAGE Instance method Private Method 20110113
38 SET_STORAGE_FOR_REQUID Static method Public Method 20110113
39 WRITE Instance method Private Method 20101222
Events
Class CL_RSBM_LOG_DTP_DP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TH_LOGS Private See coding 20101222 th_logs type hashed table of ts_logs with unique key requid datapakid
2 TS_LOGS Private See coding 20101222 begin of ts_logs, requid type rsbkrequid, datapakid type rsdatapid, ref type ref to cl_rsbm_log_dtp_dp, end of ts_logs
Method Signatures

Method ADD_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20101222
2 Importing I_SUBSTEP Call by reference Type reference (TYPE) RSBKSUBSTEPID ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) 20101222
3 Importing I_S_MSG Call by reference Type reference (TYPE) RSBM_S_MSG T100 mit num. Status und Zeitstempel 20101222

Method ADD_MSG on class CL_RSBM_LOG_DTP_DP has no exception.

Method ADD_PAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARNAME Call by reference Type reference (TYPE) BALPAR Anwendungs-Log: Parameter 20101222
2 Importing I_PARVALUE Call by reference Type reference (TYPE) BALPVAL Anwendungs-Log: Wert des Parameters 20101222
3 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20101222
4 Importing I_SUBSTEP Call by reference Type reference (TYPE) RSBKSUBSTEPID ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) 20101222

Method ADD_PAR on class CL_RSBM_LOG_DTP_DP has no exception.

Method ADD_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20101223
# Exception Resumable Description Created on
1 CX_RS_EXISTING 20101223
2 CX_RS_NOT_FOUND 20101223

Method ADD_SUBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20101223
2 Importing I_SUBSTEP Call by reference Type reference (TYPE) RSBKSUBSTEPID ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) 20101223
# Exception Resumable Description Created on
1 CX_RS_EXISTING Objekt existiert bereits (nicht als Vaterklasse benutzen !!) 20101223
2 CX_RS_NOT_FOUND Objekt nicht gefunden 20101223

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSBM_LOG_DTP_DP has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSBM_LOG_DTP_DP has no exception.

Method CLOSE_LAST_SUBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NO_DB Value transfer Type reference (TYPE) RS_BOOL Boolean 20110211

Method CLOSE_LAST_SUBSTEP on class CL_RSBM_LOG_DTP_DP has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATAPAKID Call by reference Type reference (TYPE) RSDATAPID Datenpaketnummer 20101222
2 Importing I_DB_CONN Call by reference Type reference (TYPE) DBCON_NAME RSBM_C_CONNECTION Logischer Name einer Datenbankverbindung 20101222
3 Importing I_NO_DB Call by reference Type reference (TYPE) RS_BOOL Boolean 20101222
4 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20101222
5 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20101227

Method CONSTRUCTOR on class CL_RSBM_LOG_DTP_DP has no exception.

Method CREATE_DP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATAPAKID Call by reference Type reference (TYPE) RSDATAPID Datenpaketnummer 20101222
2 Importing I_DB_CONN Call by reference Type reference (TYPE) DBCON_NAME RSBM_C_CONNECTION Logischer Name einer Datenbankverbindung 20101222
3 Importing I_NO_DB Call by reference Type reference (TYPE) RS_BOOL Boolean 20101222
4 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20101222
5 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20101222
6 Returning R_REF_DPLOG Value transfer Object reference (TYPE REF TO) CL_RSBM_LOG_DTP_DP Log für DTP Datenpakete 20101222
# Exception Resumable Description Created on
1 CX_RS_EXISTING Objekt existiert bereits (nicht als Vaterklasse benutzen !!) 20101222
2 CX_RS_FOREIGN_LOCK Objekt ist gesperrt (nicht als Vaterklasse benutzen !!) 20101222
3 CX_RS_PARA_NOT_EXIST 20101222

Method DEQUEUE Signature

Method DEQUEUE on class CL_RSBM_LOG_DTP_DP has no parameter.
Method DEQUEUE on class CL_RSBM_LOG_DTP_DP has no exception.

Method ENQUEUE Signature

Method ENQUEUE on class CL_RSBM_LOG_DTP_DP has no parameter.
# Exception Resumable Description Created on
1 CX_RS_FOREIGN_LOCK Objekt ist gesperrt (nicht als Vaterklasse benutzen !!) 20101222

Method FINISH_DP Signature

Method FINISH_DP on class CL_RSBM_LOG_DTP_DP has no parameter.
Method FINISH_DP on class CL_RSBM_LOG_DTP_DP has no exception.

Method FREE Signature

Method FREE on class CL_RSBM_LOG_DTP_DP has no parameter.
Method FREE on class CL_RSBM_LOG_DTP_DP has no exception.

Method FREE_SIMUREQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20110214

Method FREE_SIMUREQ on class CL_RSBM_LOG_DTP_DP has no exception.

Method GET_DATA_ALL_FOR_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_HEADER Call by reference Type reference (TYPE) RSBM_T_RSBMREQ_DTP Tabellentyp zur Tabelle rsbmreq_dtp 20110121
2 Exporting E_T_MESS Call by reference Type reference (TYPE) RSBM_T_RSBMONMESS_DTP Tabellentyp zur Tabelle rsbmonmess_dtp 20110121
3 Exporting E_T_PAR Call by reference Type reference (TYPE) RSBM_T_RSBMLOGPAR_DTP Tabellentyp zur Tabelle rsbmlogpar_dtp 20110121
4 Importing I_DATAPAKID Call by reference Type reference (TYPE) RSDATAPID Datenpaketnummer 20110221
5 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20110121
6 Importing I_REQ_STATE Call by reference Type reference (TYPE) RSBKTSTATE Technischer Verarbeitungsstatus eines DTP-Requests 20110121

Method GET_DATA_ALL_FOR_UI on class CL_RSBM_LOG_DTP_DP has no exception.

Method GET_DATA_FOR_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_HEADER Call by reference Type reference (TYPE) RSBM_T_RSBMREQ_DTP Tabellentyp zur Tabelle rsbmreq_dtp 20110121
2 Exporting E_T_MESS Call by reference Type reference (TYPE) RSBM_T_RSBMONMESS_DTP Tabellentyp zur Tabelle rsbmonmess_dtp 20110121
3 Exporting E_T_PAR Call by reference Type reference (TYPE) RSBM_T_RSBMLOGPAR_DTP Tabellentyp zur Tabelle rsbmlogpar_dtp 20110121
4 Importing I_REQ_STATE Call by reference Type reference (TYPE) RSBKTSTATE Technischer Verarbeitungsstatus eines DTP-Requests 20110121

Method GET_DATA_FOR_UI on class CL_RSBM_LOG_DTP_DP has no exception.

Method GET_DP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATAPAKID Call by reference Type reference (TYPE) RSDATAPID Datenpaketnummer 20101222
2 Importing I_DB_CONN Call by reference Type reference (TYPE) DBCON_NAME RSBM_C_CONNECTION Logischer Name einer Datenbankverbindung 20101222
3 Importing I_NO_DB Call by reference Type reference (TYPE) RS_BOOL Boolean 20101222
4 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20101222
5 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN '1' Nummer eines Requestlaufs 20101227
6 Returning R_REF_DPLOG Value transfer Object reference (TYPE REF TO) CL_RSBM_LOG_DTP_DP Log für DTP Datenpakete 20101222
# Exception Resumable Description Created on
1 CX_RS_FOREIGN_LOCK Objekt ist gesperrt (nicht als Vaterklasse benutzen !!) 20101222
2 CX_RS_NOT_FOUND Objekt nicht gefunden 20101222

Method GET_LAST_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20101222
2 Exporting E_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20101222
# Exception Resumable Description Created on
1 CX_RS_EXISTING Objekt existiert bereits (nicht als Vaterklasse benutzen !!) 20101222
2 CX_RS_NOT_FOUND Objekt nicht gefunden 20101222

Method GET_LAST_SUBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20101222
2 Exporting E_SUBSTEP Call by reference Type reference (TYPE) RSBKSUBSTEPID ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) 20101222
3 Importing I_ALSO_COMPLETED Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20110128
4 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20101222
# Exception Resumable Description Created on
1 CX_RS_EXISTING Objekt existiert bereits (nicht als Vaterklasse benutzen !!) 20101222
2 CX_RS_NOT_FOUND Objekt nicht gefunden 20101222

Method GET_LIST_OF_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20101223
2 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20101223
3 Returning R_T_STEPS Value transfer Type reference (TYPE) RSBM_T_RSBMREQ_DTP Tabellentyp zur Tabelle rsbmreq_dtp 20101222
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20101222

Method GET_LIST_OF_SUBSTEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20101223
2 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP 20101222
3 Importing I_SUBSTEP Call by reference Type reference (TYPE) RSBKSUBSTEPID ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) 20101223
4 Exporting R_T_STEPS Call by reference Type reference (TYPE) RSBM_T_RSBMREQ_DTP Tabellentyp zur Tabelle rsbmreq_dtp 20101223
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20101223

Method GET_MAXSTATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20110114
2 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20110114
3 Importing I_SUBSTEP Call by reference Type reference (TYPE) RSBKSUBSTEPID ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) 20110114
4 Returning R_MAXSTATE Value transfer Type reference (TYPE) RSBMSTATE Nachrichtentyp 20110114

Method GET_MAXSTATE on class CL_RSBM_LOG_DTP_DP has no exception.

Method GET_MAXSTATE_FOR_REQUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20110114
2 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20110114
3 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20110114
4 Importing I_SUBSTEP Call by reference Type reference (TYPE) RSBKSUBSTEPID ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) 20110114
5 Returning R_MAXSTATE Value transfer Type reference (TYPE) RSBMSTATE DTP-Log: Status eines Knotens 20110114

Method GET_MAXSTATE_FOR_REQUID on class CL_RSBM_LOG_DTP_DP has no exception.

Method GET_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MSG Call by reference Type reference (TYPE) RSBM_T_RSBMONMESS_DTP Tabellentyp zur Tabelle rsbmonmess_dtp 20101222
2 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20101222
3 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20101222
4 Importing I_SUBSTEP Call by reference Type reference (TYPE) RSBKSUBSTEPID ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) 20101222

Method GET_MSG on class CL_RSBM_LOG_DTP_DP has no exception.

Method GET_NODE_RESTART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NODE Value transfer Type reference (TYPE) RSBCMDNODE Knoten in einem DTP-Skript 20101228

Method GET_NODE_RESTART on class CL_RSBM_LOG_DTP_DP has no exception.

Method GET_PAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_PAR Call by reference Type reference (TYPE) RSBM_T_RSBMLOGPAR_DTP Tabellentyp zur Tabelle rsbmlogpar_dtp 20101222
2 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20101222
3 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20101222
4 Importing I_SUBSTEP Call by reference Type reference (TYPE) RSBKSUBSTEPID ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) 20101222

Method GET_PAR on class CL_RSBM_LOG_DTP_DP has no exception.

Method GET_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20101223
2 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20101223
3 Exporting R_T_STEPS Call by reference Type reference (TYPE) RSBM_T_RSBMREQ_DTP Tabellentyp zur Tabelle rsbmreq_dtp 20101223
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20101223

Method GET_SUBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20101223
2 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20101223
3 Importing I_SUBSTEP Call by reference Type reference (TYPE) RSBKSUBSTEPID ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) 20101223
4 Exporting R_T_STEPS Call by reference Type reference (TYPE) RSBM_T_RSBMREQ_DTP Tabellentyp zur Tabelle rsbmreq_dtp 20101223
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20101223

Method GET_T_STATDTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_STATDTP Value transfer Type reference (TYPE) RSSTA_T_STATDTP Tabelle mit Statistikdaten zum DTP 20110301

Method GET_T_STATDTP on class CL_RSBM_LOG_DTP_DP has no exception.

Method INST_DP_FOR_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_DPLOG Call by reference Object reference (TYPE REF TO) CL_RSBM_LOG_DTP_DP Log für DTP Datenpakete 20130102
2 Importing I_DATAPAKID Call by reference Type reference (TYPE) RSDATAPID Datenpaketnummer 20110121
3 Importing I_DB_CONN Call by reference Type reference (TYPE) DBCON_NAME RSBM_C_CONNECTION Logischer Name einer Datenbankverbindung 20110121
4 Importing I_NO_DB Call by reference Type reference (TYPE) RS_BOOL Boolean 20110121
5 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20110121
6 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN '1' Nummer eines Requestlaufs 20110121
7 Importing I_T_HEADER Call by reference Type reference (TYPE) RSBM_T_RSBMREQ_DTP Tabellentyp zur Tabelle rsbmreq_dtp 20110121
8 Importing I_T_MESS Call by reference Type reference (TYPE) RSBM_T_RSBMONMESS_DTP Tabellentyp zur Tabelle rsbmonmess_dtp 20110121
9 Importing I_T_PAR Call by reference Type reference (TYPE) RSBM_T_RSBMLOGPAR_DTP Tabellentyp zur Tabelle rsbmlogpar_dtp 20110121

Method INST_DP_FOR_UI on class CL_RSBM_LOG_DTP_DP has no exception.

Method PERSIST Signature

Method PERSIST on class CL_RSBM_LOG_DTP_DP has no parameter.
Method PERSIST on class CL_RSBM_LOG_DTP_DP has no exception.

Method PROCESS_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PROCESS_END Value transfer Type reference (TYPE) RS_BOOL Boolean 20101228

Method PROCESS_END on class CL_RSBM_LOG_DTP_DP has no exception.

Method READ_FROM_DB Signature

Method READ_FROM_DB on class CL_RSBM_LOG_DTP_DP has no parameter.
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND 20101222

Method SET_NODE_RESTART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) RSBCMDNODE Knoten in einem DTP-Skript 20101228

Method SET_NODE_RESTART on class CL_RSBM_LOG_DTP_DP has no exception.

Method SET_NO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO_DB Call by reference Type reference (TYPE) RS_BOOL Boolean 20110214

Method SET_NO_DB on class CL_RSBM_LOG_DTP_DP has no exception.

Method SET_RUNID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20110113

Method SET_RUNID on class CL_RSBM_LOG_DTP_DP has no exception.

Method SET_RUNID_FOR_REQUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20110113
2 Importing I_RUNID Call by reference Type reference (TYPE) RSBRUN Nummer eines Requestlaufs 20110113

Method SET_RUNID_FOR_REQUID on class CL_RSBM_LOG_DTP_DP has no exception.

Method SET_STORAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DB_CONN Call by reference Type reference (TYPE) DBCON_NAME Logischer Name einer Datenbankverbindung 20110113
2 Importing I_NO_DB Call by reference Type reference (TYPE) RS_BOOL Boolean 20110113

Method SET_STORAGE on class CL_RSBM_LOG_DTP_DP has no exception.

Method SET_STORAGE_FOR_REQUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DB_CONN Call by reference Type reference (TYPE) DBCON_NAME Logischer Name einer Datenbankverbindung 20110113
2 Importing I_NO_DB Call by reference Type reference (TYPE) RS_BOOL Boolean 20110113
3 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20110113

Method SET_STORAGE_FOR_REQUID on class CL_RSBM_LOG_DTP_DP has no exception.

Method WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAX_MSGTY Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20101222
2 Importing I_SET_TIME_TO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20110125
3 Importing I_STEP Call by reference Type reference (TYPE) RSBMSTEP Verarbeitungsschritt für DTP-Request (Log) 20101222
4 Importing I_SUBSTEP Call by reference Type reference (TYPE) RSBKSUBSTEPID ID eines Teilschrittes einer DTP-Extraktion (Sub-Level) 20101222
5 Importing I_TIMESTAMP_STATE Call by reference Type reference (TYPE) RSTIMESTMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmss,mmmuuun) 20101222

Method WRITE on class CL_RSBM_LOG_DTP_DP has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731