MP56TO30 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 MP56TO30 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
ARCHIV_CONNECTINFO_GET_META CALL FUNCTION 'ARCHIV_CONNECTINFO_GET_META' EXPORTING OBJECT_ID = LD_OBJECT_ID AR_OBJECT = '' SAP_OBJECT = LD_SAP_OBJECT IMPORTING COUNT = LV_COUNT 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.