MJ1IXF03 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 MJ1IXF03 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 MJ1IXF03 - Sub-Routines For SAPMJ1IX
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1I6_MODVAT_POSTING CALL FUNCTION 'J_1I6_MODVAT_POSTING' EXPORTING i_comp_code = v_bukrs " t_header-bukrs i_post_date = v_pstdt " v_posting_date i_currency = v_waers " t_header-waers i_ext_ref_doc = v_docno " t_header-docno * I_BKREF_AWTYP = * I_BKREF_AWREF = IMPORTING e_awtyp = v_awtyp e_awref = v_awref e_aworg = v_aworg e_blart = v_blart TABLES i_account_info = t_accit EXCEPTIONS fiscal_period_error = 1 doc_create_failed = 2 doc_post_failed = 3 fi_posting_error = 4 OTHERS = 5.
ENQUEUE_EJ_1IEXHDR CALL FUNCTION 'ENQUEUE_EJ_1IEXHDR' EXPORTING * MODE_J_1IEXCHDR = 'E' mandt = sy-mandt trntyp = t_header-trntyp docyr = t_header-docyr docno = t_header-docno EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EJ_1IEXHDR CALL FUNCTION 'DEQUEUE_EJ_1IEXHDR' EXPORTING * MODE_J_1IEXCHDR = 'E' mandt = sy-mandt trntyp = t_header-trntyp docyr = t_header-docyr docno = t_header-docno EXCEPTIONS OTHERS = 1.
ENQUEUE_EJ_1IEXDTL CALL FUNCTION 'ENQUEUE_EJ_1IEXDTL' EXPORTING * MODE_J_1IEXCDTL = 'E' mandt = sy-mandt trntyp = t_header-trntyp docyr = t_header-docyr docno = t_header-docno zeile = j_1iexcdtl-zeile EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EJ_1IEXDTL CALL FUNCTION 'DEQUEUE_EJ_1IEXDTL' EXPORTING * MODE_J_1IEXCDTL = 'E' mandt = sy-mandt trntyp = t_header-trntyp docyr = t_header-docyr docno = t_header-docno zeile = j_1iexcdtl-zeile EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' textline1 = v_textline1 textline2 = v_textline2 titel = v_title * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = v_answer EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' textline1 = v_textline1 textline2 = v_textline2 titel = v_title * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = v_answer EXCEPTIONS OTHERS = 1.
J_1I6_DETERMINE_ACCOUNT CALL FUNCTION 'J_1I6_DETERMINE_ACCOUNT' EXPORTING bukrs = t_header-bukrs werks = t_header-werks excgrp = t_header-exgrp trntyp = t_header-trntyp strtyp = t_header-strtyp indicator = t_header-rg_indicator TABLES excacc = t_accounts EXCEPTIONS OTHERS = 1.
J_1I6_DETERMINE_EXC_YEAR CALL FUNCTION 'J_1I6_DETERMINE_EXC_YEAR' EXPORTING i_bukrs = t_header-bukrs IMPORTING excise_year = exc_year EXCEPTIONS miss_company = 1 OTHERS = 2.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = object quantity = '1' subobject = part1-exgrp toyear = exc_year * IGNORE_BUFFER = ' ' IMPORTING number = part1-serialno returncode = rccode EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.
J_1I6_DETERMINE_EXC_YEAR CALL FUNCTION 'J_1I6_DETERMINE_EXC_YEAR' EXPORTING i_bukrs = j_1iexchdr-bukrs IMPORTING excise_year = exc_year EXCEPTIONS miss_company = 1 OTHERS = 2.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = part1_object quantity = '1' subobject = part1-exgrp toyear = exc_year * IGNORE_BUFFER = ' ' IMPORTING number = part1-serialno returncode = rccode EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.
J_1I6_DETERMINE_ACCOUNT CALL FUNCTION 'J_1I6_DETERMINE_ACCOUNT' EXPORTING bukrs = t_header-bukrs werks = t_header-werks excgrp = t_header-exgrp trntyp = 'CAPE' strtyp = t_header-strtyp indicator = 'C' TABLES excacc = t_alt_acc EXCEPTIONS OTHERS = 1.
J_1I6_DETERMINE_EXC_YEAR CALL FUNCTION 'J_1I6_DETERMINE_EXC_YEAR' EXPORTING i_bukrs = t_header-bukrs IMPORTING excise_year = v_syear EXCEPTIONS miss_company = 1 OTHERS = 2.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = v_object subobject = t_header-exgrp toyear = v_syear IMPORTING number = v_serialno returncode = v_return_code EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJ1IXF03 - Include MJ1IXF03 - Sub-Routines For SAPMJ1IX MJ1IXF01 - Include MJ1IXF01 - Sub-routines For SAPMJ1IX MJ1IWT01 - Include MJ1IAT01 - Global Declarations For SAPMJ1IA MJ1IWO01 - Include MJ1IAO01 - PBO Modules For SAPMJ1IA MJ1IWI01 - Include MJ1IAI01 - PAI Modules For SAPMJ1IA MJ1IWH01 - Routines To Provide The List Of Values