MJ1ACF00 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 MJ1ACF00 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 of SAPMJ1AC (FORM Routines)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_1A_READ_KNAT CALL FUNCTION 'J_1A_READ_KNAT' EXPORTING I_KUNNR = XKUNNR I_REF_KUNNR = XREF_KUNNR TABLES T_XKNAT = J_1AXKNAT EXCEPTIONS NOT_FOUND = 01.
J_1A_READ_KNAT CALL FUNCTION 'J_1A_READ_KNAT' EXPORTING I_KUNNR = XKUNNR TABLES T_XKNAT = J_1AXKNAT EXCEPTIONS NOT_FOUND = 01.
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = '8A' I_DTYPE = 'I' I_MSGNR = G_CHAR3 IMPORTING E_MSGTY = G_CHAR1.
J_1A_CHANGES_KNAT_MF02D CALL FUNCTION 'J_1A_CHANGES_KNAT_MF02D' IMPORTING E_CHNG = F_DEBI_XCHNG TABLES T_XKNAT = J_1AXKNAT.
J_1A_COMPARE_KNAT_MF02D CALL FUNCTION 'J_1A_COMPARE_KNAT_MF02D' IMPORTING E_UPD_KNAT = F_UPD_KNAT TABLES T_XKNAT = J_1AXKNAT T_YKNAT = J_1AYKNAT.
J_1A_TAX_NUMBER_CHECK CALL FUNCTION 'J_1A_TAX_NUMBER_CHECK' EXPORTING TYPE_OF_ID = KNA1-STCDT TAX_CODE_1 = KNA1-STCD1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.