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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.