SAP ABAP Class CL_RSAN_RT_CONTEXT_OUT_PARAM (Context Information - Table with Output Parameters)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-EI-APD (Application Component) Analysis Process Designer
⤷
RSAN_RT (Package) APD - Tool - Runtime
⤷
⤷
Properties
| Class | CL_RSAN_RT_CONTEXT_OUT_PARAM | |
| Short Description | Context Information - Table with Output Parameters | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSAN_RT | |
| Program status | ||
| Category | 0 | |
| Package | RSAN_RT | APD - Tool - Runtime |
| Created | 20040128 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSAN_RT_CONTEXT_OUT_PARAM has no forward declaration.
Interfaces
Class CL_RSAN_RT_CONTEXT_OUT_PARAM has no interface implemented.
Friends
Class CL_RSAN_RT_CONTEXT_OUT_PARAM 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) | YTH_OUT_PARAM | 20040128 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add a Summary Result for a Node | 20040128 | |
| 2 | Instance method | Public | Method | Release Resources | 20040128 |
Events
Class CL_RSAN_RT_CONTEXT_OUT_PARAM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_OUT_PARAM | Public | See coding | 20040128 | BEGIN OF ys_out_param,
node TYPE rsan_mdl_node_name_db,
name type rsan_rt2_out_param_name,
value type rsan_rt2_out_param_value,
END OF ys_out_param
|
||
| 2 | YTH_OUT_PARAM | Public | See coding | 20040128 | yth_out_param TYPE HASHED TABLE OF ys_out_param
WITH UNIQUE KEY node name
|
Method Signatures
Method ADD_PARAM_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITH_OUT_PARAM | Call by reference | Type reference (TYPE) | RSAN_RT2_TH_OUT_PARAM | Table with parameters for one node | 20040128 | |||
| 2 | I_NODE_NAME | Call by reference | Type reference (TYPE) | RSAN_MDL_NODE_NAME | Node to which the summary result shall be assigned | 20040128 |
Method ADD_PARAM_TABLE on class CL_RSAN_RT_CONTEXT_OUT_PARAM has no exception.
Method FREE Signature
Method FREE on class CL_RSAN_RT_CONTEXT_OUT_PARAM has no parameter.
Method FREE on class CL_RSAN_RT_CONTEXT_OUT_PARAM has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 400 |