SAP ABAP Class CL_RSAN_RT_VAR_CONTAINER (Variable Container)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-EI-APD (Application Component) Analysis Process Designer
⤷
RSAN_RT (Package) APD - Tool - Runtime

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSR_VAR_GLOBAL | Variable Connection to Container | 20061116 |
Properties
Class | CL_RSAN_RT_VAR_CONTAINER | |
Short Description | Variable Container | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSAN_RT | APD - Tool - Runtime |
Created | 20061116 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSR_VAR_GLOBAL | Variable Connection to Container | 20061116 |
Friends
Class CL_RSAN_RT_VAR_CONTAINER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSPLFR_VAR_CONT | Variable Container | 20061116 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TH_VAR_PROP | Cache Variable Properties | 20061121 | ||
3 | ![]() |
Instance attribute | Private | See coding | All Variables Including Offset and Compounding Information | 20061120 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add Variable (Collect for Replacement Later) | 20061120 |
2 | ![]() |
Static method | Public | Method | Free OLAP variable containers | 20130114 |
3 | ![]() |
Instance method | Public | Method | Gets Value of Variable | 20061117 |
4 | ![]() |
Static method | Public | Method | Gets Properties of Variable | 20061121 |
5 | ![]() |
Instance method | Public | Method | Replace variables | 20130111 |
Events
Class CL_RSAN_RT_VAR_CONTAINER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_VARIABLE | Private | See coding | Variable Including Offset and Compounding Information | 20061120 | BEGIN OF s_variable,
varnm TYPE rszvnam,
offset TYPE rrvshift,
th_cmp TYPE rsanr_rt2_th_cmp,
iobjnm TYPE rsiobjnm,
id TYPE rsuniidc25,
ts_cmp TYPE if_rsr_var_global=>tn_ts_cmp,
END OF s_variable
|
|
2 | S_VAR_PROP | Private | See coding | Variable Properties | 20061121 | begin of S_VAR_PROP,
varnm type rszvnam,
globv type RZD1_S_GLOBV,
end of s_var_prop
|
|
3 | TH_VAR_PROP | Private | See coding | Cache Variable Properties | 20061121 | TH_VAR_PROP type HASHED TABLE OF S_VAR_PROP with UNIQUE key varnm
|
Method Signatures
Method ADD_VARIABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OFFSET | Call by reference | Type reference (TYPE) | RRVSHIFT | Verschiebung der Variable (&VAR+n) | 20061120 | ||
2 | ![]() |
I_TH_CMP | Call by reference | Type reference (TYPE) | RSANR_RT2_TH_CMP | Klammerungsinfo (Komponenten) | 20061120 | ||
3 | ![]() |
I_VARNM | Call by reference | Type reference (TYPE) | RSZVNAM | Variablenname | 20061120 |
Method ADD_VARIABLE on class CL_RSAN_RT_VAR_CONTAINER has no exception.
Method FREE Signature
Method FREE on class CL_RSAN_RT_VAR_CONTAINER has no parameter.
Method FREE on class CL_RSAN_RT_VAR_CONTAINER has no exception.
Method GET_VARIABLE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_RANGE | Value transfer | Type reference (TYPE) | RSDRI_T_RANGE | Variablenwert (Range-Tabelle) | 20061121 | ||
2 | ![]() |
I_OFFSET | Call by reference | Type reference (TYPE) | RRVSHIFT | Verschiebung der Variable (&VAR+n) | 20061117 | ||
3 | ![]() |
I_R_MSG | Call by reference | Object reference (TYPE REF TO) | CL_RSPLFU_MSG | Meldungen | 20070110 | ||
4 | ![]() |
I_TH_CMP | Call by reference | Type reference (TYPE) | RSANR_RT2_TH_CMP | Klammerungsinfo (Komponenten) | 20061120 | ||
5 | ![]() |
I_VARNM | Call by reference | Type reference (TYPE) | RSZVNAM | Variablenname | 20061117 |
Method GET_VARIABLE_VALUE on class CL_RSAN_RT_VAR_CONTAINER has no exception.
Method GET_VAR_PROP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ID | Call by reference | Type reference (TYPE) | RSUNIIDC25 | UUID | 20061121 | ||
2 | ![]() |
E_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20061121 | ||
3 | ![]() |
E_VARTYP | Call by reference | Type reference (TYPE) | RSZVARTYP | Typ einer Berichtsvariablen | 20061121 | ||
4 | ![]() |
E_VPARSEL | Call by reference | Type reference (TYPE) | RSZVPARSEL | Parameterselektion: Einzelwert, Intervall, Selektionsoption | 20061121 | ||
5 | ![]() |
I_VARNM | Call by reference | Type reference (TYPE) | RSZVNAM | Variablenname | 20061121 |
Method GET_VAR_PROP on class CL_RSAN_RT_VAR_CONTAINER has no exception.
Method REPLACE_VARIABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_MSG | Call by reference | Object reference (TYPE REF TO) | CL_RSPLFU_MSG | Messages | 20130111 |
Method REPLACE_VARIABLES on class CL_RSAN_RT_VAR_CONTAINER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 700 |