PCSUBBR0 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 PCSUBBR0 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_APPEND_WAGETYPE CALL FUNCTION 'HR_BR_APPEND_WAGETYPE' EXPORTING p_wtype = p_wtype p_abart = p_abart p_value1 = p_value1 p_value2 = p_value2 p_value3 = p_value3 p_waers = p_waers p_cntr1 = p_cntr1 p_cntr2 = p_cntr2 p_cntr3 = p_cntr3 sw_prot = sw_prot TABLES i_it = it.
HR_BR_APPEND_WAGETYPE CALL FUNCTION 'HR_BR_APPEND_WAGETYPE' EXPORTING p_wtype = p_wtype p_abart = p_abart p_value1 = p_value1 p_value2 = p_value2 p_value3 = p_value3 p_waers = p_waers p_cntr1 = p_cntr1 p_cntr2 = p_cntr2 p_cntr3 = p_cntr3 sw_prot = sw_prot TABLES i_it = rt.
HRPY_AV_USE_FROZEN_AVERAGE_ACC CALL FUNCTION 'HRPY_AV_USE_FROZEN_AVERAGE_ACC' EXPORTING sw_prot = sw_prot currency = calc_currency aper = aper pernr = pernr-pernr TABLES av_it = av_it it = it braverage = braverage avrules_quotas = avrules_quotas iwagetypes = iwagetypes iptext = ptext i51av_a = i51av_a p0000 = p0000 p0001 = p0001 p0007 = p0007 i2006 = i2006 IAVERA_BRVRN = IAVERA_BRVRN.
HRPY_AV_KEEP_FROZEN_AVERG_ACC CALL FUNCTION 'HRPY_AV_KEEP_FROZEN_AVERG_ACC' EXPORTING aper = aper TABLES braverage = braverage avrules_quotas = avrules_quotas.
HRBR_FILL_ROUND_TABLE_FROM_AV CALL FUNCTION 'HRBR_FILL_ROUND_TABLE_FROM_AV' EXPORTING IWAGETYPES = iwagetypes NDAYS = ndays AVERA = avera entit = entit TABLES IAVERA_BRVRN = IAVERA_BRVRN.
HR_BR_LE_TIPO_COMPENSACAO CALL FUNCTION 'HR_BR_LE_TIPO_COMPENSACAO' EXPORTING mopgk = p_konty mozko = p_mozko qtype = p_qtype tipoc = '1' IMPORTING tipo_compens = comp_abono EXCEPTIONS compensacao_nao_encontrada = 1 OTHERS = 2.
HRBR_CALC_PRECISE_AMOUNT_AV CALL FUNCTION 'HRBR_CALC_PRECISE_AMOUNT_AV' EXPORTING RTE = rte NUM = num TIMES_KGENAU = times_kgenau DATE = aper-endda IMPORTING AMT = amt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.