Hierarchy

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RSR_LOCAL_VAR | Varaible Connection to Container | 20040617 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSR_VAR | Variable Connection to Container | 20040528 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSR_VAR_RUNTIME | Services for Variable Screen | 20040603 |
Properties
Interface | IF_RSR_VAR_RUNTIME | |
Short Description | Variables for One or More Queries |
General Data
Package | RSROA_VAR | OLAP Variables |
Created | 20040528 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_RSR_VAR_GLOBAL | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | IF_RSR_VAR_RUNTIME | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | RRO01 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | RRX1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
5 | RS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
6 | RSD | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
7 | RSR | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSR_VAR_RUNTIME_OBSOLETE | Obsolete Methods | 20050103 |
Friends
Interface IF_RSR_VAR_RUNTIME has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_C_HANDLE_ALL | Constant | Public | Type reference (TYPE) | RRX1_HANDLE | RSR_C_HIGH_HANDLE | 20040719 | ||
2 | N_HANDLE | Instance attribute | Public | Type reference (TYPE) | RRX1_HANDLE | 20040719 | |||
3 | N_TECHNM | Instance attribute | Public | Type reference (TYPE) | RSTECHNM | Technical Name | 20060825 | ||
4 | N_TITLE | Instance attribute | Public | Type reference (TYPE) | RS_TXTLG | 20040830 |
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CANCELLED | Instance Event (0) |
Public (2) |
Variable Screen cancelled | 20121023 |
2 | DEF_CHANGED | Instance Event (0) |
Public (2) |
Definition changed | 20061127 |
3 | SUBMITTED | Instance Event (0) |
Public (2) |
Variables Were Released | 20040528 |
4 | VARIABLE_VALUE_CHANGED | Instance Event (0) |
Public (2) |
Variable Value Was Changed | 20040528 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_NAMED_RUNTIME | Public | See coding | 20040910 | BEGIN OF tn_s_named_runtime,
name TYPE rsbolap_object_name,
ref TYPE REF TO if_rsr_var_runtime,
END OF tn_s_named_runtime
|
||
2 | TN_TH_NAMED_RUNTIME | Public | See coding | 20040910 | tn_th_named_runtime TYPE HASHED TABLE OF
tn_s_named_runtime
WITH UNIQUE KEY ref
INITIAL SIZE 1
|
||
3 | TN_TH_VAR_RUNTIME | Public | See coding | 20040528 | tn_th_var_runtime TYPE HASHED TABLE OF REF TO
if_rsr_var_runtime
WITH UNIQUE KEY table_line
INITIAL SIZE 1
|
Method Signatures
Method ADD_BY_VAR_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_VAR_ID | Call by reference | Type reference (TYPE) | RSR_S_VAR_ID | ID einer Variablen | 20040528 | ||
2 | ![]() |
R_S_DEF | Value transfer | Type reference (TYPE) | RSR_S_VARIABLE_DEFINITION | Beschreibung einer Variablen | 20040528 |
Method ADD_BY_VAR_ID on Interface IF_RSR_VAR_RUNTIME has no exception.
Method CANCEL Signature
Method CANCEL on Interface IF_RSR_VAR_RUNTIME has no parameter.
Method CANCEL on Interface IF_RSR_VAR_RUNTIME has no exception.
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_WITH_EXIT | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20060530 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültige Variablenwerte | 20040528 | |
2 | ![]() |
BW: Allgemeine Fehlerklasse | 20040625 |
Method DEL_PERS_VALUES Signature
Method DEL_PERS_VALUES on Interface IF_RSR_VAR_RUNTIME has no parameter.
Method DEL_PERS_VALUES on Interface IF_RSR_VAR_RUNTIME has no exception.
Method FREE Signature
Method FREE on Interface IF_RSR_VAR_RUNTIME has no parameter.
Method FREE on Interface IF_RSR_VAR_RUNTIME has no exception.
Method GET_CURRENT_NVAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_WITH_NOINPUT | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20061013 | |
2 | ![]() |
I_WITH_REPPATH | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20061013 | |
3 | ![]() |
I_WITH_STATE | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Incl. Variablen im Vorschlagswert | 20061012 | |
4 | ![]() |
I_WITH_TEXT | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20080117 | |
5 | ![]() |
R_T_NVAR | Value transfer | Type reference (TYPE) | RRX1_T_NVAR | 20050927 |
Method GET_CURRENT_NVAR on Interface IF_RSR_VAR_RUNTIME has no exception.
Method GET_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MELT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Verschmelzen | 20040528 | |
2 | ![]() |
R_T_DEF | Value transfer | Type reference (TYPE) | RSR_T_VARIABLE_DEFINITION | Definition | 20040528 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20040528 |
Method GET_DEPHIER_FOR_VARIABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CHABASNM | Call by reference | Type reference (TYPE) | RSCHANM | InfoObject | 20071129 | ||
2 | ![]() |
E_HDATE | Call by reference | Type reference (TYPE) | RSDATETO | Datum gültig bis | 20071129 | ||
3 | ![]() |
E_VERSION | Call by reference | Type reference (TYPE) | RSVERSION | Hierarchieversion | 20071129 | ||
4 | ![]() |
I_VNAM | Call by reference | Type reference (TYPE) | RSZVNAM | Name (ID) einer Berichtsvariablen | 20071129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Durchschnitt war nicht möglich | 20071129 |
Method GET_DEPSELDR_FOR_VARIABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VNAM | Call by reference | Type reference (TYPE) | RSZVNAM | Name (ID) einer Berichtsvariablen | 20071129 | ||
2 | ![]() |
R_TSX_SELDR | Value transfer | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion | 20071129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt nicht gefunden | 20080513 | |
2 | ![]() |
Durchschnitt war nicht möglich | 20071129 |
Method GET_DUEDATE_FOR_VARIABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_VNAM | Call by reference | Type reference (TYPE) | RSZVNAM | Name (ID) einer Berichtsvariablen | 20071012 | ||
2 | ![]() |
R_DUE_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | Aktuelles Datum des Applikationsservers | 20071012 |
Method GET_DUEDATE_FOR_VARIABLE on Interface IF_RSR_VAR_RUNTIME has no exception.
Method GET_F4_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_F4TYPE | Call by reference | Type reference (TYPE) | IF_RSR_VAR_GLOBAL=>TN_F4TYPE | 20041217 | |||
2 | ![]() |
E_F4_MODE | Call by reference | Type reference (TYPE) | RSDM_F4_MODE | 20041217 | |||
3 | ![]() |
E_INFOPROV | Value transfer | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20041217 | ||
4 | ![]() |
E_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20041217 | ||
5 | ![]() |
E_KEY_DATE | Call by reference | Type reference (TYPE) | SY-DATUM | Aktuelles Datum des Applikationsservers | 20041217 | ||
6 | ![]() |
E_PRSNT1 | Call by reference | Type reference (TYPE) | RSDM5_PRSNT1 | Einstellige Darstellung | 20041217 | ||
7 | ![]() |
E_TH_HIERARCHY | Call by reference | Type reference (TYPE) | IF_RSR_VAR_GLOBAL=>TN_TH_HIERARCHY | 20041217 | |||
8 | ![]() |
E_TSX_SELDR | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20041217 | ||
9 | ![]() |
I_SKIP_MESSAGE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20070608 | |
10 | ![]() |
I_S_VAR_ID | Call by reference | Type reference (TYPE) | RSR_S_VAR_ID | ID einer Variablen | 20041217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20041217 |
Method GET_FORMAT_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_FORMAT | Value transfer | Object reference (TYPE REF TO) | CL_RSR_FORMAT | Erzeugung von Formatinstanzen | 20081205 |
Method GET_FORMAT_REF on Interface IF_RSR_VAR_RUNTIME has no exception.
Method GET_HELP_VALUES Signature
Method GET_HELP_VALUES on Interface IF_RSR_VAR_RUNTIME has no parameter.
Method GET_HELP_VALUES on Interface IF_RSR_VAR_RUNTIME has no exception.
Method GET_INITIAL_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_THX_VAR_SLICER | Call by reference | Type reference (TYPE) | RRO01_THX_VAR_SLICER | 20040608 | |||
2 | ![]() |
E_T_NVAR | Call by reference | Type reference (TYPE) | RRX1_T_NVAR | 20040608 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20040608 |
Method GET_INTERNAL_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_VAR_ID | Call by reference | Type reference (TYPE) | RSR_S_VAR_ID | ID einer Variablen | 20051115 | ||
2 | ![]() |
R_TSX_VALUES | Value transfer | Type reference (TYPE) | IF_RSR_VAR_GLOBAL=>TN_TSX_INT_VAR_VALUE | Werte | 20050103 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20050103 |
Method GET_IOBJ_BLOCKED_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TH_IOBJNM | Value transfer | Type reference (TYPE) | RSD_TH_IOBJNM | List of InfoObjects | 20050608 |
Method GET_IOBJ_BLOCKED_STATE on Interface IF_RSR_VAR_RUNTIME has no exception.
Method GET_RESULT_OF_SUBMIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_THX_VAR_SLICER | Call by reference | Type reference (TYPE) | RRO01_THX_VAR_SLICER | 20040528 | |||
2 | ![]() |
E_T_NVAR | Call by reference | Type reference (TYPE) | RRX1_T_NVAR | 20040528 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültige Variablenwerte | 20050210 | |
2 | ![]() |
Keine Berechtigung (nicht als Vaterklasse benutzen !!) | 20040604 |
Method GET_RUNTIME_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_RUNTIME_INFO | Value transfer | Type reference (TYPE) | IF_RSR_VAR_GLOBAL=>TN_T_RUNTIME_INFO | 20050103 |
Method GET_RUNTIME_INFO on Interface IF_RSR_VAR_RUNTIME has no exception.
Method GET_SCREEN_FLAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SCREENFLAG | Value transfer | Type reference (TYPE) | RS_BOOL | 20040528 |
Method GET_SCREEN_FLAG on Interface IF_RSR_VAR_RUNTIME has no exception.
Method GET_SINGLE_VARIABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_VAR_ID | Call by reference | Type reference (TYPE) | RSR_S_VAR_ID | ID einer Variablen | 20120827 | ||
2 | ![]() |
R_TH_VARIABLE | Value transfer | Type reference (TYPE) | RSR_TH_SINGLE_VARIABLE | 20040603 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültige Variablenwerte | 20040603 | |
2 | ![]() |
BW: Allgemeine Fehlerklasse | 20040603 |
Method GET_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NO_RAISE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20060218 | |
2 | ![]() |
I_S_VAR_ID | Call by reference | Type reference (TYPE) | RSR_S_VAR_ID | ID einer Variablen | 20051115 | ||
3 | ![]() |
R_T_VALUES | Value transfer | Type reference (TYPE) | RSR_T_VARIABLE_VALUES | Werte | 20040528 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20040528 |
Method GET_VARIANT_LIST Signature
Method GET_VARIANT_LIST on Interface IF_RSR_VAR_RUNTIME has no parameter.
Method GET_VARIANT_LIST on Interface IF_RSR_VAR_RUNTIME has no exception.
Method GET_VAR_TXT_SYMBOLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BATCH_PRINTING | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20040609 | |
2 | ![]() |
R_T_TXT_SYMBOLS | Value transfer | Type reference (TYPE) | RRX1_T_TXT_SYMBOLS | 20040609 |
Method GET_VAR_TXT_SYMBOLS on Interface IF_RSR_VAR_RUNTIME has no exception.
Method GET_VNAM_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_IOBJNM | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20090223 | ||
2 | ![]() |
E_VARTYP | Call by reference | Type reference (TYPE) | RSZVARTYP | Typ einer Berichtsvariablen | 20090223 | ||
3 | ![]() |
E_VPARSEL | Call by reference | Type reference (TYPE) | RSZVPARSEL | Parameterselektion: Einzelwert, Intervall, Selektionsoption | 20090223 | ||
4 | ![]() |
I_VNAM | Call by reference | Type reference (TYPE) | RSZVNAM | Name (ID) einer Berichtsvariablen | 20090223 |
Method GET_VNAM_INFO on Interface IF_RSR_VAR_RUNTIME has no exception.
Method GET_VQUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TSX_SELDR | Value transfer | Type reference (TYPE) | RSDD_TSX_SELDR | Selektion an den Datamanager | 20040607 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültige Variablenwerte | 20040625 | |
2 | ![]() |
Keine Berechtigung (nicht als Vaterklasse benutzen !!) | 20040625 |
Method IS_MELTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_MELTED | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20121025 |
Method IS_MELTED on Interface IF_RSR_VAR_RUNTIME has no exception.
Method IS_SUBMITTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_BOOL | Value transfer | Type reference (TYPE) | RS_BOOL | 20040528 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20040528 |
Method NODE_GET_CHILDREN Signature
Method NODE_GET_CHILDREN on Interface IF_RSR_VAR_RUNTIME has no parameter.
Method NODE_GET_CHILDREN on Interface IF_RSR_VAR_RUNTIME has no exception.
Method READ_PERS_VALUES Signature
Method READ_PERS_VALUES on Interface IF_RSR_VAR_RUNTIME has no parameter.
Method READ_PERS_VALUES on Interface IF_RSR_VAR_RUNTIME has no exception.
Method READ_VARIANT Signature
Method READ_VARIANT on Interface IF_RSR_VAR_RUNTIME has no parameter.
Method READ_VARIANT on Interface IF_RSR_VAR_RUNTIME has no exception.
Method RESET_IOBJ_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20050608 | ||
2 | ![]() |
R_T_DEF_DELTA | Value transfer | Type reference (TYPE) | RSR_T_VARIABLE_DEFINITION | Variablenbeschreibung | 20050608 |
Method RESET_IOBJ_STATE on Interface IF_RSR_VAR_RUNTIME has no exception.
Method RESET_PROCESSED_FLAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_VNAM | Call by reference | Type reference (TYPE) | TABLE | 20040528 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20040528 |
Method RESOLVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_RESOLVE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20040603 | |
2 | ![]() |
R_TH_VAR_RUNTIME | Value transfer | Type reference (TYPE) | TN_TH_VAR_RUNTIME | 20040603 |
Method RESOLVE on Interface IF_RSR_VAR_RUNTIME has no exception.
Method SAVE_PERS_VALUES Signature
Method SAVE_PERS_VALUES on Interface IF_RSR_VAR_RUNTIME has no parameter.
Method SAVE_PERS_VALUES on Interface IF_RSR_VAR_RUNTIME has no exception.
Method SAVE_VARIANT Signature
Method SAVE_VARIANT on Interface IF_RSR_VAR_RUNTIME has no parameter.
Method SAVE_VARIANT on Interface IF_RSR_VAR_RUNTIME has no exception.
Method SCREEN_NECESSARY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SHOW_MSG | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20080311 | |
2 | ![]() |
R_NECESSARY | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20040528 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20040528 |
Method SCREEN_POSSIBLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_POSSIBLE | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20040528 |
Method SCREEN_POSSIBLE on Interface IF_RSR_VAR_RUNTIME has no exception.
Method SEND_ABAP_DYNPRO Signature
Method SEND_ABAP_DYNPRO on Interface IF_RSR_VAR_RUNTIME has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültige Variablenwerte | 20040607 | |
2 | ![]() |
Abbruch durch den Benutzer (Dialog) | 20040607 | |
3 | ![]() |
BW: Allgemeine Fehlerklasse | 20040625 |
Method SET_GET_PARAMETER Signature
Method SET_GET_PARAMETER on Interface IF_RSR_VAR_RUNTIME has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20081125 |
Method SET_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATETO | Value transfer | Type reference (TYPE) | RSDATETO | Datum gültig bis | 20050617 | ||
2 | ![]() |
I_HIENM | Value transfer | Type reference (TYPE) | RSHIENM | Hierarchiename | 20050617 | ||
3 | ![]() |
I_S_VAR_ID | Call by reference | Type reference (TYPE) | RSR_S_VAR_ID | ID einer Variablen | 20050617 | ||
4 | ![]() |
I_VERSION | Value transfer | Type reference (TYPE) | RSVERSION | Hierarchieversion | 20050617 |
Method SET_HIERARCHY on Interface IF_RSR_VAR_RUNTIME has no exception.
Method SET_INITIAL_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PMODE | Call by reference | Type reference (TYPE) | RRSMODE | Modus in dem eine Query ausgeführt wird (Online,Batch) | 20040528 | ||
2 | ![]() |
I_SELSCRN | Call by reference | Type reference (TYPE) | RSR_SELSCRN | RSR_C_SELSCRN-INACT | 20040528 | ||
3 | ![]() |
I_STATE_MODE | Call by reference | Type reference (TYPE) | RRSTATEMODE | RRO04_C_STATE_MODE-UPDATE | Wiederverwendung des Filters beim Auffrischen | 20050608 | |
4 | ![]() |
I_THX_VAR_SLICER | Call by reference | Type reference (TYPE) | RRO01_THX_VAR_SLICER | 20040528 | |||
5 | ![]() |
I_T_DRAG_RELATE | Call by reference | Type reference (TYPE) | RSR_T_DRAG_RELATE | Informationen vom BW Unifier | 20040528 | ||
6 | ![]() |
I_T_NVAR | Call by reference | Type reference (TYPE) | RRX1_T_NVAR | 20040528 | |||
7 | ![]() |
I_VARIANT | Call by reference | Type reference (TYPE) | C | ABAP: Name einer Variante (ohne Programmname) | 20040528 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültige Variablenwerte | 20040528 | |
2 | ![]() |
Ungültiges Format | 20040528 | |
3 | ![]() |
Keine Berechtigung (nicht als Vaterklasse benutzen !!) | 20040528 |
Method SET_INTERNAL_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TSX_VALUES | Call by reference | Type reference (TYPE) | IF_RSR_VAR_GLOBAL=>TN_TSX_INT_VAR_VALUE | Werte | 20050103 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20050103 |
Method SET_PERS_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PERS_TYPE | Value transfer | Type reference (TYPE) | RS_PERS_VAR_TYPE | Beschreibt, wie Variablen personalisiert wurde | 20060221 | ||
2 | ![]() |
I_RESET | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20060221 | ||
3 | ![]() |
I_S_VAR_ID | Value transfer | Type reference (TYPE) | RSR_S_VAR_ID | ID einer Variablen | 20060221 |
Method SET_PERS_TYPE on Interface IF_RSR_VAR_RUNTIME has no exception.
Method SET_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_VALUES | Call by reference | Type reference (TYPE) | RSR_T_VARIABLE_VALUES | Werte | 20040528 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BW: Allgemeine Fehlerklasse | 20040528 |
Method SUBMIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_NO_CHANGE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20121023 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültige Variablenwerte | 20040528 | |
2 | ![]() |
BW: Allgemeine Fehlerklasse | 20040625 |
Method SUPPORTS_VARIANTS Signature
Method SUPPORTS_VARIANTS on Interface IF_RSR_VAR_RUNTIME has no parameter.
Method SUPPORTS_VARIANTS on Interface IF_RSR_VAR_RUNTIME has no exception.
Event Signatures
Event CANCELLED Signature
Event CANCELLED on Interface IF_RSR_VAR_RUNTIME has no parameter.
Event DEF_CHANGED Signature
Event DEF_CHANGED on Interface IF_RSR_VAR_RUNTIME has no parameter.
Event SUBMITTED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | NO_CHANGE | Exporting | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20121023 |
Event VARIABLE_VALUE_CHANGED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | I_VAR_ID | Exporting | Value transfer | Type reference (TYPE) | RSR_S_VAR_ID | Variable die verändert wurde | 20040528 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 400 |