SAP ABAP Class CL_RSDD_CS_QE_RESTRICTION (Filter with query entries for restricted keyfigures)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDD_CALCSCENARIO (Package) Create Calculation Scenario
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_CS_XML | Parent Class for XML Creation | 20121009 |
Properties
| Class | CL_RSDD_CS_QE_RESTRICTION | |
| Short Description | Filter with query entries for restricted keyfigures | |
| Super Class | CL_RSDD_CS_XML | Parent Class for XML Creation |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDD_CALCSCENARIO | Create Calculation Scenario |
| Created | 20121005 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDD_CS_QE_RESTRICTION has no forward declaration.
Interfaces
Class CL_RSDD_CS_QE_RESTRICTION has no interface implemented.
Friends
Class CL_RSDD_CS_QE_RESTRICTION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'qeRestriction' | XML Tag Name | 20121009 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | TP_TH_QE_BLOCK | list of filter sections | 20121009 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | add new query entry reference | 20121009 | |
| 2 | Instance method | Public | Method | return filter section | 20121009 | |
| 3 | Instance method | Public | Method | return list of filter sections | 20121009 | |
| 4 | Instance method | Public | Method | remove query entry block reference | 20121009 |
Events
Class CL_RSDD_CS_QE_RESTRICTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_QE_BLOCK | Private | See coding | 20121009 | BEGIN OF tp_s_qe_block,
name TYPE string,
block TYPE REF TO lcl_rsdd_cs_qe_block_reference,
END OF tp_s_qe_block
|
||
| 2 | TP_TH_QE_BLOCK | Private | See coding | 20121009 | tp_th_qe_block type hashed table of tp_s_qe_block with unique key name
|
Method Signatures
Method ADD_QUERY_ENTRY_BLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_BLOCK | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_QUERY_ENTRY_BLOCK | filter section/block | 20121009 | |||
| 2 | R_SUCCESS | Value transfer | Type reference (TYPE) | RS_BOOL | result true if successfully added | 20121009 |
Method ADD_QUERY_ENTRY_BLOCK on class CL_RSDD_CS_QE_RESTRICTION has no exception.
Method GET_QUERY_ENTRY_BLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | name of filter section | 20121009 | |||
| 2 | R_R_BLOCK | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_CS_QUERY_ENTRY_BLOCK | filter section | 20121009 |
Method GET_QUERY_ENTRY_BLOCK on class CL_RSDD_CS_QE_RESTRICTION has no exception.
Method GET_QUERY_ENTRY_BLOCKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_QE_BLOCKS | Value transfer | Type reference (TYPE) | CL_RSDD_CS_CALCSCENARIO=>TN_T_QE_BLOCK | list of filter sections | 20121009 |
Method GET_QUERY_ENTRY_BLOCKS on class CL_RSDD_CS_QE_RESTRICTION has no exception.
Method REMOVE_QUERY_ENTRY_BLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | name of query entry block | 20121009 |
Method REMOVE_QUERY_ENTRY_BLOCK on class CL_RSDD_CS_QE_RESTRICTION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |