SAP ABAP Class CL_RSDHA_OPER_PROC (Standard Implementation for SQL Procedures)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST-HAP (Application Component) HANA Analysis Process
⤷
RSDHA (Package) SAP HANA Analysis in BW
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAM_OPER | Implementation of Operation (Object Model) | 20120924 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAM_OPER_PROC | Object Model: Operation Procedure | 20120924 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAR_OPER | Operation Runtime Implementierung (general) | 20120924 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAR_OPER_PROC | Operation Runtime Implementation: Procedure | 20120928 |
Properties
| Class | CL_RSDHA_OPER_PROC | |
| Short Description | Standard Implementation for SQL Procedures | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSDHA | |
| Program status | ||
| Category | 0 | |
| Package | RSDHA | SAP HANA Analysis in BW |
| Created | 20120924 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSDHAM_OPER | Implementation of Operation (Object Model) | 20120924 | ||
| 2 | IF_RSDHAM_OPER_PROC | Object Model: Operation Procedure | 20120924 | ||
| 3 | IF_RSDHAR_OPER | Operation Runtime Implementierung (general) | 20120924 | ||
| 4 | IF_RSDHAR_OPER_PROC | Operation Runtime Implementation: Procedure | 20120928 |
Friends
Class CL_RSDHA_OPER_PROC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20120924 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20130606 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20120924 | |||||
| 4 | Instance attribute | Private | Type reference (TYPE) | C | dummy character for message text | 20130731 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TP_TH_PARAM | Parameter name value pair table | 20120926 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120924 | |
| 2 | Instance method | Public | Method | 20120924 | ||
| 3 | Instance method | Public | Method | 20130617 | ||
| 4 | Instance method | Public | Method | 20130617 | ||
| 5 | Instance method | Private | Method | Initialize | 20120924 |
Events
Class CL_RSDHA_OPER_PROC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_PARAM | Private | See coding | Parameter name value pair structure | 20120926 | BEGIN OF TP_S_PARAM,
name type IF_RSDHA_TYPES=>TN_NAME,
ref_val type REF TO data,
end OF TP_S_PARAM
|
|
| 2 | TP_TH_PARAM | Private | See coding | Parameter name value pair table | 20120926 | TP_TH_PARAM type HASHED TABLE OF TP_S_PARAM WITH UNIQUE KEY name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_ANALYSIS | Call by reference | Object reference (TYPE REF TO) | IF_RSDHAM_ANALYSIS | Analysis Process (Object Model) | 20120924 |
Method CONSTRUCTOR on class CL_RSDHA_OPER_PROC has no exception.
Method GET_INPUT_MAPPING Signature
Method GET_INPUT_MAPPING on class CL_RSDHA_OPER_PROC has no parameter.
Method GET_INPUT_MAPPING on class CL_RSDHA_OPER_PROC has no exception.
Method GET_OUTPUT_FIELDS Signature
Method GET_OUTPUT_FIELDS on class CL_RSDHA_OPER_PROC has no parameter.
Method GET_OUTPUT_FIELDS on class CL_RSDHA_OPER_PROC has no exception.
Method GET_OUTPUT_MAPPING Signature
Method GET_OUTPUT_MAPPING on class CL_RSDHA_OPER_PROC has no parameter.
Method GET_OUTPUT_MAPPING on class CL_RSDHA_OPER_PROC has no exception.
Method P_INIT Signature
Method P_INIT on class CL_RSDHA_OPER_PROC has no parameter.
Method P_INIT on class CL_RSDHA_OPER_PROC has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |