REE_DATEX_AGGREGATE_IDOCS_F01 is a standard ABAP INCLUDE 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 REE_DATEX_AGGREGATE_IDOCS_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_DEXDEFSERVPROV CALL FUNCTION 'ENQUEUE_E_DEXDEFSERVPROV' EXPORTING dexservprov =
-dexservprov dexproc = -dexproc dexservprovself = -dexservprovself EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_DEXDEFSERVPROV CALL FUNCTION 'DEQUEUE_E_DEXDEFSERVPROV' EXPORTING dexservprov =
-dexservprov dexproc = -dexproc dexservprovself = -dexservprovself.
DEQUEUE_E_DEXDEFSERVPROV CALL FUNCTION 'DEQUEUE_E_DEXDEFSERVPROV' EXPORTING dexservprov =
-dexservprov dexproc = -dexproc dexservprovself = -dexservprovself.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_list info = text-i01 IMPORTING result = wa_edex_task_list_prot-icon_dextask EXCEPTIONS OTHERS = 1.
ISU_S_EDMIDE_SERVPROV_DISPLAY CALL FUNCTION 'ISU_S_EDMIDE_SERVPROV_DISPLAY' EXPORTING x_serviceid = wa_serviceid x_no_change = co_true x_no_other = co_true EXCEPTIONS error_occurred = 1 OTHERS = 2.
EDI_DISPLAY_IDOCS CALL FUNCTION 'EDI_DISPLAY_IDOCS' TABLES in_docnums = it_dcdocnum.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REE_DATEX_AGGREGATE_IDOCS_F01 - REEDATEXAGGREGATEIDOCSF01 REE_DATEX_AGGREGATE_IDOCS_CLI - REEDATEXAGGREGATEIDOCSCLI REE_DATEX_AGGREGATE_IDOCS_CLD - REEDATEXAGGREGATEIDOCSCLD REE_DATEX_AGGREGATE_IDOCS - Export Aggregated Messages REE_DATEX_AGGREGATE_IDOCS - Export Aggregated Messages REEX_CASHFLOW_FORECAST01 - REEXCASHFLOWFORECAST01