FV64A574 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Shipping Costs for Redirection This sample
If you would like to execute this report or see the full code listing simply enter FV64A574 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!
ISM_VARTYPES_BY_BEZPER_GET CALL FUNCTION 'ISM_VARTYPES_BY_BEZPER_GET' EXPORTING DRERZ = KOMK-DRERZ PVA = KOMK-PVA BEZTYP = KOMK-BEZISP BEZPER = KOMK-BZPERF STARTDATE = KOMP-FAKVON ENDDATE = KOMP-FAKBIS INCL_WEEKDAY_CHECK = LV_INCL_WEEKDAY_CHECK "ALTADR4.63
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.