MJ1IBNF04 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 MJ1IBNF04 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 j1ib
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = v_textline1 textline2 = v_textline2 titel = v_title IMPORTING answer = v_answer EXCEPTIONS OTHERS = 1.
J_1I4A_EXCISE_INVOICE_UPDATE CALL FUNCTION 'J_1I4A_EXCISE_INVOICE_UPDATE' IN UPDATE TASK EXPORTING upd_exchdr = upd_exchdr TABLES upd_excdtl = upd_excdtl upd_grxref = upd_grxref upd_part1 = upd_part1 upd_part2 = upd_part2.
J_1I7_USEREXIT_EXCISE_AFT_SAVE CALL FUNCTION 'J_1I7_USEREXIT_EXCISE_AFT_SAVE' EXPORTING exchdr = upd_exchdr TABLES excdtl = z_1iexcdtl EXCEPTIONS OTHERS = 1.
J_1I7_USEREXIT_ROUND_OFF CALL FUNCTION 'J_1I7_USEREXIT_ROUND_OFF' EXPORTING exnum = t_header-exnum exdate = t_header-exdat vendor = t_header-lifnr TABLES excstr = excstr EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = 'Multi credit not allowed' textline2 = 'Do you want to continue' titel = 'Excise Inv. multiple credit'
J_1I4A_EXCISE_INVOICE_UPDATE CALL FUNCTION 'J_1I4A_EXCISE_INVOICE_UPDATE' IN UPDATE TASK EXPORTING upd_exchdr = upd_exchdr TABLES upd_excdtl = upd_excdtl upd_grxref = upd_grxref upd_part2 = upd_part2.
T001_SINGLE_READ CALL FUNCTION 'T001_SINGLE_READ' EXPORTING bukrs = t_header-bukrs IMPORTING wt001 = t001 EXCEPTIONS not_found = 1 wrong_call = 2 OTHERS = 3.
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 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.
J_1I6_DISPLAY_PART1_PART2 CALL FUNCTION 'J_1I6_DISPLAY_PART1_PART2' EXPORTING bukrs = t_header-bukrs trntyp = 'GRPO' docno = t_header-docno docyr = t_header-docyr EXCEPTIONS OTHERS = 1.
MARC_SINGLE_READ CALL FUNCTION 'MARC_SINGLE_READ' EXPORTING matnr = t_gritem-matnr werks = t_header-werks IMPORTING wmarc = l_marc EXCEPTIONS lock_on_marc = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJ1IBNF04 - include j1ib MJ1IBI01 - Include MJ1IBI01 - PAI Modules For SAPMJ1IB MJ1IBF04 - Mass Test for ABAP/4 Programs: Global Data MJ1IBF03 - Include MJ1I9F01 - Sub-Routines For SAPMJ1IA MJ1IBF01 - Include MJ1IBF01 - Sub-routines For SAPMJ1IB MJ1IAT01 - Include MJ1IAT01 - Global Declarations For SAPMJ1IA