PCBTDIN0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Include for Tax deduction at source for bonus payment through offcycle...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 PCBTDIN0 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_IN_GET_ALGRP_WT CALL FUNCTION 'HR_IN_GET_ALGRP_WT' EXPORTING empno = pernr-pernr rfdate = ref_date wtype = as-parm2 IMPORTING lgart = wagty EXCEPTIONS OTHERS = 1.
HR_IN_CALC_MARGINAL_TAX_RATE CALL FUNCTION 'HR_IN_CALC_MARGINAL_TAX_RATE' EXPORTING income_410 = wt410 income_411 = wt411 income_413 = wt413 income_4v1 = wt4v1 INCOME_616 = wt616 income_4vj = wt4vj income_4vk = wt4vk exempt_414 = wt414 exempt_130 = wt130 prftax_422 = wt422 income_131 = wt131 exempt_3i1 = wt3i1 income_3o3 = wt3o3 income_3od = wt3od income_3o7 = wt3o7 income_3os = wt3os amt_3i3 = wt3i3 taxcrt_460 = wt460 taxios_4oc = wt4oc taxpre_4v5 = wt4v5 emp_dob = p0002-gbdat emp_gender = p0002-gesch per_endda = ref_date IMPORTING tax_458 = wt458 marginal_slab_rate = tax_rte1 marginal_slab_rate_sur = tax_rte2 tables P_P0185 = tmp_p0185[] EXCEPTIONS OTHERS = 1.
HR_IN_CALC_MARGINAL_TAX_RATE CALL FUNCTION 'HR_IN_CALC_MARGINAL_TAX_RATE' EXPORTING income_411 = wt411 taxcrt_460 = wt460 emp_dob = p0002-gbdat emp_gender = p0002-gesch per_endda = ref_date IMPORTING tax_458 = wt458 tables P_P0185 = tmp_p0185[] EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.