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

RPCBL2D0 SAP ABAP INCLUDE - Construction industry: Meals Allows / Travel Costs / Separation Allows







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


Text pool values


Title: Construction industry: Meals Allows / Travel Costs / Separation Allows


INCLUDES used within this REPORT RPCBL2D0

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_DE_CI_EVA CALL FUNCTION 'HR_DE_CI_EVA' EXPORTING uf_aper_begda = aper-begda uf_aper_endda = aper-endda uf_calcmolga = calcmolga uf_pernr = pernr-pernr i_ref_ptext = l_ref_ptext *{ YMO1390197 insert it_oc1 = oc1[] it_oztbau = oztbau[] *} IMPORTING ct_app_it = app_it[] *{ YMO1390197 insert es_hrplog_msg = ls_hrplog_msg *} TABLES ut_p0191 = p0191 ut_psp = psp ut_wpbp = wpbp ct_c1 = c1 ct_ztbau = ztbau message_ptext = message_ptext[] proteta = eta protewa = ewa protefk = efk protc1bau = c1bau CHANGING cf_lm_eva = lm_eva EXCEPTIONS error_occurred = 1 error_rueckfahrt_vormonat = 2 OTHERS = 9.

HR_READ_INFOTYPE * CALL FUNCTION 'HR_READ_INFOTYPE' * EXPORTING * pernr = pernr * infty = '0191' * begda = begda * endda = endda * IMPORTING * subrc = returncode * TABLES * infty_tab = p0191 * EXCEPTIONS * infty_not_found = 1 * OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = '0191' begda = begda endda = endda IMPORTING subrc = p_retcode TABLES infty_tab = ut_0191 EXCEPTIONS infty_not_found = 1 OTHERS = 2.



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