SAP ABAP Class CL_RSDD_CS_RESTR_VIEWATTRIBUTE (Restricted View Attribute for Calculation Scenario)
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_VIEWATTRIBUTE | View Attribute | 20100217 |
Properties
Class | CL_RSDD_CS_RESTR_VIEWATTRIBUTE | |
Short Description | Restricted View Attribute for Calculation Scenario | |
Super Class | CL_RSDD_CS_VIEWATTRIBUTE | View Attribute |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSDD_CALCSCENARIO | Create Calculation Scenario |
Created | 20100217 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSDD_CS_RESTR_VIEWATTRIBUTE has no forward declaration.
Interfaces
Class CL_RSDD_CS_RESTR_VIEWATTRIBUTE has no interface implemented.
Friends
Class CL_RSDD_CS_RESTR_VIEWATTRIBUTE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 0 | Filter ID Counter | 20100219 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GT_TS_SELECTIONS | List of Selection Filters | 20100219 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds a selection filter | 20100219 |
2 | ![]() |
Instance method | Private | Method | Builds an automatic filter ID | 20100219 |
3 | ![]() |
Instance method | Public | Method | Returns list of selection filters added so far | 20100219 |
4 | ![]() |
Instance method | Public | Method | Removes a selection filter from the internal filter list | 20100219 |
5 | ![]() |
Instance method | Private | Method | Generates XML for the selection filters | 20100219 |
Events
Class CL_RSDD_CS_RESTR_VIEWATTRIBUTE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GT_S_SELECTION | Public | See coding | Selection Filter with ID | 20100219 | BEGIN OF gt_s_selection,
id TYPE string,
filter TYPE REF TO cl_rsdd_cs_selection,
END OF gt_s_selection
|
|
2 | GT_TS_SELECTIONS | Public | See coding | List with Selection Filters | 20100219 | gt_ts_selections TYPE SORTED TABLE OF gt_s_selection WITH UNIQUE KEY id
|
Method Signatures
Method ADD_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | Frei wählbarer Name zur Identifikation des Filters | 20100219 | ||
2 | ![]() |
I_R_SELECTION | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_SELECTION | Filterobjekt für eingeschränkte Attribute und Kennzahlen | 20100219 | ||
3 | ![]() |
R_ID | Value transfer | Type reference (TYPE) | STRING | (automatisch generierte) Filter-ID | 20100219 |
Method ADD_FILTER on class CL_RSDD_CS_RESTR_VIEWATTRIBUTE has no exception.
Method GENERATE_FILTER_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_AUTO_ID | Value transfer | Type reference (TYPE) | STRING | Automaitsch generierte Filter-ID | 20100219 |
Method GENERATE_FILTER_ID on class CL_RSDD_CS_RESTR_VIEWATTRIBUTE has no exception.
Method GET_FILTERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TS_FILTERS | Value transfer | Type reference (TYPE) | GT_TS_SELECTIONS | Liste der bekannten Selektionsfilter | 20100219 |
Method GET_FILTERS on class CL_RSDD_CS_RESTR_VIEWATTRIBUTE has no exception.
Method REMOVE_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | Filter-ID des zu löschenden Filters | 20100219 | ||
2 | ![]() |
R_FILTER | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_CS_SELECTION | Entferntes Filterobjekt oder NULLl, wenn ID nicht bekannt | 20100219 |
Method REMOVE_FILTER on class CL_RSDD_CS_RESTR_VIEWATTRIBUTE has no exception.
Method WRITE_SELECTIONS Signature
Method WRITE_SELECTIONS on class CL_RSDD_CS_RESTR_VIEWATTRIBUTE has no parameter.
Method WRITE_SELECTIONS on class CL_RSDD_CS_RESTR_VIEWATTRIBUTE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |