SAP Reports / Programs

RPLDPRB0 SAP ABAP Report - Personnel register (BE)







RPLDPRB0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The personnel register is a list of all the people that have entered and/or left your company, beginning from the startup of the company, up until the present day...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 RPLDPRB0 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_M12_P - Personnel Register


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 RPLDPRB0. "Basic submit
SUBMIT RPLDPRB0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLDPRB0 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: S_WORKPL = Workplace address code
Selection Text: S_ENTITY = Main company address code
Selection Text: P_REG_SP = Create specific register
Selection Text: P_REG_GE = Create general register
Selection Text: P_DATE = From
Selection Text: E_DATE = Ending date
Title: Personnel register (BE)
Text Symbol: U02 = Name/Christ.Name Juridical Entities Workplaces
Text Symbol: U01 = Persons that could not be assigned
Text Symbol: SC7 = Not chosen or empty
Text Symbol: SC3 = Juridical entities employees are assigned to
Text Symbol: SC2 = Workplaces
Text Symbol: SC1 = Juridical entities
Text Symbol: HF6 = Leave date
Text Symbol: HF5 = Entry date
Text Symbol: HF3 = Govrn.regstr.
Text Symbol: HF2 = Identity card
Text Symbol: HE8 = Home address
Text Symbol: HE3 = Name/Christ. name
Text Symbol: HE2 = Seq. no.
Text Symbol: HD9 = Postal code name
Text Symbol: HD8 = Street and number
Text Symbol: HD7 = Commercial name
Text Symbol: HD6 = Official name
Text Symbol: HD3 = Standard
Text Symbol: HD2 = Personnel register
Text Symbol: HD1 = Personnel Register concerning the firm


INCLUDES used within this REPORT RPLDPRB0

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:

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