MV60AFOI_OIC_SDP 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 MV60AFOI_OIC_SDP 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 MV60AFOI_OIC_SDP
INCLUDE MV60AFOI_OIC_FETCH_PAYMENTS.
INCLUDE MV60AFOI_OIC_CALCULATE_PAYMENT.
INCLUDE MV60AFOI_OIC_GET_PAYMENT_DATE.
No SAP DATABASE tables are accessed within this REPORT code!
DEQUEUE_EVVBLKE CALL FUNCTION 'DEQUEUE_EVVBLKE' EXPORTING * VBELN = VBRK-VBELN. "n_858723
DEQUEUE_EVVBLKE CALL FUNCTION 'DEQUEUE_EVVBLKE' EXPORTING * VBELN = VBRK-VBELN. "n_858723
DEQUEUE_EVVBLKE CALL FUNCTION 'DEQUEUE_EVVBLKE' EXPORTING VBELN = VBRK-VBELN.
DEQUEUE_EVVBLKE CALL FUNCTION 'DEQUEUE_EVVBLKE' EXPORTING VBELN = VBRK-VBELN.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = INV_ORG IMPORTING OUTPUT = INV_ORG.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV60AFOI_OIC_SDP - Include MV60AFOI_OIC_SDP MV60AFOI_OIC_SAVE_LAST_FCODE - Include MV60AFOI_OIC_SAVE_LAST_FCODE MV60AFOI_OIC_MAP - Include MV60AFOI_OIC_MAP MV60AFOI_OIC_GET_PAYMENT_DATE - Include MV60AFOI_OIC_GET_PAYMENT_DATE MV60AFOI_OIC_FETCH_PAYMENTS - Include MV60AFOI_OIC_FETCH_PAYMENTS MV60AFOI_OIC_CALCULATE_PAYMENT - Include MV60AFOI_OIC_CALCULATE_PAYMENT