SAP ABAP Class CL_RSCRT_RDA_TOOLS (Reusable, Useful Code Fragment)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSCRT (Package) (Near)-Real-Time Data Transfer into BW
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSCRT_RDA_CONSTANTS RDA Constants 20130717
Properties
Class CL_RSCRT_RDA_TOOLS  
Short Description Reusable, Useful Code Fragment    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSCRT   (Near)-Real-Time Data Transfer into BW 
Created 20060626   SAP 
Last change 20140121   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 RSCRT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSSM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSCRT_RDA_CONSTANTS RDA Constants 20130717
Friends
Class CL_RSCRT_RDA_TOOLS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ACCESSMETHOD Instance attribute Private Attribute reference (LIKE) 20130717
2 C_ICON Instance attribute Private Attribute reference (LIKE) 20130717
3 C_PSEUDO_DEMON Instance attribute Private Attribute reference (LIKE) 20130717
4 C_STATE_PREFIX Instance attribute Private Attribute reference (LIKE) 20130717
5 C_STATUS Instance attribute Private Attribute reference (LIKE) 20130717
6 C_TYPE Instance attribute Private Attribute reference (LIKE) 20130717
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE_REQUEST_FOR_DS Static method Public Method Stoppt den Upload für eine bestimmte DataSource 20130118
2 CONTINUE_UPLOAD_FOR_DS Static method Public Method Continues Upload for DataSource 20061102
3 CONVERT_REQUEST_ID_TO_SID Static method Public Method Converts Request ID into Request SID 20060626
4 CONVERT_REQUEST_SID_TO_ID Static method Public Method Converts Request SID into Request ID 20060626
5 COUNT_ACTIVE_DAEMONS Static method Public Method Counts Active Daemons in System 20061026
6 COUNT_WPS_SYSTEMWIDE Static method Public Method Counts Work Processes in System 20061026
7 DELETE_FROM_RSADMIN Static method Public Method Deletes a Parameter from RSADMIN 20080423
8 DEQUEUE_DEMON Static method Public Method Unlocks RSCRT_RDA_DEMON 20061026
9 DEQUEUE_REQ Static method Public Method Unlocks RSCRT_RDA_REQ 20061018
10 ENQUEUE_DEMON_WAITING Static method Public Method Sets Exclusive Lock for RSCRT_RDA_DEMON 20061026
11 ENQUEUE_REQ_WAITING Static method Public Method Sets Exclusive Lock for RSCRT_RDA_REQ 20061018
12 GET_DATASOURCE_FROM_RSLDPIO Static method Public Method Reads DataSource for InfoPackage from Database 20060731
13 GET_JOBCLASS Static method Public Method Returns Job Class for Scheduling Background Job 20070730
14 GET_JOBNAME Static method Public Method Returns a Job Name for an RDA Daemon 20070402
15 GET_JOBUSER Static method Public Method Returns Execution User for Background Jobs 20071122
16 INSERT_INTO_RSADMIN Static method Public Method Inserts a Parameter in RSADMIN 20080423
17 MARK_AS_TO_BE_CLOSED Static method Public Method Sets rscrt_rda_req-to_be_closed and Waits Until Read 20061103
18 RAISE_FAILED_DEMON Static method Public Method Raises Exception of Type CX_RS_FAILED 20060907
19 RAISE_FAILED_DTP Static method Public Method Raises Exception of Type CX_RS_FAILED 20061023
20 RAISE_FAILED_INFOPACKAGE Static method Public Method Raises Exception of Type CX_RS_FAILED 20060907
21 RAISE_FAILED_REQUEST Static method Public Method Raises Exception of Type CX_RS_FAILED 20061207
22 RAISE_FAILED_WITH_SY_MSG Static method Public Method 20061020
23 RAISE_INCONSISTENT_INFOPACKAGE Static method Public Method Thrwos Exception of Type CX_RS_INCONSISTENT 20061228
24 RAISE_NOT_FOUND_DEMON Static method Public Method Raises Exception of Type CX_RS_NOT_FOUND 20060907
25 RAISE_NOT_FOUND_DTP Static method Public Method Raises Exception of Type CX_RS_NOT_FOUND 20061023
26 RAISE_NOT_FOUND_INFOPACKAGE Static method Public Method Raises Exception of Type CX_RS_NOT_FOUND 20061018
27 RAISE_NOT_FOUND_NDS Static method Public Method Raises Exception of Type CX_RS_NOT_FOUND 20061102
28 READ_DAEMON_FOR_DTP Static method Public Method Returns Assigned Daemon ('00' = Not Assigned) 20071109
29 READ_DAEMON_FOR_NDS Static method Public Method Returns Assigned Daemon ('00' = Not Assigned) 20071109
30 READ_DATASOURCE_FROM_RSLDPIO Static method Public Method Reads DataSource for InfoPackage from Database 20060707
31 READ_DTP_FROM_REQ Static method Public Method Reads Rows with DTP from RSCRT_RDA_REQ 20061102
32 READ_IF_CLOSING_FROM_REQ Static method Public Method Checks whether the daemon should be terminated 20070424
33 READ_IF_RDA_REQUEST Static method Public Method Checks whether it is an open real-time request 20060711
34 READ_IF_RDA_REQUEST_OPEN Static method Public Method Checks whether it is an open real-time request 20060824
35 READ_IF_RDA_REQUEST_OPEN_DTA Static method Public Method Checks whether it is an open real-time request 20090311
36 READ_IF_TO_BE_CLOSED Static method Public Method Reads (and Deletes) rscrt_rda_req-to_be_closed from DB 20060710
37 READ_INFOPACKAGE_FROM_RSLDPIO Static method Public Method Reads InfoPackage for DataSource from RSLFPIO 20061009
38 READ_NDS_FROM_REQ Static method Public Method Reads NDS Rows from RSCRT_RDA_REQ 20061102
39 READ_PARENT_REQUEST_SID Static method Public Method Reads SID of Source Request from RSSTATMANREQMAP 20070809
40 READ_RQDRECORD_FROM_RSMONIPTAB Static method Public Method Reads Records in Data Package of RSMONIPTAB 20070423
41 READ_STATUS_DMN Static method Public Method Reads the Status of Daemon Objects from RSCRT_RDA_REQ 20070413
42 READ_THRESHOLDS_FROM_RSLDPCRT Static method Public Method Reads Threshold Values for InfoPackage from Database 20060707
43 SET_JOBCLASS Static method Public Method Sets Job Class for Scheduling Background Jobs 20071126
44 SET_JOBUSER Static method Public Method Sets Execution User for Background Jobs 20071122
45 STOP_UPLOAD_FOR_DS Static method Public Method Stops Upload for Particular DataSource 20060905
Events
Class CL_RSCRT_RDA_TOOLS has no event.
Types
Class CL_RSCRT_RDA_TOOLS has no local type.
Method Signatures

