SAP ABAP Class CL_RS_DME_ABC_WEB_WWW_ITEM_ABC (ABC Analysis)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-DM (Application Component) Data Mining
     RS_DME_ABC_WEB (Package) ABC Analysis Web Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_WWW_ITEM Module for a Page in Web Reporting 20011023
Properties
Class CL_RS_DME_ABC_WEB_WWW_ITEM_ABC  
Short Description ABC Analysis    
Super Class CL_RSR_WWW_ITEM Module for a Page in Web Reporting 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_DME_ABC_WEB   ABC Analysis Web Interface 
Created 20011023   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRXW3 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 RSRDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RS_DME_ABC_WEB_WWW_ITEM_ABC has no interface implemented.
Friends
Class CL_RS_DME_ABC_WEB_WWW_ITEM_ABC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ABC_TYPE_ABS Constant Private Type reference (TYPE) C 'A' ABC Type A 20020215
2 C_ABC_TYPE_REL Constant Private Type reference (TYPE) C 'R' ABC Type R 20020215
3 C_ABC_TYPE_TOPN Constant Private Type reference (TYPE) C 'N' ABC Type N 20020215
4 C_ABC_TYPE_TOPP Constant Private Type reference (TYPE) C 'P' ABC Type P 20020215
5 C_ALIGN_CENTER Constant Private Type reference (TYPE) STRING 'CENTER' Central 20020215
6 C_ALIGN_LEFT Constant Private Type reference (TYPE) STRING 'LEFT' Left 20020215
7 C_ALIGN_RIGHT Constant Private Type reference (TYPE) STRING 'RIGHT' Right 20020215
8 C_CMD_SAVE_ABC_VALUES Constant Public Type reference (TYPE) RRXW3_CMDID 'SAVE_ABC_VALUES' Save Values for ABC Classes 20011029
9 C_CMD_SET_ABC_ATTRIBUTE Constant Public Type reference (TYPE) RRXW3_CMDID 'SET_ABC_ATTRIBUTE' Execute ABC Attributing 20011026
10 C_MIME_NAME Constant Public Type reference (TYPE) RRXW3_PARAMETER_ID 'CHART' MIME Name 20011023
11 C_PARAMETER_ABC_NAME Constant Public Type reference (TYPE) RRXW3_PARAMETER_ID 'ABC_NAME' Name of the ABC Analysis 20011023
12 C_PARAMETER_SAVE_ABC_CLASSES Constant Public Type reference (TYPE) RRXW3_PARAMETER_ID 'SAVE_ABC_CLASSES' Save ABC Classes 20011029
13 C_PARAMETER_SCREEN_TYPE Constant Public Type reference (TYPE) STRING 'SCREEN_TYPE' 20020212
14 C_PARAMETER_SHOW_ABC_ANALYSIS Constant Public Type reference (TYPE) RRXW3_PARAMETER_ID 'SHOW_ABC_ANALYSIS' Display ABC Analysis 20011029
15 C_PARAMETER_SHOW_CHART Constant Private Type reference (TYPE) STRING 'SHOW_CHART' Display Chart 20020215
16 C_PARAMETER_SHOW_MODEL Constant Private Type reference (TYPE) STRING 'SHOW_MODEL' Display Metadata 20020215
17 C_PARAMETER_SHOW_SCREEN_TYPES Constant Private Type reference (TYPE) STRING 'SHOW_SCREEN_TYPES' Display Screen Types? 20020215
18 C_PARAMETER_SHOW_STAT Constant Private Type reference (TYPE) STRING 'SHOW_STAT' Display Statistics 20020215
19 C_PARAMETER_SHOW_THRESHOLDS Constant Public Type reference (TYPE) RRXW3_PARAMETER_ID 'SHOW_THRESHOLDS' Display/Change Threshold Values 20011029
20 C_PARAMETER_THRESHOLDS Constant Public Type reference (TYPE) RRXW3_PARAMETER_ID 'THRESHOLDS' Threshold Values 20011023
21 C_SCREEN_TYPE_CHART Constant Public Type reference (TYPE) STRING 'CHART' 20020212
22 C_SCREEN_TYPE_MODEL Constant Public Type reference (TYPE) STRING 'MODEL' 20020212
23 C_SCREEN_TYPE_STAT Constant Public Type reference (TYPE) STRING 'STAT' 20020212
24 O_R_TABLE Instance attribute Protected Object reference (TYPE REF TO) CL_RSR_WWW_TABLE Table Renderer 20011023
25 O_T_MIME_CATALOG Instance attribute Protected Type reference (TYPE) RSZW_T_MIME_INFO Table for Structure RSZW_S_MIME_INFO 20011023
26 PT_SEL Instance attribute Public Type reference (TYPE) RSDMESC_ABC_SEL_TAB Selection Table for ABC Classes 20011031
27 P_FORM_NAME Instance attribute Private Type reference (TYPE) STRING Form Name 20011026
28 P_SX_MIME_OUTPUT Instance attribute Public Type reference (TYPE) RRXW3_SX_OUTPUT Mime Data 20011023
Methods
# Method Level Visibility Method type Description Created on
1 GET_ABC_LIST_HTML Instance method Private Method Creates HTML for Dropdown List of ABC Analyses 20020214
2 GET_CHART Instance method Private Method Get Chart for ABC Analysis 20020212
3 GET_F4 Static method Public Method F4 Help for IOBJNM and WW Doc Type 20020220
4 GET_MODEL Instance method Private Method Get Chart for ABC Analysis 20020212
5 GET_SCREEN_TYPES_HTML Instance method Private Method Creates HTML for Dropdown List of ABC Analyses 20020214
6 GET_STAT Instance method Private Method Get Chart for ABC Analysis 20020212
7 LOAD_ABC Instance method Private Method Load ABC Setting 20011026
Events
Class CL_RS_DME_ABC_WEB_WWW_ITEM_ABC has no event.
Types
Class CL_RS_DME_ABC_WEB_WWW_ITEM_ABC has no local type.
Method Signatures

