SAP ABAP Interface IF_NHI_OBJECT (IF_NHI_OBJECT)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-AHI (Application Component) Tools for ABAP and HANA Integration
     SNHI_REPOSITORY_OBJECT (Package) Object
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_NHI_OBJECT Object 20120531
Properties
Interface IF_NHI_OBJECT  
Short Description IF_NHI_OBJECT    
General Data
Package SNHI_REPOSITORY_OBJECT   Object 
Created 20120516   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_NHI_OBJECT has no forward declaration.
Interfaces
Interface IF_NHI_OBJECT has no interface.
Friends
Interface IF_NHI_OBJECT has no friend.
Attributes
Interface IF_NHI_OBJECT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method 20120516
2 CAN_WRITE_INACTIVE Instance method Public Method 20120516
3 CHECK Instance method Public Method 20120516
4 CREATE_ACTIVATE_OBJECTS_REQ Instance method Public Method 20120516
5 CREATE_CAN_WRITE_INACTIVE_REQ Instance method Public Method 20120516
6 CREATE_CHECK_OBJECTS_REQ Instance method Public Method 20120516
7 CREATE_DELETE_OBJECT_REQ Instance method Public Method 20120516
8 CREATE_FIND_OBJECTS_REQ Instance method Public Method 20120516
9 CREATE_GET_HISTORY_REQ Instance method Public Method 20120516
10 CREATE_GET_LATEST_VERSION_REQ Instance method Public Method 20120516
11 CREATE_LIST_ALL_OBJ_TYPES_REQ Instance method Public Method 20120516
12 CREATE_LIST_OBJECTS_REQ Instance method Public Method 20120516
13 CREATE_LIST_OBJECT_TYPES_REQ Instance method Public Method 20120516
14 CREATE_MOVE_INACTIVE_OBJS_REQ Instance method Public Method 20120516
15 CREATE_OBJECT_EXISTS_REQ Instance method Public Method 20120516
16 CREATE_PULL_INACTIVE_OBJS_REQ Instance method Public Method 20120516
17 CREATE_READ_OBJECT_REQ Instance method Public Method 20120516
18 CREATE_READ_OBJ_METADATA_REQ Instance method Public Method 20120516
19 CREATE_RESTORE_HIST_VERS_REQ Instance method Public Method 20120516
20 CREATE_REVALIDATE_OBJECTS_REQ Instance method Public Method 20120516
21 CREATE_REVERT_OBJECTS_REQ Instance method Public Method 20120516
22 CREATE_VALIDATE_TRANS_OBJ_REQ Instance method Public Method 20120516
23 CREATE_WRITE_MERGED_OBJ_REQ Instance method Public Method 20120516
24 CREATE_WRITE_OBJECT_REQ Instance method Public Method 20120516
25 CREATE_WRITE_SINGLE_INACT_REQ Instance method Public Method 20120516
26 DELETE Instance method Public Method 20120516
27 EXISTS Instance method Public Method 20120516
28 FIND Instance method Public Method 20120516
29 GET_HISTORY Instance method Public Method 20120516
30 GET_NUMBER_OF_LATEST_VERSION Instance method Public Method 20120516
31 LIST Instance method Public Method 20120516
32 LIST_ALL_TYPES Instance method Public Method 20120516
33 LIST_TYPES Instance method Public Method 20120516
34 MOVE_INACTIVE Instance method Public Method 20120516
35 PULL_INACTIVES Instance method Public Method 20120516
36 READ Instance method Public Method 20120516
37 READ_METADATA Instance method Public Method 20120516
38 RESTORE_HISTORICAL_VERSION Instance method Public Method 20120516
39 REVALIDATE Instance method Public Method 20120516
40 REVERT Instance method Public Method 20120516
41 VALIDATE_TRANSIENT_CONTENT Instance method Public Method 20120516
42 WRITE Instance method Public Method 20120516
43 WRITE_INACTIVE Instance method Public Method 20120516
44 WRITE_MERGED Instance method Public Method 20120516
Events
Interface IF_NHI_OBJECT has no event.
Types
Interface IF_NHI_OBJECT has no local type.
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_ACTIVATE_OBJECTS_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_ACTIVATE_OBJECTS_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method CAN_WRITE_INACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_CAN_WRITE_INACTIVE_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_CAN_WRITE_INACTIVE_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_CHECK_OBJECTS_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_CHECK_OBJECTS_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method CREATE_ACTIVATE_OBJECTS_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATIONMODE Call by reference Object reference (TYPE REF TO) CE_NHI_ACTIVATION_MODE 20120516
2 Importing OBJLIST Call by reference Type reference (TYPE) CL_NHI_OBJECT_ID=>TY_OBJLIST 20120516
3 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_ACTIVATE_OBJECTS_REQ 20120516
4 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_INACTIVE_SESSION 20120516
5 Importing VERSION Call by reference Object reference (TYPE REF TO) CL_NHI_INACTIVE_VERSION 20120516

