SAP Reports / Programs

RPLQSTC0_OLD SAP ABAP Report - HR-CH: Withholding tax calculation (old version)







RPLQSTC0_OLD 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 RPLQSTC0_OLD 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_LQST0_OLD - Withholding Tax - Payroll


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 RPLQSTC0_OLD. "Basic submit
SUBMIT RPLQSTC0_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RPLQSTC0_OLD 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: WERK = Personnel area
Selection Text: VERSION = Retro.accounting F/FO/FR/I
Selection Text: QST_BTRG = WTx deducted amount
Selection Text: PFL_ZULA = Bonuses subject to WhT
Selection Text: PFL_LOHN = Wages subject to WhT
Selection Text: KND_LOHN = Child/Education bonuses
Selection Text: KLISTE = Review periods of employment
Selection Text: KANTON = WTax-canton
Selection Text: BUKREIS = Company code
Selection Text: BTRTEIL = Personnel subarea
Title: HR-CH: Withholding tax calculation (old version)
Text Symbol: 013 = No. Name, 1stname from to ton pality Wages FringeBenef Amount
Text Symbol: 014 = R E C A P I T U L A T I O N
Text Symbol: 015 = Tax-
Text Symbol: 016 = Zip Municipality Amount
Text Symbol: 017 = Company Code
Text Symbol: 018 = Canton Amount
Text Symbol: 019 = % Compensation
Text Symbol: 020 = Delivery
Text Symbol: 021 = Revdoc
Text Symbol: 012 = Pers- Employed Can- Munici- Gross- Bonuses Tax-
Text Symbol: 010 = Total
Text Symbol: 009 = Total company code
Text Symbol: 008 = Total canton
Text Symbol: 007 = Total Municip.
Text Symbol: 006 = AHV-number Name/ 1st name ton Residence from to /TC Wages Fringe ben. % Ded. Amount
Text Symbol: 005 = Can- Employed E/L Gross Bonuses Total WTax rate Tax
Text Symbol: 004 = Municip.
Text Symbol: 003 = from to on
Text Symbol: 002 = Canton:
Text Symbol: 001 = Calculation withholding tax number Page
Text Symbol: 022 = Corr.
Text Symbol: R50 = No current result for
Text Symbol: F03 = Correct
Text Symbol: F02 = Period missing in table 549A/549Q
Text Symbol: F01 = ERROR MESSAGE:
Text Symbol: 028 = PS
Text Symbol: 027 = A





Text Symbol: 026 = F
Text Symbol: 025 = Total compensation
Text Symbol: 024 = REVIEW PERIODS OF EMPLOYMENT


INCLUDES used within this REPORT RPLQSTC0_OLD

INCLUDE RPLPERC1.


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:

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' "XQTP30K123666 TABLES "XQTP30K123666 pphifi = phifi "XQTP30K123666 pp0000 = p0000 "XQTP30K123666 pp0001 = p0001 "XQTP30K123666 EXCEPTIONS "XQTP30K123666 OTHERS = 1. "XQTP30K123666

HR_CH_READ_ABREINHEIT CALL FUNCTION 'HR_CH_READ_ABREINHEIT' EXPORTING p02_abkrs = p_abkrs p02_stichtag = pi_wpbp-endda p02_anwschlch = c_anwschlch p02_pernr = pernr-pernr "MBBAL0K042336 IMPORTING p02_abreinheit = l_abreh TABLES p02_wpbp = pi_wpbp p02_t_abreinheit = li_abreh EXCEPTIONS table_access_error = 1 abreinheit_not_found = 2 OTHERS = 3.



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