MP56TFRT 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 MP56TFRT 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.
Title: Read Routines for Transp. Tables (Used in SAPMP56T and SAPMP56R)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = bukrs language = sy-langu IMPORTING comp_name = t001_butxt city = t001_ort01 country = t001_land1 currency = t001_waers langu = t001_spras chrt_accts = t001_ktopl fy_variant = t001_periv rate_deviation = t001_waabw jurisdiction = t001_txjcd EXCEPTIONS not_found = 1 OTHERS = 2.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' "WKUK001280 EXPORTING "WKUK001280 companycode = p0017-bukrs "WKUK001280 language = sy-langu "WKUK001280 IMPORTING "WKUK001280 jurisdiction = t001_txjcd "WKUK001280 EXCEPTIONS "WKUK001280 not_found = 1 "WKUK001280 OTHERS = 2. "WKUK001280
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING * companycode = p0001-bukrs "QJEK007977 companycode = p0001_bukrs_old "QJEK007977 language = sy-langu IMPORTING country = p0001_land1 EXCEPTIONS not_found = 1 OTHERS = 2.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = datum foreign_amount = dummy_famount foreign_currency = fwae local_currency = hwae rate = 0 type_of_rate = t706d-kurst IMPORTING exchange_rate = ukurs foreign_factor = ffact local_amount = dummy_tamount local_factor = tfact EXCEPTIONS no_rate_found = 04 overflow = 08.
VRM_GET_IDS CALL FUNCTION 'VRM_GET_IDS' IMPORTING ids = lt_ids.
VRM_DELETE_VALUES CALL FUNCTION 'VRM_DELETE_VALUES' EXPORTING id = ls_ids id_contains_progname = abap_true EXCEPTIONS id_not_found = 1 OTHERS = 2.
GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = accessibility_mode EXCEPTIONS its_not_available = 1.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = datum foreign_amount = amount foreign_currency = fwae local_currency = hwae rate = 0 type_of_rate = t706d-kurst IMPORTING fixed_rate = kurs foreign_factor = ffact local_factor = tfact EXCEPTIONS no_rate_found = 04 overflow = 08.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = bukrs language = sy-langu IMPORTING country = land1 EXCEPTIONS not_found = 1 OTHERS = 2.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = date foreign_amount = t706_const-kwert foreign_currency = t706_const-waers local_currency = ptp42-waers rate = 0 type_of_rate = t706d-kurst IMPORTING local_amount = t706_const-kwert EXCEPTIONS no_rate_found = 04 overflow = 08.
TRIP_GET_AUTOHIDE CALL FUNCTION 'TRIP_GET_AUTOHIDE' EXPORTING provision_variant = morei IMPORTING autohide = autohide.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP56TFRT - Read Routines for Transp. Tables (Used in SAPMP56T and SAPMP56R) MP56TFRI - General Routines: Read Infotypes (Used in T & P) MP56TFPS_DE - Public Sector: Routines for Public Sector Germany MP56TFPS - Routines for Linking-up of SAPMP56T and SAPMP56P MP56TFPR - documentation and ABAP source code MP56TFPOPUP - documentation and ABAP source code