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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | 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 | Constant | Public | Type reference (TYPE) | I | 13 | Event ID for Save | 19990604 | ||
| 2 | Constant | Private | Type reference (TYPE) | RS_CLASS_ID | 'SAPRBFormula.SAPRBFml' | Control Class ID | 19990602 | ||
| 3 | Constant | Private | Type reference (TYPE) | RS_OCX_PROPERTY_NAME | 'LONGDESCRIPTION' | Property Name: Name | 19990602 | ||
| 4 | Constant | Private | Type reference (TYPE) | RS_OCX_PROPERTY_NAME | 'FORMULALINE' | Property Name: Formula Line | 19990602 | ||
| 5 | Constant | Private | Type reference (TYPE) | RS_OCX_TABLE_NAME | 'RSZ_X_CALC' | Table Name: Formula Line | 19990607 | ||
| 6 | Constant | Private | Type reference (TYPE) | RS_OCX_PROPERTY_NAME | 'OPERANDTREECONTENT' | Property Name: Operands | 19990604 | ||
| 7 | Constant | Private | Type reference (TYPE) | RS_OCX_PROPERTY_NAME | 'FUNCTIONTREECONTENT' | Property Name: Operators | 19990604 | ||
| 8 | Constant | Private | Type reference (TYPE) | RS_OCX_PROPERTY_NAME | 'READONLY' | Property Name: Display Mode | 19990602 | ||
| 9 | 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 | Instance method | Public | Constructor | Constructor | 19990601 | |
| 2 | Instance method | Public | Method | Delivers the Name | 19990607 | |
| 3 | Instance method | Public | Method | Delivers the Formula Line | 19990604 | |
| 4 | Instance method | Public | Method | Sets the Name | 19990602 | |
| 5 | Instance method | Public | Method | Sets the Formula Line | 19990602 | |
| 6 | Instance method | Public | Method | Sets the Allowed Operands Tree | 19990604 | |
| 7 | Instance method | Public | Method | Sets the Allowed Operators Tree | 19990604 | |
| 8 | 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 | I_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Beschreibung | 19990602 | |||
| 2 | I_LIFETIME | Value transfer | Type reference (TYPE) | I | Lifetime | 19990601 | |||
| 3 | I_PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent-Container | 19990601 | |||
| 4 | I_READ_ONLY | Value transfer | Type reference (TYPE) | RS_BOOL | rs_c_false | Anzeigemodus | 19990602 | ||
| 5 | I_SHELLSTYLE | Value transfer | Type reference (TYPE) | I | Shellstyle | 19990601 | |||
| 6 | I_T_FORMULA_LINE | Call by reference | Type reference (TYPE) | RSZ_T_FORMULA | Formelzeile als Tabelle | 19990602 | |||
| 7 | I_T_OPERAND | Call by reference | Type reference (TYPE) | RZX0_T_TREECONTENT | Operanden | 19990604 | |||
| 8 | I_T_OPERATOR | Call by reference | Type reference (TYPE) | RZX0_T_TREECONTENT | Operatoren | 19990604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Systemfehler | 19990601 | ||
| 2 | Create fehlgeschlagen | 19990601 | ||
| 3 | Event-Subskription fehlgeschlagen | 19990607 | ||
| 4 | Konstruktor fehlgeschlagen | 19990601 | ||
| 5 | Lifetime-Fehler | 19990601 | ||
| 6 | Setzen der Formelbeschreibung fehlgeschlagen | 19990607 | ||
| 7 | Setzen der Formelzeile fehlgeschlagen | 19990607 | ||
| 8 | Setzen der Operandentabelle fehlgeschlagen | 19990607 | ||
| 9 | Setzen der Operatorentabelle fehlgeschlagen | 19990607 | ||
| 10 | 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 | E_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Beschreibung | 19990607 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Methodenaufruf fehlgeshlagen | 19990607 |
Method GET_FORMULA_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_FORMULA_LINE | Call by reference | Type reference (TYPE) | RSZ_T_FORMULA | Formelzeile als Tabelle | 19990604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Methodenaufruf fehlgeschlagen | 19990604 |
Method SET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | Beschreibung | 19990602 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Methode fehlgeschlagen | 19990602 |
Method SET_FORMULA_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_FORMULA_LINE | Call by reference | Type reference (TYPE) | RSZ_T_FORMULA | Formelzeile als Tabelle | 19990602 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Methodenaufruf fehlgeschlagen | 19990602 |
Method SET_OPERAND_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_OPERAND | Call by reference | Type reference (TYPE) | RZX0_T_TREECONTENT | Formeloperanden | 19990604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Methodenaufruf fehlgeschlagen | 19990604 |
Method SET_OPERATOR_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_OPERATOR | Call by reference | Type reference (TYPE) | RZX0_T_TREECONTENT | Operatorbaum | 19990604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Methodenaufruf fehlgeschlagen | 19990604 |
Method SET_READ_ONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_READ_ONLY | Value transfer | Type reference (TYPE) | RS_BOOL | rs_c_false | Anzeigemodus | 19990602 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 |