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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M03_CBRU - Works Council Contribution 03
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.
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)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCBRUA1 - Works Council Contribution List (Austria) RPCBRUA1 - Works Council Contribution List (Austria) RPCBRKH1 - Magyar-specifikus bérkarton - szelekciós képernyõ. RPCBRKH0 - RPCBRKH0 - Hungary-specific payroll journal RPCBRKH0 - RPCBRKH0 - Hungary-specific payroll journal RPCBPSKS - Business Payroll Survey - Canad (Selection screen)