SAP ABAP Class CL_NHI_HANA_REPOSITORY (JSON Handler)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
⤷
SNHI_CORE (Package) ABAP-HANA Integration: Core/Reuse Objects

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_NHI_HANA_REPOSITORY | JSON Handler | 20111027 |
Properties
Class | CL_NHI_HANA_REPOSITORY | |
Short Description | JSON Handler | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SNHI_CORE | ABAP-HANA Integration: Core/Reuse Objects |
Created | 20111027 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_NHI_HANA_REPOSITORY has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_NHI_HANA_REPOSITORY | JSON Handler | 20111027 |
Friends
Class CL_NHI_HANA_REPOSITORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'repoV1' | 20120301 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'repoV2' | 20120301 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SQL_CONNECTION | 20111028 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DBCON_NAME | 20111103 | |||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | LIF_DATABASE_HANDLER | 20120416 | |||
6 | ![]() |
Static Attribute | Public | Type reference (TYPE) | XSTRING | 20120301 | |||
7 | ![]() |
Static Attribute | Public | Type reference (TYPE) | XSTRING | 20120301 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20120301 | |
2 | ![]() |
Instance method | Private | Method | 20120301 | |
3 | ![]() |
Static method | Public | Constructor | 20111027 | |
4 | ![]() |
Instance method | Private | Constructor | 20111103 | |
5 | ![]() |
Static method | Public | Method | 20111027 | |
6 | ![]() |
Instance method | Private | Method | 20111027 | |
7 | ![]() |
Instance method | Private | Method | 20120417 | |
8 | ![]() |
Instance method | Private | Method | 20120302 | |
9 | ![]() |
Instance method | Private | Method | 20111129 | |
10 | ![]() |
Instance method | Private | Method | 20111027 | |
11 | ![]() |
Instance method | Private | Method | 20111027 | |
12 | ![]() |
Instance method | Private | Method | 20120301 | |
13 | ![]() |
Instance method | Private | Method | 20120302 |
Events
Class CL_NHI_HANA_REPOSITORY has no event.
Types
Class CL_NHI_HANA_REPOSITORY has no local type.
Method Signatures
Method BUILD_PROCEDURE_REQUEST_V1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_NHI_STORED_PROCEDURE_PARAM | 20120301 | |||
2 | ![]() |
R_PROCEDURE_REQUEST | Value transfer | Type reference (TYPE) | XSTRING | 20120301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120301 |
Method BUILD_PROCEDURE_REQUEST_V2 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_NHI_STORED_PROCEDURE_PAR_V2 | 20120301 | |||
2 | ![]() |
R_PROCEDURE_REQUEST | Value transfer | Type reference (TYPE) | XSTRING | 20120301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120301 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_NHI_HANA_REPOSITORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_NHI_HANA_REPOSITORY has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATABASE_CONNECTION_NAME | Call by reference | Type reference (TYPE) | DBCON_NAME | CL_SQL_CONNECTION=>C_DEFAULT_CONNECTION | 20111103 |
Method CONSTRUCTOR on class CL_NHI_HANA_REPOSITORY has no exception.
Method CREATE_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATABASE_CONNECTION_NAME | Call by reference | Type reference (TYPE) | DBCON_NAME | CL_SQL_CONNECTION=>C_DEFAULT_CONNECTION | 20111103 | ||
2 | ![]() |
R_HANA_REPOSITORY | Value transfer | Object reference (TYPE REF TO) | CL_NHI_HANA_REPOSITORY | 20111027 |
Method CREATE_INSTANCE on class CL_NHI_HANA_REPOSITORY has no exception.
Method ESTABLISH_DATABASE_CONNECTION Signature
Method ESTABLISH_DATABASE_CONNECTION on class CL_NHI_HANA_REPOSITORY has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111027 |
Method EXECUTE_PROCEDURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PROCEDURE_REQUEST | Call by reference | Type reference (TYPE) | XSTRING | 20120417 | |||
2 | ![]() |
R_PROCEDURE_RESPONSE | Value transfer | Type reference (TYPE) | XSTRING | 20120417 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120417 |
Method EXECUTE_PROCEDURE_PRELUDE Signature
Method EXECUTE_PROCEDURE_PRELUDE on class CL_NHI_HANA_REPOSITORY has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120302 |
Method GET_REMOTE_HANA_DESTINATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_DESTINATION | Value transfer | Type reference (TYPE) | RFCDEST | 20111129 |
Method GET_REMOTE_HANA_DESTINATION on class CL_NHI_HANA_REPOSITORY has no exception.
Method GET_STRING_FROM_RESPONSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BYTE_STREAM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_BYTE_STREAM_READER | 20111027 | |||
2 | ![]() |
R_RESULT | Value transfer | Type reference (TYPE) | STRING | 20111027 |
Method GET_STRING_FROM_RESPONSE on class CL_NHI_HANA_REPOSITORY has no exception.
Method GET_XSTRING_FROM_RESPONSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BYTE_STREAM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_BYTE_STREAM_READER | 20111027 | |||
2 | ![]() |
R_RESULT | Value transfer | Type reference (TYPE) | XSTRING | 20111027 |
Method GET_XSTRING_FROM_RESPONSE on class CL_NHI_HANA_REPOSITORY has no exception.
Method PARSE_PROCEDURE_RESPONSE_V1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PROCEDURE_RESPONSE | Call by reference | Type reference (TYPE) | XSTRING | 20120301 | |||
2 | ![]() |
R_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_NHI_STORED_PROCEDURE_PARAM | 20120301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120301 |
Method PARSE_PROCEDURE_RESPONSE_V2 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PROCEDURE_RESPONSE | Call by reference | Type reference (TYPE) | XSTRING | 20120302 | |||
2 | ![]() |
R_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_NHI_STORED_PROCEDURE_PAR_V2 | 20120302 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120302 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 803 |