SAP Reports / Programs

SAPMP56T_PD SAP ABAP dialog Program - Program SAPMP56T_PD







SAPMP56T_PD is a standard Module pool for a dialog screen ABAP Program 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 SAPMP56T_PD into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PREP - Import Program for Per Diems


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 SAPMP56T_PD. "Basic submit
SUBMIT SAPMP56T_PD AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMP56T_PD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program SAPMP56T_PD
Text Symbol: E14 = Country
Text Symbol: E15 = Primary Destination
Text Symbol: E16 = Error Message
Text Symbol: E17 = Column header could not be set
Text Symbol: E99 = An unknown error occurred during import of file. Try again.
Text Symbol: ET1 = All entries were not deleted.
Text Symbol: ET2 = Select only one entry.
Text Symbol: ET3 = Cannot delete entry
Text Symbol: F01 = Text files
Text Symbol: F02 = Excel files
Text Symbol: P_1 = Number of New Entries :
Text Symbol: P_2 = Number of Changed Entries :
Text Symbol: P_3 = New Entries
Text Symbol: P_4 = Changed Entries
Text Symbol: P_5 = New/Changed Entries
Text Symbol: P_A = *** TEST RUN - No changes in database ***
Text Symbol: P_H = Create entries in tables T702O / T706O
Text Symbol: P_I = Trip Country/Trip Country Group/Trip Region
Text Symbol: P_V = Create entries in tables T706U / T706V
Text Symbol: P_W = Accommodations / Meals per diems amounts
Text Symbol: T01 = Import data ...
Text Symbol: T10 = You want to exit the transaction.
Text Symbol: T11 = Do you want to save the current assignments?
Text Symbol: T12 = Save Current Assigments
Text Symbol: X11 = In table T706O the entry
Text Symbol: X12 = does not exist.
Text Symbol: X21 = The name is different for
Text Symbol: X22 = table T706O and the text file.
Text Symbol: X23 = Table T706O contains the name
Text Symbol: X31 = An entry with key
Text Symbol: X32 = exists twice.
Text Symbol: X33 = Change the region or the name.
Text Symbol: X41 = You can change the long text for
Text Symbol: X42 = this entry.
Text Symbol: 001 = You have to scale the entries in table T706V by hours.
Text Symbol: 002 = Carry out the relevant steps in Customizing to do so.
Text Symbol: 003 = Delete data rec.





Text Symbol: 004 = Selected data records are deleted.
Text Symbol: 005 = Are all selected data records to be deleted?
Text Symbol: 007 = Preparation - please wait...
Text Symbol: 008 = Comparison - please wait...
Text Symbol: 010 = Import Per-Diem Rates
Text Symbol: 016 = GSA rows succesfully imported:
Text Symbol: A01 = Different long text
Text Symbol: A02 = Entry missing
Text Symbol: A03 = Duplicate Entry
Text Symbol: A04 = Entry in per diem rates
Text Symbol: A05 = Entry in T706O / T702O
Text Symbol: A10 = Explanation Line
Text Symbol: A11 = Different long text
Text Symbol: AL1 = Country
Text Symbol: AL2 = Region
Text Symbol: AL3 = Name
Text Symbol: AL4 = from
Text Symbol: AL5 = to
Text Symbol: AL6 = A/M
Text Symbol: E01 = File upload is not possible in this client
Text Symbol: E02 = Frontend function can not be executed in batch mode.
Text Symbol: E03 = Selection was terminated
Text Symbol: E04 = Error during upload, try again.
Text Symbol: E05 = File open error
Text Symbol: E06 = File read error
Text Symbol: E07 = This file does not correspond with file format wanted.
Text Symbol: E08 = Error during import
Text Symbol: E09 = Errors in assignment table
Text Symbol: E10 = Errors in per diem rates
Text Symbol: E11 = Error while saving file
Text Symbol: E12 = No entry found in table T005S
Text Symbol: E13 = Error Log


INCLUDES used within this REPORT SAPMP56T_PD

INCLUDE MP56T_PDF13.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 SAPMP56T_PD or its description.