FEH_TEST_EXTERNAL_CALL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This reports starts the RFC enabled FEH function module to start-up the PPO desktop for a given list of FEH GUID's and/or (PI) Message GUID's...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FEH_TEST_EXTERNAL_CALL into the relevant SAP transactions such as SE38 or SE80
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: P_BULK = Bulk Msg.
Selection Text: P_DB = Create Payload via SFLIGHT DB
Selection Text: P_FEHCMP = Component
Selection Text: P_FEHPRC = Business Process
Selection Text: P_TDC = Create Payload via Test Cont.
Selection Text: P_TEST = Test
Title: Test Report to external Call of FEH (PPO) UI
Text Symbol: 001 = No Payloads could be created
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ECH_PP_OA_DISPLAY_LIST call function 'ECH_PP_OA_DISPLAY_LIST' destination 'NONE' exporting iv_display_mode = abap_false tables it_pp_order_id = gt_feh_guid et_error_log = gt_return exceptions system_failure = 1 message gv_rfc_msg communication_failure = 2 message gv_rfc_msg others = 99.
ECH_PP_OA_DISPLAY_LIST call function 'ECH_PP_OA_DISPLAY_LIST' destination 'NONE' exporting iv_display_mode = abap_false tables it_collection_id = gt_pi_guid et_error_log = gt_return exceptions system_failure = 1 message gv_rfc_msg communication_failure = 2 message gv_rfc_msg others = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FEH_TEST_EXTERNAL_CALL - Test Report to external Call of FEH (PPO) UI FEH_TEST_EXTERNAL_CALL - Test Report to external Call of FEH (PPO) UI FEH_TEST_ARCHIVING_PERFORMANCE - FEHTESTARCHIVINGPERFORMANCE FEH_TEST_ARCHIVING_PERFORMANCE - FEHTESTARCHIVINGPERFORMANCE FEH_CONST_ARCHIVING - FEHCONSTARCHIVING FEH_BS_DEMO_WS_STARTUP - ECH Demo