SAP Reports / Programs | Payroll | Germany(PY-DE) SAP PY

RPCSVFD0 SAP ABAP Report - Contribution Statement for Supplementary Pension







RPCSVFD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RPCSVFD0 creates a contribution statement for the supplementary pension...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 RPCSVFD0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M01_CSVF - SI Suppl. Pens. Gen. Suppl. Pens. 01


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 RPCSVFD0. "Basic submit
SUBMIT RPCSVFD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSVFD0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Contribution Statement for Supplementary Pension
Text Symbol: 010 = Employer Reference No.:
Text Symbol: H05 = Selected Employees
Text Symbol: H06 = Employees for Which Payroll Has Run:
Text Symbol: H07 = Processed Employees
Text Symbol: S05 = Period
Text Symbol: U04 = Control Totals
Text Symbol: U05 = Error list
Text Symbol: U06 = Statistics
Text Symbol: U14 = ER Contr.
Text Symbol: U15 = EE Contrib.
Text Symbol: U16 = Total ER+EE
Text Symbol: U17 = Supp. Contribut
Text Symbol: U22 = Remun.


INCLUDES used within this REPORT RPCSVFD0

INCLUDE RPC2RX01.
INCLUDE RPC2RX02.
INCLUDE RPC2RDD1.
INCLUDE RPUPMF00. "WEFL9BK006427


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:

HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' EXPORTING I_MOLGA = '01' I_APPL = 'SVMB' I_DATE = zsv_firma-endda IMPORTING E_VALID = l_svmb.

RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = '01' begda = p_datum importing waers = p_waers.

CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = p_datum foreign_amount = p_betrg foreign_currency = from_waers local_currency = to_waers importing local_amount = p_betrg exceptions others = 1.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid i_structure_name = wa_ref_tab-strucname IS_LAYOUT = ls_layout IT_FIELDCAT = fieldcat it_events = g_alv_eventtab is_print = ls_prnt tables t_outtab = EXCEPTIONS others = 1.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = wa_ref_tab-r_headtab->*.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid i_structure_name = wa_ref_tab-strucname IS_LAYOUT = ls_layout IT_FIELDCAT = fieldcat it_events = g_alv_eventtab is_print = ls_prnt tables t_outtab = EXCEPTIONS others = 1.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = p_eventtab[] exceptions others = 1.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = p_strucname changing ct_fieldcat = p_fieldcat[] exceptions others = 1.

HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' EXPORTING I_MOLGA = '01' I_APPL = 'SVMB' I_DATE = osv-endda IMPORTING E_VALID = l_svmb.



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