SAP ABAP Class CL_RSDHAR_TGT_DB_TABLE (Runtime: Data Target - Database Table)
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 | Inheritance (c INHERITING FROM c_ref) | CL_RSDHAR_OBJECT | Runtime: Analysis Element | 20130626 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAR_TGT | Runtime: Target | 20130626 |
Properties
| Class | CL_RSDHAR_TGT_DB_TABLE | |
| Short Description | Runtime: Data Target - Database Table | |
| Super Class | CL_RSDHAR_OBJECT | Runtime: Analysis Element |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSDHA | |
| Program status | ||
| Category | 0 | |
| Package | RSDHA | SAP HANA Analysis in BW |
| Created | 20130626 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSDHAR_TGT | Runtime: Target | 20130626 |
Friends
Class CL_RSDHAR_TGT_DB_TABLE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | STRING | DB schema | 20130627 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Open Hub Request Handling | 20130628 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDHAR_OPER_INT | Runtime: Operation Integrator (Super Class) | 20130627 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDHAM_TGT_DB_TABLE | Target Database Table | 20130627 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | IF_RSDHAM_FIELD_DESCR=>TN_TS_FIELD | Target Fields | 20130627 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING | Input Mapping | 20130627 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_T_DD03P | Target Fields | 20130930 |
Methods
Events
Class CL_RSDHAR_TGT_DB_TABLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_PACKAGE_AND_RECORDS | Public | See coding | Package and Records (Structure) | 20130724 | BEGIN OF tn_s_package_and_records,
datapakid TYPE int4,
lines TYPE int4,
END OF tn_s_package_and_records
|
|
| 2 | TN_T_PACKAGE_AND_RECORDS | Public | See coding | Package and Records (Table Type) | 20130724 | tn_t_package_and_records TYPE STANDARD TABLE OF tn_s_package_and_records WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_ANALYSIS_RT | Call by reference | Object reference (TYPE REF TO) | IF_RSDHAR_ANALYSIS | HANA Analysis Process (Runtime) | 20130627 | |||
| 2 | I_R_INPUT_OBJECT_RT | Call by reference | Object reference (TYPE REF TO) | IF_RSDHAR_OBJECT | Analysis Element (Runtime) | 20130627 | |||
| 3 | I_R_OBJECT_OM | Call by reference | Object reference (TYPE REF TO) | IF_RSDHAM_OBJECT | Analysis Process (Object Model) | 20130627 | |||
| 4 | I_SUBCATEGORY | Call by reference | Type reference (TYPE) | RSDHA_OBJECT_SUBCATEG | SPACE | Subcategory of Analysis Element | 20130627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130627 |
Method P_ADD_CALC_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_OUTPUT_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_CALCVIEW | Calculation View Definition | 20130628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130628 |
Method P_ADD_INPUT_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_OUTPUT_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_CALCVIEW | Calculation View Definition | 20130627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130725 |
Method P_DEQUEUE Signature
Method P_DEQUEUE on class CL_RSDHAR_TGT_DB_TABLE has no parameter.
Method P_DEQUEUE on class CL_RSDHAR_TGT_DB_TABLE has no exception.
Method P_ENQUEUE Signature
Method P_ENQUEUE on class CL_RSDHAR_TGT_DB_TABLE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130627 |
Method P_EXECUTE_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_SQL_STATEMENT | Call by reference | Object reference (TYPE REF TO) | CL_SQL_STATEMENT | SQL Statement | 20130627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130627 |
Method P_GET_PACKAGES_AND_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_RSBK_REQUEST | DTP Request | 20130724 | |||
| 2 | R_T_PACKAGE_AND_RECORDS | Value transfer | Type reference (TYPE) | CL_RSDHAR_TGT_DB_TABLE=>TN_T_PACKAGE_AND_RECORDS | Package and Records (Table Type) | 20130724 |
Method P_GET_PACKAGES_AND_RECORDS on class CL_RSDHAR_TGT_DB_TABLE has no exception.
Method P_GET_SQL_STATEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_STATEMENT | Value transfer | Type reference (TYPE) | STRING | Statement | 20130627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130627 |
Method P_GET_TRUNCATE_STATEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_STATEMENT | Value transfer | Type reference (TYPE) | STRING | SQL statement | 20130627 |
Method P_GET_TRUNCATE_STATEMENT on class CL_RSDHAR_TGT_DB_TABLE has no exception.
Method P_GET_WRITE_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_WRITE_MODE | Value transfer | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_WRITE_MODE | Write mode (full update/update) | 20130724 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130724 |
Method P_UPDATE_DTP_REQUEST Signature
Method P_UPDATE_DTP_REQUEST on class CL_RSDHAR_TGT_DB_TABLE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation Failed | 20130724 | ||
| 2 | Object Is Locked (Do Not Use as Higher-Level Class) | 20130724 | ||
| 3 | Object Not Found | 20130724 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |