SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

MJ1IBF03 SAP ABAP INCLUDE - Include MJ1I9F01 - Sub-Routines For SAPMJ1IA







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


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


Text pool values


Title: Include MJ1I9F01 - Sub-Routines For SAPMJ1IA


INCLUDES used within this REPORT MJ1IBF03

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:

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.



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