SAP ABAP Class CL_RSWR_DB (Interface for Runtime Data)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSWEBRUNTIME (Package) Web Runtime Environment Functions (7.x)
Properties
Class CL_RSWR_DB  
Short Description Interface for Runtime Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSWEBRUNTIME   Web Runtime Environment Functions (7.x) 
Created 20050428   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSSG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSWR_DB has no interface implemented.
Friends
Class CL_RSWR_DB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_TYPE_BOOKMARK Constant Public Type reference (TYPE) RSWR_DATA_TYPE 'B' Bookmark Type 'Bookmark' 20050915
2 C_TYPE_BROADCASTING Constant Public Type reference (TYPE) RSWR_DATA_TYPE 'I' Bookmark Type 'Broadcasting' 20050913
3 C_TYPE_ITEM Constant Public Type reference (TYPE) RSWR_DATA_TYPE 'S' Bookmark Type 'Item' 20060405
4 C_TYPE_ITEM_BROADCASTING Constant Public Type reference (TYPE) RSWR_DATA_TYPE 'O' Bookmark Type 'Item' in Broadcasting 20060405
5 C_TYPE_PERSONALIZATION Constant Public Type reference (TYPE) RSWR_DATA_TYPE 'P' Bookmark Type 'Personalization' 20060905
6 C_TYPE_URL_BROADCASTING Constant Public Type reference (TYPE) RSWR_DATA_TYPE 'U' Bookmark Type 'URL' in Broadcasting 20061116
Methods
# Method Level Visibility Method type Description Created on
1 CALL_STACK_WRITE Static method Public Method Writes Call Stack to Trace Table 20060927
2 DATA_CHANGE Static method Public Method Changes Runtime Data 20060331
3 DATA_DELETE Static method Public Method Deletes Saved Runtime Data 20050530
4 DATA_GET Static method Public Method Returns Saved Runtime Data 20050530
5 DATA_SET Static method Public Method Saves Runtime Data 20050530
6 DATA_XREF_DELETE Static method Private Method Delete XREF for Runtime Data 20050531
7 DATA_XREF_GET Static method Public Method Returns XREF for Runtime Data 20050530
8 DATA_XREF_SET Static method Private Method Saves XREF for Runtime Data 20050530
9 GET_LIST Static method Public Method Read List of Bookmarks 20050913
10 PERSONALIZATION_DELETE Static method Public Method Read Personalization 20060905
11 PERSONALIZATION_GET Static method Public Method Read Personalization 20060905
12 PERSONALIZATION_SET Static method Public Method Save Personalization 20060905
13 STATUS_GET Static method Public Method Get Status 20050909
14 STATUS_SET Static method Public Method Set Status 20050909
15 STATUS_UPDATE_BROADCASTING Static method Public Method Set Status Using Broadcasting 20050913
16 _DATA_SET Static method Private Method Saves Runtime Data 20060331
Events
Class CL_RSWR_DB has no event.
Types
Class CL_RSWR_DB has no local type.
Method Signatures

Method CALL_STACK_WRITE Signature

Method CALL_STACK_WRITE on class CL_RSWR_DB has no parameter.
Method CALL_STACK_WRITE on class CL_RSWR_DB has no exception.

Method DATA_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA Value transfer Type reference (TYPE) RSWR_DATA_STRING Daten 20060331
2 Importing I_ID Value transfer Type reference (TYPE) RSWR_DATA_ID ID 20060331
3 Importing I_KEEP_TIMESTAMP Value transfer Type reference (TYPE) RS_BOOL Zeitstempel Behalten 20100214
4 Importing I_KEEP_USER Value transfer Type reference (TYPE) RS_BOOL Benutzerinformation Behalten 20100214
5 Importing I_MAIN_OBJECT Value transfer Type reference (TYPE) SOBJ_NAME Hauptobjekt (z.B. Main Template) 20060331
6 Importing I_MAIN_TLOGO Value transfer Type reference (TYPE) RSTLOGO TLogo des Hauptobjekts 20060331
7 Importing I_STATUS Value transfer Type reference (TYPE) RSWR_DATA_STATUS Status der Laufzeit-Daten 20060331
8 Importing I_TYPE Value transfer Type reference (TYPE) RSWR_DATA_TYPE Typ 20060331
9 Importing I_T_XREF Value transfer Type reference (TYPE) RSWR_TS_DATA_XREF XREF 20060331
10 Importing I_XDATA Value transfer Type reference (TYPE) RSWR_DATA_XSTRING Daten als X-String 20060331
# Exception Resumable Description Created on
1 ERROR Fehler beim Ändern 20060331

