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
Below is a list of transaction codes which are relevant to this SAP report
PREP - Import Program for Per Diems
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: 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.
INCLUDE MP56T_PDF13.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.