MOIAAFKO 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 MOIAAFKO 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIA_FEE_DIALOG_PAI CALL FUNCTION 'OIA_FEE_DIALOG_PAI' EXPORTING COMM_HEAD_I = KOMK COMM_ITEM_I = KOMP CALCULATION_TYPE = RV61A-KSTEU IMPORTING COMM_HEAD_E = KOMK COMM_ITEM_E = KOMP TABLES TKOMV = XKOMV changing CS_8_ENHANCEMENT = ls_ISC_OIA_FEE_DIALOG_PAI. "IS2ERP
READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING DATE = KOMK-PRSDT FOREIGN_CURRENCY = KOMV-WAERS LOCAL_CURRENCY = KOMK-HWAER TYPE_OF_RATE = KURSTYP IMPORTING EXCHANGE_RATE = KOMV-KKURS EXCEPTIONS NO_FACTORS_FOUND = 4 NO_RATE_FOUND = 4.
OIA_FEE_DIALOG_PBO * CALL FUNCTION 'OIA_FEE_DIALOG_PBO' * TABLES * TKOMT1 = KOMT1 * TKOMT2 = KOMT2 * TKONP = XKONP.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.