FV64A562 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Tax in Subtotal 1 This formula for tax calculation in IS-M/SD is obsolete...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 FV64A562 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!
ISP_UNITS_GET CALL FUNCTION 'ISP_UNITS_GET' IMPORTING GEWICHTSEINHEIT_GRAMM = GEWICHTSEINHEIT_GRAMM.
UNIT_CONVERSION CALL FUNCTION 'UNIT_CONVERSION' EXPORTING MEINH = GEWICHTSEINHEIT_GRAMM MEINS = XKOMV-KONMS MGLME = KONM-KSTBM UMREZ = 0 UMREN = 0 IMPORTING O_MGAME = SCHWELLE EXCEPTIONS ERROR_MESSAGE = 4.
UNIT_CONVERSION CALL FUNCTION 'UNIT_CONVERSION' EXPORTING MEINH = GEWICHTSEINHEIT_GRAMM MEINS = XKOMV-KMEIN MGLME = XKOMV-KPEIN UMREZ = 0 UMREN = 0 IMPORTING O_MGAME = RUNDUNGSWERT EXCEPTIONS ERROR_MESSAGE = 4.
UNIT_CONVERSION CALL FUNCTION 'UNIT_CONVERSION' EXPORTING MEINH = GEWICHTSEINHEIT_GRAMM MEINS = XKOMV-KMEIN MGLME = XKOMV-KAWRT UMREZ = 0 UMREN = 0 IMPORTING O_MGAME = XKAWRT EXCEPTIONS ERROR_MESSAGE = 4.
UNIT_CONVERSION CALL FUNCTION 'UNIT_CONVERSION' EXPORTING MEINH = XKOMV-KMEIN MEINS = GEWICHTSEINHEIT_GRAMM MGLME = XKAWRT UMREZ = 0 UMREN = 0 IMPORTING O_MGAME = XKOMV-KAWRT EXCEPTIONS ERROR_MESSAGE = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.