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

RPCBWCD8 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = bwsel-pernr pabrj = p_save_endda(4) pabrp = p_save_endda+4(2) inper_act = l_period actual = 'X' "XIJAL0K028582 arch_too = 'X' "XIJ-N#0719102 TABLES result_tab = l_payroll_result EXCEPTIONS no_results = 1 error_in_currency_conversion = 2 t500l_entry_not_found = 3 period_mismatch_error = 4 t549q_entry_not_found = 5 OTHERS = 6.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = bwsel-pernr permo = 01 pabrj = p_year pabrp = p_period pabrj_end = p_end_year "XIJL9CK013400 pabrp_end = p_end_period "XIJL9CK013400 inper_act = p_in_period actual = 'X' arch_too = 'X' "XIJ-N#0719102 TABLES result_tab = p_payroll_result EXCEPTIONS no_results = 1 error_in_currency_conversion = 2 t500l_entry_not_found = 3 period_mismatch_error = 4 t549q_entry_not_found = 5 OTHERS = 6.

HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = bwsel-pernr begda = p_begda endda = p_endda TABLES i0000 = p0000 i0001 = p0001 i0002 = p0002 i0007 = p0007 i2001 = p2001 i2002 = p2002 i2003 = p2003 perws = l_xpsp EXCEPTIONS error_occured = 1 abort_occured = 2 OTHERS = 3 .

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = bwsel-pernr pabrj = p_begda(4) pabrp = p_begda+4(2) pabrj_end = p_endda(4) pabrp_end = p_endda+4(2) * inper_act = l_period "XIJ-N#0816263"YMTN1655705 * actual = 'X' "XIJ-N#0816263"YMTN1655705 inper_act = l_period "YMTN1685672 actual = 'X' "YMTN1685672 arch_too = 'X' "XIJ-N#0719102 TABLES result_tab = l_payroll_result EXCEPTIONS no_results = 1 error_in_currency_conversion = 2 t500l_entry_not_found = 3 period_mismatch_error = 4 t549q_entry_not_found = 5 internal_error = 6 OTHERS = 7.

RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING appli = 'E' begda = bwsel-abbeg endda = bwsel-abbeg infty = '0008' objps = ' ' * TCLAS = 'A' pernr = bwsel-pernr * SEQNR = ' ' subty = '0 ' * DLSPL = 'X' * MSGFLG = '' * NORDCT = '' TABLES pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 ppbwla = l_ppbwla * PP0230 = * PP0014 = * PP0015 = * PP0052 = EXCEPTIONS error_at_indirect_evaluation = 1 OTHERS = 2 .

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = bwsel-pernr pabrj = p_endda(4) pabrp = p_endda+4(2) inper_act = l_period actual = 'X' arch_too = 'X' "XIJ-N#0719102 TABLES result_tab = l_payroll_result EXCEPTIONS no_results = 1 error_in_currency_conversion = 2 t500l_entry_not_found = 3 period_mismatch_error = 4 t549q_entry_not_found = 5 OTHERS = 6.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = bwsel-pernr permo = 01 pabrj = l_pabrj pabrp = l_pabrp pabrj_end = l_pabrj pabrp_end = l_pabrp waers = p_curr "XIJ-N#0627944 arch_too = 'X' "XIJ-N#0719102 TABLES result_tab = l_result_tab EXCEPTIONS no_results = 1 error_in_currency_conversion = 2 t500l_entry_not_found = 3 period_mismatch_error = 4 t549q_entry_not_found = 5 internal_error = 6 wrong_structure_of_result_tab = 7 OTHERS = 8.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = bwsel-pernr permo = 01 pabrj = l_pabrj pabrp = l_pabrp inper_act = l_period actual = space waers = p_curr "XIJ-N#0627944 arch_too = 'X' "XIJ-N#0719102 TABLES result_tab = l_result_tab EXCEPTIONS no_results = 1 error_in_currency_conversion = 2 t500l_entry_not_found = 3 period_mismatch_error = 4 t549q_entry_not_found = 5 internal_error = 6 wrong_structure_of_result_tab = 7 OTHERS = 8.

PA03_PCR_READ CALL FUNCTION 'PA03_PCR_READ' EXPORTING f_abkrs = l_wa_0001-abkrs IMPORTING f_state = l_status f_current_period = l_pabrp f_current_year = l_pabrj EXCEPTIONS abkrs_no_accounting = 1 pcr_does_not_exist = 2 abkrs_does_not_exist = 3 period_does_not_exist = 4 OTHERS = 5.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = bwsel-pernr pabrj = p_save_endda(4) pabrp = p_save_endda+4(2) * inper_act = l_period * actual = 'X' * arch_too = 'X' TABLES result_tab = l_payroll_result EXCEPTIONS no_results = 1 error_in_currency_conversion = 2 t500l_entry_not_found = 3 period_mismatch_error = 4 t549q_entry_not_found = 5 OTHERS = 6.

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = p_name value = p_value langu = sy-langu texts_only = 'X' IMPORTING dd07v_wa = dd07v_wa EXCEPTIONS OTHERS = 3.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = bwsel-pernr pabrj = bwsel-abbeg(4) pabrp = bwsel-abbeg+4(2) inper_act = l_period "YMTN1614456 actual = 'X' " arch_too = 'X' "YMTN1614456 TABLES result_tab = lt_payroll_result EXCEPTIONS OTHERS = 4.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' "YMTN1792412v EXPORTING pernr = bwsel-pernr pabrj = p_endda(4) pabrp = p_endda+4(2) inper_act = l_period actual = 'X' arch_too = 'X' TABLES result_tab = lt_payroll_result EXCEPTIONS OTHERS = 4.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = bwsel-pernr pabrj = p_endda(4) pabrp = p_endda+4(2) inper_act = l_period "YMTN1614456 actual = 'X' " arch_too = 'X' "YMTN1614456 TABLES result_tab = lt_payroll_result EXCEPTIONS OTHERS = 4.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = bwsel-pernr pabrj = bwsel-endda(4) pabrp = bwsel-endda+4(2) inper_act = l_period "YMTN1614456 actual = 'X' " arch_too = 'X' "YMTN1614456 TABLES result_tab = lt_payroll_result EXCEPTIONS OTHERS = 4.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = bwsel-pernr pabrj = l_endda(4) pabrp = l_endda+4(2) inper_act = l_period actual = 'X' arch_too = 'X' TABLES result_tab = lt_payroll_result EXCEPTIONS OTHERS = 4.



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