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

RPCSTFNG SAP ABAP INCLUDE - documentation and ABAP source code







RPCSTFNG 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 RPCSTFNG 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 RPCSTFNG. "Basic submit
SUBMIT RPCSTFNG AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSTFNG 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 RPCSTFNG

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_BER_LOONHEFFING_A CALL FUNCTION 'HR_NL_BER_LOONHEFFING_A' EXPORTING imp_targr = stin-targr imp_herlr = int-sel_herlr imp_leeftijd = stin-leeftijd_arbk imp_tabel = stin-tabel imp_tijdloon = stout-loon_lh_s imp_tijdloon_thk = 0 "MENL4HK154399 imp_zvw_inhouding = 0 "MENL4HK154399 imp_nothk = 'X' "MENL4HK154399 imp_multiplier = int-multiplier imp_wajong = stin-wajong imp_lbdagen = int-lbdagen imp_cum_lh_herl = stin-cmlhr imp_datum = stin-endda imp_retired = imp_retired imp_add_months = imp_add_months IMPORTING exp_loonheffing = stout-loonheftv exp_arbeidskorting = stout-v_arb_korting exp_wajongkorting = stout-v_waj_korting exp_ov_hefkorting = stout-v_lh_korting exp_errortabel = sterr CHANGING ch_lb_parameters = st_lb_parameters EXCEPTIONS OTHERS = 1.

HR_NL_VUL_LB_PARAMETERS_A CALL FUNCTION 'HR_NL_VUL_LB_PARAMETERS_A' EXPORTING imp_herlr = int-sel_herlr imp_leeftijd = stin-leeftijd_arbk imp_tabel = stin-tabel imp_datum = stin-endda imp_retired = imp_retired imp_add_months = imp_add_months imp_zvw_inhouding = 0 "MENL4HK154399 imp_nothk = 'X' "MENL4HK154399 IMPORTING exp_lb_parameters = st_lb_parameters exp_errortabel = sterr.

HR_NL_GET_RETIRED CALL FUNCTION 'HR_NL_GET_RETIRED' EXPORTING i_birth_date = stin-gbdat i_key_date = stin-endda IMPORTING E_RETIREMENT_AGE = imp_retired E_YEARS = l_years E_MONTHS = l_months ES_T5NRE = wa_t5nre EXCEPTIONS INVALID_DATES = 1 OVERFLOW = 2 NO_CUSTOMIZING = 3 OTHERS = 4.

HR_NL_LEEFTIJD_BEPALEN CALL FUNCTION 'HR_NL_LEEFTIJD_BEPALEN' EXPORTING geboortedatum = stin-gbdat bepalingsdatum = hlpdat IMPORTING leeftijd = stin-leeftijd_arbk EXCEPTIONS nog_niet_geboren = 1 OTHERS = 2.



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