RPLQSBC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for
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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M02_LQSB0 - WTax Notific. of Official Assessment
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.
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:
INCLUDE RPLPERC1.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPLQSBC0 - HR CH: Withholding Tax / Notification for Ordinary Assessment RPLQSBC0 - HR CH: Withholding Tax / Notification for Ordinary Assessment RPLQDRU0 - US Savings Plan QDRO Beneficiary List RPLQDRU0 - US Savings Plan QDRO Beneficiary List RPLPYRQ0 - Payroll Recording Overview List RPLPSCJ0 - Time Spent in Pay Scale Group (Japan)