Method DATA_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA Call by reference Type reference (TYPE) RSWR_DATA_STRING Daten 20050530
2 Exporting E_XDATA Call by reference Type reference (TYPE) RSWR_DATA_XSTRING Daten als X-String 20060207
3 Importing I_ID Value transfer Type reference (TYPE) RSWR_DATA_ID ID 20050530
# Exception Resumable Description Created on
1 ERROR Fehler beim Löschen 20050530

Method DATA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA Call by reference Type reference (TYPE) RSWR_DATA_STRING Daten 20050530
2 Exporting E_XDATA Call by reference Type reference (TYPE) RSWR_DATA_XSTRING Daten als X-String 20060207
3 Importing I_ID Value transfer Type reference (TYPE) RSWR_DATA_ID ID 20050530
4 Importing I_MARK_USAGE Value transfer Type reference (TYPE) RS_BOOL 'X' Benutzung Markieren 20100214
# Exception Resumable Description Created on
1 ERROR Fehler bei Lesen 20050530

Method DATA_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ID Value transfer Type reference (TYPE) RSWR_DATA_ID ID 20050530
2 Importing I_DATA Value transfer Type reference (TYPE) RSWR_DATA_STRING Daten 20050530
3 Importing I_MAIN_OBJECT Value transfer Type reference (TYPE) SOBJ_NAME Hauptobjekt (z.B. Main Template) 20050915
4 Importing I_MAIN_TLOGO Value transfer Type reference (TYPE) RSTLOGO TLogo des Hauptobjekts 20050916
5 Importing I_STATUS Value transfer Type reference (TYPE) RSWR_DATA_STATUS Status der Laufzeit-Daten 20050909
6 Importing I_TYPE Value transfer Type reference (TYPE) RSWR_DATA_TYPE Typ 20050530
7 Importing I_T_XREF Value transfer Type reference (TYPE) RSWR_TS_DATA_XREF XREF 20050531
8 Importing I_XDATA Value transfer Type reference (TYPE) RSWR_DATA_XSTRING Daten als X-String 20060207
# Exception Resumable Description Created on
1 ERROR Fehler beim Speichern 20050530

Method DATA_XREF_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_ID Value transfer Type reference (TYPE) RSWR_DATA_ID ID von Laufzeit-Daten 20050531
# Exception Resumable Description Created on
1 ERROR Fehler beim Löschen 20050531

Method DATA_XREF_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_XREF Value transfer Type reference (TYPE) RSWR_TS_DATA_XREF XREF 20050531
2 Importing I_DATA_ID Value transfer Type reference (TYPE) RSWR_DATA_ID ID von Laufzeit-Daten 20050531
# Exception Resumable Description Created on
1 ERROR Fehler beim Lesen 20050531

Method DATA_XREF_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_ID Value transfer Type reference (TYPE) RSWR_DATA_ID ID von Laufzeit-Daten 20050531
2 Importing I_T_XREF Value transfer Type reference (TYPE) RSWR_TS_DATA_XREF XREF 20050531
# Exception Resumable Description Created on
1 ERROR Fehler beim Speichern 20050530

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_BOOKMARK Call by reference Type reference (TYPE) RSWR_T_BOOKMARK Informationen zu Bookmarks 20050914
2 Importing I_CREATION_FROM Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20050915
3 Importing I_CREATION_TO Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20050915
4 Importing I_ID Call by reference Type reference (TYPE) RSWR_DATA_ID ID von Laufzeit-Daten 20050913
5 Importing I_LAST_STATUS_CHANGE Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20050913
6 Importing I_MAIN_OBJECT_ID Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20050915
7 Importing I_MAIN_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20050916
8 Importing I_OWNER Call by reference Type reference (TYPE) XUBNAME Benutzername im Benutzerstamm 20050915
9 Importing I_STATUS Call by reference Type reference (TYPE) RSWR_DATA_STATUS Status der Laufzeit-Daten 20050913
10 Importing I_TYPE Call by reference Type reference (TYPE) RSWR_DATA_TYPE Typ der Laufzeit-Daten 20050913

Method GET_LIST on class CL_RSWR_DB has no exception.

Method PERSONALIZATION_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BOOKMARK_ID Value transfer Type reference (TYPE) RSWR_DATA_ID Bookmark ID 20060905
2 Importing I_MAIN_OBJECT_ID Value transfer Type reference (TYPE) SOBJ_NAME Name des Hauptobjekts 20060905
3 Importing I_MAIN_TLOGO Value transfer Type reference (TYPE) RSTLOGO TLogo des Hauptobjekts 20060905
4 Importing I_PATTERN_ALIAS Value transfer Type reference (TYPE) SOBJ_NAME Pattern Alias 20060905
5 Importing I_TEMPLATE_ID Value transfer Type reference (TYPE) SOBJ_NAME Name des Templates 20060905
# Exception Resumable Description Created on
1 ERROR Fehler beim Löschen 20060905

