SAP ABAP Class CL_BS_ANLY_LIST_GRID (List Reporting: List Grid)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-ANL-LST (Application Component) List Reporting
     BS_ANLY_LIST_REPORTING (Package) Business Suite Analytics: Simple List Reporting
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_GRID Grid 20090225
Properties
Class CL_BS_ANLY_LIST_GRID  
Short Description List Reporting: List Grid    
Super Class CL_RSR_GRID Grid 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package BS_ANLY_LIST_REPORTING   Business Suite Analytics: Simple List Reporting 
Created 20090225   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RRX1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_BS_ANLY_LIST_GRID has no interface implemented.
Friends
Class CL_BS_ANLY_LIST_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_COL_MAX Constant Public Type reference (TYPE) I 9999 20091123
2 MC_COL_TYPE Constant Public See coding 20091119
3 MC_HIE_FIELDS Constant Public See coding 20100712
4 MO_DATA_S_DESCR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20090317
5 MO_DATA_T_DESCR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20090317
6 MR_S_DATA Instance attribute Private Object reference (TYPE REF TO) DATA Structure of Data Table 20090310
7 MR_T_DATA Instance attribute Private Object reference (TYPE REF TO) DATA Data Table 20090310
8 MT_ATTR_PRO Instance attribute Private Type reference (TYPE) RSD_T_DTA_PRO Display Attribute Properties 20120217
9 MT_COL Instance attribute Public Type reference (TYPE) BSANLY_TS_ALV_COL Columns Table 20090306
10 MT_DRILL Instance attribute Private Type reference (TYPE) YT_DRILL 20100712
11 MT_DTA_PRO Instance attribute Private Type reference (TYPE) RSD_T_DTA_PRO InfoObject Properties in Data Target 20090910
12 MT_ENTRY_MASK Instance attribute Private Type reference (TYPE) RRX1_TH_DAT_N 20090924
13 MT_IOBJ_CMP Instance attribute Private Type reference (TYPE) RSD_T_IOBJ_CMP Compounding of InfoObjects 20090910
14 MT_KID_INFO Instance attribute Private Type reference (TYPE) RRC0_TH_KID_INFO Key Figures 20090910
15 MT_MESSAGE Instance attribute Private Type reference (TYPE) BSANLY_T_MESSAGE Messages 20090416
16 MV_EXCEPTIONS_USED Instance attribute Private Type reference (TYPE) BOOLEAN Exceptions Used 20090811
17 MV_FIELDCAT_FULL Instance attribute Private Type reference (TYPE) ABAP_BOOL Flag for to get full fieldcatalog 20100921
18 MV_FIRST_CALL_FILL Instance attribute Private Type reference (TYPE) RS_BOOL ABAP_TRUE First Call of Fill Method 20090306
19 MV_FIRST_READ Instance attribute Private Type reference (TYPE) ABAP_BOOL 'X' 20110221
20 MV_HEADER_FINISHED Instance attribute Private Type reference (TYPE) RS_BOOL ABAP_FALSE Boolean 20090427
21 MV_INPUT_ENABLED Instance attribute Private Type reference (TYPE) BOOLEAN Input Enabled Flag 20090812
22 MV_LAST_COLUMN_KF Instance attribute Private Type reference (TYPE) I 20110419
23 MV_LAST_COLUMN_NON_KF Instance attribute Private Type reference (TYPE) I 20110419
24 MV_NEW_ROWS Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090923
25 MV_ROW_DATA Instance attribute Public Type reference (TYPE) I 20090824
26 MV_ROW_SUBTRACT Instance attribute Public Type reference (TYPE) I Row to be Subtracted 20090311
27 MV_START_IN_CHANGE_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110221
28 MV_USE_HIERARCHY Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100712
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20100712
2 GET_COMP_TYPE_WO_DATAELEMENT Instance method Private Method Returns component type of Info Object w/o data element 20101001
3 READ Instance method Public Method Read Data 20090225
Events
Class CL_BS_ANLY_LIST_GRID has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_CELL_COLOR Public See coding 20090805 BEGIN OF ys_cell_color, cell_ordinal TYPE rrtcellordinal, back_color TYPE rrtbackcolor, END OF ys_cell_color
2 YS_DRILL Private See coding 20100712 BEGIN OF ys_drill, level TYPE seu_level, row TYPE i, END OF ys_drill
3 YT_CELL_COLOR Public See coding 20090805 yt_cell_color TYPE TABLE OF ys_cell_color
4 YT_DRILL Private See coding 20100712 yt_drill TYPE SORTED TABLE OF ys_drill WITH UNIQUE KEY level
5 YV_COLUMN Public See coding 20091116 yv_column TYPE n LENGTH 4
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELDCAT_FULL Call by reference Type reference (TYPE) ABAP_BOOL Flag for to get full fieldcatalog 20100921
2 Importing IV_USE_HIERARCHY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100712
3 Importing I_R_REQUEST Call by reference Object reference (TYPE REF TO) CL_RSR_REQUEST Data Request from OLAP Processor 20100712

Method CONSTRUCTOR on class CL_BS_ANLY_LIST_GRID has no exception.

Method GET_COMP_TYPE_WO_DATAELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_COMP_TYPE Value transfer Object reference (TYPE REF TO) CL_ABAP_DATADESCR Runtime Type Services 20101001
2 Importing IS_COL Call by reference Type reference (TYPE) BSANLY_S_ALV_COL Columns 20101001

Method GET_COMP_TYPE_WO_DATAELEMENT on class CL_BS_ANLY_LIST_GRID has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_DATA_S_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20090317
2 Exporting ER_T_DATA Call by reference Object reference (TYPE REF TO) DATA Reference to Data Table 20090225
3 Exporting ET_COLUMNS Call by reference Type reference (TYPE) BSANLY_TS_ALV_COL Columns 20090311
4 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BSANLY_T_MESSAGE Message Table 20090225
5 Exporting EV_EXCEPTIONS_USED Call by reference Type reference (TYPE) BOOLEAN Exceptions Used 20090806
6 Exporting EV_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20090821
7 Importing IT_FIELDNAME Call by reference Type reference (TYPE) BSANLY_T_FIELDNAME List of Fieldnames 20090225

Method READ on class CL_BS_ANLY_LIST_GRID has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702