SAP ABAP Class CL_RSFBP_HANA_QUERY (Provider for ODP Queries on BWA)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSFBP (Package) BW: Field-based Provider framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRV_TREX_NOSID_QUERY | SID-Based Provider for LTIP Queries | 20130402 |
Properties
| Class | CL_RSFBP_HANA_QUERY | |
| Short Description | Provider for ODP Queries on BWA | |
| Super Class | CL_RSDRV_TREX_NOSID_QUERY | SID-Based Provider for LTIP Queries |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSFBP | BW: Field-based Provider framework |
| Created | 20130402 | SAP |
| Last change | 20140121 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSFBP_HANA_QUERY has no interface implemented.
Friends
Class CL_RSFBP_HANA_QUERY has no friend class.
Attributes
Methods
Class CL_RSFBP_HANA_QUERY has no method.
Events
Class CL_RSFBP_HANA_QUERY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TSX_AUTH_BUFFER | Private | See coding | 20130402 | BEGIN OF tsx_auth_buffer ,
infoprov TYPE rsinfoprov,
valid type rs_bool,
not_empty type rs_bool,
index_id TYPE trexd_index_id,
post_attr TYPE string,
r_data type ref to data,
t_range TYPE rsdri_t_range,
tsx_seldr TYPE rsdd_tsx_seldr,
END OF tsx_auth_buffer
|
||
| 2 | TS_QUERY_PART | Private | See coding | 20130402 | BEGIN OF ts_query_part,
view_name TYPE cl_rsodp_index_creation=>ts_auth_check-view_name,
number TYPE n LENGTH 4,
END OF ts_query_part
|
||
| 3 | TT_QUERY_PART | Private | See coding | 20130402 | tt_query_part TYPE SORTED TABLE OF ts_query_part WITH UNIQUE KEY view_name
WITH UNIQUE SORTED KEY number COMPONENTS number
|
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |