SAP Reports / Programs | Personnel Management | Personnel Management | Pension fund: General Parts(PA-PF-XX) SAP PA

RPLPFD00TESC SAP ABAP Report - Overview of Insured Persons' Data







RPLPFD00TESC is a standard Executable ABAP Report 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 RPLPFD00TESC 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

PFDT - Overview of Insured Persons' Data


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 RPLPFD00TESC. "Basic submit
SUBMIT RPLPFD00TESC AND RETURN. "Return to original report after report execution complete
SUBMIT RPLPFD00TESC 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: _REFDA = Key Date
Title: Overview of Insured Persons' Data
Text Symbol: 001 = Period
Text Symbol: 002 = Program Control


INCLUDES used within this REPORT RPLPFD00TESC

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:

HR_PF_TS_SETPF CALL FUNCTION 'HR_PF_TS_SETPF' EXPORTING langu = sy-langu refda = _refda TABLES pp0278 = p0278 CHANGING kasse = _kasse molga = _molga EXCEPTIONS no_funds = 1 invalid_fund = 2 pernr_not_in_funds = 3 OTHERS = 4.

HR_PF_TS_INIT CALL FUNCTION 'HR_PF_TS_INIT' EXPORTING pernr = _pernr refda = _refda molga = _molga appli = c_appli zweck = _zweck kasse = _kasse langu = sy-langu EXCEPTIONS invalid_date = 1 invalid_purpose = 2 no_section = 3 pernr_not_in_fund = 4 OTHERS = 5.

HR_PF_TS_READ CALL FUNCTION 'HR_PF_TS_READ'.

HR_PF_TS_DISPLAY CALL FUNCTION 'HR_PF_TS_DISPLAY'.



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