MJ1IBNPAI 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 MJ1IBNPAI 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 MJ1IBNPAI
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1I_BOND_USAGE_ALV CALL FUNCTION 'J_1I_BOND_USAGE_ALV' EXPORTING bondnum = gs_bond-bondno bondyear = gs_bond-bondyr.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = 'Continue ?' * TEXTLINE2 = ' ' titel = 'Confirm Loss of Data' start_column = 25 start_row = 6 defaultoption = 'N' IMPORTING answer = l_answer .
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'J_1IWERKS' dynpprog = 'SAPMJ1IBN' dynpnr = '0100' dynprofield = 'GS_BOND-PLANT' value_org = 'S' TABLES value_tab = lt_wrkcus.
F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * retfield = 'BONDNO' * dynpprog = 'SAPMJ1IBN' * dynpnr = '0100' * dynprofield = 'GS_BOND-BONDNO' * value_org = 'S' * TABLES * value_tab = lt_bond * field_tab = field_tab * return_tab = return_tab * dynpfld_mapping = dynpfld_mapping.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.