Method CLOSE_REQUEST_FOR_DS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) RS_BOOL Boolean 20130118
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20130118
3 Importing I_DATASOURCE Call by reference Type reference (TYPE) RSOLTPSOURCER DataSource 20130118
4 Importing I_LOGSYS Call by reference Type reference (TYPE) RSSLOGSYS Quellsystem 20130118

Method CLOSE_REQUEST_FOR_DS on class CL_RSCRT_RDA_TOOLS has no exception.

Method CONTINUE_UPLOAD_FOR_DS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATASOURCE Call by reference Type reference (TYPE) RSOLTPSOURCER DataSource 20061102
2 Importing I_LOGSYS Call by reference Type reference (TYPE) RSSLOGSYS Quellsystem 20061102
3 Returning R_CONTINUED Value transfer Type reference (TYPE) RS_BOOL Boolean 20061102

Method CONTINUE_UPLOAD_FOR_DS on class CL_RSCRT_RDA_TOOLS has no exception.

Method CONVERT_REQUEST_ID_TO_SID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUEST_ID Call by reference Type reference (TYPE) RSREQUID Request-ID 20060626
2 Returning R_REQUEST_SID Value transfer Type reference (TYPE) RSBKREQUID Request-SID 20060626
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20060626

Method CONVERT_REQUEST_SID_TO_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUEST_SID Call by reference Type reference (TYPE) RSBKREQUID Request-SID 20060626
2 Returning R_REQUEST_ID Value transfer Type reference (TYPE) RSREQUID Request-ID 20060626
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20060626

