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

RPCBK3D0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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 = pernr-pernr permo = c_permo pabrj = l_pabrj pabrp = l_pabrp pabrj_end = pn-pabrj pabrp_end = pn-pabrp inper_lst = l_inper inper_act = l_inper 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.

CD_PAYROLL_RETRO CALL FUNCTION 'CD_PAYROLL_RETRO' IMPORTING retrocalculation_date = l_first_date TABLES rgdir = lt_rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = iv_pernr arbgb = lx_hrpad00_dn->message_class msgty = lx_hrpad00_dn->message_type msgno = lx_hrpad00_dn->message_number msgv1 = lx_hrpad00_dn->message_par1 msgv2 = lx_hrpad00_dn->message_par2 msgv3 = lx_hrpad00_dn->message_par3 msgv4 = lx_hrpad00_dn->message_par4.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = pernr-pernr permo = c_permo pabrj = l_first_pabrj pabrp = l_first_pabrp pabrj_end = l_pabrj_end pabrp_end = l_pabrp_end inper_lst = l_paper inper_act = l_paper actual = c_actual * WAERS = G_WAERS TABLES result_tab = opayroll_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_DE_BK_READ CALL FUNCTION 'HR_DE_BK_READ' EXPORTING pernr = pernr-pernr inper = u_inper first_fpper = u_first_fpper satz_tiefe = 01 anmel_address = l_address TABLES anmel = gt_anmel_o urmel = gt_urmel_o ramel = gt_ramel_o lomel = gt_lomel_o aumel = gt_aumel_o nemel = gt_nemel_o bemel = gt_bemel_o "QCM#999041 anw = gt_anw_o.

HR_DE_BK_DELETE CALL FUNCTION 'HR_DE_BK_DELETE' TABLES anmel = gt_anmel urmel = gt_urmel ramel = gt_ramel lomel = gt_lomel aumel = gt_aumel nemel = gt_nemel bemel = gt_bemel "QCM#999041 anw = gt_anw EXCEPTIONS delete_error = 1 OTHERS = 2.

HR_DE_BK_READ CALL FUNCTION 'HR_DE_BK_READ' EXPORTING pernr = pernr-pernr inper = l_inper first_fpper = l_inper satz_tiefe = '01' TABLES anmel = lt_vanmel EXCEPTIONS OTHERS = 1.



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