SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

RPLEAT00 SAP ABAP Report - Employees who Have Entered and/or Left the Company







RPLEAT00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a list of employees who entered or left the company within a certain period...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 RPLEAT00 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 RPLEAT00. "Basic submit
SUBMIT RPLEAT00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLEAT00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Employees who Have Entered and/or Left the Company
Text Symbol: T01 = Employees who have entered/left
Text Symbol: S14 = EEs entered and left
Text Symbol: S13 = EEs entered or left
Text Symbol: S12 = EEs left
Text Symbol: S11 = EEs entered
Text Symbol: MTL = Employee list
Text Symbol: H03 = Key date
Text Symbol: H02 = to
Text Symbol: H01 = Reporting period
Text Symbol: FTX = Error text
Text Symbol: FEL = Error list
Text Symbol: F02 = Name
Text Symbol: EX4 = in table control
Text Symbol: EX3 = Modify width of list in table control
Text Symbol: EX2 = match printer format
Text Symbol: EX1 = List cannot be printed because width does not
Text Symbol: ER9 = Rejected. No infotype 0002 record
Text Symbol: ER8 = Rejected. No infotype 0001 record
Text Symbol: ER7 = Entry &2 missing from table T001P
Text Symbol: ER6 = HR name format incomplete
Text Symbol: 002 = Persons selected by report
Text Symbol: 001 = Reconciliation totals


INCLUDES used within this REPORT RPLEAT00

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:

RP_FETCH_ALTERNATE_PERNR CALL FUNCTION 'RP_FETCH_ALTERNATE_PERNR' IMPORTING ALTER_PERNR = ALTER_PERNR retcode = return_code EXCEPTIONS OTHERS = 1.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = PN-BEGDA END = PN-ENDDA IMPORTING HIRE_DATE = HIREDATE FIRE_DATE = FIREDATE TABLES PP0000 = P0000 "input PP0001 = P0001 "input PPHIFI = PHIFI. "output

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = 'Ein-/Austritte der Mitarbeiter'(T01) FILE_NAME = MYREPORT HEAD_LINE1 = TEXT-T01 HEAD_LINE2 = HEADLINE2 FOOT_NOTE1 = TEXT-001 FOOT_NOTE2 = FOOTNOTE2 LAY_OUT = 0 CURRENT_REPORT = SY-CPROG " VLDALRK022337 LIST_LEVEL = '01' " VLDALRK022337 IMPORTING RETURN_CODE = RETURN_CODE TABLES DATA_TAB = AUSGABE FIELDNAME_TAB = FIELDNAMES ERROR_TAB = DISPLAY_ERR EXCEPTIONS DOWNLOAD_PROBLEM = 1 NO_DATA_TAB_ENTRIES = 2 TABLE_MISMATCH = 3 PRINT_PROBLEMS = 4 OTHERS = 5.



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