Method COUNT_ACTIVE_DAEMONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DAEMON_COUNT Value transfer Type reference (TYPE) INT4 Anzahl der Dämonen 20061026
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20061026

Method COUNT_WPS_SYSTEMWIDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WP_COUNT Value transfer Type reference (TYPE) INT4 Anzahl der Dämonen 20061026
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20061026

Method DELETE_FROM_RSADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Call by reference Type reference (TYPE) RSADOBJ Objekt Administration Business Information Warehouse 20080423

Method DELETE_FROM_RSADMIN on class CL_RSCRT_RDA_TOOLS has no exception.

Method DEQUEUE_DEMON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEMON Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Dämon-ID 20061027

Method DEQUEUE_DEMON on class CL_RSCRT_RDA_TOOLS has no exception.

Method DEQUEUE_REQ Signature

Method DEQUEUE_REQ on class CL_RSCRT_RDA_TOOLS has no parameter.
Method DEQUEUE_REQ on class CL_RSCRT_RDA_TOOLS has no exception.

Method ENQUEUE_DEMON_WAITING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEMON Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Dämon-ID 20061027
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20061026

Method ENQUEUE_REQ_WAITING Signature

Method ENQUEUE_REQ_WAITING on class CL_RSCRT_RDA_TOOLS has no parameter.
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20061018

Method GET_DATASOURCE_FROM_RSLDPIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATASOURCE Call by reference Type reference (TYPE) RSOLTPSOURCER DataSource 20060731
2 Exporting E_NDS Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime Data Acquisition 20060731
3 Exporting E_PUSH Call by reference Type reference (TYPE) RS_BOOL Push-Package 20061024
4 Exporting E_SOURCESYSTEM Call by reference Type reference (TYPE) RSSLOGSYS Quellsystem 20060731
5 Importing I_S_LDPIO Call by reference Type reference (TYPE) RSLDPIO BIW: Log.Datenpakete: Nr. 20060731

Method GET_DATASOURCE_FROM_RSLDPIO on class CL_RSCRT_RDA_TOOLS has no exception.

Method GET_JOBCLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_JOBCLASS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070730

Method GET_JOBCLASS on class CL_RSCRT_RDA_TOOLS has no exception.

Method GET_JOBNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEMONID Call by reference Type reference (TYPE) RSCRT_DEMONID Dämon-ID 20070402
2 Importing I_WILDCARD Call by reference Type reference (TYPE) RS_BOOL Boolean 20070402
3 Returning R_JOBNAME Value transfer Type reference (TYPE) BTCJOB Name eines Hintergrundjobs 20070402

Method GET_JOBNAME on class CL_RSCRT_RDA_TOOLS has no exception.

Method GET_JOBUSER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REPLACE_VARIABLE Call by reference Type reference (TYPE) RS_BOOL 'X' Variablen Namen ersetzen? 20071126
2 Returning R_JOBUSER Value transfer Type reference (TYPE) XUBNAME Ausführungsbenutzer 20071122

Method GET_JOBUSER on class CL_RSCRT_RDA_TOOLS has no exception.

Method INSERT_INTO_RSADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Call by reference Type reference (TYPE) RSADOBJ Objekt Administration Business Information Warehouse 20080423
2 Importing I_VALUE Call by reference Type reference (TYPE) RSVALUE Wert 20080423

Method INSERT_INTO_RSADMIN on class CL_RSCRT_RDA_TOOLS has no exception.

