SAP ABAP Class CL_RSR_XLS_GRID (Grid)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RS_WEB_RUNTIME (Package) Web Reporting Runtime (3.x CORE)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_GRID Grid 20010428
Properties
Class CL_RSR_XLS_GRID  
Short Description Grid    
Super Class CL_RSR_GRID Grid 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_WEB_RUNTIME   Web Reporting Runtime (3.x CORE) 
Created 20010428   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)
Interfaces
Class CL_RSR_XLS_GRID has no interface implemented.
Friends
Class CL_RSR_XLS_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_FIRST_ENTER_APPEND_DATA_CELL Instance attribute Private Type reference (TYPE) RS_BOOL Flag 20061204
2 C_HRY_LEVEL_DISTANCE Constant Private Type reference (TYPE) I 2 20010428
3 C_PARAMETER_ALT_STYLES Constant Public Type reference (TYPE) RRXW3_PARAMETER_ID 'ALT_STYLES' Zebra List 20010428
4 C_PARAMETER_BLOCK_SIZE Constant Public Type reference (TYPE) RRXW3_PARAMETER_ID 'BLOCK_SIZE' Number of Rows per Block 20010428
5 C_PARAMETER_MODIFY_CLASS Constant Public Type reference (TYPE) RRXW3_PARAMETER_ID 'MODIFY_CLASS' Class for Modifying Table 20010428
6 C_REP_SHOW Constant Private Type reference (TYPE) I 3 20031017
7 C_REP_SUPPRESS Constant Private Type reference (TYPE) I 2 20031017
8 C_REP_UNSPECIFIED Constant Private Type reference (TYPE) I 1 20031017
9 C_STYLEDECL_CLASSDECL Constant Private Type reference (TYPE) C 'C' CSS Class Definition 20021111
10 C_STYLEDECL_DELTA Constant Private Type reference (TYPE) C 'D' Delta Inline Style and CSS Classes 20021111
11 C_STYLEDECL_FULL Constant Private Type reference (TYPE) C ' ' Complete Inline Styles 20021111
12 C_STYLE_ATTRIBUTE_CELL Instance attribute Public Type reference (TYPE) RSRPARAMETERVALUE 'ATTRIBUTE_CELL' RSR Parameter Value 20010620
13 C_STYLE_CAPTION Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'CAPTION' Heading 20010429
14 C_STYLE_CHA Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'CHARACTERISTIC' Heading 20010429
15 C_STYLE_CHA_DATE Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'CHARACTERISTIC_DATE' 20040305
16 C_STYLE_CHA_SUM Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'CHARACTERISTIC_SUM' Heading 20010429
17 C_STYLE_DATA Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'DATA' Heading 20010429
18 C_STYLE_DATA_SUM Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'DATA_SUM' Heading 20010429
19 C_STYLE_STRUCTURE_CELL Constant Private Type reference (TYPE) RSRPARAMETERVALUE 'STRUCTURE_CELL' Structure Of Cell Elements 20010429
20 N_X_POS_DATA_CELL Instance attribute Public Type reference (TYPE) I 20061204
21 N_Y_POS_DATA_CELL Instance attribute Public Type reference (TYPE) I 20061204
22 O_R_MODIFY_TABLE Instance attribute Protected Object reference (TYPE REF TO) CL_RSR_WWW_MODIFY_TABLE Modifying Table Contents 20010428
23 P_ABS_URL Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20030813
24 P_DATA_MODE Instance attribute Private Type reference (TYPE) RSRPARAMETERID Parameter ID 20030502
25 P_FIRST_ROW Instance attribute Private Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20010428
26 P_NEW_ROW Instance attribute Private Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20010428
27 P_REP_TEXT Instance attribute Private Type reference (TYPE) I 20031017
28 P_R_GRID Instance attribute Private Object reference (TYPE REF TO) CL_RSR_WWW_GRID Grid 20010428
29 P_R_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_RSR_WWW_TABLE Table 20010428
30 P_SIGNPRSNT Instance attribute Private Type reference (TYPE) RRX1_SIGNPRSNT 20030327
31 P_STRING Instance attribute Private Type reference (TYPE) STRING Reference to a Request 20010428
32 P_ZEROPRSNT Instance attribute Private Type reference (TYPE) RRX1_ZEROPRSNT 20030327
33 P_ZEROTXT Instance attribute Private Type reference (TYPE) RRFMT_ZEROTEXT 20030327
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_CONTENT Instance method Private Method 20010428
2 ESCAPE_CSV Instance method Private Method CSV String Escapes 20010428
3 FILL_TABLE Instance method Public Method Fill Table 20010428
4 GET_BACKROUND Instance method Private Method 20010513
5 GET_STYLE Instance method Private Method Retrieve Style String 20010429
6 GET_STYLEDECL Static method Public Method Return Style Declaration 20021111
Events
Class CL_RSR_XLS_GRID has no event.
Types
Class CL_RSR_XLS_GRID has no local type.
Method Signatures

