SAP Reports / Programs

RPCSAFI0 SAP ABAP Report - Expiring personnel action report relevant to family allowance







RPCSAFI0 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 RPCSAFI0 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_M15_ANF - Expiring personnel action report


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


Text pool values


Title: Expiring personnel action report relevant to family allowance
Text Symbol: I12 = Document type:
Text Symbol: I11 = Fam.all.expiring on following period
Text Symbol: I10 = Fam.all.exp.on:
Text Symbol: I09 = Fam.all.expir.date
Text Symbol: I08 = Fam.all.expir.pre-not.
Text Symbol: I07 = EE's Name Surname:
Text Symbol: I06 = Personnel number :
Text Symbol: I05 = Processing date:
Text Symbol: I04 = to
Text Symbol: I03 = Personnel subarea from:
Text Symbol: I02 = Payroll area :
Text Symbol: I01 = Personnel area from:
Text Symbol: I00 = Reference period :
Text Symbol: 105 = Reference period
Text Symbol: 007 = There are no valid or expired documents for the selected employee
Text Symbol: 006 = Total block
Text Symbol: 005 = Partial block
Text Symbol: 004 = After notice limit exceeded
Text Symbol: 003 = After notice
Text Symbol: 002 = Expir.FamAll
Text Symbol: 001 = FamAll expired but tolerat.
Text Symbol: I13 = Family member:
Text Symbol: I52 = ******************************************************************
Text Symbol: I51 = Inconsistent:
Text Symbol: I50 = Table
Text Symbol: I33 = Agreed payment
Text Symbol: I32 = Payment partial block
Text Symbol: I31 = Payment total block
Text Symbol: I30 = Activity overview:
Text Symbol: I26 = FamAll.tolerance until:
Text Symbol: I25 = Personnel subarea :
Text Symbol: I24 = Personnel area :
Text Symbol: I22 = Age limit exceeded:
Text Symbol: I21 = Age limit exceeded in following period
Text Symbol: I20 = Pre-notice for age limit
Text Symbol: I19 = Age limit:
Text Symbol: I18 = Tolerance until:





Text Symbol: I17 = Doc.expired:
Text Symbol: I16 = Doc.expiring following period
Text Symbol: I15 = Doc.expiration pre-notice
Text Symbol: I14 = Doc.expiration:


INCLUDES used within this REPORT RPCSAFI0

INCLUDE RPCSAFI4.
INCLUDE RPCSAFI5.
INCLUDE RPCSAFI6.
INCLUDE RPCSAFI7.


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