MP56TO32 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 MP56TO32 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!
HRCA_CHECK_JURISDICTION_ACTIVE CALL FUNCTION 'HRCA_CHECK_JURISDICTION_ACTIVE' "XBHK001165 EXPORTING "XBHK001165 * I_BUKRS = P0001_BUKRS_OLD"XBHK001165WKUK001280 I_BUKRS = bukrs_for_tax "WKUK001280 IMPORTING "XBHK001165 E_TXJCD_ACTIVE = JURISDICTION_ACTIVE "XBHK001165 E_TAX_EXTERNAL = TAX_CALCULATION_EXTERNAL "XBHK001165 EXCEPTIONS "XBHK001165 INPUT_INCOMPLETE = 1 "XBHK001165 INPUT_INCONSISTENT = 2 "XBHK001165 OTHER_ERROR = 3 "XBHK001165 OTHERS = 4. "XBHK001165
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = PTP02-DATV1 FOREIGN_AMOUNT = VSCH-VORSC FOREIGN_CURRENCY = VSCH-WAERS LOCAL_CURRENCY = PTP42-WAERS RATE = 0 TYPE_OF_RATE = T706D-KURST IMPORTING LOCAL_AMOUNT = VSCH-VORHW EXCEPTIONS NO_RATE_FOUND = 04 OVERFLOW = 08.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.