PCADVBR0 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 PCADVBR0 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_BR_CONTRACTUAL_SALARY CALL FUNCTION 'HR_BR_CONTRACTUAL_SALARY' EXPORTING begda = paydate endda = paydate perno = pernr-pernr fc_sw_dec = fc-sw_dec calc_currency = calc_currency TABLES pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 it = it EXCEPTIONS OTHERS = 1.
HR_BR_CONTRACTUAL_SALARY CALL FUNCTION 'HR_BR_CONTRACTUAL_SALARY' EXPORTING * begda = aper-endda begda = paydate * endda = aper-endda endda = paydate perno = pernr-pernr fc_sw_dec = fc-sw_dec calc_currency = calc_currency TABLES pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 it = it EXCEPTIONS OTHERS = 1.
HR_BR_CONTRACTUAL_SALARY CALL FUNCTION 'HR_BR_CONTRACTUAL_SALARY' EXPORTING * begda = wpbp-begda begda = paydate * endda = wpbp-endda endda = paydate_fim perno = pernr-pernr fc_sw_dec = fc-sw_dec calc_currency = calc_currency apznr = wpbp-apznr TABLES pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 it = it EXCEPTIONS OTHERS = 1.
HR_BR_CONTRACTUAL_SALARY CALL FUNCTION 'HR_BR_CONTRACTUAL_SALARY' EXPORTING * begda = wpbp-begda begda = paydate * endda = wpbp-endda endda = paydate_fim perno = pernr-pernr fc_sw_dec = fc-sw_dec calc_currency = calc_currency apznr = wpbp-apznr abart = wpbp-abart TABLES pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 it = it EXCEPTIONS OTHERS = 1.
HR_BR_CONTRACTUAL_SALARY CALL FUNCTION 'HR_BR_CONTRACTUAL_SALARY' EXPORTING begda = dabsencebegin endda = dabsencebegin perno = pernr-pernr fc_sw_dec = fc-sw_dec calc_currency = calc_currency TABLES pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 it = it EXCEPTIONS OTHERS = 1.
HR_BR_CONTRACTUAL_SALARY CALL FUNCTION 'HR_BR_CONTRACTUAL_SALARY' EXPORTING begda = wa_endda endda = wa_endda perno = pernr-pernr fc_sw_dec = fc-sw_dec calc_currency = calc_currency TABLES pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 it = local_it EXCEPTIONS OTHERS = 1.
HR_BR_ADV_CONDITIONS CALL FUNCTION 'HR_BR_ADV_CONDITIONS' EXPORTING perno = pernr-pernr date = aper-bondt cond = pbr99_parm2_new_hired werk = wpbp-werks btrtl = wpbp-btrtl IMPORTING rc = rc TABLES pp2001 = p2001.
HR_BR_ADV_CONDITIONS CALL FUNCTION 'HR_BR_ADV_CONDITIONS' EXPORTING perno = pernr-pernr date = aper-bondt cond = pbr99_parm2_absences werk = wpbp-werks btrtl = wpbp-btrtl IMPORTING rc = rc TABLES pp2001 = p2001.
HR_BR_ADVANCE_PAY CALL FUNCTION 'HR_BR_ADVANCE_PAY' EXPORTING date = aper-bondt ocrsn = aper-ocrsn payty = aper-payty payid = aper-payid permo = aper-permo fc_sw_dec = fc-sw_dec calc_currency = calc_currency calcd = aper-calcd calc_prop = as-parm2 p_pernr = pernr-pernr sw_prot = sw_prot parm3 = as-parm3 werk = wpbp-werks btrtl = wpbp-btrtl gkdivp = lv_gkdivp TABLES pp0267 = p0267 it = it rgdir = rgdir pp2001 = p2001 EXCEPTIONS no_t511k_percentage = 1 previous_advance_paid = 2 OTHERS = 3.
HR_BR_ADVANCE_PAY CALL FUNCTION 'HR_BR_ADVANCE_PAY' EXPORTING date = aper-bondt ocrsn = aper-ocrsn payty = aper-payty payid = aper-payid permo = aper-permo fc_sw_dec = fc-sw_dec calc_currency = calc_currency calcd = aper-calcd sw_prot = sw_prot TABLES pp0267 = p0267 it = it rgdir = rgdir EXCEPTIONS no_t511k_percentage = 1 previous_advance_paid = 2 OTHERS = 3.
HR_BR_ADV_SET_SW_REG_NEXT_MNTH CALL FUNCTION 'HR_BR_ADV_SET_SW_REG_NEXT_MNTH' EXPORTING date = aper-bondt datmo = aper-datmo permo = aper-permo IMPORTING sw_paydt_next_month = sw_paydt_next_month.
HR_BR_IMPRT_L_ADVANCE CALL FUNCTION 'HR_BR_IMPRT_L_ADVANCE' EXPORTING begda = aper-begda endda = aper-endda perno = pernr-pernr TABLES rgdir = rgdir ort = ort.
HR_BR_ADV_SET_SW_TAX_ON_ADV CALL FUNCTION 'HR_BR_ADV_SET_SW_TAX_ON_ADV' EXPORTING oversc = oversc IMPORTING sw_tax_on_adv = sw_tax_on_adv sw_advance_paid = sw_advance_paid TABLES ort = ort obrtax = obrtax.
HR_BR_ADV_SET_SW_TAX_ON_ADV CALL FUNCTION 'HR_BR_ADV_SET_SW_TAX_ON_ADV' EXPORTING oversc = oversc IMPORTING sw_tax_on_adv = sw_tax_on_adv sw_advance_paid = sw_advance_paid TABLES ort = ort obrtax = obrtax.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.