SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

IDOC2F02 SAP ABAP INCLUDE - CA-EDI: Shared FORM routines for EDI statistics







IDOC2F02 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 IDOC2F02 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 IDOC2F02. "Basic submit
SUBMIT IDOC2F02 AND RETURN. "Return to original report after report execution complete
SUBMIT IDOC2F02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: CA-EDI: Shared FORM routines for EDI statistics


INCLUDES used within this REPORT IDOC2F02

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:

EDI_SELECT_STATISTIC call function 'EDI_SELECT_STATISTIC' exporting fb_basis_flag = l_basis_flag importing statistic_selection = statistic_selection indate_from = edi_m1-indat_from indate_to = edi_m1-indat_to intime_from = edi_m1-intim_from intime_to = edi_m1-intim_to exceptions others = 1.

EDI_DISPLAY_STATISTIC_TEST call function 'EDI_DISPLAY_STATISTIC_TEST' exporting fb_itab_lines = intab_edi_m2par_lines fb_edi_m1 = edi_m1 fb_basis_flag = l_basis_flag tables fb_intab_edi_m2par = intab_edi_m2par fb_docnums_out_prod = docnums_output_produced fb_docnums_in_prod = docnums_input_produced fb_docnums_out_rdy_to_send = docnums_output_ready_to_send fb_docnums_in_to_appl = docnums_input_to_application fb_docnums_out_to_ext_sys = docnums_output_to_ext_system fb_docnums_in_to_dialog = docnums_input_to_dialog fb_docnums_out_sent = docnums_output_sent fb_docnums_out_dest = docnums_output_dest fb_docnums_in_booked = docnums_input_booked fb_docnums_out_err_interface = docnums_output_error_interface fb_docnums_in_err_interface = docnums_input_error_interface fb_docnums_out_err_ext_sys = docnums_output_error_ext_sys fb_docnums_in_err_application = docnums_input_error_aplication fb_docnums_out_delete_sign = docnums_output_delete_sign fb_docnums_in_delete_sign = docnums_input_delete_sign fb_docnums_all = docnums_all fb_docnums_output = docnums_output fb_docnums_input = docnums_input fb_docnums_others = docnums_others changing refresh_on_flag = refresh_on.



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 IDOC2F02 or its description.