BUHI_EXT_INTERFACE_TREE_SEND is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter BUHI_EXT_INTERFACE_TREE_SEND into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SEND_BUHI_IDOC - Send Group Hierarchy Directly
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: PA_TYPE = D .
Selection Text: SEL_OPT = D .
Title: Program BUHI_EXT_INTERFACE_TREE_SEND
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SMW_DISPLAY_SOME_BDOCS * CALL FUNCTION 'SMW_DISPLAY_SOME_BDOCS' * TABLES * bdocids = gt_bdocs.
BUHI_EXT_INTERFACE_EXTRACT CALL FUNCTION 'BUHI_EXT_INTERFACE_EXTRACT' EXPORTING iv_tree_guid = ls_tree_numbers-tree_guid IMPORTING es_complex = ls_complex EXCEPTIONS OTHERS = 1.
ALE_MODEL_INFO_GET call function 'ALE_MODEL_INFO_GET' exporting message_type = 'BUPA_HIERARCHY_INBOUND_SAVE_M' exceptions no_model_info_found = 1 own_system_not_defined = 2 others = 3.
ALE_BUPA_HIERARCHY_OUTBOUND CALL FUNCTION 'ALE_BUPA_HIERARCHY_OUTBOUND' EXPORTING DATA = ls_complex EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.