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 CO_HANA_REPOSITORY_VERSION_1 Constant Private Type reference (TYPE) STRING 'repoV1' 20120301
2 CO_HANA_REPOSITORY_VERSION_2 Constant Private Type reference (TYPE) STRING 'repoV2' 20120301
3 DATABASE_CONNECTION Instance attribute Private Object reference (TYPE REF TO) CL_SQL_CONNECTION 20111028
4 DATABASE_CONNECTION_NAME Instance attribute Private Type reference (TYPE) DBCON_NAME 20111103
5 DATABASE_HANDLER Instance attribute Private Object reference (TYPE REF TO) LIF_DATABASE_HANDLER 20120416
6 X_HANA_REPOSITORY_VERSION_1 Static Attribute Public Type reference (TYPE) XSTRING 20120301
7 X_HANA_REPOSITORY_VERSION_2 Static Attribute Public Type reference (TYPE) XSTRING 20120301
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_PROCEDURE_REQUEST_V1 Instance method Private Method 20120301
2 BUILD_PROCEDURE_REQUEST_V2 Instance method Private Method 20120301
3 CLASS_CONSTRUCTOR Static method Public Constructor 20111027
4 CONSTRUCTOR Instance method Private Constructor 20111103
5 CREATE_INSTANCE Static method Public Method 20111027
6 ESTABLISH_DATABASE_CONNECTION Instance method Private Method 20111027
7 EXECUTE_PROCEDURE Instance method Private Method 20120417
8 EXECUTE_PROCEDURE_PRELUDE Instance method Private Method 20120302
9 GET_REMOTE_HANA_DESTINATION Instance method Private Method 20111129
10 GET_STRING_FROM_RESPONSE Instance method Private Method 20111027
11 GET_XSTRING_FROM_RESPONSE Instance method Private Method 20111027
12 PARSE_PROCEDURE_RESPONSE_V1 Instance method Private Method 20120301
13 PARSE_PROCEDURE_RESPONSE_V2 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 Importing I_REQUEST Call by reference Object reference (TYPE REF TO) IF_NHI_STORED_PROCEDURE_PARAM 20120301
2 Returning R_PROCEDURE_REQUEST Value transfer Type reference (TYPE) XSTRING 20120301
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120301

Method BUILD_PROCEDURE_REQUEST_V2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUEST Call by reference Object reference (TYPE REF TO) IF_NHI_STORED_PROCEDURE_PAR_V2 20120301
2 Returning R_PROCEDURE_REQUEST Value transfer Type reference (TYPE) XSTRING 20120301
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 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 Importing 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 Importing I_DATABASE_CONNECTION_NAME Call by reference Type reference (TYPE) DBCON_NAME CL_SQL_CONNECTION=>C_DEFAULT_CONNECTION 20111103
2 Returning 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 CX_NHI_HANA_REPOSITORY 20111027

Method EXECUTE_PROCEDURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCEDURE_REQUEST Call by reference Type reference (TYPE) XSTRING 20120417
2 Returning R_PROCEDURE_RESPONSE Value transfer Type reference (TYPE) XSTRING 20120417
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 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 CX_NHI_HANA_REPOSITORY 20120302

Method GET_REMOTE_HANA_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Importing I_BYTE_STREAM_READER Call by reference Object reference (TYPE REF TO) LCL_BYTE_STREAM_READER 20111027
2 Returning 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 Importing I_BYTE_STREAM_READER Call by reference Object reference (TYPE REF TO) LCL_BYTE_STREAM_READER 20111027
2 Returning 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 Importing I_PROCEDURE_RESPONSE Call by reference Type reference (TYPE) XSTRING 20120301
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) IF_NHI_STORED_PROCEDURE_PARAM 20120301
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120301

Method PARSE_PROCEDURE_RESPONSE_V2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCEDURE_RESPONSE Call by reference Type reference (TYPE) XSTRING 20120302
2 Returning R_RESULT Value transfer Object reference (TYPE REF TO) IF_NHI_STORED_PROCEDURE_PAR_V2 20120302
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120302
History
Last changed by/on SAP  20130531 
SAP Release Created in 803