MOIAUF0C 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 MOIAUF0C 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: Performs beginning with C
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AC_DOCUMENT_CREATE CALL FUNCTION 'AC_DOCUMENT_CREATE' TABLES T_ACCHD = XACCHD T_ACCIT = XACCIT T_ACCCR = XACCCR.
AC_DOCUMENT_POST CALL FUNCTION 'AC_DOCUMENT_POST' EXPORTING I_AWSYS = T000-LOGSYS I_AWTYP = AWTYP I_AWREF = AWREF I_AWORG = AWORG.
LOCATION_EXTRACT CALL FUNCTION 'LOCATION_EXTRACT' IMPORTING BILD = T185V-PANEL.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = SYST-DATUM FOREIGN_AMOUNT = XACCCR-WRBTR FOREIGN_CURRENCY = XACCCR-WAERS LOCAL_CURRENCY = T001-WAERS * rate = 'M' IMPORTING LOCAL_AMOUNT = NEW_AMOUNT.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING * date = syst-datum SO3K128511 DATE = OIA08H-BUDAT "SO3K128511 FOREIGN_AMOUNT = OIA08-PYMT FOREIGN_CURRENCY = OIA08-WAERS LOCAL_CURRENCY = T001-WAERS * rate = 'M' IMPORTING LOCAL_AMOUNT = NEW_AMOUNT exceptions "SO6K015378 GLJ NO_RATE_FOUND = 1 "SO6K015378 GLJ OVERFLOW = 2 "SO6K015378 GLJ NO_FACTORS_FOUND = 3. "SO6K015378 GLJ
FI_TAX_INDICATOR_CHECK CALL FUNCTION 'FI_TAX_INDICATOR_CHECK' EXPORTING I_BUKRS = I_BUKRS I_HKONT = I_HKONT "Sach-/oder Abstimmkonto I_KOART = I_KOART I_MWSKZ = I_MWSKZ * I_STBUK = I_STBUK I_UMSKS = I_UMSKS X_TAXIT = I_TAXIT EXCEPTIONS INPUT_TAX_CODE = 1 NO_TAX_CODE = 2 OUTPUT_TAX_CODE = 3 * TAX_CODE OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.