SAP ABAP Class CL_RSMRM_CORM_UI_VISUALIZE (Visualization UI for CORM Models)
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-CRM (Application Component) Customer Relationship Management
     RSMRM_CORM (Package) Coupon Redemption Modeling
Properties
Class CL_RSMRM_CORM_UI_VISUALIZE  
Short Description Visualization UI for CORM Models    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSMRM_CORM   Coupon Redemption Modeling 
Created 20040130   SAP 
Last change 20141101    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSMRM_CORM_UI_VISUALIZE has no forward declaration.
Interfaces
Class CL_RSMRM_CORM_UI_VISUALIZE has no interface implemented.
Friends
Class CL_RSMRM_CORM_UI_VISUALIZE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _CURRENT_CLASS Instance attribute Private Type reference (TYPE) RSMRME_C_COUPON_CLASS Coupon Class 20040203
2 _CURRENT_VIEW Instance attribute Private Type reference (TYPE) CHAR1 Current View (Class Overview/Class Details) 20040203
3 _GRAPH_TYPE Instance attribute Private Type reference (TYPE) CHAR1 Graph Type - Completed/Non-Completed 20040204
4 _IS_INITIALIZED Instance attribute Private Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20040130
5 _PIXEL_GIF_FOUND Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20051007
6 _R_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20040130
7 _R_HTML_VIEWER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER HTML Control Proxy Class 20040130
8 _R_MODEL Instance attribute Private Object reference (TYPE REF TO) CL_RSMRM_CORM_MODEL Coupon Redemption Model 20040130
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040203
2 FREE Instance method Public Method Free 20040130
3 GET_CLASS_INFO Instance method Public Method Get Class Info - Has Completed/ Has Redeeming 20040811
4 GET_CURRENT_CLASS Instance method Public Method Get Current Class specified 20040203
5 GET_CURRENT_VIEW Instance method Public Method Get Current View - 'O'verview/'D'etail 20040203
6 GET_GRAPH_TYPE Instance method Public Method Graph Type - Completed/Non-Completed 20040204
7 GET_HTML_CLASS_DETAIL Instance method Private Method Get HTML For Classes 20040203
8 GET_HTML_CLASS_OVERVIEW Instance method Private Method Get HTML For Classes 20040203
9 GET_HTML_GRAPH_PERIOD Instance method Private Method Generate Graph - based on Redemption Period 20040203
10 GET_HTML_GRAPH_PROGRESS Instance method Private Method Generate Graph - based on Redemption Progress 20040203
11 GET_SCREEN_INFO Instance method Protected Method Get Screen 20040130
12 HANDLE_PAI Instance method Public Method Handle PAI 20040130
13 HANDLE_PBO Instance method Public Method Handle PBO 20040130
14 ON_SAPEVENT Instance method Private Event handling method Handler for SAP Event 20040202
15 SET_CURRENT_CLASS Instance method Public Method Set Current Class 20040203
16 SET_CURRENT_VIEW Instance method Public Method Set Current View 20040203
17 SET_GRAPH_TYPE Instance method Public Method Graph Type - Completed/Non-Completed 20040204
18 SET_MODEL Instance method Public Method Set Model 20040130
Events
Class CL_RSMRM_CORM_UI_VISUALIZE has no event.
Types
Class CL_RSMRM_CORM_UI_VISUALIZE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSMRM_CORM_UI_VISUALIZE has no parameter.
Method CONSTRUCTOR on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method FREE Signature

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

Method GET_CLASS_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HAS_COMPLETED Call by reference Type reference (TYPE) RSDMEM_BOOL_CH Boolean: hat abgeschlossene Coupons 20040811
2 Exporting E_HAS_REDEEMING Call by reference Type reference (TYPE) RSDMEM_BOOL_CH Boolean: hat laufende Coupons 20040811
3 Exporting E_R_RETURN Call by reference Object reference (TYPE REF TO) CL_RSMRM_ERROR Fehlerklasse 20040811
4 Importing I_CLASS Call by reference Type reference (TYPE) RSMRME_C_COUPON_CLASS Coupon-Klasse 20040811

Method GET_CLASS_INFO on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method GET_CURRENT_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_CLASS Value transfer Type reference (TYPE) RSMRME_C_COUPON_CLASS Coupon-Klasse 20040203

Method GET_CURRENT_CLASS on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method GET_CURRENT_VIEW Signature

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

Method GET_CURRENT_VIEW on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method GET_GRAPH_TYPE Signature

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

Method GET_GRAPH_TYPE on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method GET_HTML_CLASS_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_HTML Value transfer Type reference (TYPE) W3HTMLTABTYPE ITS: Tabellentyp für HTML-Quelle 20040203

Method GET_HTML_CLASS_DETAIL on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method GET_HTML_CLASS_OVERVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_HTML Value transfer Type reference (TYPE) W3HTMLTABTYPE ITS: Tabellentyp für HTML-Quelle 20040203

Method GET_HTML_CLASS_OVERVIEW on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method GET_HTML_GRAPH_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_T_HTML Value transfer Type reference (TYPE) W3HTMLTABTYPE ITS: Tabellentyp für HTML-Quelle 20040203

Method GET_HTML_GRAPH_PERIOD on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method GET_HTML_GRAPH_PROGRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_T_HTML Value transfer Type reference (TYPE) W3HTMLTABTYPE ITS: Tabellentyp für HTML-Quelle 20040203

Method GET_HTML_GRAPH_PROGRESS on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method GET_SCREEN_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PGM Call by reference Type reference (TYPE) SY-REPID 20040130
2 Exporting E_SCREEN Call by reference Type reference (TYPE) SY-DYNNR ABAP-Programm, Nummer des aktuellen Bilds 20040130

Method GET_SCREEN_INFO on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method HANDLE_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_RETURN Value transfer Object reference (TYPE REF TO) CL_RSMRM_ERROR Fehlerklasse 20040130

Method HANDLE_PAI on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method HANDLE_PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_RETURN Value transfer Object reference (TYPE REF TO) CL_RSMRM_ERROR Fehlerklasse 20040130

Method HANDLE_PBO on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method ON_SAPEVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Attribute reference (LIKE) 20040202
2 Importing FRAME Call by reference Attribute reference (LIKE) 20040202
3 Importing GETDATA Call by reference Attribute reference (LIKE) 20040202
4 Importing POSTDATA Call by reference Attribute reference (LIKE) 20040202
5 Importing QUERY_TABLE Call by reference Attribute reference (LIKE) 20040202

Method ON_SAPEVENT on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method SET_CURRENT_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS Call by reference Type reference (TYPE) RSMRME_C_COUPON_CLASS Coupon-Klasse 20040203

Method SET_CURRENT_CLASS on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method SET_CURRENT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VIEW Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20040203

Method SET_CURRENT_VIEW on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method SET_GRAPH_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20040204

Method SET_GRAPH_TYPE on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.

Method SET_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_RETURN Value transfer Object reference (TYPE REF TO) CL_RSMRM_ERROR Fehler 20040130
2 Importing IR_MODEL Call by reference Object reference (TYPE REF TO) CL_RSMRM_CORM_MODEL Coupon-Einlösemodell 20040130

Method SET_MODEL on class CL_RSMRM_CORM_UI_VISUALIZE has no exception.
History
Last changed by/on SAP  20141101 
SAP Release Created in 331