MJ1IHO01 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 MJ1IHO01 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: Process Before output modules of Excise JV transaction
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1I6_ROUND_TO_NEAREST_AMT CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT' EXPORTING I_AMOUNT = JV_ITEM-BEDAMT IMPORTING E_AMOUNT = JV_ITEM-BEDAMT EXCEPTIONS OTHERS = 1.
J_1I6_ROUND_TO_NEAREST_AMT CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT' EXPORTING I_AMOUNT = JV_ITEM-AEDAMT IMPORTING E_AMOUNT = JV_ITEM-AEDAMT EXCEPTIONS OTHERS = 1.
J_1I6_ROUND_TO_NEAREST_AMT CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT' EXPORTING i_amount = jv_item-ecsamt IMPORTING e_amount = jv_item-ecsamt EXCEPTIONS OTHERS = 1.
J_1I6_ROUND_TO_NEAREST_AMT CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT' EXPORTING i_amount = jv_item-tax1amt IMPORTING e_amount = jv_item-tax1amt EXCEPTIONS OTHERS = 1.
J_1I6_ROUND_TO_NEAREST_AMT CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT' EXPORTING i_amount = jv_item-tax2amt IMPORTING e_amount = jv_item-tax2amt EXCEPTIONS OTHERS = 1.
J_1I6_ROUND_TO_NEAREST_AMT CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT' EXPORTING i_amount = jv_item-tax3amt IMPORTING e_amount = jv_item-tax3amt EXCEPTIONS OTHERS = 1.
J_1I6_ROUND_TO_NEAREST_AMT CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT' EXPORTING i_amount = jv_item-nccdamt IMPORTING e_amount = jv_item-nccdamt EXCEPTIONS OTHERS = 1.
J_1I6_ROUND_TO_NEAREST_AMT CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT' EXPORTING I_AMOUNT = JV_ITEM-SEDAMT IMPORTING E_AMOUNT = JV_ITEM-SEDAMT EXCEPTIONS OTHERS = 1.
J_1I6_ROUND_TO_NEAREST_AMT CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT' EXPORTING I_AMOUNT = JV_ITEM-CESS IMPORTING E_AMOUNT = JV_ITEM-CESS EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.