SAP Reports / Programs | Cross-Application Components | Financial Services | Error and Conflict Handler(CA-FS-ECH) SAP CA

FEH_TEST_EXTERNAL_CALL SAP ABAP Report - Test Report to external Call of FEH (PPO) UI







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FEH_TEST_EXTERNAL_CALL. "Basic submit
SUBMIT FEH_TEST_EXTERNAL_CALL AND RETURN. "Return to original report after report execution complete
SUBMIT FEH_TEST_EXTERNAL_CALL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FEH_TEST_EXTERNAL_CALL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FEH_TEST_EXTERNAL_CALL or its description.