FV45P340 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 FV45P340 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: Oil-include: MCOE FORM-routine
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIDA_GET_ORIGIN_DESTINATION CALL FUNCTION 'OIDA_GET_ORIGIN_DESTINATION' EXPORTING I_WERKS = VBAP-WERKS IMPORTING E_OIC_OLAND1 = VBAP-OIC_OLAND1 E_OIC_OREGIO = SV_OIC_OREGIO E_OIC_OCOUNC = SV_OIC_OCOUNC E_OIC_OCITYC = SV_OIC_OCITYC.
IS_OIA01_SINGLE_READ CALL FUNCTION 'IS_OIA01_SINGLE_READ' ">46B KH EXPORTING I_EXGNUM = vbap-oiexgnum ">46B KH IMPORTING E_OIA01 = oia01 ">46B KH exceptions record_not_found = 0. "RC not used ">46B KH
OIDA_GET_ORIGIN_DESTINATION CALL FUNCTION 'OIDA_GET_ORIGIN_DESTINATION' "get new origin values EXPORTING I_WERKS = VBAP-WERKS IMPORTING E_OIC_OLAND1 = VBAP-OIC_OLAND1 E_OIC_OREGIO = VBAP-OIC_OREGIO E_OIC_OCOUNC = VBAP-OIC_OCOUNC E_OIC_OCITYC = VBAP-OIC_OCITYC.
POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING TITEL = TEXT-011 DIAGNOSETEXT1 = TEXT-012 DIAGNOSETEXT2 = SPACE TEXTLINE1 = TEXT-013 * TEXTLINE2 = TEXT-014 "SO6K010857 MMU TEXTLINE2 = SPACE "SO6K010857 MMU TEXTLINE3 = SPACE TEXT_OPTION1 = TEXT-015 TEXT_OPTION2 = TEXT-016 IMPORTING ANSWER = DA_WERKS_ERMITTELN.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.