FV63A499 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Determines the base value using Customizing settings...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FV63A499 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!
J_3G_BASISWERT_ERRECHNEN CALL FUNCTION 'J_3G_BASISWERT_ERRECHNEN' EXPORTING XKOMV = HLP_KOMV XKOMK = KOMK XKOMP = KOMP J_3GPLTYP = KOMK-PLTYP KSCHL = XKOMV-KSCHL PRLDAT = KOMK-PRSDT KRECH = XKOMV-KRECH KUNWE = KOMK-KUNWE KSTEU = XKOMV-KSTEU STLKENN = ' ' IMPORTING KWERT = XKOMV-KBETR KFAKTOR = XKOMV-KFAKTOR1 ANZ_TAGE = KOMP-ANZ_TAGE EXCEPTIONS NORMALE_PREISFINDUNG = 1 FEHLER_PREISFINDUNG = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.