Method CREATE_ACTIVATE_OBJECTS_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_CAN_WRITE_INACTIVE_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_ID 20120516
2 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_CAN_WRITE_INACTIVE_REQ 20120516
3 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_INACTIVE_SESSION 20120516

Method CREATE_CAN_WRITE_INACTIVE_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_CHECK_OBJECTS_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJLIST Call by reference Type reference (TYPE) CL_NHI_OBJECT_ID=>TY_OBJLIST 20120516
2 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_CHECK_OBJECTS_REQ 20120516
3 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_INACTIVE_SESSION 20120516

Method CREATE_CHECK_OBJECTS_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_DELETE_OBJECT_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) STRING 20120820
2 Importing METADATA Call by reference Object reference (TYPE REF TO) CL_NHI_METADATA 20120516
3 Importing OBJECT Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_ID 20120516
4 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_DELETE_OBJECT_REQ 20120516
5 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_INACTIVE_SESSION 20120516
6 Importing WHAT Call by reference Type reference (TYPE) STRING 20120820

Method CREATE_DELETE_OBJECT_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_FIND_OBJECTS_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CASE_SENSITIVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120516
2 Importing DESIGNTIMEOBJSONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120516
3 Importing ENABLE_OR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120516
4 Importing LANG Call by reference Type reference (TYPE) STRING 20120516
5 Importing NAME Call by reference Type reference (TYPE) STRING 20120516
6 Importing OBJECT_STATUS Call by reference Type reference (TYPE) STRING '-1' 20121122
7 Importing OWNER Call by reference Type reference (TYPE) STRING 20120516
8 Importing PACKAGE Call by reference Type reference (TYPE) STRING 20120516
9 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_FIND_OBJECTS_REQ 20120516
10 Importing RETRIEVE_CAPTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121122
11 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_SESSION 20120516
12 Importing TENANT Call by reference Type reference (TYPE) STRING 20120516
13 Importing TYPES Call by reference Type reference (TYPE) CE_NHI_OBJECT_TYPE=>TY_TYPES 20120516
14 Importing WORKSPACE Call by reference Type reference (TYPE) STRING 20120516

Method CREATE_FIND_OBJECTS_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_GET_HISTORY_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_ID 20120516
2 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_GET_HISTORY_REQ 20120516

Method CREATE_GET_HISTORY_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_GET_LATEST_VERSION_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METADATA Call by reference Object reference (TYPE REF TO) CL_NHI_METADATA 20120516
2 Importing OBJECT Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_ID 20120516
3 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_GET_LATEST_VERSION_REQ 20120516
4 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_SESSION 20120516
5 Importing XREFLIST Call by reference Type reference (TYPE) CL_NHI_REFERENCE_INFO=>TY_REFERENCES 20120516

Method CREATE_GET_LATEST_VERSION_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_LIST_ALL_OBJ_TYPES_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_LIST_ALL_OBJ_TYPES_REQ 20120516
2 Importing RESTRICT2DESIGNTIMEONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120516

Method CREATE_LIST_ALL_OBJ_TYPES_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_LIST_OBJECTS_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CASE_SENSITIVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120516
2 Importing ENABLE_OR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120516
3 Importing LANG_FALLBACK Call by reference Type reference (TYPE) STRING 20120516
4 Importing NAME Call by reference Type reference (TYPE) STRING 20120516
5 Importing OBJECT_STATUS Call by reference Type reference (TYPE) STRING '-1' 20121122
6 Importing OWNER Call by reference Type reference (TYPE) STRING 20120516
7 Importing PACKAGE Call by reference Type reference (TYPE) STRING 20120516
8 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_LIST_OBJECTS_REQ 20120516
9 Importing RETRIEVE_CAPTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121122
10 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_INACTIVE_SESSION 20120516
11 Importing TENANT Call by reference Type reference (TYPE) STRING 20120516
12 Importing TYPES Call by reference Type reference (TYPE) CE_NHI_OBJECT_TYPE=>TY_TYPES 20120516
13 Importing USE_ISDELETION Call by reference Type reference (TYPE) STRING `2` 20120516
14 Importing WORKSPACE Call by reference Type reference (TYPE) STRING 20120516

Method CREATE_LIST_OBJECTS_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_LIST_OBJECT_TYPES_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PACKAGE Call by reference Type reference (TYPE) STRING 20120516
2 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_LIST_OBJECT_TYPES_REQ 20120516
3 Importing RESTRICT2DESIGNTIMEONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120516
4 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_SESSION 20120516
5 Importing TENANT Call by reference Type reference (TYPE) STRING 20120516

