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