SAP Reports / Programs | Financial Accounting | Travel Management | Travel Expenses(FI-TV-COS) SAP FI

MP56TFRT SAP ABAP INCLUDE - Read Routines for Transp. Tables (Used in SAPMP56T and SAPMP56R)







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MP56TFRT. "Basic submit
SUBMIT MP56TFRT AND RETURN. "Return to original report after report execution complete
SUBMIT MP56TFRT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Read Routines for Transp. Tables (Used in SAPMP56T and SAPMP56R)


INCLUDES used within this REPORT MP56TFRT

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MP56TFRT or its description.