SAP ABAP Class CL_RSAN_ADP_RESULTS (Result References)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-EI-APD (Application Component) Analysis Process Designer
⤷
RSAN_ADP (Package) APD - Tool - Application Adapter
⤷
⤷
Properties
| Class | CL_RSAN_ADP_RESULTS | |
| Short Description | Result References | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSAN_ADP | APD - Tool - Application Adapter |
| Created | 20030819 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSAN_ADP_RESULTS has no forward declaration.
Interfaces
Class CL_RSAN_ADP_RESULTS has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RSAN_ADP_ANALYSIS_VIEW | 20030825 | Maintenance for Analysis Process Definition |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSAN_RR_RESULTS | Result References | 20030819 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create a Clone of the Result References | 20031015 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20030819 | |
| 3 | Static method | Public | Method | Delete All References for the Specified Object | 20030912 | |
| 4 | Instance method | Public | Method | Check If Intermediate Result Exists for the Specified Node | 20031117 | |
| 5 | Instance method | Public | Method | Check If Intermediate Result Exists for the Specified Node | 20031117 | |
| 6 | Instance method | Public | Method | Check If Summary Result Exists for the Specified Node | 20031117 | |
| 7 | Instance method | Public | Method | Check any Result Exists for the Specified Node | 20031117 | |
| 8 | Instance method | Public | Method | Check If Intermediate Result Exists for the Specified Node | 20031117 | |
| 9 | Instance method | Public | Method | Check If Summary Result Exists for the Specified Node | 20031117 | |
| 10 | Instance method | Public | Method | Store Result References | 20030819 |
Events
Class CL_RSAN_ADP_RESULTS has no event.
Types
Class CL_RSAN_ADP_RESULTS has no local type.
Method Signatures
Method CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_RSAN_ADP_RESULTS | 20031015 |
Method CLONE on class CL_RSAN_ADP_RESULTS has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPL | Call by reference | Type reference (TYPE) | RSAN_UT_RESULT_APPL | 20030820 | ||||
| 2 | I_OBJECT | Call by reference | Type reference (TYPE) | RSAN_UT_RESULT_OBJECT | 20030820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error loading result references (Message Raising) | 20030820 |
Method DELETE_REFERENCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPL | Call by reference | Type reference (TYPE) | RSAN_UT_RESULT_APPL | 20030912 | ||||
| 2 | I_OBJECT | Call by reference | Type reference (TYPE) | RSAN_UT_RESULT_OBJECT | 20030912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error - Message Raising | 20031015 |
Method DOES_ANY_IM_RESULT_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_EXISTS | Value transfer | Type reference (TYPE) | AS4FLAG | 'X' Intermediate results exists, ' ' does not exist | 20031117 |
Method DOES_ANY_IM_RESULT_EXIST on class CL_RSAN_ADP_RESULTS has no exception.
Method DOES_ANY_RESULT_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_EXISTS | Value transfer | Type reference (TYPE) | AS4FLAG | 'X' Intermediate results exists, ' ' does not exist | 20031117 |
Method DOES_ANY_RESULT_EXIST on class CL_RSAN_ADP_RESULTS has no exception.
Method DOES_ANY_SUMMARY_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_EXISTS | Value transfer | Type reference (TYPE) | AS4FLAG | 'X' Intermediate results exists, ' ' does not exist | 20031117 |
Method DOES_ANY_SUMMARY_EXIST on class CL_RSAN_ADP_RESULTS has no exception.
Method IS_ANY_RESULT_AVAILABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | node name | 20031117 | |||
| 2 | R_EXISTS | Value transfer | Type reference (TYPE) | AS4FLAG | 'X' Intermediate results exists, ' ' does not exist | 20031117 |
Method IS_ANY_RESULT_AVAILABLE on class CL_RSAN_ADP_RESULTS has no exception.
Method IS_IM_RESULT_AVAILABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | node name | 20031117 | |||
| 2 | R_EXISTS | Value transfer | Type reference (TYPE) | AS4FLAG | 'X' Intermediate results exists, ' ' does not exist | 20031117 |
Method IS_IM_RESULT_AVAILABLE on class CL_RSAN_ADP_RESULTS has no exception.
Method IS_SUMMARY_RESULT_AVAILABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | node name | 20031117 | |||
| 2 | R_EXISTS | Value transfer | Type reference (TYPE) | AS4FLAG | 'X' Intermediate results exists, ' ' does not exist | 20031117 |
Method IS_SUMMARY_RESULT_AVAILABLE on class CL_RSAN_ADP_RESULTS has no exception.
Method SAVE_REFERENCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPL | Call by reference | Type reference (TYPE) | RSAN_UT_RESULT_APPL | 20030819 | ||||
| 2 | I_OBJECT | Call by reference | Type reference (TYPE) | RSAN_UT_RESULT_OBJECT | 20030819 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error loading result references (Message Raising) | 20030819 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 350 |