MJ1IFQF01 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 MJ1IFQF01 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: Include MJ1IFQF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = inx_bas ENTRY_TO = inx_max LOOPS = inx_pag OK_CODE = func_code IMPORTING ENTRY_NEW = inx_bas EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 1 NO_ENTRY_TO = 2 NO_OK_CODE_OR_PAGE_GO = 3 OTHERS = 4.
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING INPUT = wa_matdoc-scpgn * NO_TYPE_CHECK = 'X' ROUND_SIGN = 'X' UNIT_IN = wa_excall-meins UNIT_OUT = wa_excall-meins IMPORTING OUTPUT = wa_matdoc-scpgn EXCEPTIONS CONVERSION_NOT_FOUND = 1 DIVISION_BY_ZERO = 2 INPUT_INVALID = 3 OUTPUT_INVALID = 4 OVERFLOW = 5 TYPE_INVALID = 6 UNITS_MISSING = 7 UNIT_IN_NOT_FOUND = 8 UNIT_OUT_NOT_FOUND = 9 OTHERS = 10.
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING INPUT = wa_matdoc-scpgn * NO_TYPE_CHECK = 'X' ROUND_SIGN = 'X' UNIT_IN = t_wa_excall-meins UNIT_OUT = t_wa_excall-meins IMPORTING OUTPUT = wa_matdoc-scpgn EXCEPTIONS CONVERSION_NOT_FOUND = 1 DIVISION_BY_ZERO = 2 INPUT_INVALID = 3 OUTPUT_INVALID = 4 OVERFLOW = 5 TYPE_INVALID = 6 UNITS_MISSING = 7 UNIT_IN_NOT_FOUND = 8 UNIT_OUT_NOT_FOUND = 9 OTHERS = 10.
J_1I7_USEREXIT_STATUPD_CHALLAN CALL FUNCTION 'J_1I7_USEREXIT_STATUPD_CHALLAN' EXPORTING ITAB_EXCHDR = WA_EXCHDR CHANGING itab_excdtl = wa_excdtl.
ENQUEUE_EMMKPF CALL FUNCTION 'ENQUEUE_EMMKPF' EXPORTING mblnr = mkpf-mblnr mjahr = mkpf-mjahr EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_EJ_1IEXHDR CALL FUNCTION 'ENQUEUE_EJ_1IEXHDR' EXPORTING mandt = sy-mandt trntyp = '57FC' docyr = wa_exchdr-docyr docno = wa_exchdr-docno EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ENQUEUE_EJ_1IEXDTL CALL FUNCTION 'ENQUEUE_EJ_1IEXDTL' EXPORTING * MODE_J_1IEXCDTL = 'E' mandt = sy-mandt trntyp = '57FC' docyr = wa_excdtl-docyr docno = wa_excdtl-docno zeile = wa_excdtl-zeile EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EMMKPF CALL FUNCTION 'DEQUEUE_EMMKPF' EXPORTING mblnr = mkpf-mblnr mjahr = mkpf-mjahr.
DEQUEUE_EJ_1IEXHDR CALL FUNCTION 'DEQUEUE_EJ_1IEXHDR' EXPORTING * MODE_J_1IEXCHDR = 'E' mandt = sy-mandt trntyp = '57FC' docyr = wa_exchdr-docyr docno = wa_exchdr-docno EXCEPTIONS OTHERS = 1.
DEQUEUE_EJ_1IEXDTL CALL FUNCTION 'DEQUEUE_EJ_1IEXDTL' EXPORTING * MODE_J_1IEXCDTL = 'E' mandt = sy-mandt trntyp = '57FC' "trntyp docyr = wa_excdtl-docyr docno = wa_excdtl-docno zeile = wa_excdtl-zeile EXCEPTIONS OTHERS = 1.
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING INPUT = wa_matdoc-scpgn * NO_TYPE_CHECK = 'X' ROUND_SIGN = 'X' UNIT_IN = wa_excall-meins UNIT_OUT = wa_excall-meins IMPORTING OUTPUT = wa_matdoc-scpgn EXCEPTIONS CONVERSION_NOT_FOUND = 1 DIVISION_BY_ZERO = 2 INPUT_INVALID = 3 OUTPUT_INVALID = 4 OVERFLOW = 5 TYPE_INVALID = 6 UNITS_MISSING = 7 UNIT_IN_NOT_FOUND = 8 UNIT_OUT_NOT_FOUND = 9 OTHERS = 10.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.