Method APPEND_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALERT_LEVEL Call by reference Type reference (TYPE) RSRA_ALERT_LEVEL Priorität eines Alerts 20010513
2 Importing I_CONTENT Call by reference Type reference (TYPE) STRING 20010428
3 Importing I_NUMBER Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20010429
4 Importing I_NUMBER_FORMAT Value transfer Type reference (TYPE) STRING Formatierungsstring 20020613
5 Importing I_NUMBER_VALUE Call by reference Type reference (TYPE) STRING Wert als String ohne Formate 20020613
6 Importing I_STYLE Call by reference Type reference (TYPE) RSRPARAMETERVALUE Parameter Id 20010429
7 Importing I_S_DATA Call by reference Type reference (TYPE) RRX_DAT_N Wert 20020613
8 Importing I_TRUE_CONTENT Call by reference Type reference (TYPE) STRING Unformatierter Content 20060301

Method APPEND_CONTENT on class CL_RSR_XLS_GRID has no exception.

Method ESCAPE_CSV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_STRING Call by reference Type reference (TYPE) STRING 20010428

Method ESCAPE_CSV on class CL_RSR_XLS_GRID has no exception.

Method FILL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STRING Value transfer Type reference (TYPE) STRING 20010428
2 Importing I_DATA_MODE Call by reference Type reference (TYPE) RSRPARAMETERID Parameter Id 20030502
3 Importing I_R_PARAMETER Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20010428
4 Importing I_R_REQUEST Call by reference Object reference (TYPE REF TO) CL_RSR_REQUEST Datenanforderung vom OLAP-Prozessor 20010428
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 20010428

Method GET_BACKROUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_BACKROUND Call by reference Type reference (TYPE) STRING 20010513
2 Importing I_ALERT_LEVEL Call by reference Type reference (TYPE) RSRA_ALERT_LEVEL Priorität eines Alerts 20010513
# Exception Resumable Description Created on
1 X_MESSAGE 20010513

Method GET_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CSSCLASSDECL Value transfer Type reference (TYPE) STRING CSS-Klassendeklaration 20021111
2 Exporting E_STYLE Value transfer Type reference (TYPE) STRING 20021111
3 Importing I_ALERT_LEVEL Call by reference Type reference (TYPE) RSRA_ALERT_LEVEL Priorität eines Alerts 20010513
4 Importing I_STYLE Call by reference Type reference (TYPE) RSRPARAMETERVALUE Parameter Id 20010429
5 Importing I_STYLEDECL Call by reference Type reference (TYPE) C Art der Style-Deklaration 20021111
# Exception Resumable Description Created on
1 X_MESSAGE Abbruch 20010429

Method GET_STYLEDECL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CSSCLASSDECL Value transfer Type reference (TYPE) STRING CSS-Klassendeklaration 20021111

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