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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Constant | Public | Type reference (TYPE) | I | 9999 | 20091123 | ||
2 | ![]() |
Constant | Public | See coding | 20091119 | ||||
3 | ![]() |
Constant | Public | See coding | 20100712 | ||||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20090317 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20090317 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Structure of Data Table | 20090310 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Data Table | 20090310 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_T_DTA_PRO | Display Attribute Properties | 20120217 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BSANLY_TS_ALV_COL | Columns Table | 20090306 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_DRILL | 20100712 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_T_DTA_PRO | InfoObject Properties in Data Target | 20090910 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RRX1_TH_DAT_N | 20090924 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_T_IOBJ_CMP | Compounding of InfoObjects | 20090910 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RRC0_TH_KID_INFO | Key Figures | 20090910 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BSANLY_T_MESSAGE | Messages | 20090416 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Exceptions Used | 20090811 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Flag for to get full fieldcatalog | 20100921 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | ABAP_TRUE | First Call of Fill Method | 20090306 | |
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 'X' | 20110221 | ||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | ABAP_FALSE | Boolean | 20090427 | |
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Input Enabled Flag | 20090812 | ||
22 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20110419 | |||
23 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20110419 | |||
24 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20090923 | ||
25 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 20090824 | |||
26 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Row to be Subtracted | 20090311 | ||
27 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110221 | |||
28 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20100712 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20100712 | |
2 | ![]() |
Instance method | Private | Method | Returns component type of Info Object w/o data element | 20101001 |
3 | ![]() |
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 | ![]() |
IV_FIELDCAT_FULL | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag for to get full fieldcatalog | 20100921 | ||
2 | ![]() |
IV_USE_HIERARCHY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100712 | ||
3 | ![]() |
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 | ![]() |
EO_COMP_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20101001 | ||
2 | ![]() |
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 | ![]() |
EO_DATA_S_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20090317 | ||
2 | ![]() |
ER_T_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Reference to Data Table | 20090225 | ||
3 | ![]() |
ET_COLUMNS | Call by reference | Type reference (TYPE) | BSANLY_TS_ALV_COL | Columns | 20090311 | ||
4 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BSANLY_T_MESSAGE | Message Table | 20090225 | ||
5 | ![]() |
EV_EXCEPTIONS_USED | Call by reference | Type reference (TYPE) | BOOLEAN | Exceptions Used | 20090806 | ||
6 | ![]() |
EV_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20090821 | ||
7 | ![]() |
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 |