SAP Reports / Programs | Payroll | The Netherlands | Reporting(PY-NL-RP) SAP PY

RPCSVFN1 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RPCSVFN1

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:

HR_NL_BEPAAL_LEESDATUM CALL FUNCTION 'HR_NL_BEPAAL_LEESDATUM' EXPORTING imp_aper = aper IMPORTING exp_leesdatum = gl_nl_read_date exp_53weeks_situation = gl_nl_53weeks_situation "STHL4HK026116 exp_errortabel = sverr.

HR_NL_FILL_IT CALL FUNCTION 'HR_NL_FILL_IT' EXPORTING imp_abart = p_abart imp_lgart = p_lgart * IMP_APZNR = imp_cntr1 = p_cntr1 * IMP_CNTR2 = * IMP_CNTR3 = * IMP_ALZNR = * IMP_C1ZNR = * IMP_BTZNR = * IMP_ABZNR = * IMP_V0TYP = * IMP_V0ZNR = * IMP_ZEINH = imp_betpe = p_betpe imp_anzhl = p_anzhl imp_betrg = p_betrg * IMP_RTE_CURR = * IMP_AMT_CURR = TABLES tab_it = p_it.

HR_NL_SV_FILL_CUM_DATA_1

HR_NL_SV_FILL_CUM_DATA_2 * CALL FUNCTION 'HR_NL_SV_FILL_CUM_DATA_1' "YWJACRK031705 CALL FUNCTION 'HR_NL_SV_FILL_CUM_DATA_2' "YWJACRK031705 EXPORTING imp_sv = l_sv imp_wa_sv = p_wa_sv imp_datum = l_read_date TABLES tab_sv_data = p_tab_sv_data tab_cum_sv_data = p_tab_cum_sv_data tab_ort = ort tab_osv = osv tab_i5n1l = itab_i5n1l CHANGING ch_obm_filled = f_obm_filled ch_zvw_filled = f_zvw_filled ch_gam_filled = f_gam_filled.

HR_NL_LEES_T549R CALL FUNCTION 'HR_NL_LEES_T549R' EXPORTING imp_permo = aper-permo IMPORTING exp_zeinh = gl_nl_zeinh exp_errortabel = sterr.



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