SAP ABAP Class IF_BICS_QV_CHARACTERISTIC (Characteristics QV Layer)
Meta Relationship - Using
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
| Class | IF_BICS_QV_CHARACTERISTIC | |
| Short Description | Characteristics QV Layer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100121 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class IF_BICS_QV_CHARACTERISTIC has no interface implemented.
Friends
Class IF_BICS_QV_CHARACTERISTIC has no friend class.
Attributes
Class 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
Class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class IF_BICS_QV_CHARACTERISTIC has no exception.
Meta Relationship - Using (full list)
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |