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

RPLLAWC1 SAP ABAP Report - HR-CH: Wage Statement for Tax Return







RPLLAWC1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Note: This report is obsolete...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 RPLLAWC1 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_LLAW1 - Wage Statement from File


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 RPLLAWC1. "Basic submit
SUBMIT RPLLAWC1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLLAWC1 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: ANZ-TEST = Number of test forms
Selection Text: DSN01 = Name of buffer file
Selection Text: E-DATUM = Created on
Selection Text: FORMULAR = Form
Selection Text: JURPER = Legal person
Selection Text: KANTON = Select canton
Selection Text: PAR_PRIW = Printer
Selection Text: PERSGR = Person group
Selection Text: PERSNO = Personnel number
Selection Text: SORTFLDS = Output sorted by
Title: HR-CH: Wage Statement for Tax Return
Text Symbol: 052 = Payroll area
Text Symbol: 051 = Department
Text Symbol: 012 = Cross-border commuter tax deduction: $PER1 SwFr. $BET1
Text Symbol: 011 = Cross-border commuter tax deduction: $PER1 SwFr $BET1/$PER2 SwFr. $BET2
Text Symbol: 003 = *Incl. family allowance benefits $BET1 SwFr.
Text Symbol: 002 = Withholding tax deduction: $PER1 SwFr. $BET1
Text Symbol: 001 = Withholding tax deduction:$PER1 SwFr. $BET1 / $PER2 SwFr. $BET2
Text Symbol: 000 = Page XXX of YYY
Text Symbol: 063 = PArea
Text Symbol: 064 = Payment office 1
Text Symbol: 065 = Payment office 2
Text Symbol: 066 = Payment office 3
Text Symbol: 067 = AHV number
Text Symbol: 068 = Canton
Text Symbol: 069 = Legal person
Text Symbol: 084 = Payroll Administrator
Text Symbol: 085 = Time Recording Administrator
Text Symbol: 086 = HR Administrator
Text Symbol: 501 = (Pension data)
Text Symbol: 500 = (Wage data)
Text Symbol: 087 = Payroll Unit Administrator
Text Symbol: 053 = Pers.subarea
Text Symbol: 054 = Company code
Text Symbol: 055 = Cost center
Text Symbol: 057 = Name, 1st name
Text Symbol: 062 = EmplGroup
Text Symbol: 510 = (Activity)





Text Symbol: S24 = PersonnelAr
Text Symbol: T01 = Wage statement
Text Symbol: 511 = (Back payment)
Text Symbol: 903 = In form &FORM the element &ELEMT &TEXT for window &WINDOW is missing
Text Symbol: 904 = In form &FORM the window &WINDOW &TEXT is missing
Text Symbol: 912 = The data in the concerned forms contains errors
Text Symbol: F20 = Error messages
Text Symbol: F21 = Wage statement
Text Symbol: S13 = Create copy for
Text Symbol: S14 = Tax admin.
Text Symbol: S15 = Employees
Text Symbol: S16 = Employer
Text Symbol: S21 = Output language
Text Symbol: S22 = Employees
Text Symbol: S23 = Logon language


INCLUDES used within this REPORT RPLLAWC1

INCLUDE RPLLAWCD.
INCLUDE RPLLAWCP.


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