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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M01_CSVF - SI Suppl. Pens. Gen. Suppl. Pens. 01
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.
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.
INCLUDE RPC2RX01.
INCLUDE RPC2RX02.
INCLUDE RPC2RDD1.
INCLUDE RPUPMF00. "WEFL9BK006427
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCSVFD0 - Contribution Statement for Supplementary Pension RPCSVFD0 - Contribution Statement for Supplementary Pension RPCSVFB1 - IncludeLHRPADRUTILITIESTOP RPCSVFB0 - Include RPCSVBB0 (Form Pool) Calculation of SI (Belgium) RPCSVED0 - Statement of Contributions Paid for Press Insurance Fund RPCSVED0 - Statement of Contributions Paid for Press Insurance Fund