IFIFMRC01_F03 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 IFIFMRC01_F03 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!
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'FM_GR_REDUCTION' langu = sy-langu IMPORTING dd04v_wa = l_f_dd04v EXCEPTIONS illegal_input = 1 OTHERS = 2.
FMFK_GET_FIKRS_FROM_BUKRS CALL FUNCTION 'FMFK_GET_FIKRS_FROM_BUKRS' EXPORTING i_bukrs = uf_fi_item_bukrs IMPORTING e_fikrs = lf_fikrs EXCEPTIONS no_fikrs_for_bukrs = 1 OTHERS = 2 .
FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING * IP_APPLICATION_DATA = ' ' ip_fikrs = lf_fikrs * IP_FMA_OBJNR = ' ' * IP_LANGUAGE = ' ' * IP_TEXT = ' ' * IP_BUFFER_RESET = ' ' * IP_APPLC = ' ' IMPORTING f_fm01 = lf_fm01 * F_FM01A = * F_FM01T = * F_FM01D = EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3 .
FMGR_RED_GET_REDUCTIONS_MM CALL FUNCTION 'FMGR_RED_GET_REDUCTIONS_MM' EXPORTING it_po_item = lt_po_item IMPORTING et_mm_output = lt_mm_output.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.