Method MARK_AS_TO_BE_CLOSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPACKAGE_ID Call by reference Type reference (TYPE) RSLOGDPID Realtime InfoPackage-ID 20061103
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20061103

Method RAISE_FAILED_DEMON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Call by reference Type reference (TYPE) STRING Aktion 20060907
2 Importing I_DEMONID Call by reference Type reference (TYPE) RSCRT_DEMONID Dämon-ID 20060907
3 Importing I_R_PREVIOUS Call by reference Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20080425
4 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Tabellenname 20060907
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20060907

Method RAISE_FAILED_DTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Call by reference Type reference (TYPE) STRING Aktion 20061023
2 Importing I_DTPNM Call by reference Type reference (TYPE) RSBKDTPNM DTP ID 20061023
3 Importing I_R_PREVIOUS Call by reference Object reference (TYPE REF TO) CX_RS_STATIC_CHECK BW Basis Exception mit T100 Meldung (statisch geprüft) 20061023
4 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Tabellenname 20061023
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20061023

Method RAISE_FAILED_INFOPACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Call by reference Type reference (TYPE) STRING Aktion 20060907
2 Importing I_INFOPACKAGE_ID Call by reference Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20060907
3 Importing I_R_PREVIOUS Call by reference Object reference (TYPE REF TO) CX_ROOT BW Basis Exception mit T100 Meldung (statisch geprüft) 20061009
4 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Tabellenname 20060907
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20060907

Method RAISE_FAILED_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Call by reference Type reference (TYPE) STRING Aktion 20061207
2 Importing I_REQUEST_ID Call by reference Type reference (TYPE) RSREQUID Request-ID 20061207
3 Importing I_REQUEST_SID Call by reference Type reference (TYPE) RSBKREQUID Request-SID 20061207
4 Importing I_R_PREVIOUS Call by reference Object reference (TYPE REF TO) CX_RS_STATIC_CHECK BW Basis Exception mit T100 Meldung (statisch geprüft) 20061207
5 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Tabellenname 20061207
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20061207

Method RAISE_FAILED_WITH_SY_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Call by reference Type reference (TYPE) STRING Aktion 20061020
2 Importing I_KEY Call by reference Type reference (TYPE) STRING Objektname 20061020
3 Importing I_OBJECT Call by reference Type reference (TYPE) STRING Object 20061020
# Exception Resumable Description Created on
1 CX_RS_FAILED 20061020

Method RAISE_INCONSISTENT_INFOPACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPACKAGE_ID Call by reference Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20061228
2 Importing I_R_PREVIOUS Call by reference Object reference (TYPE REF TO) CX_RS_STATIC_CHECK BW Basis Exception mit T100 Meldung (statisch geprüft) 20061228
3 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Tabellenname 20061228
# Exception Resumable Description Created on
1 CX_RS_INCONSISTENT Operation gescheitert 20061228

Method RAISE_NOT_FOUND_DEMON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEMONID Call by reference Type reference (TYPE) RSCRT_DEMONID Dämon-ID 20060907
2 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Tabellenname 20060907
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Operation gescheitert 20060907

Method RAISE_NOT_FOUND_DTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTPNM Call by reference Type reference (TYPE) RSBKDTPNM Datentransferprozess ID 20061023
2 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Tabellenname 20061023
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Operation gescheitert 20061023

Method RAISE_NOT_FOUND_INFOPACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPACKAGE_ID Call by reference Type reference (TYPE) RSLOGDPID InfoPackage ID 20061018
2 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Tabellenname 20061018
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Operation gescheitert 20061018

Method RAISE_NOT_FOUND_NDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NDS Call by reference Type reference (TYPE) RSCRT_RDAOBJECT DataSource 20061102
2 Importing I_R_PREVIOUS Call by reference Object reference (TYPE REF TO) CX_RS_STATIC_CHECK BW Basis Exception mit T100 Meldung (statisch geprüft) 20080328
3 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Tabellenname 20061102
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Operation gescheitert 20061102

