SAP ABAP Interface IF_BICS_QV_CHARACTERISTIC (Characteristics QV Layer)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_QUERY_VIEW (Package) BW BICS Consumer Query View
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BICS_QV_STRUCTURE | Structure QV Layer | 20100121 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_QV_CHARACTERISTIC | Characteristic Class of the Query View Layer | 20100301 |
Properties
| Interface | IF_BICS_QV_CHARACTERISTIC | |
| Short Description | Characteristics QV Layer |
General Data
| Package | BW_BICS_CONSUMER_QUERY_VIEW | BW BICS Consumer Query View |
| Created | 20100121 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | CL_BICS_CUMULATION | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
| 2 | CL_BICS_RESULT_ACCESS_MODE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BICS_ATTR_CONTAINER | Attribute Container | 20100421 | ||
| 2 | IF_BICS_CHARACTERISTIC | Characteristic Selector Layer | 20100121 | ||
| 3 | IF_BICS_EVENT_SOURCE | Basis Event Source | 20100121 | ||
| 4 | IF_BICS_IOBJ | InfoObject Selector Layer | 20100121 | ||
| 5 | IF_BICS_IOBJ_MEMBER_ACCESSOR | Access Object for Attributes | 20100121 | ||
| 6 | IF_BICS_MD_ATTR_CONTAINER | Attribute Container MD Layer | 20100421 | ||
| 7 | IF_BICS_MD_CHARACTERISTIC | Characteristics MD Layer | 20100121 | ||
| 8 | IF_BICS_MD_IOBJ | InfoObject MD Layer | 20100121 | ||
| 9 | IF_BICS_OBJECT | Root Object for BICS Entities | 20100121 | ||
| 10 | IF_BICS_QV_ATTR_CONTAINER | Attribute Container QV Layer | 20100421 | ||
| 11 | IF_BICS_QV_IOBJ | InfoObject QV Layer | 20100121 |
Friends
Interface IF_BICS_QV_CHARACTERISTIC has no friend.
Attributes
Interface IF_BICS_QV_CHARACTERISTIC has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read Axis Assignment | 20100301 | |
| 2 | Instance method | Public | Method | Get Cumulation | 20130711 | |
| 3 | Instance method | Public | Method | Read Axis Sequence for Characteristic | 20100302 | |
| 4 | Instance method | Public | Method | Read Set Result Access Mode | 20120224 | |
| 5 | Instance method | Public | Method | Read Possible Result Access Modes | 20120224 | |
| 6 | Instance method | Public | Method | Read Axis Sequence for Result Set | 20100607 | |
| 7 | Instance method | Public | Method | Read Result Row Visibility | 20120224 | |
| 8 | Instance method | Public | Method | Set Cumulation (on/off) | 20130711 | |
| 9 | Instance method | Public | Method | Set Result Access Mode | 20120224 | |
| 10 | Instance method | Public | Method | Set Result Row Visibility | 20120224 |
Events
Interface IF_BICS_QV_CHARACTERISTIC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_QV_CHARACTERISTIC | Public | See coding | Structure of This Type | 20100301 | BEGIN OF tn_s_qv_characteristic,
name TYPE if_bics_object=>tn_name,
id TYPE if_bics_md_characteristic=>tn_id,
ref TYPE REF TO if_bics_qv_characteristic,
END OF tn_s_qv_characteristic
|
|
| 2 | TN_T_QV_CHARACTERISTIC | Public | See coding | 20100301 | tn_t_qv_characteristic TYPE STANDARD TABLE OF tn_s_qv_characteristic
WITH KEY name
WITH UNIQUE SORTED KEY id_key
COMPONENTS id
|
Method Signatures
Method GET_AXIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_AXIS | Value transfer | Object reference (TYPE REF TO) | IF_BICS_QV_AXIS | Query View Achsen Objekt | 20100301 |
Method GET_AXIS on Interface IF_BICS_QV_CHARACTERISTIC has no exception.
Method GET_CUMULATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CUMULATION | Value transfer | Type reference (TYPE) | CL_BICS_CUMULATION=>TN_CUMULATION | Cumulation flag | 20130711 |
Method GET_CUMULATION on Interface IF_BICS_QV_CHARACTERISTIC has no exception.
Method GET_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INDEX | Value transfer | Type reference (TYPE) | I | 20100302 |
Method GET_INDEX on Interface IF_BICS_QV_CHARACTERISTIC has no exception.
Method GET_RESULT_SET_ACCESS_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_RS_ACCESS_MODE | Value transfer | Object reference (TYPE REF TO) | CL_BICS_RESULT_ACCESS_MODE | Zugriffsart für Ergebniswerte | 20120224 |
Method GET_RESULT_SET_ACCESS_MODE on Interface IF_BICS_QV_CHARACTERISTIC has no exception.
Method GET_RESULT_SET_ACCESS_MODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_RS_ACCESS_MODE | Value transfer | Type reference (TYPE) | CL_BICS_RESULT_ACCESS_MODE=>TN_T_RS_ACCESS_MODE | Zugriffsarten | 20120224 |
Method GET_RESULT_SET_ACCESS_MODES on Interface IF_BICS_QV_CHARACTERISTIC has no exception.
Method GET_RESULT_SET_SORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_SORTING | Value transfer | Object reference (TYPE REF TO) | IF_BICS_QV_SORTING | Sortierung im QV-Layer | 20100607 |
Method GET_RESULT_SET_SORTING on Interface IF_BICS_QV_CHARACTERISTIC has no exception.
Method GET_RESULT_VISIBILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_VISIBILITY | Value transfer | Object reference (TYPE REF TO) | CL_BICS_VISIBILITY | Sichtbarkeit von Objekten | 20120224 |
Method GET_RESULT_VISIBILITY on Interface IF_BICS_QV_CHARACTERISTIC has no exception.
Method SET_CUMULATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUMULATION | Call by reference | Type reference (TYPE) | CL_BICS_CUMULATION=>TN_CUMULATION | Cumulation flag | 20130711 |
Method SET_CUMULATION on Interface IF_BICS_QV_CHARACTERISTIC has no exception.
Method SET_RESULT_SET_ACCESS_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_RS_ACCESS_MODE | Call by reference | Object reference (TYPE REF TO) | CL_BICS_RESULT_ACCESS_MODE | Zugriffsart für Ergebniswerte | 20120224 |
Method SET_RESULT_SET_ACCESS_MODE on Interface IF_BICS_QV_CHARACTERISTIC has no exception.
Method SET_RESULT_VISIBILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_VISIBILITY | Call by reference | Object reference (TYPE REF TO) | CL_BICS_VISIBILITY | Sichtbarkeit von Objekten | 20120224 |
Method SET_RESULT_VISIBILITY on Interface IF_BICS_QV_CHARACTERISTIC has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |