SAP ABAP Class IF_RSR_VAR_RUNTIME (Variables for One or More Queries)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RSR_VAR_RUNTIME_OBSOLETE Obsolete Methods 20050103
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
Class IF_RSR_VAR_RUNTIME  
Short Description Variables for One or More Queries    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20040528   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_RSR_VAR_RUNTIME has no interface implemented.
Friends
Class IF_RSR_VAR_RUNTIME has no friend class.
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
# Method Level Visibility Method type Description Created on
1 ADD_BY_VAR_ID Instance method Public Method Add Variable for Browser-Back (screen change...) 20040528
2 CANCEL Instance method Public Method Cancel Variable screen 20121023
3 CHECK Instance method Public Method Check Values 20040528
4 DEL_PERS_VALUES Instance method Public Method 20050103
5 FREE Instance method Public Method Delete all 20040528
6 GET_CURRENT_NVAR Instance method Public Method Variable Values of Current Status 20050927
7 GET_DEFINITION Instance method Public Method Get Definition 20040528
8 GET_DEPHIER_FOR_VARIABLE Instance method Public Method Determines the context for a hierarchy variable 20071129
9 GET_DEPSELDR_FOR_VARIABLE Instance method Public Method Determines dependent selections for a variable 20071129
10 GET_DUEDATE_FOR_VARIABLE Instance method Public Method Determines the key date for a variable 20071012
11 GET_F4_PARAMETERS Instance method Public Method Fixed Selection 20041217
12 GET_FORMAT_REF Instance method Public Method 20081205
13 GET_HELP_VALUES Instance method Public Method F4 Help 20050103
14 GET_INITIAL_STATE Instance method Public Method Request Default Values 20040608
15 GET_INTERNAL_VALUES Instance method Public Method Read Values in Internal Format (->Variants, Personalization) 20050103
16 GET_IOBJ_BLOCKED_STATE Instance method Public Method InfoObjects with Incompatible Filter Status 20050608
17 GET_RESULT_OF_SUBMIT Instance method Public Method 20040528
18 GET_RUNTIME_INFO Instance method Public Method Info for Atomic Runtime Objects in the Container 20050103
19 GET_SCREEN_FLAG Instance method Public Method 20040528
20 GET_SINGLE_VARIABLES Instance method Public Method 20040603
21 GET_VALUES Instance method Public Method Read values 20040528
22 GET_VARIANT_LIST Instance method Public Method 20050103
23 GET_VAR_TXT_SYMBOLS Instance method Public Method Text symbols 20040609
24 GET_VNAM_INFO Instance method Public Method Finds information about the variable 20090223
25 GET_VQUERY Instance method Public Method 20040607
26 IS_MELTED Instance method Public Method Return if this variable runtime is a melted one 20121025
27 IS_SUBMITTED Instance method Public Method 20040528
28 NODE_GET_CHILDREN Instance method Public Method Get Lower-level Hierarchy Nodes 20050103
29 READ_PERS_VALUES Instance method Public Method Reset Values for a Variable to Personalized Values 20050103
30 READ_VARIANT Instance method Public Method Get variant 20050103
31 RESET_IOBJ_STATE Instance method Public Method Reset Filter Status of an InfoObject 20050608
32 RESET_PROCESSED_FLAG Instance method Public Method 20040528
33 RESOLVE Instance method Public Method INTERNAL!!! References to CL_RSR_VAR 20040603
34 SAVE_PERS_VALUES Instance method Public Method Store Values for a Variable in Personalization 20050103
35 SAVE_VARIANT Instance method Public Method Save Variant 20050103
36 SCREEN_NECESSARY Instance method Public Method Variable Screen Absolutely Necessary 20040528
37 SCREEN_POSSIBLE Instance method Public Method Variables Screen Possible 20040528
38 SEND_ABAP_DYNPRO Instance method Public Method Display SAP GUI Variable Screen 20040607
39 SET_GET_PARAMETER Instance method Public Method Set Set/Get Parameter(s) 20081125
40 SET_HIERARCHY Instance method Public Method Set Hierarchy for Node Variables 20050617
41 SET_INITIAL_STATE Instance method Public Method Set Initial Status 20040528
42 SET_INTERNAL_VALUES Instance method Public Method Set Values in Internal Format (BRUTE FORCE!!!) 20050103
43 SET_PERS_TYPE Instance method Public Method 20060221
44 SET_VALUES Instance method Public Method Set values 20040528
45 SUBMIT Instance method Public Method Send Values 20040528
46 SUPPORTS_VARIANTS Instance method Public Method 20050103
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 Importing I_S_VAR_ID Call by reference Type reference (TYPE) RSR_S_VAR_ID ID einer Variablen 20040528
2 Returning R_S_DEF Value transfer Type reference (TYPE) RSR_S_VARIABLE_DEFINITION Beschreibung einer Variablen 20040528

Method ADD_BY_VAR_ID on class IF_RSR_VAR_RUNTIME has no exception.

Method CANCEL Signature

Method CANCEL on class IF_RSR_VAR_RUNTIME has no parameter.
Method CANCEL on class 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 Importing I_WITH_EXIT Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20060530
# Exception Resumable Description Created on
1 CX_RSR_BAD_VALUE_COMBINATION Ungültige Variablenwerte 20040528
2 CX_RS_NOT_AUTHORIZED BW: Allgemeine Fehlerklasse 20040625

Method DEL_PERS_VALUES Signature

Method DEL_PERS_VALUES on class IF_RSR_VAR_RUNTIME has no parameter.
Method DEL_PERS_VALUES on class IF_RSR_VAR_RUNTIME has no exception.

Method FREE Signature

Method FREE on class IF_RSR_VAR_RUNTIME has no parameter.
Method FREE on class 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 Importing I_WITH_NOINPUT Value transfer Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20061013
2 Importing I_WITH_REPPATH Value transfer Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20061013
3 Importing I_WITH_STATE Value transfer Type reference (TYPE) RS_BOOL RS_C_TRUE Incl. Variablen im Vorschlagswert 20061012
4 Importing I_WITH_TEXT Value transfer Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20080117
5 Returning R_T_NVAR Value transfer Type reference (TYPE) RRX1_T_NVAR 20050927

Method GET_CURRENT_NVAR on class 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 Importing I_MELT Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Verschmelzen 20040528
2 Returning R_T_DEF Value transfer Type reference (TYPE) RSR_T_VARIABLE_DEFINITION Definition 20040528
# Exception Resumable Description Created on
1 CX_RS_ERROR 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 Exporting E_CHABASNM Call by reference Type reference (TYPE) RSCHANM InfoObject 20071129
2 Exporting E_HDATE Call by reference Type reference (TYPE) RSDATETO Datum gültig bis 20071129
3 Exporting E_VERSION Call by reference Type reference (TYPE) RSVERSION Hierarchieversion 20071129
4 Importing I_VNAM Call by reference Type reference (TYPE) RSZVNAM Name (ID) einer Berichtsvariablen 20071129
# Exception Resumable Description Created on
1 CX_RS_NOT_POSSIBLE 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 Importing I_VNAM Call by reference Type reference (TYPE) RSZVNAM Name (ID) einer Berichtsvariablen 20071129
2 Returning R_TSX_SELDR Value transfer Type reference (TYPE) RSDD_TSX_SELDR Selektion 20071129
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Objekt nicht gefunden 20080513
2 CX_RS_NOT_POSSIBLE 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 Importing I_VNAM Call by reference Type reference (TYPE) RSZVNAM Name (ID) einer Berichtsvariablen 20071012
2 Returning R_DUE_DATE Value transfer Type reference (TYPE) SY-DATUM Aktuelles Datum des Applikationsservers 20071012

Method GET_DUEDATE_FOR_VARIABLE on class 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 Exporting E_F4TYPE Call by reference Type reference (TYPE) IF_RSR_VAR_GLOBAL=>TN_F4TYPE 20041217
2 Exporting E_F4_MODE Call by reference Type reference (TYPE) RSDM_F4_MODE 20041217
3 Exporting E_INFOPROV Value transfer Type reference (TYPE) RSINFOPROV InfoProvider 20041217
4 Exporting E_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20041217
5 Exporting E_KEY_DATE Call by reference Type reference (TYPE) SY-DATUM Aktuelles Datum des Applikationsservers 20041217
6 Exporting E_PRSNT1 Call by reference Type reference (TYPE) RSDM5_PRSNT1 Einstellige Darstellung 20041217
7 Exporting E_TH_HIERARCHY Call by reference Type reference (TYPE) IF_RSR_VAR_GLOBAL=>TN_TH_HIERARCHY 20041217
8 Exporting E_TSX_SELDR Call by reference Type reference (TYPE) RSDD_TSX_SELDR Selektion an den Datamanager 20041217
9 Importing I_SKIP_MESSAGE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20070608
10 Importing I_S_VAR_ID Call by reference Type reference (TYPE) RSR_S_VAR_ID ID einer Variablen 20041217
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20041217

Method GET_FORMAT_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_FORMAT Value transfer Object reference (TYPE REF TO) CL_RSR_FORMAT Erzeugung von Formatinstanzen 20081205

Method GET_FORMAT_REF on class IF_RSR_VAR_RUNTIME has no exception.

Method GET_HELP_VALUES Signature

Method GET_HELP_VALUES on class IF_RSR_VAR_RUNTIME has no parameter.
Method GET_HELP_VALUES on class 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 Exporting E_THX_VAR_SLICER Call by reference Type reference (TYPE) RRO01_THX_VAR_SLICER 20040608
2 Exporting E_T_NVAR Call by reference Type reference (TYPE) RRX1_T_NVAR 20040608
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20040608

Method GET_INTERNAL_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_VAR_ID Call by reference Type reference (TYPE) RSR_S_VAR_ID ID einer Variablen 20051115
2 Returning 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 CX_RS_ERROR 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 Returning R_TH_IOBJNM Value transfer Type reference (TYPE) RSD_TH_IOBJNM List of InfoObjects 20050608

Method GET_IOBJ_BLOCKED_STATE on class 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 Exporting E_THX_VAR_SLICER Call by reference Type reference (TYPE) RRO01_THX_VAR_SLICER 20040528
2 Exporting E_T_NVAR Call by reference Type reference (TYPE) RRX1_T_NVAR 20040528
# Exception Resumable Description Created on
1 CX_RSR_BAD_VALUE_COMBINATION Ungültige Variablenwerte 20050210
2 CX_RS_NOT_AUTHORIZED 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 Returning R_T_RUNTIME_INFO Value transfer Type reference (TYPE) IF_RSR_VAR_GLOBAL=>TN_T_RUNTIME_INFO 20050103

Method GET_RUNTIME_INFO on class 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 Returning R_SCREENFLAG Value transfer Type reference (TYPE) RS_BOOL 20040528

Method GET_SCREEN_FLAG on class 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 Importing I_S_VAR_ID Call by reference Type reference (TYPE) RSR_S_VAR_ID ID einer Variablen 20120827
2 Returning R_TH_VARIABLE Value transfer Type reference (TYPE) RSR_TH_SINGLE_VARIABLE 20040603
# Exception Resumable Description Created on
1 CX_RSR_BAD_VALUE_COMBINATION Ungültige Variablenwerte 20040603
2 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20040603

Method GET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO_RAISE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20060218
2 Importing I_S_VAR_ID Call by reference Type reference (TYPE) RSR_S_VAR_ID ID einer Variablen 20051115
3 Returning R_T_VALUES Value transfer Type reference (TYPE) RSR_T_VARIABLE_VALUES Werte 20040528
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20040528

