SAP Reports / Programs | Payroll | Switzerland(PY-CH) SAP PY

RPLFAKC2 SAP ABAP Report - HR-CH: Accounting of Family-Related Bonuses







RPLFAKC2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report supports payroll runs with the family equalization funds (FAK) of various cantons...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 RPLFAKC2 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_M02_LFAK2 - Calculation of Enhanced Fam.Rel.Bon.


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


Text pool values


Accounting of Family-Related Bonuses
Selection Text: VERSION = Display retroactive accounting
Selection Text: P_VARI_C = Layout Control List
Selection Text: P_CLGRID = Display Control List
Selection Text: P_ABREH = Payroll Unit
Selection Text: L-KZUL = Child benefit
Selection Text: L-KORR = Wage adjustmnts fam-rel bonus
Selection Text: L-INVA = Invalidity allowance
Selection Text: L-HAUS = Household allowance
Selection Text: L-GZUL = Childbirth Bonus
Selection Text: L-FZUL = Family-related bonus
Selection Text: L-AUSB = Training bonus
Selection Text: FAM-KAS = Choose fam. equalization fund
Title: HR-CH: Accounting of Family-Related Bonuses
Text Symbol: UNB = unknown
Text Symbol: R50 = No current result for
Text Symbol: O02 = Object does not exist
Text Symbol: MKO = manual wage adjustments available
Text Symbol: FBS = FAKbasis
Text Symbol: F03 = Correct
Text Symbol: F02 = Period is missing from table 549A/549Q basis AHV wage total
Text Symbol: F01 = ERROR MESSAGE: AHV PY-Liable ALV Wage
Text Symbol: AL1 = Control List
Text Symbol: 055 = Tot.FAK
Text Symbol: 054 = Tot.Pymt
Text Symbol: 046 = Date
Text Symbol: 043 = To
Text Symbol: 042 = Frm
Text Symbol: 041 = Accntg Family-Rel. Bonuses
Text Symbol: 024 = Payment
Text Symbol: 023 = Payroll
Text Symbol: 022 = List variants
Text Symbol: 010 = Total period
Text Symbol: 009 = Total fund
Text Symbol: 008 = Total company code
Text Symbol: 007 = Period :


INCLUDES used within this REPORT RPLFAKC2

INCLUDE RPLFAKCI_ELM.


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