SAP Reports / Programs | Payroll | Germany | Construction Industry(PY-DE-CI) SAP PY

RPCBLID0 SAP ABAP Report - Construction industry: Contribution statement for social fund proc.







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


Transaction Code(s):

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

PC00_M01_CBLI - Contribution Statement for SFP


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


INCLUDES used within this REPORT RPCBLID0

INCLUDE RPC2RDD0.
INCLUDE RPMSELD0.


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 = 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.



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