SAP ABAP Class CL_RSZ_FORMULA_EDITOR (Formula Builder)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSZ (Package) BEx query definition server
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_CONTROL Proxy Class for Control in GUI 19990601
Properties
Class CL_RSZ_FORMULA_EDITOR  
Short Description Formula Builder    
Super Class CL_GUI_CONTROL Proxy Class for Control in GUI 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSZ   BEx query definition server 
Created 19990601   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNDP 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)
4 RZX0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSZ_FORMULA_EDITOR has no interface implemented.
Friends
Class CL_RSZ_FORMULA_EDITOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_C_CHECK_EVTID Constant Public Type reference (TYPE) I 13 Event ID for Save 19990604
2 G_C_CLASS_ID Constant Private Type reference (TYPE) RS_CLASS_ID 'SAPRBFormula.SAPRBFml' Control Class ID 19990602
3 G_C_DESCRIPTION Constant Private Type reference (TYPE) RS_OCX_PROPERTY_NAME 'LONGDESCRIPTION' Property Name: Name 19990602
4 G_C_FORMULA_LINE Constant Private Type reference (TYPE) RS_OCX_PROPERTY_NAME 'FORMULALINE' Property Name: Formula Line 19990602
5 G_C_FORMULA_STRUCTURE Constant Private Type reference (TYPE) RS_OCX_TABLE_NAME 'RSZ_X_CALC' Table Name: Formula Line 19990607
6 G_C_OPERAND_TREE Constant Private Type reference (TYPE) RS_OCX_PROPERTY_NAME 'OPERANDTREECONTENT' Property Name: Operands 19990604
7 G_C_OPERATOR_TREE Constant Private Type reference (TYPE) RS_OCX_PROPERTY_NAME 'FUNCTIONTREECONTENT' Property Name: Operators 19990604
8 G_C_READ_ONLY Constant Private Type reference (TYPE) RS_OCX_PROPERTY_NAME 'READONLY' Property Name: Display Mode 19990602
9 G_C_TREE_STRUCTURE Constant Private Type reference (TYPE) RS_OCX_TABLE_NAME 'RSZ_X_TREECONTENT' Table Name: Tree 19990604
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19990601
2 GET_DESCRIPTION Instance method Public Method Delivers the Name 19990607
3 GET_FORMULA_LINE Instance method Public Method Delivers the Formula Line 19990604
4 SET_DESCRIPTION Instance method Public Method Sets the Name 19990602
5 SET_FORMULA_LINE Instance method Public Method Sets the Formula Line 19990602
6 SET_OPERAND_TREE Instance method Public Method Sets the Allowed Operands Tree 19990604
7 SET_OPERATOR_TREE Instance method Public Method Sets the Allowed Operators Tree 19990604
8 SET_READ_ONLY Instance method Public Method Sets the Display Mode Flag 19990602
Events
# Event Type Visibility Description Created on
1 CHECK_BUTTON_PUSHED Instance Event
(0)
Public
(2)
Check Button is Pressed 19990604
Types
Class CL_RSZ_FORMULA_EDITOR has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Value transfer Type reference (TYPE) STRING Beschreibung 19990602
2 Importing I_LIFETIME Value transfer Type reference (TYPE) I Lifetime 19990601
3 Importing I_PARENT Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent-Container 19990601
4 Importing I_READ_ONLY Value transfer Type reference (TYPE) RS_BOOL rs_c_false Anzeigemodus 19990602
5 Importing I_SHELLSTYLE Value transfer Type reference (TYPE) I Shellstyle 19990601
6 Importing I_T_FORMULA_LINE Call by reference Type reference (TYPE) RSZ_T_FORMULA Formelzeile als Tabelle 19990602
7 Importing I_T_OPERAND Call by reference Type reference (TYPE) RZX0_T_TREECONTENT Operanden 19990604
8 Importing I_T_OPERATOR Call by reference Type reference (TYPE) RZX0_T_TREECONTENT Operatoren 19990604
# Exception Resumable Description Created on
1 CNTL_SYSTEM_ERROR Systemfehler 19990601
2 CREATE_ERROR Create fehlgeschlagen 19990601
3 EVENT_SUBSCRIPTION_FAILED Event-Subskription fehlgeschlagen 19990607
4 FAILED Konstruktor fehlgeschlagen 19990601
5 LIFETIME_ERROR Lifetime-Fehler 19990601
6 SET_DESCRIPTION_FAILED Setzen der Formelbeschreibung fehlgeschlagen 19990607
7 SET_FORMULA_LINE_FAILED Setzen der Formelzeile fehlgeschlagen 19990607
8 SET_OPERAND_TREE_FAILED Setzen der Operandentabelle fehlgeschlagen 19990607
9 SET_OPERATOR_TREE_FAILED Setzen der Operatorentabelle fehlgeschlagen 19990607
10 SET_READ_ONLY_FAILED Setzen des Read-only-Flags fehlgeschlagen 19990607

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DESCRIPTION Value transfer Type reference (TYPE) STRING Beschreibung 19990607
# Exception Resumable Description Created on
1 FAILED Methodenaufruf fehlgeshlagen 19990607

Method GET_FORMULA_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_FORMULA_LINE Call by reference Type reference (TYPE) RSZ_T_FORMULA Formelzeile als Tabelle 19990604
# Exception Resumable Description Created on
1 FAILED Methodenaufruf fehlgeschlagen 19990604

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) STRING Beschreibung 19990602
# Exception Resumable Description Created on
1 FAILED Methode fehlgeschlagen 19990602

Method SET_FORMULA_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_FORMULA_LINE Call by reference Type reference (TYPE) RSZ_T_FORMULA Formelzeile als Tabelle 19990602
# Exception Resumable Description Created on
1 FAILED Methodenaufruf fehlgeschlagen 19990602

Method SET_OPERAND_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_OPERAND Call by reference Type reference (TYPE) RZX0_T_TREECONTENT Formeloperanden 19990604
# Exception Resumable Description Created on
1 FAILED Methodenaufruf fehlgeschlagen 19990604

Method SET_OPERATOR_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_OPERATOR Call by reference Type reference (TYPE) RZX0_T_TREECONTENT Operatorbaum 19990604
# Exception Resumable Description Created on
1 FAILED Methodenaufruf fehlgeschlagen 19990604

Method SET_READ_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_READ_ONLY Value transfer Type reference (TYPE) RS_BOOL rs_c_false Anzeigemodus 19990602
# Exception Resumable Description Created on
1 FAILED Methode fehlgeschlagen 19990602
Event Signatures

Event CHECK_BUTTON_PUSHED Signature
Event CHECK_BUTTON_PUSHED on class CL_RSZ_FORMULA_EDITOR has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in