RPCBLID0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report returns the value of the contributions payable to the social fund procedure for the construction industry...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 RPCBLID0 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_M01_CBLI - Contribution Statement for SFP
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_VARIA = D Layout
Title: Construction Industry: Contribution Statement for Social Fund Proc.
Text Symbol: 001 = Payable Contributions in Social Fund Procedure:
Text Symbol: 002 = Contributions to Social Fund Procedure for Emplyee:
INCLUDE RPC2RDD0.
INCLUDE RPMSELD0.
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 = c_permo pabrj = pn-pabrj pabrp = pn-pabrp pabrj_end = pn-pabrj pabrp_end = pn-pabrp inper_lst = g_paper inper_act = g_paper actual = c_actual * WAERS = G_WAERS TABLES result_tab = 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_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = g_select_pernr processed = g_proces_pernr rejected = g_reject_pernr.
HR_ALV_LIST_DISPLAY CALL FUNCTION 'HR_ALV_LIST_DISPLAY' EXPORTING data_structure = c_struct current_report = c_repid callback_user_command = 'USER' list_title = g_sy_title_alv gui_status = space callback_end_of_list = c_end_of_list_callback hr_display_error_list = 'X' variant = pa_varia TABLES data_tab = bnw_out.
HR_DISPLAY_STAT_LIST CALL FUNCTION 'HR_DISPLAY_STAT_LIST' EXPORTING no_popup = 'X' hidemsg = 'X'.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'DBLNR' struc_content = g_bnrzu KIND_OF_ERROR = space IMPORTING BACK = g_bnrsk_rw CHANGING STATUS = status EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 7.
RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING format = c_p0002_knznm pp0002 = p0002 molga = c_molga langu = sy-langu IMPORTING edit_name = u_ename retcode = g_subrc.
HR_CE_FILL_ALV_ORG_STRUCTURE CALL FUNCTION 'HR_CE_FILL_ALV_ORG_STRUCTURE' EXPORTING p_wpbp = u_wpbp IMPORTING org_data = s_orgdata EXCEPTIONS no_entries = 1 reqd_parameter_missing = 2 OTHERS = 3.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = u_bukrs IMPORTING comp_name = hrca_company-comp_name EXCEPTIONS not_found = 1 OTHERS = 2.
HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = u_pernr arbgb = u_arbgb msgty = u_msgty msgno = u_msgno msgv1 = u_msgv1 msgv2 = u_msgv2 msgv3 = u_msgv3 msgv4 = u_msgv4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCBLID0 - Construction industry: Contribution statement for social fund proc. RPCBLID0 - Construction industry: Contribution statement for social fund proc. RPCBLHD0 - Construction Industry: Employee Statement for Social Fund Procedure RPCBLHD0 - Construction Industry: Employee Statement for Social Fund Procedure RPCBLGD0 - Breakdown of Trade Tax: Construction Industry RPCBLGD0 - Breakdown of Trade Tax: Construction Industry