MJ1IXF01 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 MJ1IXF01 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 MJ1IXF01 - Sub-routines For SAPMJ1IX
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING * NO_VALUE_CHECK = ' ' POPUP_TITLE = text-010 "'Item Number' * START_COLUMN = '5' * START_ROW = '5' IMPORTING RETURNCODE = V_RETURN_CODE TABLES FIELDS = T_SVAL EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = V_DEFAULTOPTION " 'Y', 'N'.
J_1I6_DETERMINE_EXC_YEAR CALL FUNCTION 'J_1I6_DETERMINE_EXC_YEAR' EXPORTING I_BUKRS = T_HEADER-BUKRS IMPORTING EXCISE_YEAR = V_SYEAR EXCEPTIONS MISS_COMPANY = 1 OTHERS = 2.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = '01' OBJECT = V_OBJECT * QUANTITY = '1' SUBOBJECT = T_HEADER-EXGRP TOYEAR = V_SYEAR * IGNORE_BUFFER = ' ' IMPORTING NUMBER = V_SERIALNO * quantity = RETURNCODE = V_RETURN_CODE 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.
J_1I7_USEREXIT_EXCISE_AFT_SAVE CALL FUNCTION 'J_1I7_USEREXIT_EXCISE_AFT_SAVE' EXPORTING EXCHDR = J_1IEXCHDR TABLES EXCDTL = Z_1IEXCDTL 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.
MJ1IXF01 - Include MJ1IXF01 - Sub-routines For SAPMJ1IX MJ1IWT01 - Include MJ1IAT01 - Global Declarations For SAPMJ1IA MJ1IWO01 - Include MJ1IAO01 - PBO Modules For SAPMJ1IA MJ1IWI01 - Include MJ1IAI01 - PAI Modules For SAPMJ1IA MJ1IWH01 - Routines To Provide The List Of Values MJ1IWF02 - Sub-Routines To Calc. Taxes For SAPMJ1IA