SAP Reports / Programs

RPLQSBC0 SAP ABAP Report - HR CH: Withholding Tax / Notification for Ordinary Assessment







RPLQSBC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for 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 RPLQSBC0 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_LQSB0 - WTax Notific. of Official Assessment


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 RPLQSBC0. "Basic submit
SUBMIT RPLQSBC0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLQSBC0 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: VERSION = Retro.accounting F/FO/FR/I
Selection Text: QST_BTRG = WTx deducted amount
Selection Text: PFL_ZULA = Bonus subject to WhT
Selection Text: PFL_LOHN = Wages subject to WhT
Selection Text: KLISTE = Review periods of employment
Title: HR CH: Withholding Tax / Notification for Ordinary Assessment
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: 106 = Date
Text Symbol: 105 = To
Text Symbol: 104 = From
Text Symbol: 103 = Limit for Retroactive Regular Assessment:
Text Symbol: 102 = Control: Period of Employment
Text Symbol: 101 = W/holding Tax -Notification for Reg. Assessmt
Text Symbol: 022 = Corr.
Text Symbol: 021 = Cancel
Text Symbol: 011 = Municipality:
Text Symbol: 010 = Total
Text Symbol: 004 = Employer nos.:
Text Symbol: 002 = Canton:


INCLUDES used within this REPORT RPLQSBC0

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_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "MBUAHRK058968 EXPORTING repid = repid IMPORTING format = $$format.

HR_CH_APPEND_ALV CALL FUNCTION 'HR_CH_APPEND_ALV' EXPORTING clist_variant_repid = sy-repid tables_and_infos = lt_tableref_and_info CHANGING errorlist = gt_hr_ch_message_list EXCEPTIONS call_error = 1 OTHERS = 2.

DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING id = 'TX' langu = sy-langu object = 'HRPAYCH_RPLQSBC0_01' TABLES line = lt_textlines EXCEPTIONS ret_code = 4.



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