MJ1IBF03 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 MJ1IBF03 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 MJ1I9F01 - Sub-Routines For SAPMJ1IA
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_DOC_DATE = v_docdat " t_header-exdat 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.
J_1I6_MESSAGE CALL FUNCTION 'J_1I6_MESSAGE' EXPORTING ARBGB = '8I' MSGNR = '295' DEF_MSGTY = 'W' * MSGTX1 = * MSGTX2 = * MSGTX3 = * MSGTX4 = 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJ1IBF03 - Include MJ1I9F01 - Sub-Routines For SAPMJ1IA MJ1IBF01 - Include MJ1IBF01 - Sub-routines For SAPMJ1IB MJ1IAT01 - Include MJ1IAT01 - Global Declarations For SAPMJ1IA MJ1IARE_ANALYSIS_STATUS - ARE ageing analysis: To decide the statuses for the DB query MJ1IARE_ANALYSIS_PBOO01 - Include MJ1IARE_ANALYSIS_PBOO01 MJ1IARE_ANALYSIS_PAII01 - Include MJ1IARE_ANALYSIS_PAII01