SAP ABAP Class CL_RSCRT_RDA_ERROR (Display for Failed Attempts)
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_ERROR Constants for Error 20080310
Properties
Class CL_RSCRT_RDA_ERROR  
Short Description Display for Failed Attempts    
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 20080310   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSCRT_RDA_ERROR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSCRT_RDA_ERROR Constants for Error 20080310
Friends
Class CL_RSCRT_RDA_ERROR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_LED_CAUGHT_INTOLERABLE Instance attribute Protected Type reference (TYPE) TV_IMAGE LED: Catch Error, not Tolerated 20080311
2 O_LED_CAUGHT_TOLERABLE Instance attribute Protected Type reference (TYPE) TV_IMAGE LED: Error Caught, Tolerated 20080311
3 O_LED_NO_ERRORS Instance attribute Protected Type reference (TYPE) TV_IMAGE LED: No Error 20080311
4 O_LED_UNCAUGHT_INTOLERABLE Instance attribute Protected Type reference (TYPE) TV_IMAGE LED: Error not Caught, not Tolerated 20080311
5 O_LED_UNCAUGHT_TOLERABLE Instance attribute Protected Type reference (TYPE) TV_IMAGE LED: Error not Caught, Tolerated 20080311
6 O_R_ALV_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV for output 20080310
7 O_R_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Container for ALV 20080310
8 O_T_ERROR Instance attribute Protected Type reference (TYPE) RSCRT_RDA_T_ERROR Failed Attempts (1st Message) 20080311
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Creates New Object 20080310
2 DISPLAY Static method Public Method Displays Errors in a Dialog Box 20080310
3 DISPLAY_ERRORS Instance method Protected Method Displays Errors in a Dialog Box 20080318
4 ON_DELTA_INIT Static method Public Method Not yet implemented 20080919
5 ON_DIALOGBOX_CLOSE Instance method Protected Event handling method Release Objects 20080310
6 ON_DOUBLE_CLICK Instance method Protected Event handling method Jump if Double-Click on a Cell 20080312
7 ON_HOTSPOT_CLICK Instance method Protected Event handling method Clicked on Long Text 20080310
8 ON_START_UPLOAD Static method Public Method Reset Error 20080919
9 READ_ERRORS Instance method Protected Method Reads Failed Attempts from RSCRT_RDA_ERROR 20080310
10 READ_ERRORS_MORE Instance method Protected Method Reads 2nd and Following Error Messages 20080313
11 READ_LAST_ERROR_RDAOBJECT Static method Public Method Reads Last Error from RSCRT_RDA_ERROR 20080424
12 READ_LAST_ERROR_RUNTIME Static method Public Method Reads Last Error from RSCRT_RDA_ERROR 20080424
13 RESET Static method Public Method Deletes All Marked Errors 20080319
14 RESET_FAILS Static method Public Method Resets Number of Failed Attempts 20080319
15 SHOW_DETAILS Instance method Protected Method Displays Details for an Error 20080312
Events
Class CL_RSCRT_RDA_ERROR has no event.
Types
Class CL_RSCRT_RDA_ERROR 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_HEIGHT Call by reference Type reference (TYPE) I 350 Höhe 20080310
2 Importing I_LEFT Call by reference Type reference (TYPE) I 25 Abstand links 20080310
3 Importing I_TOP Call by reference Type reference (TYPE) I 125 Abstand oben 20080310
4 Importing I_WIDTH Call by reference Type reference (TYPE) I 750 Breite 20080310

Method CONSTRUCTOR on class CL_RSCRT_RDA_ERROR has no exception.

Method DISPLAY 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 20080310
2 Importing I_LOGDPID Call by reference Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20080310
3 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime data Acquisition 20080310
4 Importing I_RDAOBJECT_TYPE Call by reference Type reference (TYPE) RSCRT_RDAOBJECT_TYPE Typ eines RDA-Objekts 20080310

Method DISPLAY on class CL_RSCRT_RDA_ERROR has no exception.

Method DISPLAY_ERRORS 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 20080318
2 Importing I_LOGDPID Call by reference Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20080318
3 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime data Acquisition 20080318
4 Importing I_RDAOBJECT_TYPE Call by reference Type reference (TYPE) RSCRT_RDAOBJECT_TYPE Typ eines RDA-Objekts 20080318