Method CREATE_LIST_OBJECT_TYPES_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_MOVE_INACTIVE_OBJS_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJLIST Call by reference Type reference (TYPE) CL_NHI_OBJECT_ID=>TY_OBJLIST 20120516
2 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_MOVE_INACTIVE_OBJS_REQ 20120516
3 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_INACTIVE_SESSION 20120516
4 Importing USER Call by reference Type reference (TYPE) STRING 20120516
5 Importing WORKSPACE Call by reference Type reference (TYPE) STRING 20120516

Method CREATE_MOVE_INACTIVE_OBJS_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_OBJECT_EXISTS_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_ID 20120516
2 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_OBJECT_EXISTS_REQ 20120516
3 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_SESSION 20120516

Method CREATE_OBJECT_EXISTS_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_PULL_INACTIVE_OBJS_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJLIST Call by reference Type reference (TYPE) CL_NHI_OBJECT_ID=>TY_OBJLIST 20120516
2 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_PULL_INACTIVE_OBJS_REQ 20120516
3 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_SESSION 20120516
4 Importing USER Call by reference Type reference (TYPE) STRING 20120516
5 Importing WORKSPACE Call by reference Type reference (TYPE) STRING 20120516

Method CREATE_PULL_INACTIVE_OBJS_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_READ_OBJECT_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GETINCOMINGREFS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120516
2 Importing GETOUTGOINGREFS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120516
3 Importing GETREFERENCEDOBJECTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120516
4 Importing LANG Call by reference Type reference (TYPE) STRING 20120516
5 Importing OBJECT Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_ID 20120516
6 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_READ_OBJECT_REQ 20120516
7 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_SESSION 20120516
8 Importing VERSION Call by reference Object reference (TYPE REF TO) CL_NHI_VERSION 20120516
9 Importing WINFORMAT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120516

Method CREATE_READ_OBJECT_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_READ_OBJ_METADATA_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LANG Call by reference Type reference (TYPE) STRING 20120516
2 Importing LANG_FALLBACK Call by reference Type reference (TYPE) STRING 20120516
3 Importing OBJECT Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_ID 20120516
4 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_READ_OBJ_METADATA_REQ 20120516
5 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_SESSION 20120516
6 Importing VERSION Call by reference Object reference (TYPE REF TO) CL_NHI_VERSION 20120516

Method CREATE_READ_OBJ_METADATA_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_RESTORE_HIST_VERS_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120516
2 Importing OBJECT Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_ID 20120516
3 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_RESTORE_HIST_VERS_REQ 20120516
4 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_INACTIVE_SESSION 20120516
5 Importing VERSION Call by reference Object reference (TYPE REF TO) CL_NHI_HISTORICAL_VERSION 20120516

Method CREATE_RESTORE_HIST_VERS_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_REVALIDATE_OBJECTS_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120516
2 Importing OBJLIST Call by reference Type reference (TYPE) CL_NHI_OBJECT_ID=>TY_OBJLIST 20120516
3 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_REVALIDATE_OBJECTS_REQ 20120516

Method CREATE_REVALIDATE_OBJECTS_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_REVERT_OBJECTS_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJLIST Call by reference Type reference (TYPE) CL_NHI_OBJECT_ID=>TY_OBJLIST 20120516
2 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_REVERT_OBJECTS_REQ 20120516
3 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_INACTIVE_SESSION 20120516

Method CREATE_REVERT_OBJECTS_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_VALIDATE_TRANS_OBJ_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BDATA Call by reference Type reference (TYPE) XSTRING 20120524
2 Importing CDATA Call by reference Type reference (TYPE) STRING 20120524
3 Importing OBJECT Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_ID 20120516
4 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_VALIDATE_TRANS_OBJ_REQ 20120516
5 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_SESSION 20120516
6 Importing XREFLIST Call by reference Type reference (TYPE) CL_NHI_REFERENCE_INFO=>TY_REFERENCES 20120516

Method CREATE_VALIDATE_TRANS_OBJ_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_WRITE_MERGED_OBJ_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BDATA Call by reference Type reference (TYPE) XSTRING 20120524
2 Importing CDATA Call by reference Type reference (TYPE) STRING 20120524
3 Importing CHECKMODE Call by reference Type reference (TYPE) ABAP_BOOL 20120516
4 Importing CONTENT_TEXTS Call by reference Type reference (TYPE) CL_NHI_TEXT=>TY_TEXTS 20120516
5 Importing DETERMINEREFERENCES Call by reference Type reference (TYPE) ABAP_BOOL 20120516
6 Importing MERGEDWITHACTIVEVERSION Call by reference Type reference (TYPE) I 20120516
7 Importing METADATA Call by reference Object reference (TYPE REF TO) CL_NHI_METADATA 20120516
8 Importing OBJECT Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_ID 20120516
9 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_WRITE_MERGED_OBJ_REQ 20120516
10 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_INACTIVE_SESSION 20120516
11 Importing TEXTS Call by reference Type reference (TYPE) CL_NHI_TEXT=>TY_TEXTS 20120516
12 Importing XREFLIST Call by reference Type reference (TYPE) CL_NHI_REFERENCE_INFO=>TY_REFERENCES 20120516

