SAP ABAP Class CL_UA_APP_MODEL_VALUE_ELEMENT (Application Model: get values from elements and ccs items)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-BA (Application Component) Business Analytics
⤷
UA_ASSIGNMENT_TREE (Package) Default and Abstract Implementations on the Assignment Tree
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UAC_ATTRIBUTE_VALUE | Holds Values of Items | 20030226 |
Properties
| Class | CL_UA_APP_MODEL_VALUE_ELEMENT | |
| Short Description | Application Model: get values from elements and ccs items | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | UAMO | |
| Program status | ||
| Category | 0 | |
| Package | UA_ASSIGNMENT_TREE | Default and Abstract Implementations on the Assignment Tree |
| Created | 20030226 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UAC_ATTRIBUTE_VALUE | Holds Values of Items | 20030226 |
Friends
Class CL_UA_APP_MODEL_VALUE_ELEMENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | UAB_APPL_TYPE | Application Type Costing | 20030412 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_UA_CE_ENVIRONMENT | Runtime Environment | 20030409 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_UA_MODEL_ADAPTER | Model Adapter | 20030303 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TY_TS_COLUMN | 20031211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20030303 | |
| 2 | Instance method | Protected | Method | Get Data Reference | 20030411 | |
| 3 | Instance method | Private | Method | init table mt_column | 20031211 |
Events
Class CL_UA_APP_MODEL_VALUE_ELEMENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_COLUMN | Protected | See coding | 20031211 | BEGIN OF ty_s_column,
column_id TYPE uac_column_id,
metatype TYPE finb_metatype,
fieldname TYPE uab_fieldname,
END OF ty_s_column
|
||
| 2 | TY_TS_COLUMN | Protected | See coding | 20031211 | ty_ts_column TYPE SORTED TABLE OF ty_s_column
WITH UNIQUE KEY column_id
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL_TYPE | Call by reference | Type reference (TYPE) | UAB_APPL_TYPE | Applikationstype Costing | 20030412 | |||
| 2 | IO_ENVIRONMENT | Call by reference | Object reference (TYPE REF TO) | IF_UA_CE_ENVIRONMENT | Laufzeitumgebung | 20030409 | |||
| 3 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UA_MODEL_ADAPTER | Model Adapter | 20030303 |
Method CONSTRUCTOR on class CL_UA_APP_MODEL_VALUE_ELEMENT has no exception.
Method GET_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_VALUE | Call by reference | Type reference (TYPE) | ANY | 20030411 | ||||
| 2 | RDREF_VALUE | Value transfer | Object reference (TYPE REF TO) | DATA | 20030411 |
Method GET_REFERENCE on class CL_UA_APP_MODEL_VALUE_ELEMENT has no exception.
Method INIT_COLUMN_TABLE Signature
Method INIT_COLUMN_TABLE on class CL_UA_APP_MODEL_VALUE_ELEMENT has no parameter.
Method INIT_COLUMN_TABLE on class CL_UA_APP_MODEL_VALUE_ELEMENT has no exception.
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 350 |