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

RPCBWND9 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_CHECK_PV_ZUSCHLAG call function 'HR_CHECK_PV_ZUSCHLAG' "XIJ-N#0806184 exporting "! pernr = p0013-pernr "QFL-N#0808735 begda = p_begda "! * endda = p_endda "YMTN0874507 endda = p_begda "YMTN0874507 gbdat = p0002-gbdat "! svf31 = xsv-svf31 "! svf32 = xsv-svf32 "QFL-N#0808735 pvkz1 = xsv-pvkz1 "! importing "! status = l_pv_status "! tables "! p0012 = p0012 "! p0081 = p0081 "! exceptions "! intervall_not_in_month = 1 "! endda_before_begda = 2 "! others = 3. "!

HR_GET_VALIDITY_OF_APPLICATION call function 'HR_GET_VALIDITY_OF_APPLICATION' exporting i_molga = '01' i_appl = 'ZVMP' i_date = p_endda importing e_valid = l_neues_zv_meldeprogramm.

HRPBSDE_ZV_FUELLE_VBL_TABELLE call function 'HRPBSDE_ZV_FUELLE_VBL_TABELLE' exporting i_begda = p_begda i_endda = p_endda * it_p0001 = p0001[] "YMTN1057840 * it_p0051 = p0051[] " it_p0001 = lt_0001[] " it_p0051 = lt_0051[] "YMTN1057840 it_wpbp = xwpbp[] it_sv = lt_sv[] importing et_vbl = xvbl[].

HRPBSDE_ZV_BESTIMME_ZV_SPLITTS call function 'HRPBSDE_ZV_BESTIMME_ZV_SPLITTS' exporting i_begda = p_begda i_endda = p_endda it_wpbp = xwpbp[] it_dowp = lt_dowp[] it_vbl = xvbl[] it_st = lt_st[] "OHAN1223061 it_sv = lt_sv[] "OHAN1232663 * it_p0051 = p0051[] "YMTN1057840 it_p0051 = lt_0051[] "YMTN1057840 i_pernr = pernr-pernr i_abr_tabelle_neuaufbau_flag = 'X' * importing * et_splitts = lt_splitts changing ct_error_ptext = lt_error_ptext[].

HR_GET_VALIDITY_OF_APPLICATION call function 'HR_GET_VALIDITY_OF_APPLICATION' " exporting " i_molga = '01' " i_appl = 'ZVNU' " i_date = p_begda " importing " e_valid = l_teilapp_zvnu. "

HRPBSDE_ZV_BESTIMME_ZV_SPLITTS call function 'HRPBSDE_ZV_BESTIMME_ZV_SPLITTS' " exporting " i_begda = p_begda " i_endda = p_endda " it_wpbp = xwpbp[] " it_dowp = lt_dowp[] " it_vbl = xvbl[] " it_st = lt_st[] "OHAN1223061 it_sv = lt_sv[] "OHAN1232663 it_p0051 = lt_0051[] " i_pernr = pernr-pernr " i_abr_tabelle_neuaufbau_flag = 'X' " * importing " * et_splitts = lt_splitts " changing " ct_error_ptext = lt_error_ptext[]. "

HR_CHECK_PV_ZUSCHLAG call function 'HR_CHECK_PV_ZUSCHLAG' "XIJ-N#0806184 exporting "! pernr = p0013-pernr "QFL-N#0808735 begda = p_begda "! * endda = p_endda "YMTN0874507 endda = p_begda "YMTN0874507 gbdat = p0002-gbdat "! svf31 = xsv-svf31 "! svf32 = xsv-svf32 "QFL-N#0808735 pvkz1 = xsv-pvkz1 "! importing "! status = l_pv_status "! tables "! p0012 = p0012 "! p0081 = p0081 "! exceptions "! intervall_not_in_month = 1 "! endda_before_begda = 2 "! others = 3. "!

PYDE_GET_ALTERSENTLASTUNG call function 'PYDE_GET_ALTERSENTLASTUNG' exporting geburtsdatum = p_gbdat changing erstjahr = p_aebej exceptions others = 0.

HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' EXPORTING i_molga = g_molga i_appl = 'SVMB' i_date = xsvz-begda 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 RPCBWND9 or its description.