SAP Reports / Programs | Exchanges | Industry Solution Oil | Exchanges(IS-OIL-DS-EXG) SAP IS

MOIAUF0C SAP ABAP INCLUDE - Performs beginning with C







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MOIAUF0C. "Basic submit
SUBMIT MOIAUF0C AND RETURN. "Return to original report after report execution complete
SUBMIT MOIAUF0C VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Performs beginning with C


INCLUDES used within this REPORT MOIAUF0C

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MOIAUF0C or its description.