Method GET_VARIANT_LIST Signature

Method GET_VARIANT_LIST on class IF_RSR_VAR_RUNTIME has no parameter.
Method GET_VARIANT_LIST on class 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 Importing I_BATCH_PRINTING Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20040609
2 Returning R_T_TXT_SYMBOLS Value transfer Type reference (TYPE) RRX1_T_TXT_SYMBOLS 20040609

Method GET_VAR_TXT_SYMBOLS on class 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 Exporting E_IOBJNM Call by reference Type reference (TYPE) RSCHANM Merkmal 20090223
2 Exporting E_VARTYP Call by reference Type reference (TYPE) RSZVARTYP Typ einer Berichtsvariablen 20090223
3 Exporting E_VPARSEL Call by reference Type reference (TYPE) RSZVPARSEL Parameterselektion: Einzelwert, Intervall, Selektionsoption 20090223
4 Importing I_VNAM Call by reference Type reference (TYPE) RSZVNAM Name (ID) einer Berichtsvariablen 20090223

Method GET_VNAM_INFO on class 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 Returning R_TSX_SELDR Value transfer Type reference (TYPE) RSDD_TSX_SELDR Selektion an den Datamanager 20040607
# Exception Resumable Description Created on
1 CX_RSR_BAD_VALUE_COMBINATION Ungültige Variablenwerte 20040625
2 CX_RS_NOT_AUTHORIZED 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 Returning R_MELTED Value transfer Type reference (TYPE) RS_BOOL Boolean 20121025

Method IS_MELTED on class 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 Returning R_BOOL Value transfer Type reference (TYPE) RS_BOOL 20040528
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20040528

Method NODE_GET_CHILDREN Signature

Method NODE_GET_CHILDREN on class IF_RSR_VAR_RUNTIME has no parameter.
Method NODE_GET_CHILDREN on class IF_RSR_VAR_RUNTIME has no exception.

Method READ_PERS_VALUES Signature

Method READ_PERS_VALUES on class IF_RSR_VAR_RUNTIME has no parameter.
Method READ_PERS_VALUES on class IF_RSR_VAR_RUNTIME has no exception.

Method READ_VARIANT Signature

Method READ_VARIANT on class IF_RSR_VAR_RUNTIME has no parameter.
Method READ_VARIANT on class 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 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20050608
2 Returning R_T_DEF_DELTA Value transfer Type reference (TYPE) RSR_T_VARIABLE_DEFINITION Variablenbeschreibung 20050608

Method RESET_IOBJ_STATE on class 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 Importing I_T_VNAM Call by reference Type reference (TYPE) TABLE 20040528
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20040528

Method RESOLVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RESOLVE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20040603
2 Returning R_TH_VAR_RUNTIME Value transfer Type reference (TYPE) TN_TH_VAR_RUNTIME 20040603

Method RESOLVE on class IF_RSR_VAR_RUNTIME has no exception.

Method SAVE_PERS_VALUES Signature

Method SAVE_PERS_VALUES on class IF_RSR_VAR_RUNTIME has no parameter.
Method SAVE_PERS_VALUES on class IF_RSR_VAR_RUNTIME has no exception.

Method SAVE_VARIANT Signature

Method SAVE_VARIANT on class IF_RSR_VAR_RUNTIME has no parameter.
Method SAVE_VARIANT on class 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 Importing I_SHOW_MSG Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20080311
2 Returning R_NECESSARY Value transfer Type reference (TYPE) RS_BOOL Boolean 20040528
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20040528

Method SCREEN_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_POSSIBLE Value transfer Type reference (TYPE) RS_BOOL Boolean 20040528

Method SCREEN_POSSIBLE on class IF_RSR_VAR_RUNTIME has no exception.

Method SEND_ABAP_DYNPRO Signature

