SAP ABAP Class CL_RSR_QUERY_VARIANT (Query Variants)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSROA_VAR (Package) OLAP Variables
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_BASE OLAP Basis 20130208
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSR_VARIANT Persistence for Variants 20040910
Properties
Class CL_RSR_QUERY_VARIANT  
Short Description Query Variants    
Super Class CL_RSR_BASE OLAP Basis 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSROA_VAR   OLAP Variables 
Created 20040618   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRO01 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSZ Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSR_VARIANT Persistence for Variants 20040910
Friends
Class CL_RSR_QUERY_VARIANT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_COMPUID Instance attribute Private Type reference (TYPE) SYSUUID_25 UUID in Compressed Form 20040910
2 P_ERROR Static Attribute Private Type reference (TYPE) STRING 20040618
3 P_S_DIR_TMPL Static Attribute Private Type reference (TYPE) RSRVARIANTDIR Directory of Variants for Queries and Selection Objects 20040618
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040618
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040910
3 CREATE Static method Public Method 20040910
4 CREATE_INTERNAL Static method Public Method 20040623
5 DELETE Static method Public Method 20040910
6 GET_LIST Static method Public Method 20040621
7 READ Static method Public Method 20040910
8 UPDATE Static method Public Method 20040910
9 VAR_TO_DB Static method Private Method 20040707
Events
Class CL_RSR_QUERY_VARIANT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_SX_VAR Public Attribute reference (LIKE) 20040707
2 TN_S_RANGE Public Attribute reference (LIKE) 20040618
3 TN_S_TEXT Public Attribute reference (LIKE) 20040623
4 TN_TSX_VAR Public Attribute reference (LIKE) 20040707
5 TN_TX_VAR Public Attribute reference (LIKE) 20040707
6 TN_T_RANGE Public Attribute reference (LIKE) 20040618
7 TN_T_TEXT Public Attribute reference (LIKE) 20040623
8 TP_T_DB Private See coding 20040707 TP_T_DB type standard table of rsrvariant with default key
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSR_QUERY_VARIANT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSR_QUERY_VARIANT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPUID Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20040910

Method CONSTRUCTOR on class CL_RSR_QUERY_VARIANT has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPUID Call by reference Type reference (TYPE) SYSUUID_25 20040910
2 Importing I_TEXT Call by reference Type reference (TYPE) RSTXTLG 20040910
3 Importing I_TX_VAR Call by reference Type reference (TYPE) TN_TX_VAR 20040910
4 Importing I_T_TEXT Value transfer Type reference (TYPE) TN_T_TEXT 20040910
5 Importing I_VARI Call by reference Type reference (TYPE) RSRVARI 20040910
# Exception Resumable Description Created on
1 CX_RS_ERROR 20040910
2 CX_RS_EXISTING 20040910

Method CREATE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DIR Call by reference Type reference (TYPE) RSRVARIANTDIR Verzeichnis der Varianten zu Queries und Selektionsobjekten 20040623
2 Importing I_TX_VAR Call by reference Type reference (TYPE) TN_TX_VAR 20040707
3 Importing I_T_TEXT Call by reference Type reference (TYPE) TN_T_TEXT 20040623
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20040623

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPUID Call by reference Type reference (TYPE) SYSUUID_25 20040910
2 Importing I_VARI Call by reference Type reference (TYPE) RSRVARI 20040910
3 Importing I_WITH_TEXT Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20040910
# Exception Resumable Description Created on
1 CX_RS_ERROR 20040910
2 CX_RS_NOT_FOUND 20040910

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPUID Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20040621
2 Importing I_USER_SPECIFIC Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20070718
3 Returning R_T_F4_LIST Value transfer Type reference (TYPE) RSO_T_OBJECT_F4_LIST BW Repository: Listenformat (ALV) für F4-Hilfe 20040621
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20040621

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPUID Call by reference Type reference (TYPE) SYSUUID_25 20040910
2 Importing I_VARI Call by reference Type reference (TYPE) RSRVARI 20040910
3 Returning R_TX_VAR Value transfer Type reference (TYPE) TN_TX_VAR 20040910
# Exception Resumable Description Created on
1 CX_RS_ERROR 20040910
2 CX_RS_NOT_FOUND 20040910

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPUID Call by reference Type reference (TYPE) SYSUUID_25 20040910
2 Importing I_TEXT Call by reference Type reference (TYPE) RSTXTLG 20040910
3 Importing I_TX_VAR Call by reference Type reference (TYPE) TN_TX_VAR 20040910
4 Importing I_VARI Call by reference Type reference (TYPE) RSRVARI 20040910
# Exception Resumable Description Created on
1 CX_RS_ERROR 20040910

Method VAR_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPUID Call by reference Type reference (TYPE) SYSUUID_25 UUID in komprimierter Form 20040707
2 Importing I_TX_VAR Call by reference Type reference (TYPE) TN_TX_VAR 20040707
3 Importing I_VARI Call by reference Type reference (TYPE) RSRVARI Variante 20040707
4 Returning R_T_DB Value transfer Type reference (TYPE) TP_T_DB 20040707

Method VAR_TO_DB on class CL_RSR_QUERY_VARIANT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 400