MV45AF0F_FCODE_FRAU 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 MV45AF0F_FCODE_FRAU 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!
HU_PACKING_SALES_PROPOSAL CALL FUNCTION 'HU_PACKING_SALES_PROPOSAL' EXPORTING IF_ANZEIGEMODUS = t180-trtyp IF_DUNKEL = 'X' if_profile = '0002' IS_VBAK = VBAK IT_XVBAP = XVBAP[] IT_XVBPA = XVBPA[] CHANGING CT_XVBFA = XVBFA[] CT_YVBFA = YVBFA[] CT_XVBAPF = XVBAPF[].
HU_GET_HUS CALL FUNCTION 'HU_GET_HUS' EXPORTING IS_OBJECTS = LS_OBJECT IMPORTING ET_HEADER = L_VEKP[] ET_ITEMS = L_VEPO[] EXCEPTIONS others = 0.
SD_SCD_COST_INFO_SALES_ORDER_D CALL FUNCTION 'SD_SCD_COST_INFO_SALES_ORDER_D' EXPORTING I_VBAK = L_VBAK TABLES I_VBAP = XVBAP I_VBEP = XVBEP I_VBFA = XVBFA I_VBKD = XVBKD I_VBPA = XVBPA I_VBUK = XVBUK I_VBUV = XVBUV I_VBUP = XVBUP I_VEKP = L_VEKP I_VEPO = L_VEPO I_VBADR = XVBADR I_FPLA = XFPLA I_FPLT = XFPLT I_VBAPF = XVBAPF EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.