SAP Reports / Programs

RPLGEB00 SAP ABAP Report - Birthdays







RPLGEB00 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 employee's birthdays in a selected period, where the system suggests an evaluation within the current month...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 RPLGEB00 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 RPLGEB00. "Basic submit
SUBMIT RPLGEB00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLGEB00 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: SORT = Sort acc.to month/day
Selection Text: PNPXPGPK = ?...(PNPXPGPK)
Selection Text: PNPXBWBK = ?...(PNPXBWBK)
Selection Text: PNPXABKR = ?...(PNPXABKR)
Selection Text: PNPSTATU = ?...(PNPSTATU)
Selection Text: PNPSORTT = ?...(PNPSORTT)
Selection Text: PNPSORTG = ?...(PNPSORTG)
Selection Text: PNPSORTF = ?...(PNPSORTF)
Selection Text: PNPPERNR = ?...(PNPPERNR)
Selection Text: PNPPATHT = ?...(PNPPATHT)
Selection Text: PNPPATHL = ?...(PNPPATHL)
Selection Text: PNPPATHH = ?...(PNPPATHH)
Selection Text: PNPPABRP = ?...(PNPPABRP)
Selection Text: PNPPABRJ = ?...(PNPPABRJ)
Selection Text: PNPENDPS = ?...(PNPENDPS)
Selection Text: PNPENDDA = ?...(PNPENDDA)
Selection Text: PNPBEGPS = ?...(PNPBEGPS)
Selection Text: PNPBEGDA = ?...(PNPBEGDA)
Selection Text: PNPABKRS = ?...(PNPABKRS)
Selection Text: NEWPAGE = New page per month
Selection Text: DATUMART = Date type ex specifications
Title: Birthdays
Text Symbol: ZRM = Reporting period
Text Symbol: TOP = Birthday list
Text Symbol: ST4 = employee(s)
Text Symbol: ST3 = includes
Text Symbol: ST2 = The evaluation
Text Symbol: ST1 = Reconciliation totals
Text Symbol: ER3 = Personnel no. PA PSubarea
Text Symbol: ER2 = because 'Organizational assignment' infotype contains invalid data (T001P):
Text Symbol: ER1 = Following personnel numbers can not be processed due to incorrect data,
Text Symbol: BIS = to
Text Symbol: 010 = Age
Text Symbol: 009 = DoB
Text Symbol: 008 = Leaving date
Text Symbol: 007 = Entry
Text Symbol: 006 = Name
Text Symbol: 005 = Pers.no.





Text Symbol: 004 = in the period specified
Text Symbol: 003 = has no personal data
Text Symbol: 002 = has no work center
Text Symbol: 001 = Personnel number
001 |Pers.No.|Name |Entry |Leaving |DOB |Age |


INCLUDES used within this REPORT RPLGEB00

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_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = PN-BEGDA END = PN-ENDDA IMPORTING HIRE_DATE = HIREDATE FIRE_DATE = FIREDATE TABLES PP0000 = P0000 PP0001 = P0001 PPHIFI = PHIFI.

COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING FIRST_DATE = P0002-GBDAT SECOND_DATE = PN-ENDDA * (del) modify_intervall = ' ' "YWWK089893 MODIFY_INTERVAL = ' ' "YWWK089893 IMPORTING YEARS_BETWEEN_DATES = ALTER.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = T001P-MOLGA LANGU = SY-LANGU FORMAT = $$FORMAT IMPORTING EDIT_NAME = NAME RETCODE = RET-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 RPLGEB00 or its description.