SAP ABAP Class CL_RSDD_CS_DELTAQUERY (Delta Query for Calc. Scenario MultiProvider)
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 | 20100219 |
Properties
Class | CL_RSDD_CS_DELTAQUERY | |
Short Description | Delta Query for Calc. Scenario MultiProvider | |
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 | 20100219 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSDD_CS_DELTAQUERY has no forward declaration.
Interfaces
Class CL_RSDD_CS_DELTAQUERY has no interface implemented.
Friends
Class CL_RSDD_CS_DELTAQUERY 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 | 'deltaQuery' | XML Tag | 20100219 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GT_TH_RESTR_ATTRIBUTES | View Attributes with Filter Selections | 20100219 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_CS_VARIABLE | Selections as Runtime Variable | 20120419 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds a view attribute with filter selection | 20100219 |
2 | ![]() |
Instance method | Public | Method | Returns the reference to an existing attribute | 20110331 |
3 | ![]() |
Instance method | Public | Method | Returns the list of known restricted view attributes | 20100219 |
4 | ![]() |
Instance method | Public | Method | Returns the filter selections runtime variable | 20130718 |
5 | ![]() |
Instance method | Public | Method | Removes a view attribute with filter selection | 20100219 |
6 | ![]() |
Instance method | Public | Method | Defines the filter selections as runtime variable | 20120419 |
7 | ![]() |
Instance method | Private | Method | Creates XML for the restricted view attributes | 20100219 |
Events
Class CL_RSDD_CS_DELTAQUERY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GT_S_RESTR_ATTRIBUTE | Public | See coding | Entry for a Restricted View Attribute | 20110331 | BEGIN OF gt_s_restr_attribute,
name TYPE string,
type type string,
attribute TYPE REF TO cl_rsdd_cs_restr_viewattribute,
END OF gt_s_restr_attribute
|
|
2 | GT_TH_RESTR_ATTRIBUTES | Public | See coding | List with Restricted View Attributes | 20100219 | gt_th_restr_attributes TYPE HASHED TABLE OF gt_s_restr_attribute WITH UNIQUE KEY name type
|
Method Signatures
Method ADD_RESTRICTED_VIEWATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_VIEWATTRIBUTE | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_RESTR_VIEWATTRIBUTE | Engeschänktes View Attribut für Calculation Scenario | 20100219 |
Method ADD_RESTRICTED_VIEWATTRIBUTE on class CL_RSDD_CS_DELTAQUERY has no exception.
Method GET_RESTRICTED_VIEWATTRIBUTE 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 | Attributname | 20110331 | ||
2 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | Atttributtyp (SID, KEY, ...) | 20110331 | ||
3 | ![]() |
R_R_RESTR_VIEWATTRIBUTE | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_CS_RESTR_VIEWATTRIBUTE | Engeschänktes View Attribut für Calculation Scenario | 20110331 |
Method GET_RESTRICTED_VIEWATTRIBUTE on class CL_RSDD_CS_DELTAQUERY has no exception.
Method GET_RESTRICTED_VIEWATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TH_ATTRIBUTES | Value transfer | Type reference (TYPE) | GT_TH_RESTR_ATTRIBUTES | Liste mit eingeschänkten Viewattributen | 20100219 |
Method GET_RESTRICTED_VIEWATTRIBUTES on class CL_RSDD_CS_DELTAQUERY has no exception.
Method GET_SELECTIONS_VARIABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_VARIABLE | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_CS_VARIABLE | Calc.Scenario Variable (MultiProvider Delta Query Variable) | 20130718 |
Method GET_SELECTIONS_VARIABLE on class CL_RSDD_CS_DELTAQUERY has no exception.
Method REMOVE_RESTRICTED_VIEWATTR 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 des Attributs mit Selektionen | 20111013 | ||
2 | ![]() |
I_R_VIEWATTRIBUTE | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_RESTR_VIEWATTRIBUTE | Engeschänktes View Attribut für Calculation Scenario | 20100219 | ||
3 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | Typ des Attributs mit Selektionen (KEY, SID, ...) | 20111013 | ||
4 | ![]() |
R_R_VIEWATTRIBUTE | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_CS_RESTR_VIEWATTRIBUTE | Entferntes Viewattribut oder NULL, falls nicht vorhanden | 20100219 |
Method REMOVE_RESTRICTED_VIEWATTR on class CL_RSDD_CS_DELTAQUERY has no exception.
Method SET_SELECTIONS_VARIABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_VARIABLE | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_VARIABLE | Calc Scenario Variable (multiproviderDeltaQueryVariable) | 20120419 |
Method SET_SELECTIONS_VARIABLE on class CL_RSDD_CS_DELTAQUERY has no exception.
Method WRITE_VIEWATTRIBUTES Signature
Method WRITE_VIEWATTRIBUTES on class CL_RSDD_CS_DELTAQUERY has no parameter.
Method WRITE_VIEWATTRIBUTES on class CL_RSDD_CS_DELTAQUERY has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 730 |