Method READ_DAEMON_FOR_DTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ASSIGNED Call by reference Type reference (TYPE) RS_BOOL wahr = 'X' falls Dämon > '00' zugeordnet 20071109
2 Exporting E_DEMONID Call by reference Type reference (TYPE) RSCRT_DEMONID Dämon-ID ('00' = nicht zugeordnet) 20071109
3 Exporting E_LOGDPID Call by reference Type reference (TYPE) RSLOGDPID RDA-InfoPackage (ID) 20071109
4 Importing I_DTPNM Call by reference Type reference (TYPE) RSBKDTPNM Datentransferprozess 20071109
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20071109

Method READ_DAEMON_FOR_NDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ASSIGNED Call by reference Type reference (TYPE) RS_BOOL wahr = 'X' falls Dämon > '00' zugeordnet 20071109
2 Exporting E_DEMONID Call by reference Type reference (TYPE) RSCRT_DEMONID Dämon-ID ('00' = nicht zugeordnet) 20071109
3 Exporting E_LOGDPID Call by reference Type reference (TYPE) RSLOGDPID RDA-InfoPackage (ID) 20071109
4 Importing I_DATASOURCE Call by reference Type reference (TYPE) RSOLTPSOURCER DataSource 20071109
5 Importing I_SOURCESYSTEM Call by reference Type reference (TYPE) RSSLOGSYS Quellsystem 20071109
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20071109

Method READ_DATASOURCE_FROM_RSLDPIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATASOURCE Call by reference Type reference (TYPE) RSOLTPSOURCER DataSource 20060707
2 Exporting E_NDS Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime Data Acquisition 20060707
3 Exporting E_PUSH Call by reference Type reference (TYPE) RS_BOOL Push-Package 20061024
4 Exporting E_SOURCESYSTEM Call by reference Type reference (TYPE) RSSLOGSYS Quellsystem 20060707
5 Importing I_INFOPACKAGE_ID Call by reference Type reference (TYPE) RSLOGDPID InfoPackage-ID 20060707
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20060707

Method READ_DTP_FROM_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTPNM Call by reference Type reference (TYPE) RSBKDTPNM DTP 20061102
2 Returning R_S_REQ Value transfer Type reference (TYPE) RSCRT_RDA_REQ Request-Status 20061102
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20061102

Method READ_IF_CLOSING_FROM_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEMONID Call by reference Type reference (TYPE) RSCRT_DEMONID Dämon-ID 20070424
2 Returning R_CLOSING Value transfer Type reference (TYPE) RS_BOOL Soll beendet werden? 20070424

Method READ_IF_CLOSING_FROM_REQ on class CL_RSCRT_RDA_TOOLS has no exception.

Method READ_IF_RDA_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUEST_ID Call by reference Type reference (TYPE) RSREQUID Request-ID (Datenpaket) 20060711
2 Returning R_IS_RDA_REQUEST Value transfer Type reference (TYPE) RS_BOOL Boolean 20060711

Method READ_IF_RDA_REQUEST on class CL_RSCRT_RDA_TOOLS has no exception.

Method READ_IF_RDA_REQUEST_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATASOURCE Call by reference Type reference (TYPE) RSOLTPSOURCER DataSource 20060824
2 Importing I_LOGSYS Call by reference Type reference (TYPE) RSSLOGSYS Quellsystem 20060824
3 Returning R_RDA_REQUEST_OPEN Value transfer Type reference (TYPE) RS_BOOL Boolean 20060824

Method READ_IF_RDA_REQUEST_OPEN on class CL_RSCRT_RDA_TOOLS has no exception.

Method READ_IF_RDA_REQUEST_OPEN_DTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTA Call by reference Type reference (TYPE) RSSTATMANDTA Datenziel 20090311
2 Importing I_DTA_TYPE Call by reference Type reference (TYPE) RSSTATMANDTA_TYPE Datenzieltyp 20090311
3 Returning R_RDA_REQUEST_OPEN Value transfer Type reference (TYPE) RS_BOOL Boolean 20090311

