SAP Reports / Programs

RPLMDSU0 SAP ABAP Report - U.S. Master Data Sheet







RPLMDSU0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to support different forms and groups of forms...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPLMDSU0 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

PC00_M10_LMDS - U.S. Master Data Sheet


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


Text pool values


Selection Text: PA_REASN = Processing Reason
Selection Text: PA_APPL = Sub-application
Title: U.S. Master Data Sheet
Text Symbol: S03 = Processing Reason
Text Symbol: S02 = Sub-application
Text Symbol: S01 = Processing Details
Text Symbol: M06 = ' is not a valid processing reason
Text Symbol: M05 = Value overflow for summation wagetype
Text Symbol: M04 = Feature 10MSD returns an invalid fieldname
Text Symbol: M03 = is no defined form variant for logical formname
Text Symbol: M02 = is no defined logical formname for group
Text Symbol: M01 = Feature 10MSD returns an invalid value for field
Text Symbol: L38 = Primary Lang.
Text Symbol: L37 = Amount Overtime
Text Symbol: L36 = Other payfreq.
Text Symbol: L35 = Bi-weekly Payr.
Text Symbol: L34 = Weekly Payroll
Text Symbol: L33 = Amount Other A.
Text Symbol: L32 = Other Allowance
Text Symbol: L31 = Amount Lodging
Text Symbol: L30 = Lodging Allow.
Text Symbol: L29 = Amount Meal Al.
Text Symbol: L28 = Meal Allowance
Text Symbol: L27 = Amount Tips Al.
Text Symbol: L26 = Tips Allowance
Text Symbol: L25 = No allowance
Text Symbol: L24 = Hours per Week
Text Symbol: L23 = Unit for Rate 3
Text Symbol: L22 = Unit for Rate 2
Text Symbol: L21 = Unit for Rate 1
Text Symbol: L20 = Payrate 3
Text Symbol: L19 = Payrate 2
Text Symbol: L18 = Payrate 1
Text Symbol: L17 = Payrate
Text Symbol: L16 = Amount Average
Text Symbol: L15 = Regular Payday
Text Symbol: L14 = Masterdata Chng
Text Symbol: L13 = Yearly Notice





Text Symbol: L12 = For Hire Event
Text Symbol: L11 = Notice Date
Text Symbol: L01 = Results


INCLUDES used within this REPORT RPLMDSU0

INCLUDE RPLMDSU0_DATA.
INCLUDE RPLMDSU0_CLASS.
INCLUDE RPLMDSU0_FORM.
INCLUDE RPLMDSU0_SCREEN.


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