SAP Reports / Programs

RPCSVDH0 SAP ABAP Report - RPCSVDH0 - SI cumulated declaration







RPCSVDH0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPCSVDH0 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 RPCSVDH0. "Basic submit
SUBMIT RPCSVDH0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSVDH0 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: P_LETSZ = Detailed staff data
Selection Text: POSTA_2 = Postage of non SI services
Selection Text: POSTA_1 = Postage of health in. services
Selection Text: ONELLIST = List of p.causing self-check
Selection Text: HIBALIST = Error list
Selection Text: FORMULAR = Form
Selection Text: DIFFLIST = Details of retroact.accounting
Title: RPCSVDH0 - SI cumulated declaration
Text Symbol: B14 = Pensioners employed
Text Symbol: B35 = Persons obtaining GYES and paying 7% pension contr.
Text Symbol: B36 = Persons obtaining GYES and paying 1% pension contr.
Text Symbol: AA0 = Details of surplus contribution indicated in line 72
Text Symbol: AA1 = For-period Number Contrib.basis Ft Contrib.Ft
Text Symbol: AA2 = Details of surplus contribution indicated in line 72 by persons
Text Symbol: AA3 = For-per. No. Pers.no. Name Contr.basis Ft Contrib
Text Symbol: B07 = Persons paying 10% health + pension contrib.
Text Symbol: B08 = Persons paying 4% health + pension contrib.
Text Symbol: B09 = Persons paying 7% pension cont.
Text Symbol: E07 = False SI infotype
Text Symbol: EA3 = Constant is missing in table T511K:
Text Symbol: EA4 = Record is missing in table T5H1B:
Text Symbol: H00 = CUMULATED ACCOUNTING
Text Symbol: H01 = Query period
Text Symbol: H02 = SI paying office
Text Symbol: H03 = STAFF DATA
Text Symbol: B37 = P.obtaining GYES as per rules valid before 14.04.1996
Text Symbol: E01 = Due to error, report does not contain the personnel numbers:
Text Symbol: E02 = Payroll result missing
Text Symbol: E03 = Payroll result missing
Text Symbol: E04 = Number of persons selected :
Text Symbol: E05 = Out of them rejected :
Text Symbol: E06 = No.of persons retroactively accounted
Text Symbol: H05 = Contribution name.......................Shortage in decl.......Surplus in decl.
Text Symbol: H06 = Service name.........................More than original...Less than original
Text Symbol: H07 = SELF-CHECK SHEET - SERVICES
Text Symbol: H08 = SELF-CHECK SHEET - CHANGE IN STAFF DATA
Text Symbol: H09 = SELF-CHECK SHEET - LIST OF PERSONS CAUSING SELF-CHECK
Text Symbol: H10 = Pers.no. Contrib.self-check Service self-check





Text Symbol: H04 = SELF-CHECK SHEET - CONTRIBUTIONS
Text Symbol: S04 = Retroact. account. surplus
Text Symbol: S03 = TO BE PAID NET:
Text Symbol: S02 = Total contributions and pays in actual month:
Text Symbol: S01 = Total services in act. month:
Text Symbol: L03 = Details of difference due to retroactive accounting:
Text Symbol: L02 = Pers.no. Difference in service
Text Symbol: S05 = Service surplus due to retr.acc.
Text Symbol: S06 = Contribution and pay declaration in total:
Text Symbol: S07 = Services in total:
Text Symbol: T01 = SERVICES.................................................AMOUNT
Text Symbol: T02 = CONTRIBUTIONS.........................CONT.BASIS.........CONTRIB
Text Symbol: U01 = Diff. in YYYY.MM
Text Symbol: L01 = Pers.no. Diff.in basis Diff.in contrib.
Text Symbol: B10 = Persons paying 1% pension cont.
Text Symbol: B11 = Persons paying 3% health contribution
Text Symbol: B12 = Health in. pay
Text Symbol: B13 = Insured persons reaching e/e contribution limit


INCLUDES used within this REPORT RPCSVDH0

No INCLUDES are used within this REPORT code!


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_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = '21' * BEGDA = * ENDDA = IMPORTING WAERS = PENZNEM EXCEPTIONS MOLGA_NOT_IN_T001P = 1 NO_ENTRY_FOUND_IN_TABLE_T001 = 2 NO_ENTRY_FOUND_IN_TABLE_T500P = 3 NO_ENTRY_FOUND_IN_TABLE_T500C = 4 OTHERS = 5.

HR_HU_CD_SELECT_REGULAR CALL FUNCTION 'HR_HU_CD_SELECT_REGULAR' TABLES IN_RGDIR = TMP_RGDIR OUT_RGDIR = RGDIR.

RP_EVALUATION_PERIODS CALL FUNCTION 'RP_EVALUATION_PERIODS' EXPORTING LAST_DAY_IN_PERIOD = LAST_DAY_IN_PERIOD RETROCALCULATED_DAY = RRDATE LAST_CALCULATED_DAY = LAST_DAY_CALC TABLES DIR = RGDIR EVP = EVP EXCEPTIONS RGDIR_EMPTY = 8.

HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING P_STRUCT1 = pool_tmp IMPORTING P_STRUCT2 = pool.



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