EDX_PARK 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 EDX_PARK 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.
Title: EDX: park incorrect invoices
Text Symbol: T03 = Park Invoice
Text Symbol: T04 = Cannot Park Invoice
Text Symbol: T05 = The invoice cannot be postprocessed
Text Symbol: T06 = Cannot archive the 'ErrorText' document
Text Symbol: T07 = Cannot link the IDoc with the 'ErrorText' document
Text Symbol: T08 = Cannot read any values from the IDoc invoice
Text Symbol: T09 = Cannot determine the items for the invoice
Text Symbol: T11 = Unknown Object Type
Text Symbol: T12 = Unknown Error
Text Symbol: T13 = New parked document created
Text Symbol: T14 = No invoice with 'Partially Processed' status found
Text Symbol: T15 = A total of &1 IDoc invoices processed
Text Symbol: T16 = No matching article found
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EDX_GET_SETTINGS CALL FUNCTION 'EDX_GET_SETTINGS' IMPORTING e_settings = gs_settings.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = lv_title i_callback_program = sy-repid i_structure_name = 'IT_PROTOCOLL_TAB' it_fieldcat = gt_fieldcat[] it_sort = gt_sort_criterions[] is_layout = ls_layout TABLES t_outtab = gt_prot[] EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.