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

RPCFBSN0 SAP ABAP Report - Payroll Simulation on Annual Basis for Flexible Benefits (NL)







RPCFBSN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to simulate an annual remuneration statement for flexible benefits...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 RPCFBSN0 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_M05_CFBS - FlexBen Yr-End Settlement Simulation


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 RPCFBSN0. "Basic submit
SUBMIT RPCFBSN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCFBSN0 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: SP_STAT = D .
Selection Text: SP_PERNR = D .
Selection Text: SP_PAYLG = Report Display
Selection Text: SP_KZVAR = D .
Selection Text: SP_KZMDL = D .
Selection Text: SP_FORM = Form Display
Selection Text: SP_DATUM = D .
Selection Text: SP_BAREA = D .
Title: Payroll Simulation on Annual Basis for Flexible Benefits (NL)
Text Symbol: SIM = SIMULATION
Text Symbol: S02 = Selection date
Text Symbol: S01 = Other Selection Criteria
Text Symbol: F18 = Pens.ind.and part.code are req.entry fields
Text Symbol: F08 = Wage type is a required entry field
Text Symbol: F07 = Infotype is a required entry field
Text Symbol: F06 = Subtype is a requ'd field
Text Symbol: F05 = Contribution indicator is a required entry field
Text Symbol: F04 = Pension scheme is a required entry field
Text Symbol: F03 = Part-time percentage is greater than 100
Text Symbol: F02 = Selection changed: Read pers. data again (F5)
Text Symbol: F01 = Personnel number not found
Text Symbol: E03 = No variant found in feature NLSIM
Text Symbol: E02 = Error: get-spool-paramters
Text Symbol: E01 = Internal Error
Text Symbol: DCC = Report
Text Symbol: 2RD = Ded. of Tx/SI
Text Symbol: 2RC = No deduction


INCLUDES used within this REPORT RPCFBSN0

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