SAP Reports / Programs | Payroll | Brazil(PY-BR) SAP PY

PCSUBBR0 SAP ABAP INCLUDE - documentation and ABAP source code







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


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

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_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.



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