SAP ABAP Class CL_RSCRT_DEMON_LOGDPID_PSA (Process the PSA for an InfoPackage with CRT)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSCRT (Package) (Near)-Real-Time Data Transfer into BW
Properties
Class CL_RSCRT_DEMON_LOGDPID_PSA  
Short Description Process the PSA for an InfoPackage with CRT    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSCRT    
Program status P  SAP Standard Production Program 
Category 0   
Package RSCRT   (Near)-Real-Time Data Transfer into BW 
Created 20021212   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSCRT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSS2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSSM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSCRT_DEMON_LOGDPID_PSA has no interface implemented.
Friends
Class CL_RSCRT_DEMON_LOGDPID_PSA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_DEMONID Instance attribute Private Type reference (TYPE) RSCRT_DEMONID Daemon ID for (Near)-Real-Time Data Transfer into BW 20021212
2 P_LOGDPID Instance attribute Private Type reference (TYPE) RSLOGDPID Logical InfoPackage variant (ID) 20021212
3 P_PSA Instance attribute Private Type reference (TYPE) RSDDATATARGET Data target for transaction data (InfoCube, ODS object, ...) 20021212
4 P_RNR Instance attribute Private Type reference (TYPE) RSREQUID Request ID (Data Packet) 20021212
5 P_S_DB_CTRL Instance attribute Private Type reference (TYPE) RSCRT_CTRL Control Information for Active (Near)-Real-Time InfoPackages 20021212
6 P_S_IP_CTRL Instance attribute Private Type reference (TYPE) RSCRT_S_IP_CTRL Internal Control Structure for Daemon 20021212
7 P_T_PSA Static Attribute Private Type reference (TYPE) RSCRT_T_PSA DTA Processing for CRT 20021212
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20021212
2 CREATE Static method Public Method Generates an instance for the PSA for a LOGDPID 20021212
3 EXECUTE Instance method Public Method Update PSA 20021212
4 FREE Instance method Public Method Release the Instance 20021213
5 GET_DATA Instance method Public Method Returns Data from the PSA (With Buffer) 20021216
Events
Class CL_RSCRT_DEMON_LOGDPID_PSA has no event.
Types
Class CL_RSCRT_DEMON_LOGDPID_PSA has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEMONID Value transfer Type reference (TYPE) RSCRT_DEMONID Demon-ID für den (Nahe-)Echtzeitdatentransfer in das BW 20021212
2 Importing I_LOGDPID Value transfer Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20021212
3 Importing I_PSA Value transfer Type reference (TYPE) RSDDATATARGET Datenziel für Bewegungsdaten (InfoCube, ODS Objekt, ...) 20021212
4 Importing I_RNR Value transfer Type reference (TYPE) RSREQUID Request-ID (Datenpaket) 20021212
5 Importing I_S_DB_CTRL Value transfer Type reference (TYPE) RSCRT_CTRL Kontrollinformation aktiver (nahe-)Echtzeit-InfoPackages 20021212
6 Importing I_S_IP_CTRL Value transfer Type reference (TYPE) RSCRT_S_IP_CTRL Interne Control-Struktur für Dämon 20021212
# Exception Resumable Description Created on
1 INTERNAL_FAILURE Interner Fehler 20021212

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEMONID Value transfer Type reference (TYPE) RSCRT_DEMONID Demon-ID für den (Nahe-)Echtzeitdatentransfer in das BW 20021212
2 Importing I_LOGDPID Value transfer Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20021212
3 Importing I_PSA Value transfer Type reference (TYPE) RSDDATATARGET Datenziel für Bewegungsdaten (InfoCube, ODS Objekt, ...) 20021212
4 Importing I_RNR Value transfer Type reference (TYPE) RSREQUID Request-ID (Datenpaket) 20021212
5 Importing I_S_DB_CTRL Value transfer Type reference (TYPE) RSCRT_CTRL Kontrollinformation aktiver (nahe-)Echtzeit-InfoPackages 20021212
6 Importing I_S_IP_CTRL Value transfer Type reference (TYPE) RSCRT_S_IP_CTRL Interne Control-Struktur für Dämon 20021212
7 Returning R_R_PSA Value transfer Object reference (TYPE REF TO) CL_RSCRT_DEMON_LOGDPID_PSA Das PSA zu einem InfoPackage mit CRT bearbeiten 20021212
# Exception Resumable Description Created on
1 INTERNAL_FAILURE Interner Fehler 20021212

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_DB_CTRL Value transfer Type reference (TYPE) RSCRT_CTRL Kontrollinformation aktiver (nahe-)Echtzeit-InfoPackages 20030225
2 Changing C_S_IP_CTRL Value transfer Type reference (TYPE) RSCRT_S_IP_CTRL Interne Control-Struktur für Dämon 20030225
3 Changing C_S_TRACE Value transfer Type reference (TYPE) RSCRT_DEMON_TRAC 20030328
4 Changing C_T_TRACE Value transfer Type reference (TYPE) ANY TABLE 20030328
5 Exporting E_ERROR Value transfer Type reference (TYPE) RS_BOOL Boolean 20021212
6 Exporting E_T_MSG Value transfer Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20021212
7 Importing I_T_DATA Value transfer Type reference (TYPE) ANY TABLE 20021212
8 Importing I_T_TIDS Value transfer Type reference (TYPE) ANY TABLE 20021213
# Exception Resumable Description Created on
1 ERROR_OCCURRED Fehler 20030224
2 IPACK_UPLOAD_STOPPED Abbruch 20030224

Method FREE Signature

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

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DATA Value transfer Type reference (TYPE) ANY TABLE 20021216
2 Importing I_DP_END Value transfer Type reference (TYPE) RSDATAPID Nummer 4 Stellig 20021216
3 Importing I_DP_START Value transfer Type reference (TYPE) RSDATAPID Nummer 4 Stellig 20021216
4 Importing I_REC_END Value transfer Type reference (TYPE) RSARECORD Numerisches Characterfeld der Länge 6 20021216
5 Importing I_REC_START Value transfer Type reference (TYPE) RSARECORD Numerisches Characterfeld der Länge 6 20021216
6 Importing I_RNR Value transfer Type reference (TYPE) RSREQUID Request-ID (Datenpaket) 20021216

Method GET_DATA on class CL_RSCRT_DEMON_LOGDPID_PSA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400