Method DISPLAY_ERRORS on class CL_RSCRT_RDA_ERROR has no exception.

Method ON_DELTA_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGSYS Call by reference Type reference (TYPE) RSSLOGSYS Quellsystem 20080919
2 Importing I_OLTPSOURCE Call by reference Type reference (TYPE) RSISOURCE InfoSource 20080919

Method ON_DELTA_INIT on class CL_RSCRT_RDA_ERROR has no exception.

Method ON_DIALOGBOX_CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 20080310

Method ON_DIALOGBOX_CLOSE on class CL_RSCRT_RDA_ERROR has no exception.

Method ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20080312
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20080312
3 Importing E_ROW Call by reference Attribute reference (LIKE) 20080312

Method ON_DOUBLE_CLICK on class CL_RSCRT_RDA_ERROR has no exception.

Method ON_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) ZeilenId 20080312
2 Importing E_COLUMN_ID Value transfer Attribute reference (LIKE) SpaltenId 20080310
3 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20080310

Method ON_HOTSPOT_CLICK on class CL_RSCRT_RDA_ERROR has no exception.

Method ON_START_UPLOAD 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 RDA-InfoPackage 20080919

Method ON_START_UPLOAD on class CL_RSCRT_RDA_ERROR has no exception.

Method READ_ERRORS 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 20080310
2 Importing I_LOGDPID Call by reference Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20080310
3 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime data Acquisition 20080310
4 Importing I_RDAOBJECT_TYPE Call by reference Type reference (TYPE) RSCRT_RDAOBJECT_TYPE Typ eines RDA-Objekts 20080310

Method READ_ERRORS on class CL_RSCRT_RDA_ERROR has no exception.

Method READ_ERRORS_MORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_ERROR Call by reference Type reference (TYPE) RSCRT_RDA_S_ERROR Erweiterte Struktur für Fehler bei RDA 20080313
2 Returning R_T_MSG Value transfer Type reference (TYPE) RS_T_MSG Nur die Nachrichten 20080313

Method READ_ERRORS_MORE on class CL_RSCRT_RDA_ERROR has no exception.

Method READ_LAST_ERROR_RDAOBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_STATUS Call by reference Type reference (TYPE) RSCRT_RDA_S_STATUS Teilstruktur von DB-Tabelle rscrt_rda_req 20080424
2 Returning R_S_ERROR Value transfer Type reference (TYPE) RSCRT_RDA_ERROR Fehler bei der Real-Time Data Acquisition 20080424

Method READ_LAST_ERROR_RDAOBJECT on class CL_RSCRT_RDA_ERROR has no exception.

Method READ_LAST_ERROR_RUNTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_RUNTIME Call by reference Type reference (TYPE) RSCRT_RDA_S_RUNTIME 20080424
2 Returning R_S_ERROR Value transfer Type reference (TYPE) RSCRT_RDA_ERROR Fehler bei der Real-Time Data Acquisition 20080424

Method READ_LAST_ERROR_RUNTIME on class CL_RSCRT_RDA_ERROR has no exception.

Method RESET 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 20080319
2 Importing I_LOGDPID Call by reference Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20080319
3 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime data Acquisition 20080319
4 Importing I_RDAOBJECT_TYPE Call by reference Type reference (TYPE) RSCRT_RDAOBJECT_TYPE Typ eines RDA-Objekts 20080319

Method RESET on class CL_RSCRT_RDA_ERROR has no exception.

Method RESET_FAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGDPID Call by reference Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20080319
2 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime data Acquisition 20080319
3 Importing I_RDAOBJECT_TYPE Call by reference Type reference (TYPE) RSCRT_RDAOBJECT_TYPE Typ eines RDA-Objekts 20080319

Method RESET_FAILS on class CL_RSCRT_RDA_ERROR has no exception.

Method SHOW_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_ERROR Call by reference Type reference (TYPE) RSCRT_RDA_S_ERROR Erweiterte Struktur für Fehler bei RDA 20080312

Method SHOW_DETAILS on class CL_RSCRT_RDA_ERROR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711