Method SEND_ABAP_DYNPRO on class IF_RSR_VAR_RUNTIME has no parameter.
# Exception Resumable Description Created on
1 CX_RSR_BAD_VALUE_COMBINATION Ungültige Variablenwerte 20040607
2 CX_RS_CANCELLED Abbruch durch den Benutzer (Dialog) 20040607
3 CX_RS_NOT_AUTHORIZED BW: Allgemeine Fehlerklasse 20040625

Method SET_GET_PARAMETER Signature

Method SET_GET_PARAMETER on class IF_RSR_VAR_RUNTIME has no parameter.
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20081125

Method SET_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATETO Value transfer Type reference (TYPE) RSDATETO Datum gültig bis 20050617
2 Importing I_HIENM Value transfer Type reference (TYPE) RSHIENM Hierarchiename 20050617
3 Importing I_S_VAR_ID Call by reference Type reference (TYPE) RSR_S_VAR_ID ID einer Variablen 20050617
4 Importing I_VERSION Value transfer Type reference (TYPE) RSVERSION Hierarchieversion 20050617

Method SET_HIERARCHY on class 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 Importing I_PMODE Call by reference Type reference (TYPE) RRSMODE Modus in dem eine Query ausgeführt wird (Online,Batch) 20040528
2 Importing I_SELSCRN Call by reference Type reference (TYPE) RSR_SELSCRN RSR_C_SELSCRN-INACT 20040528
3 Importing I_STATE_MODE Call by reference Type reference (TYPE) RRSTATEMODE RRO04_C_STATE_MODE-UPDATE Wiederverwendung des Filters beim Auffrischen 20050608
4 Importing I_THX_VAR_SLICER Call by reference Type reference (TYPE) RRO01_THX_VAR_SLICER 20040528
5 Importing I_T_DRAG_RELATE Call by reference Type reference (TYPE) RSR_T_DRAG_RELATE Informationen vom BW Unifier 20040528
6 Importing I_T_NVAR Call by reference Type reference (TYPE) RRX1_T_NVAR 20040528
7 Importing I_VARIANT Call by reference Type reference (TYPE) C ABAP: Name einer Variante (ohne Programmname) 20040528
# Exception Resumable Description Created on
1 CX_RSR_BAD_VALUE_COMBINATION Ungültige Variablenwerte 20040528
2 CX_RSR_INVALID_FORMAT Ungültiges Format 20040528
3 CX_RS_NOT_AUTHORIZED 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 Importing 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 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20050103

Method SET_PERS_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PERS_TYPE Value transfer Type reference (TYPE) RS_PERS_VAR_TYPE Beschreibt, wie Variablen personalisiert wurde 20060221
2 Importing I_RESET Value transfer Type reference (TYPE) RS_BOOL Boolean 20060221
3 Importing I_S_VAR_ID Value transfer Type reference (TYPE) RSR_S_VAR_ID ID einer Variablen 20060221

Method SET_PERS_TYPE on class 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 Importing I_T_VALUES Call by reference Type reference (TYPE) RSR_T_VARIABLE_VALUES Werte 20040528
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20040528

Method SUBMIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NO_CHANGE Call by reference Type reference (TYPE) RS_BOOL Boolean 20121023
# Exception Resumable Description Created on
1 CX_RSR_BAD_VALUE_COMBINATION Ungültige Variablenwerte 20040528
2 CX_RS_NOT_AUTHORIZED BW: Allgemeine Fehlerklasse 20040625

Method SUPPORTS_VARIANTS Signature

Method SUPPORTS_VARIANTS on class IF_RSR_VAR_RUNTIME has no parameter.
Method SUPPORTS_VARIANTS on class IF_RSR_VAR_RUNTIME has no exception.
Event Signatures

Event CANCELLED Signature
Event CANCELLED on class IF_RSR_VAR_RUNTIME has no parameter.
Event DEF_CHANGED Signature
Event DEF_CHANGED on class 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