SAP ABAP Class CL_FDT_HANA_NHI_OBJECT (BRFplus: HANA Repository Interface for Objects)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_HANA (Package) BRFplus: HANA Integration
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_HANA_OBJECT | BRFplus: HANA Repository Interface for Objects | 20121213 |
Properties
| Class | CL_FDT_HANA_NHI_OBJECT | |
| Short Description | BRFplus: HANA Repository Interface for Objects | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_HANA | BRFplus: HANA Integration |
| Created | 20121213 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FDT_HANA_NHI_OBJECT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_HANA_OBJECT | BRFplus: HANA Repository Interface for Objects | 20121213 |
Friends
Class CL_FDT_HANA_NHI_OBJECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TH_INSTANCE | 20130116 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CE_NHI_OBJECT_TYPE | CE_NHI_OBJECT_TYPE | 20121213 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_NHI_OBJECT | IF_NHI_OBJECT | 20121213 | |||
| 4 | Instance attribute | Private | Attribute reference (LIKE) | 20130218 | |||||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | 20121213 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | 20121213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | CONSTRUCTOR | 20121213 | |
| 2 | Static method | Public | Method | 20121213 |
Events
Class CL_FDT_HANA_NHI_OBJECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_INSTANCE | Private | See coding | 20130116 | BEGIN OF s_instance,
db_connection TYPE dbcon_name,
owner TYPE string,
package TYPE string,
type TYPE string,
o_hana_object TYPE REF TO if_fdt_hana_object,
END OF s_instance
|
||
| 2 | TH_INSTANCE | Private | See coding | 20130116 | th_instance TYPE HASHED TABLE OF s_instance
WITH UNIQUE KEY db_connection owner package type
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CE_NHI_OBJECT_TYPE | Call by reference | Object reference (TYPE REF TO) | CE_NHI_OBJECT_TYPE | CE_NHI_OBJECT_TYPE | 20121213 | |||
| 2 | IV_DB_CONNECTION | Call by reference | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20130218 | |||
| 3 | IV_OWNER | Call by reference | Type reference (TYPE) | STRING | 20121213 | ||||
| 4 | IV_PACKAGE | Call by reference | Type reference (TYPE) | STRING | 20121213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: System Failure | 20121213 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CE_NHI_OBJECT_TYPE | Call by reference | Object reference (TYPE REF TO) | CE_NHI_OBJECT_TYPE | CE_NHI_OBJECT_TYPE | 20121213 | |||
| 2 | IV_DB_CONNECTION | Call by reference | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20130218 | |||
| 3 | IV_OWNER | Call by reference | Type reference (TYPE) | STRING | 20121213 | ||||
| 4 | IV_PACKAGE | Call by reference | Type reference (TYPE) | STRING | 20121213 | ||||
| 5 | RO_HANA_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_FDT_HANA_OBJECT | 20121213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20121214 | ||
| 2 | FDT: System Failure | 20121213 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |