SAP ABAP Interface IF_RSROA_BI_QUERY (Parameterization and Start of BI Query)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSROA_MISC (Package) OLAP: Various

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RSROA_BI_QUERY_ADVANCED | Parametrization and Start of BI Query (Advanced) | 20060807 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSROA_BI_QUERY | Query on Virtual Metadata | 20060511 |
Properties
Interface | IF_RSROA_BI_QUERY | |
Short Description | Parameterization and Start of BI Query |
General Data
Package | RSROA_MISC | OLAP: Various |
Created | 20060511 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | RS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RSROA_BI_QUERY has no interface.
Friends
Interface IF_RSROA_BI_QUERY has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_C_AXIS_AGGREGATED | Constant | Public | Type reference (TYPE) | NT_AXIS | 'A' | Characteristic First Aggregated | 20060707 | |
2 | N_C_AXIS_COLUMN | Constant | Public | Type reference (TYPE) | NT_AXIS | 'C' | Characteristic in Columns | 20060707 | |
3 | N_C_AXIS_HIDDEN | Constant | Public | Type reference (TYPE) | NT_AXIS | 'H' | Characteristic Never Visible | 20060707 | |
4 | N_C_AXIS_ROW | Constant | Public | Type reference (TYPE) | NT_AXIS | 'R' | Characteristic in Rows | 20060707 | |
5 | N_C_TOOL_BEX_ANALYZER | Constant | Public | Type reference (TYPE) | NT_TOOL | 'BEX' | Use BEx Analyzer | 20060519 | |
6 | N_C_TOOL_DEBUG | Constant | Public | Type reference (TYPE) | NT_TOOL | 'DEB' | 20060915 | ||
7 | N_C_TOOL_WEB_ANALYZER | Constant | Public | Type reference (TYPE) | NT_TOOL | 'WEB' | Use Web Analyzer | 20060519 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Creates an Instance | 20060511 |
2 | ![]() |
Instance method | Public | Method | Passes Field Catalog | 20060511 |
3 | ![]() |
Instance method | Public | Method | Sets Filter | 20060915 |
4 | ![]() |
Instance method | Public | Method | Passes Data | 20060511 |
5 | ![]() |
Instance method | Public | Method | Sets Description | 20060915 |
6 | ![]() |
Instance method | Public | Method | Starting of BI Query | 20060511 |
Events
Interface IF_RSROA_BI_QUERY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | NT_AXIS | Public | Type reference (TYPE) | CHAR1 | Axis (Row, Column, ... ) | 20060627 |
|
2 | NT_SX_FILTER | Public | See coding | Filter | 20060915 | begin of NT_SX_FILTER,
fieldnm type rsfieldnm,
variable type rs_bool, " should a variable be proccessed?
changeable type rs_bool, " filter can be changed at queryruntime
range type rs_t_range,
end of nt_sx_filter
|
|
3 | NT_S_FIELDCATALOG | Public | See coding | Row of Field Catalog | 20060511 | begin of nt_s_fieldcatalog,
fieldnm type rsfieldnm,
axis type nt_axis, " axis (row, column, aggregated, hidden)
position type i, " position in row or column
sort_desc type rs_bool,
resultline type rs_bool, " shall a resultline for a characteristic be displayed?
description type rstxtsh, " text (optional)
aggregation type RSDAGGRGEN, " aggreation (optional): SUM (default), MAX, MIN
end of nt_s_fieldcatalog
|
|
4 | NT_TOOL | Public | See coding | Tool in which query is to be displayed -> constants | 20060519 | NT_TOOL(3) TYPE c
|
|
5 | NT_TSX_FILTER | Public | See coding | 20060915 | nt_tsx_filter type sorted table of nt_sx_filter
with unique key fieldnm
initial size 20
|
||
6 | NT_TS_FIELDCATALOG | Public | See coding | FieldCatlg | 20060511 | NT_TS_FIELDCATALOG TYPE SORTED TABLE OF NT_S_FIELDCATALOG
WITH UNIQUE KEY fieldnm
INITIAL SIZE 20
|
Method Signatures
Method CREATE_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_QUERY | Value transfer | Object reference (TYPE REF TO) | IF_RSROA_BI_QUERY | Parametrisierung und Start einer BI-Query | 20060511 |
Method CREATE_INSTANCE on Interface IF_RSROA_BI_QUERY has no exception.
Method SET_FIELDCATALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TS_FIELDCATALOG | Call by reference | Type reference (TYPE) | NT_TS_FIELDCATALOG | Feldkatalog | 20060511 |
Method SET_FIELDCATALOG on Interface IF_RSROA_BI_QUERY has no exception.
Method SET_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TSX_FILTER | Call by reference | Type reference (TYPE) | NT_TSX_FILTER | 20060915 |
Method SET_FILTER on Interface IF_RSROA_BI_QUERY has no exception.
Method SET_QUERYDATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | Daten | 20060511 |
Method SET_QUERYDATA on Interface IF_RSROA_BI_QUERY has no exception.
Method SET_TITLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TITLE | Call by reference | Type reference (TYPE) | RSTXTLG | Beschreibung lang | 20060915 |
Method SET_TITLE on Interface IF_RSROA_BI_QUERY has no exception.
Method START_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TOOL | Call by reference | Type reference (TYPE) | NT_TOOL | N_C_TOOL_BEX_ANALYZER | 20060519 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW Exception mit generischer Nachricht (keine spez. Attrib.) | 20060731 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |