SAP Reports / Programs

RPLQSFC0 SAP ABAP Report - HR-CH: Withholding Tax Statement







RPLQSFC0 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 RPLQSFC0 into the relevant SAP transactions such as SE38 or SE80


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 RPLQSFC0. "Basic submit
SUBMIT RPLQSFC0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLQSFC0 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: AUSDT = Date of Issue
Selection Text: BTRTEIL = Personnel subarea
Selection Text: BUKREIS = Company code
Selection Text: KANTON = WhTx canton
Selection Text: NPF_ZULA = Exempt bonuses
Selection Text: PAR_PRIW = Printer
Selection Text: PFL_LOHN = WhTx liable wage
Selection Text: PFL_ZULA = WhTx liable bonuses
Selection Text: QST_BTRG = Deducted withholding tax
Selection Text: VERSION = Retro.accounting F/FO/FR/I
Selection Text: WERK = Personnel area
Title: HR-CH: Withholding Tax Statement
Text Symbol: S33 = Tax administration
Text Symbol: S32 = Employer
Text Symbol: S31 = Employee
Text Symbol: S30 = Create copy for
Text Symbol: R50 = No current result for
Text Symbol: F11 = As a result, there is no output
Text Symbol: F10 = No form is defined for any of the selected cantons in table T5C2D
Text Symbol: F03 = Correct
Text Symbol: F02 = Period missing in table 549A/549Q
Text Symbol: F01 = ERROR MESSAGE:


INCLUDES used within this REPORT RPLQSFC0

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:

WRITE_FORM CALL FUNCTION 'WRITE_FORM'.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING OPTIONS = ITCPO DIALOG = FLG_DIALOG.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM'.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING FORM = SAP_FORM STARTPAGE = 'FIRST'. "YDAP30K115806

END_FORM CALL FUNCTION 'END_FORM'.

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 = P_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 RPLQSFC0 or its description.