SAP Reports / Programs | Payroll | Austria(PY-AT) SAP PY

RPCBRUA1 SAP ABAP Report - Works Council Contribution List (Austria)







RPCBRUA1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a list of all employees for whom a works council contribution was deducted in payroll...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCBRUA1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M03_CBRU - Works Council Contribution 03


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


Text pool values


Selection Text: PA_WTYPE = WType for Works Council Contr.
Title: Works Council Contribution List (Austria)
Text Symbol: 001 = Works Council Contribution List (AT) for $1
Text Symbol: 010 = Repayment...
Text Symbol: 011 = Arrears Pymt..
Text Symbol: IT1 = Organizational Assignment (0001)
Text Symbol: IT2 = Personal Data (0002)


INCLUDES used within this REPORT RPCBRUA1

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_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = pernr-pernr permo = pn-permo pabrj = pn-pabrj pabrp = pn-pabrp actual = space "X actual, ' ' retro-differences waers = pa_waers TABLES result_tab = i_payroll_result EXCEPTIONS no_results = 0 "Will be handled by ALV_LIST_VIEWER WRONG_STRUCTURE_OF_RESULT_TAB = 2 "WJOM3890954 OTHERS = 4.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = g_select processed = g_proces rejected = g_reject.

HR_ALV_LIST_DISPLAY CALL FUNCTION 'HR_ALV_LIST_DISPLAY' EXPORTING current_report = g_repna data_structure = 'RPCBRUAL' list_title = g_title hr_display_error_list = 'X' hr_display_stat_list = 'X' variant = pa_varia TABLES data_tab = i_evaluation_tab_gesamt EXCEPTIONS OTHERS = 4.

HRPY_PROCESS_SET_ALL_PERNR_ST CALL FUNCTION 'HRPY_PROCESS_SET_ALL_PERNR_ST' "WJOM646647! EXPORTING " IMP_PARCEL = pyparaid " IMP_SET_ERR = 'X' " TABLES " PERNR_INDEX = pnpindex " EXCEPTIONS " OTHERS = 0. "

HRPY_PROCESS_SET_ALL_PERNR_ST CALL FUNCTION 'HRPY_PROCESS_SET_ALL_PERNR_ST' "WJOM646647! EXPORTING " IMP_PARCEL = pyparaid " IMP_SET_ERR = 'X' " TABLES " PERNR_INDEX = pnpindex " EXCEPTIONS " OTHERS = 0. "WJOM646647!

HR_AT_GET_PART_APPL CALL FUNCTION 'HR_AT_GET_PART_APPL' EXPORTING reportname = l_repna IMPORTING appl = s_orgdata_act-appl EXCEPTIONS part_application_not_found = 1 OTHERS = 2.

HRPY_PROCESS_SET_ALL_PERNR_ST CALL FUNCTION 'HRPY_PROCESS_SET_ALL_PERNR_ST' "WJOM646647! EXPORTING " IMP_PARCEL = pyparaid " IMP_SET_ERR = 'X' " TABLES " PERNR_INDEX = pnpindex " EXCEPTIONS " OTHERS = 0. "

HR_AT_GET_ORG_DATA CALL FUNCTION 'HR_AT_GET_ORG_DATA' EXPORTING org_in = s_orgdata_act IMPORTING * BTRTL_DATA = * LOHNB_DATA = addresse = l_adress * ADDRESS_DETAIL = EXCEPTIONS t5a0p_data_not_found = 1 t5a0a_data_not_found = 2 t5a0p_lohnb_not_specified = 3 t5a0a_ankey_not_specified = 4 address_not_found_in_t536c = 5 OTHERS = 6.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = p_bukrs IMPORTING comp_name = p_butxt EXCEPTIONS OTHERS = 4.

HRPY_PROCESS_SET_ALL_PERNR_ST CALL FUNCTION 'HRPY_PROCESS_SET_ALL_PERNR_ST' "WJOM646647! EXPORTING " IMP_PARCEL = pyparaid " IMP_SET_ERR = 'X' " TABLES " PERNR_INDEX = pnpindex " EXCEPTIONS " OTHERS = 0. "WJOM646647!

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = p_pernr_pernr arbgb = p_messgclass msgty = p_messgtype msgno = p_nummer msgv1 = p_text1 msgv2 = p_text2 msgv3 = p_text3 msgv4 = p_text4.



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