MOIADF0F 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 MOIADF0F 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 MOIADF0F
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RV_MESSAGES_MAINTENANCE CALL FUNCTION 'RV_MESSAGES_MAINTENANCE' EXPORTING MIN_T185 = T185 MIN_T185F = T185F MIN_T185V = T185V MIN_OBJKY = XOBJKY MIN_KAPPL = TVFK-KAPPL MIN_KALSM = TVFK-KALSM MIN_BTEXT = BILDTEXT MIN_CUA_TEXT = RV02P-TITLE IMPORTING MEX_FCODE = FCODE MEX_T185F = T185F MEX_T185V = T185V MEX_UPDAT = DA_UPDAT TABLES MTB_PART = PART.
LFA1_SINGLE_READ *KH CALL FUNCTION 'LFA1_SINGLE_READ' "SO6K014464 * EXPORTING * LFA1_LIFNR = OIAQA-EXGPTR * IMPORTING * WLFA1 = LFA1 * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.
WY_LFA1_SINGLE_READ call function 'WY_LFA1_SINGLE_READ' "buffer read" "IS2 KH exporting pi_lifnr = OIAQA-EXGPTR "IS2 KH importing po_lfa1 = lfa1 "IS2 KH exceptions no_records_found = 1 "RCs used "IS2 KH others = 2. "RCs used "IS2 KH
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = TVFK-NUMKI OBJECT = 'RV_BELEG' IMPORTING NUMBER = G_OIAQA-PREQNO RETURNCODE = G_CSUBRC.
OIA_UPDATE_EXG_ST_PRINT_REQ CALL FUNCTION 'OIA_UPDATE_EXG_ST_PRINT_REQ' IN UPDATE TASK EXPORTING I_OIAQA = G_OIAQA UPD_TYPE = G_UPDATE_FLAG.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = TVFK-NUMKI OBJECT = 'RV_BELEG' IMPORTING NUMBER = G_OIAQA-PREQNO RETURNCODE = G_CSUBRC.
LFA1_SINGLE_READ * CALL FUNCTION 'LFA1_SINGLE_READ' "SO6K014464 * EXPORTING * LFA1_LIFNR = OIAQA-EXGPTR * IMPORTING * WLFA1 = LFA1 * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.
WY_LFA1_SINGLE_READ call function 'WY_LFA1_SINGLE_READ' "buffer read" "IS2 KH exporting pi_lifnr = OIAQA-EXGPTR "IS2 KH importing po_lfa1 = lfa1 "IS2 KH exceptions no_records_found = 1 "RCs used "IS2 KH others = 2. "RCs used "IS2 KH
V_KNA1_SINGLE_READ *KH CALL FUNCTION 'KNA1_SINGLE_READ' "SO6K014464 CALL FUNCTION 'V_KNA1_SINGLE_READ' ">46B KH EXPORTING PI_KUNNR = LFA1-KUNNR ">46B KH IMPORTING PE_KNA1 = kna1 ">46B KH EXCEPTIONS NO_RECORDS_FOUND = 1 OTHERS = 2.
OIA_NETTING_DOC_ADD_CHANGE CALL FUNCTION 'OIA_NETTING_DOC_ADD_CHANGE' in update task EXPORTING I_OIAQA = G_OIAQA UPD_TYPE = G_UPDATE_FLAG TABLES XOIA12I = XOIA12I YOIA12I = YOIA12I XOIA10L = XOIA10L YOIA10L = YOIA10L XOIA12ICOND = XOIA12ICOND "SO4K004419 YOIA12ICOND = YOIA12ICOND. "SO4K004419
OIA_UPDATE_EXG_MOVEMENTS CALL FUNCTION 'OIA_UPDATE_EXG_MOVEMENTS' in update task EXPORTING I_OIAQA = G_OIAQA UPD_TYPE = G_UPDATE_FLAG TABLES XOIA12I = G_XOIA12I YOIA12I = YOIA12I g_oiaqb = g_oiaqb. "SO7K000185
RV_MESSAGE_PREVIEW CALL FUNCTION 'RV_MESSAGE_PREVIEW' EXPORTING MSG_KAPPL = TVFK-KAPPL MSG_OBJKY = XOBJKY MSG_KSCHL = TVFK-KSCHL EXCEPTIONS CANCEL = 1 NO_MESSAGE = 2 MESSAGE_NOT_PRINTABLE = 2 PRINT_ERROR = 3.
ENQUEUE_E_OIAQA CALL FUNCTION 'ENQUEUE_E_OIAQA' EXPORTING PREQNO = OIAQA-PREQNO.
RV_MESSAGE_PRINT_SINGLE CALL FUNCTION 'RV_MESSAGE_PRINT_SINGLE' EXPORTING MSG_KAPPL = TVFK-KAPPL MSG_OBJKY = XOBJKY MSG_KSCHL = TVFK-KSCHL EXCEPTIONS CANCEL = 1 NO_MESSAGE = 2 MESSAGE_NOT_PRINTABLE = 2 OTHERS = 3.
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 MOIADF0F or its description.