Method READ_IF_RDA_REQUEST_OPEN_DTA on class CL_RSCRT_RDA_TOOLS has no exception.

Method READ_IF_TO_BE_CLOSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPACKAGE_ID Call by reference Type reference (TYPE) RSLOGDPID Realtime InfoPackage-ID 20060710
2 Returning R_TO_BE_CLOSED Value transfer Type reference (TYPE) RS_BOOL Boolean 20060710
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20060710

Method READ_INFOPACKAGE_FROM_RSLDPIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INFOPACKAGE_ID Value transfer Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20061024
2 Exporting E_PUSH Call by reference Type reference (TYPE) RS_BOOL Push-Package 20061024
3 Importing I_DATASOURCE Call by reference Type reference (TYPE) RSOLTPSOURCER DataSource 20061009
4 Importing I_SOURCESYSTEM Call by reference Type reference (TYPE) RSSLOGSYS Quellsystem 20061009
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20061009

Method READ_NDS_FROM_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATASOURCE Call by reference Type reference (TYPE) RSOLTPSOURCER DataSource 20061102
2 Importing I_NDS Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime data Acquisition 20061102
3 Importing I_SOURCESYSTEM Call by reference Type reference (TYPE) RSSLOGSYS Quellsystem 20061102
4 Returning R_S_REQ Value transfer Type reference (TYPE) RSCRT_RDA_REQ Request-Status 20061102
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20061102

Method READ_PARENT_REQUEST_SID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTP_REQUEST_SID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20070809
2 Returning R_PSA_REQUEST_SID Value transfer Type reference (TYPE) RSBKREQUID Request des RDA-InfoPackages 20070809
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20070809

Method READ_RQDRECORD_FROM_RSMONIPTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATAPACKAGE_ID Call by reference Type reference (TYPE) RSDATAPID Datenpaketnummer 20070423
2 Importing I_REQUEST_ID Call by reference Type reference (TYPE) RSREQUID Request-ID (Datenpaket) 20070423
3 Importing I_REQUEST_SID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20070423
4 Returning R_RQDRECORD Value transfer Type reference (TYPE) RSRQDRECRD Anzahl der selektierten Datensätze pro Datenpaket 20070423

Method READ_RQDRECORD_FROM_RSMONIPTAB on class CL_RSCRT_RDA_TOOLS has no exception.

Method READ_STATUS_DMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEMON Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Dämon-Objekt 20070413
2 Returning R_TH_STATUS Value transfer Type reference (TYPE) RSCRT_RDA_TH_STATUS wie rscrt_rda_req 20070413
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20070413
2 CX_RS_NOT_FOUND Objekt nicht gefunden 20070413

Method READ_THRESHOLDS_FROM_RSLDPCRT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPACKAGE_ID Call by reference Type reference (TYPE) RSLOGDPID Realtime InfoPackage-ID 20060710
2 Returning R_S_THRESHOLDS Value transfer Type reference (TYPE) RSCRT_RDA_S_THRESHOLD Teilstruktur von DB-Tabelle rscrt_rda_demon 20060710
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20060710

Method SET_JOBCLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBCLASS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20071126

Method SET_JOBCLASS on class CL_RSCRT_RDA_TOOLS has no exception.

Method SET_JOBUSER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBUSER Value transfer Type reference (TYPE) XUBNAME Ausführungsbenutzer 20071122

Method SET_JOBUSER on class CL_RSCRT_RDA_TOOLS has no exception.

Method STOP_UPLOAD_FOR_DS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATASOURCE Call by reference Type reference (TYPE) RSOLTPSOURCER DataSource 20060905
2 Importing I_LOGSYS Call by reference Type reference (TYPE) RSSLOGSYS Quellsystem 20060905
3 Returning R_STOPPED Value transfer Type reference (TYPE) RS_BOOL Boolean 20060905

Method STOP_UPLOAD_FOR_DS on class CL_RSCRT_RDA_TOOLS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700