MOIAAF0K 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 MOIAAF0K 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!
RV_CHECK_CONDITION_VALUE CALL FUNCTION 'RV_CHECK_CONDITION_VALUE' EXPORTING CHECK_KRECH = KOMV-KRECH CHECK_VALUE = KOMV-KBETR CHECK_CURRENCY = RV61A-KOEIN CHECK_DATE = KOMK-PRSDT CHECK_PRICE_QUANTITY = KOMV-KPEIN CHECK_QUANTITY_UNIT = KOMV-KMEIN CONDITION_CLASS = KOMV-KOAID ONLY_NEGATIVE = KOMV-KNEGA CONDITION = KONP LOCAL_CURRENCY = KOMK-HWAER PRODUCT = KOMP-MATNR BASIC_QUANTITY_UNIT = KOMP-LAGME IMPORTING CHECK_VALUE = KOMV-KBETR.
RM_CONDITION_UNIT_CHECK CALL FUNCTION 'RM_CONDITION_UNIT_CHECK' EXPORTING I_KOMP = KOMP I_KUMNE = KOMV-KUMNE I_KUMZA = KOMV-KUMZA KAPPL = KOMK-KAPPL KMEIN = KOMV-KMEIN KSCHL = KOMV-KSCHL MSG = ' ' IMPORTING KUMNE = KOMV-KUMNE KUMZA = KOMV-KUMZA EXCEPTIONS NO_SUCCESS = 01.
UNIT_CONVERSION CALL FUNCTION 'UNIT_CONVERSION' EXPORTING MATNR = KOMP-MATNR MEINH = KOMV-KMEIN UMREZ = KOMV-KUMZA UMREN = KOMV-KUMNE MEINS = KOMP-GEWEI IMPORTING O_UMREZ = KOMV-KUMZA O_UMREN = KOMV-KUMNE.
UNIT_CONVERSION CALL FUNCTION 'UNIT_CONVERSION' EXPORTING MATNR = KOMP-MATNR MEINH = KOMV-KMEIN UMREZ = KOMV-KUMZA UMREN = KOMV-KUMNE MEINS = KOMP-GEWEI IMPORTING O_UMREZ = KOMV-KUMZA O_UMREN = KOMV-KUMNE.
UNIT_CONVERSION CALL FUNCTION 'UNIT_CONVERSION' EXPORTING MATNR = KOMP-MATNR MEINH = KOMV-KMEIN UMREZ = KOMV-KUMZA UMREN = KOMV-KUMNE MEINS = KOMP-VOLEH IMPORTING O_UMREZ = KOMV-KUMZA O_UMREN = KOMV-KUMNE.
CONVERSION_EXIT_CUNIT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT' EXPORTING INPUT = RV61A-AWEIN LANGUAGE = SY-LANGU IMPORTING OUTPUT = RV61A-AWEIN EXCEPTIONS UNIT_NOT_FOUND = 01.
CONVERSION_EXIT_CUNIT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT' EXPORTING INPUT = RV61A-STEIN LANGUAGE = SY-LANGU IMPORTING OUTPUT = RV61A-STEIN EXCEPTIONS UNIT_NOT_FOUND = 01.
OIA_FEE_CHECK CALL FUNCTION 'OIA_FEE_CHECK' EXPORTING COMM_HEAD_I = KOMK COMM_ITEM_I = KOMP KOMV_I = KOMV PRELIMINARY = 'X' IMPORTING COMM_HEAD_E = KOMK COMM_ITEM_E = KOMP KOMV_E = KOMV KONP_E = KONP TABLES TKOMV = XKOMV XOICQ7 = XOICQ7 "SO3K121964 XOICQ8 = XOICQ8 "SO3K121964 XOICQ9 = XOICQ9 "SO3K121964 OICQ7_E = OICQ7_E "SO3K121964 OICQ8_E = OICQ8_E "SO3K121964 OICQ9_E = OICQ9_E. "SO3K121964
RV_DOMAIN_VALUE_TEXTS CALL FUNCTION 'RV_DOMAIN_VALUE_TEXTS' EXPORTING DOMNAME = DNAME DOMVALUE = DVALUE IMPORTING DDTEXT = DVTEXT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.