SAP ABAP Class CL_UA_PARAMETER (Basic Class for All Functions)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB-SRV (Application Component) Services
⤷
UA_FORMULA (Package) Costing Solutions: Formula Editor
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UA_FORMULA_BOOLEANS | TRUE/FALSE | 20021204 |
Properties
| Class | CL_UA_PARAMETER | |
| Short Description | Basic Class for All Functions | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UA_FORMULA | Costing Solutions: Formula Editor |
| Created | 20021203 | SAP |
| Last change | 20060703 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UA_PARAMETER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UA_FORMULA_BOOLEANS | TRUE/FALSE | 20021204 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_UA_FORMULA_ | 20021210 | Formula | |
| 2 | CL_UA_FUNCTION | 20021203 | Basic Class for All Functions |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | UAB_PARAM_DECL | '0' | Importing Parameter | 20021205 | ||
| 2 | Constant | Public | Type reference (TYPE) | UAB_PARAM_DECL | '3' | Returning parameter | 20021205 | ||
| 3 | Constant | Public | Type reference (TYPE) | UAB_OCCURENCE | '1' | Paremter occurs several times | 20021205 | ||
| 4 | Constant | Public | Type reference (TYPE) | UAB_OCCURENCE | '0' | Parameter only occurs once | 20021205 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'CONST' | Parameter Value Is a Constant | 20021204 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'FUNC' | Parameter Value Is a Function | 20021210 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'INIT' | No value is allocated to parameter | 20021204 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'VAR' | Parameter Value Is a Variable | 20021210 | ||
| 9 | Instance attribute | Public | Attribute reference (LIKE) | 20021204 | |||||
| 10 | Instance attribute | Public | Type reference (TYPE) | UAB_PARAM_DECL | Declaration Type from User View | 20021205 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | UAB_FUNCTION_ID | Runtime ID of Parameter | 20021203 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | UAB_PARAMETER_IDX | Counter for Parameters that Can Occur Several Times | 20021203 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | UAB_BOOLEAN | 20021205 | ||||
| 14 | Instance attribute | Public | Type reference (TYPE) | UAB_BOOLEAN | Preassigned Parameters | 20021205 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | UAB_PARAMETER_NAME | Parameter Name | 20021203 | |||
| 16 | Instance attribute | Public | Type reference (TYPE) | UAB_OCCURENCE | Frequency with which a parameter can occur | 20021205 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | UAB_DDIC_TYPENAME | 20021205 | ||||
| 18 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_UA_FORMULA_ | Formula | 20021210 | |||
| 19 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_UA_FUNCTION | 20021204 | ||||
| 20 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_UA_FUNCTION | 20021203 | ||||
| 21 | Instance attribute | Public | Attribute reference (LIKE) | 20021204 |
Methods
Events
Class CL_UA_PARAMETER has no event.
Types
Class CL_UA_PARAMETER has no local type.
Method Signatures
Method COPY_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_VALUE | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | 20030522 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030522 |
Method CREATE_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_ID | Call by reference | Type reference (TYPE) | UAB_FUNCTION_ID | 20021205 | ||||
| 2 | ID_IDX | Call by reference | Type reference (TYPE) | UAB_PARAMETER_IDX | 20021205 | ||||
| 3 | IO_FORMULA | Call by reference | Object reference (TYPE REF TO) | CL_UA_FORMULA_ | 20021210 | ||||
| 4 | IO_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_FUNCTION | 20021203 | ||||
| 5 | IS_SIGNATURE | Call by reference | Type reference (TYPE) | UAB_S_ABSTRACT_SIGNATURE | 20021205 | ||||
| 6 | RO_PARAMETER | Value transfer | Object reference (TYPE REF TO) | CL_UA_PARAMETER | 20021203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20021205 |
Method GET_DEFAULT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_TYPENAME | Value transfer | Type reference (TYPE) | UAB_S_DDIC_TYPENAME | 20021212 |
Method GET_DEFAULT_TYPE on class CL_UA_PARAMETER has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_ICON | Call by reference | Type reference (TYPE) | ICON_D | 20021209 | ||||
| 2 | ED_TEXT | Call by reference | Type reference (TYPE) | UAB_FTEXT | Default-Text zum Parameter | 20021209 |
Method GET_DESCRIPTION on class CL_UA_PARAMETER has no exception.
Method GET_DESCRIPTION_FOR_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_DESCR | Value transfer | Type reference (TYPE) | STRING | 20030429 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030429 |
Method GET_EXPECTED_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_ONLY_NUMERIC | Call by reference | Type reference (TYPE) | UAB_BOOLEAN | 20021212 | ||||
| 2 | ES_TYPEINFO | Call by reference | Type reference (TYPE) | UAB_S_FUNC_TYPEINFO | 20021212 | ||||
| 3 | ET_TYPEKIND | Call by reference | Type reference (TYPE) | UAB_T_FTYPEKIND | Art eines Typs im Formeleditor | 20030217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030217 |
Method GET_PARENT_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PARENT | Value transfer | Object reference (TYPE REF TO) | CL_UA_FUNCTION | 20021218 |
Method GET_PARENT_FUNCTION on class CL_UA_PARAMETER has no exception.
Method GET_SUITABLE_CONST_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TYPENAMES | Value transfer | Type reference (TYPE) | UAB_T_DDIC_TYPENAMES | 20021211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030217 |
Method GET_SUITABLE_FUNCTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FUNCTIONS | Value transfer | Type reference (TYPE) | UAB_T_FUNC_NAMES | 20021206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Formeln | 20021211 |
Method GET_SUITABLE_VARIABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_VARIABLES | Value transfer | Type reference (TYPE) | UAB_T_FUNC_NAMES | 20021206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20021212 |
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_TYPENAME | Call by reference | Type reference (TYPE) | UAB_DDIC_TYPENAME | DDIC-Typ der Konstanten | 20021204 | |||
| 2 | ED_VALUETYPE | Call by reference | Type reference (TYPE) | STRING | Funktion, Konstante, Variable oder initial | 20021204 | |||
| 3 | ED_VARIABLE | Call by reference | Type reference (TYPE) | UAB_FUNCTION_NAME | Name einer Variablen | 20021204 | |||
| 4 | EO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | CL_UA_FUNCTION | Funktion | 20021204 | |||
| 5 | ER_CONST | Call by reference | Object reference (TYPE REF TO) | DATA | Konstante | 20021210 |
Method GET_VALUE on class CL_UA_PARAMETER has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_UA_PARAMETER has no parameter.
Method INITIALIZE on class CL_UA_PARAMETER has no exception.
Method IS_PASTE_POSSIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VALUE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | 20030523 | ||||
| 2 | RD_IS_POSSIBLE | Value transfer | Type reference (TYPE) | UAB_BOOLEAN | 20030523 |
Method IS_PASTE_POSSIBLE on class CL_UA_PARAMETER has no exception.
Method IS_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_IS_SET | Value transfer | Type reference (TYPE) | UAB_BOOLEAN | 20021211 |
Method IS_SET on class CL_UA_PARAMETER has no exception.
Method PASTE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VALUE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | 20030522 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030522 |
Method RESET_RETURN_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARAMETER | Call by reference | Object reference (TYPE REF TO) | CL_UA_PARAMETER | 20030618 |
Method RESET_RETURN_TYPES on class CL_UA_PARAMETER has no exception.
Method SET_VALUE_CONST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_TYPENAME | Call by reference | Type reference (TYPE) | UAB_DDIC_TYPENAME | DDIC-Typ | 20021204 | |||
| 2 | IR_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20021204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Formeln | 20021205 |
Method SET_VALUE_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_FUNCTION_NAME | Call by reference | Type reference (TYPE) | UAB_FUNCTION_NAME | 20021213 | ||||
| 2 | ID_IGNORE_ERRORS | Call by reference | Type reference (TYPE) | UAB_BOOLEAN | 20030523 | ||||
| 3 | RO_FUNCTION | Value transfer | Object reference (TYPE REF TO) | CL_UA_FUNCTION | 20021213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20021213 |
Method SET_VALUE_FUNCTION_ON_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_FUNCTION_NAME | Call by reference | Type reference (TYPE) | UAB_FUNCTION_NAME | 20040316 | ||||
| 2 | RO_FUNCTION | Value transfer | Object reference (TYPE REF TO) | CL_UA_FUNCTION | 20040316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040316 |
Method SET_VALUE_VARIABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_VARIABLE_NAME | Call by reference | Type reference (TYPE) | UAB_FUNCTION_NAME | 20021204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20021205 |
Method SET_VALUE_VARIABLE_ON_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_VARIABLE_NAME | Call by reference | Type reference (TYPE) | UAB_FUNCTION_NAME | 20040316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040316 |
History
| Last changed by/on | SAP | 20060703 |
| SAP Release Created in | 350 |