SAP ABAP Class CL_UA_FORMULA_AREA_ROOT (Root class for formulas shared memory)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-BA (Application Component) Business Analytics
⤷
UA_STRUCTURE (Package) Generation of DDIC Objects

⤷

⤷

Properties
Class | CL_UA_FORMULA_AREA_ROOT | |
Short Description | Root class for formulas shared memory | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | UA_STRUCTURE | Generation of DDIC Objects |
Created | 20051122 | SAP |
Last change | 20060313 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_UA_FORMULA_AREA_ROOT has no forward declaration.
Interfaces
Class CL_UA_FORMULA_AREA_ROOT has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_UA_FORMULA_AREA_BUILDER | 20051213 | Builder for shared formula area |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UAB_T_FORMULA_USAGE | Formula Usage | 20051128 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | UAB_T_FUNC_DESCR | 20061116 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Get formulas stored in the shared memory | 20051128 |
2 | ![]() |
Instance method | Protected | Method | 20061116 | |
3 | ![]() |
Instance method | Protected | Method | Get formulas stored in the shared memory | 20051128 |
4 | ![]() |
Instance method | Protected | Method | 20061116 |
Events
Class CL_UA_FORMULA_AREA_ROOT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_FORMULA_USAGE | Public | See coding | 20051213 | BEGIN OF ys_formula_usage,
metatype TYPE finb_metatype,
typename TYPE uab_typename,
column_name TYPE finb_md_fieldname,
is_splitted TYPE uab_for_split,
call_time TYPE uab_call_time,
formula TYPE REF TO cl_ua_formula_,
node TYPE REF TO if_ixml_node,
END OF ys_formula_usage
|
||
2 | YT_FORMULA_USAGE | Public | See coding | 20051213 | yt_formula_usage TYPE TABLE OF ys_formula_usage
|
Method Signatures
Method GET_FORMULAS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_FORMULAS | Value transfer | Type reference (TYPE) | UAB_T_FORMULA_USAGE | Formelverwendung | 20051128 |
Method GET_FORMULAS on class CL_UA_FORMULA_AREA_ROOT has no exception.
Method GET_FUNC_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_FUNC_DESCR | Value transfer | Type reference (TYPE) | UAB_T_FUNC_DESCR | 20061116 |
Method GET_FUNC_DESCR on class CL_UA_FORMULA_AREA_ROOT has no exception.
Method SET_FORMULAS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FORMULAS | Value transfer | Type reference (TYPE) | UAB_T_FORMULA_USAGE | Formelverwendung | 20051128 |
Method SET_FORMULAS on class CL_UA_FORMULA_AREA_ROOT has no exception.
Method SET_FUNC_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FUNC_DESCR | Call by reference | Type reference (TYPE) | UAB_T_FUNC_DESCR | 20061116 |
Method SET_FUNC_DESCR on class CL_UA_FORMULA_AREA_ROOT has no exception.
History
Last changed by/on | SAP | 20060313 |
SAP Release Created in |