Method CREATE_WRITE_MERGED_OBJ_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_WRITE_OBJECT_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BDATA Call by reference Type reference (TYPE) XSTRING 20120524
2 Importing CDATA Call by reference Type reference (TYPE) STRING 20120524
3 Importing CONTENT_TEXTS Call by reference Type reference (TYPE) CL_NHI_TEXT=>TY_TEXTS 20120516
4 Importing DETERMINEREFERENCES Call by reference Type reference (TYPE) ABAP_BOOL 20120516
5 Importing METADATA Call by reference Object reference (TYPE REF TO) CL_NHI_METADATA 20120516
6 Importing OBJECT Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_ID 20120516
7 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_WRITE_OBJECT_REQ 20120516
8 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_SESSION 20120516
9 Importing TEXTS Call by reference Type reference (TYPE) CL_NHI_TEXT=>TY_TEXTS 20120516
10 Importing XREFLIST Call by reference Type reference (TYPE) CL_NHI_REFERENCE_INFO=>TY_REFERENCES 20120516

Method CREATE_WRITE_OBJECT_REQ on Interface IF_NHI_OBJECT has no exception.

Method CREATE_WRITE_SINGLE_INACT_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BDATA Call by reference Type reference (TYPE) XSTRING 20120524
2 Importing CDATA Call by reference Type reference (TYPE) STRING 20120524
3 Importing CONTENT_TEXTS Call by reference Type reference (TYPE) CL_NHI_TEXT=>TY_TEXTS 20120516
4 Importing METADATA Call by reference Object reference (TYPE REF TO) CL_NHI_METADATA 20120516
5 Importing OBJECT Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_ID 20120516
6 Returning REQUEST Value transfer Object reference (TYPE REF TO) CL_NHI_WRITE_SINGLE_INACT_REQ 20120516
7 Importing SESSION Call by reference Object reference (TYPE REF TO) CL_NHI_INACTIVE_SESSION 20120516
8 Importing TEXTS Call by reference Type reference (TYPE) CL_NHI_TEXT=>TY_TEXTS 20120516
9 Importing XREFLIST Call by reference Type reference (TYPE) CL_NHI_REFERENCE_INFO=>TY_REFERENCES 20120516

Method CREATE_WRITE_SINGLE_INACT_REQ on Interface IF_NHI_OBJECT has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_DELETE_OBJECT_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_DELETE_OBJECT_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_OBJECT_EXISTS_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_OBJECT_EXISTS_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method FIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_FIND_OBJECTS_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_FIND_OBJECTS_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method GET_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_GET_HISTORY_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_GET_HISTORY_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method GET_NUMBER_OF_LATEST_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_GET_LATEST_VERSION_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_GET_LATEST_VERSION_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_LIST_OBJECTS_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_LIST_OBJECTS_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method LIST_ALL_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_LIST_ALL_OBJ_TYPES_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_LIST_ALL_OBJ_TYPES_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method LIST_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_LIST_OBJECT_TYPES_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_LIST_OBJECT_TYPES_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method MOVE_INACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_MOVE_INACTIVE_OBJS_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_MOVE_INACTIVE_OBJS_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method PULL_INACTIVES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_PULL_INACTIVE_OBJS_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_PULL_INACTIVE_OBJS_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_READ_OBJECT_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_READ_OBJECT_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method READ_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_READ_OBJ_METADATA_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_READ_OBJ_METADATA_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method RESTORE_HISTORICAL_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_RESTORE_HIST_VERS_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_RESTORE_HIST_VERS_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method REVALIDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_REVALIDATE_OBJECTS_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_REVALIDATE_OBJECTS_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method REVERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_REVERT_OBJECTS_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_REVERT_OBJECTS_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method VALIDATE_TRANSIENT_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_VALIDATE_TRANS_OBJ_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_VALIDATE_TRANS_OBJ_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_WRITE_OBJECT_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_WRITE_OBJECT_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method WRITE_INACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_WRITE_SINGLE_INACT_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_WRITE_SINGLE_INACT_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516

Method WRITE_MERGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST Call by reference Object reference (TYPE REF TO) CL_NHI_WRITE_MERGED_OBJ_REQ 20120516
2 Returning RESPONSE Value transfer Object reference (TYPE REF TO) CL_NHI_WRITE_MERGED_OBJ_RES 20120516
# Exception Resumable Description Created on
1 CX_NHI_HANA_REPOSITORY 20120516
History
Last changed by/on SAP  20130531 
SAP Release Created in 740