Method PERSONALIZATION_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BOOKMARK_ID Value transfer Type reference (TYPE) RSWR_DATA_ID Bookmark ID 20060905
2 Importing I_MAIN_OBJECT_ID Value transfer Type reference (TYPE) SOBJ_NAME Name des Hauptobjekts 20060905
3 Importing I_MAIN_TLOGO Value transfer Type reference (TYPE) RSTLOGO TLogo des Hauptobjekts 20060905
4 Importing I_PATTERN_ALIAS Value transfer Type reference (TYPE) SOBJ_NAME Pattern Alias 20060905
5 Importing I_TEMPLATE_ID Value transfer Type reference (TYPE) SOBJ_NAME Name des Templates 20060905
# Exception Resumable Description Created on
1 ERROR Fehler beim Lesen 20060905

Method PERSONALIZATION_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOOKMARK_ID Value transfer Type reference (TYPE) RSWR_DATA_ID Bookmark ID 20060905
2 Importing I_MAIN_OBJECT_ID Value transfer Type reference (TYPE) SOBJ_NAME Name des Hauptobjekts 20060905
3 Importing I_MAIN_TLOGO Value transfer Type reference (TYPE) RSTLOGO TLogo des Hauptobjekts 20060905
4 Importing I_PATTERN_ALIAS Value transfer Type reference (TYPE) SOBJ_NAME Pattern Alias 20060905
5 Importing I_TEMPLATE_ID Value transfer Type reference (TYPE) SOBJ_NAME Name des Templates 20060905
# Exception Resumable Description Created on
1 ERROR Fehler beim Speichern 20060905

Method STATUS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STATUS Value transfer Type reference (TYPE) RSWR_DATA_STATUS Status der Laufzeit-Daten 20050909
2 Importing I_ID Value transfer Type reference (TYPE) RSWR_DATA_ID ID von Laufzeit-Daten 20050909
# Exception Resumable Description Created on
1 ERROR Fehler beim Lesen des Status. 20050909

Method STATUS_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Value transfer Type reference (TYPE) RSWR_DATA_ID ID von Laufzeit-Daten 20050909
2 Importing I_STATUS Value transfer Type reference (TYPE) RSWR_DATA_STATUS Status der Laufzeit-Daten 20050909
# Exception Resumable Description Created on
1 ERROR Fehler beim Setzen des Status. 20050909

Method STATUS_UPDATE_BROADCASTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEREFERENCED Call by reference Type reference (TYPE) RS_BOOL Boolean 20050913
2 Importing I_ID Call by reference Type reference (TYPE) RSWR_DATA_ID ID von Laufzeit-Daten 20050913
3 Importing I_REFERENCED Call by reference Type reference (TYPE) RS_BOOL Boolean 20050913
4 Importing I_SENT Call by reference Type reference (TYPE) RS_BOOL Boolean 20050913
5 Importing I_UNSENT Call by reference Type reference (TYPE) RS_BOOL Boolean 20050913

Method STATUS_UPDATE_BROADCASTING on class CL_RSWR_DB has no exception.

Method _DATA_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA Value transfer Type reference (TYPE) RSWR_DATA_STRING Daten 20060331
2 Importing I_ID Value transfer Type reference (TYPE) RSWR_DATA_ID ID 20060331
3 Importing I_MAIN_OBJECT Value transfer Type reference (TYPE) SOBJ_NAME Hauptobjekt (z.B. Main Template) 20060331
4 Importing I_MAIN_TLOGO Value transfer Type reference (TYPE) RSTLOGO TLogo des Hauptobjekts 20060331
5 Importing I_STATUS Value transfer Type reference (TYPE) RSWR_DATA_STATUS Status der Laufzeit-Daten 20060331
6 Importing I_TIMESTAMP_CREATE Value transfer Type reference (TYPE) TZNTSTMPS Zeitstempel Erzeugung 20100214
7 Importing I_TIMESTAMP_USED Value transfer Type reference (TYPE) TZNTSTMPS Zeitstempel Benutzung 20100214
8 Importing I_TYPE Value transfer Type reference (TYPE) RSWR_DATA_TYPE Typ 20060331
9 Importing I_T_XREF Value transfer Type reference (TYPE) RSWR_TS_DATA_XREF XREF 20060331
10 Importing I_USER_ID Value transfer Type reference (TYPE) SYUNAME Benutzername 20100214
11 Importing I_XDATA Value transfer Type reference (TYPE) RSWR_DATA_XSTRING Daten als X-String 20060331
# Exception Resumable Description Created on
1 ERROR Fehler beim Speichern 20060331
History
Last changed by/on SAP  20130531 
SAP Release Created in 700