FINISH_HANDOVER SAP Method Supply XML & List of Tech. Objects on Completion of Handover









Below is documentation, parameters and attributes of ABAP Method FINISH_HANDOVER within SAP class IF_EX_BADI_PHIN_HANDOVER. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name IF_EX_BADI_PHIN_HANDOVER into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method FINISH_HANDOVER can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method FINISH_HANDOVER

.

NameTypeData TypeDescriptionDefault Value
IS_PHINHImportingTYPE
PHINH
Header Table for Take Over
IS_TPHIN_PO_ACTImportingTYPE
TPHIN_PO_ACT
Handover Profile
IS_XML_STRImportingTYPE
XSTRING
TOHO XML File
IT_RIHEQUIImportingTYPE
PHIN_T_RIHEQUI
Transfer data for equipment hierarchy
IT_RIHIFLOImportingTYPE
PHIN_T_RIHIFLO
Functional location: Output structure for ABAP lists
ET_BAPIRET2ExportingTYPE
BAPIRET2_T
Return parameter table



Exceptions of Method FINISH_HANDOVER

This method does not have any exceptions

Example ABAP coding


DATA: lv_ET_BAPIRET2 TYPE BAPIRET2_T,
lv_IS_PHINH TYPE PHINH,
lv_IS_TPHIN_PO_ACT TYPE TPHIN_PO_ACT,
lv_IS_XML_STR TYPE XSTRING,
lv_IT_RIHEQUI TYPE PHIN_T_RIHEQUI,
lv_IT_RIHIFLO TYPE PHIN_T_RIHIFLO,
lv_other TYPE c.

CALL METHOD IF_EX_BADI_PHIN_HANDOVER=>FINISH_HANDOVER(
EXPORTING
IS_PHINH = lv_IS_PHINH
IS_TPHIN_PO_ACT = lv_IS_TPHIN_PO_ACT
IS_XML_STR = lv_IS_XML_STR
IT_RIHEQUI = lv_IT_RIHEQUI
IT_RIHIFLO = lv_IT_RIHIFLO
IMPORTING
ET_BAPIRET2 = lv_ET_BAPIRET2 ).

Links to Related Class(s)

IF_EX_BA...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!