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
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: 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:
INCLUDE RPLPERC1.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPLQSFC0 - HR-CH: Withholding Tax Statement RPLQSFC0 - HR-CH: Withholding Tax Statement 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