Method GET_ABC_LIST_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTENT Call by reference Type reference (TYPE) STRING HTML-Ausgabe 20020215
2 Importing I_SELECTED_ABCSET Call by reference Type reference (TYPE) RSDMEM_MODEL Aktuelle ABC-Analyse 20020214
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 20020214

Method GET_CHART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTENT Call by reference Type reference (TYPE) STRING HTML-Ausgabe 20020212
2 Importing I_ABCSET Call by reference Type reference (TYPE) RSDMEM_MODEL Modellname ABC-Analyse 20020212
# Exception Resumable Description Created on
1 NO_PROCESSING Keine Änderung 20020212
2 NO_WRAPPER Keine Hülle um Item (Javascript, Überschrift, Rahmen, ... ) 20020212
3 X_MESSAGE X-Message 20020212

Method GET_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) STRING 20020220
2 Exporting E_T_CHAVT Call by reference Type reference (TYPE) RSDM_T_CHAVT 20020220
3 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20020220
# Exception Resumable Description Created on
1 X_MESSAGE Abbrechen 20020220

Method GET_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTENT Call by reference Type reference (TYPE) STRING HTML-Ausgabe 20020212
2 Importing I_ABCSET Call by reference Type reference (TYPE) RSDMEM_MODEL Modellname ABC-Analyse 20020212
# Exception Resumable Description Created on
1 NO_PROCESSING Keine Änderung 20020212
2 NO_WRAPPER Keine Hülle um Item (Javascript, Überschrift, Rahmen, ... ) 20020212
3 X_MESSAGE X-Message 20020212

Method GET_SCREEN_TYPES_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_DROPDOWN Call by reference Object reference (TYPE REF TO) CL_RSR_WWW_CTRL_DDOWN Referenz auf Control 20020214
2 Importing I_SELECTED_SCREEN_TYPE Call by reference Type reference (TYPE) STRING Aktuelle Ansicht 20020214
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 20020214

Method GET_STAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTENT Call by reference Type reference (TYPE) STRING HTML-Ausgabe 20020212
2 Importing I_ABCSET Call by reference Type reference (TYPE) RSDMEM_MODEL Modellname ABC-Analyse 20020212
# Exception Resumable Description Created on
1 NO_PROCESSING Keine Änderung 20020212
2 NO_WRAPPER Keine Hülle um Item (Javascript, Überschrift, Rahmen, ... ) 20020212
3 X_MESSAGE X-Message 20020212

Method LOAD_ABC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_ABC_NAME Call by reference Type reference (TYPE) STRING Neuer ABC-Name 20011026

Method LOAD_ABC on class CL_RS_DME_ABC_WEB_WWW_ITEM_ABC has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 30A