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

PCBURBR1 SAP ABAP INCLUDE - Transactions (Brazil)







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

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_DETECT_JUPER_CHANGE CALL FUNCTION 'HR_BR_DETECT_JUPER_CHANGE' EXPORTING admin = admin in = in IMPORTING out = out TABLES pp0000 = p0000 pp0001 = p0001 EXCEPTIONS pass_exception = 1 OTHERS = 2.

HR_DWS_RE550 CALL FUNCTION 'HR_DWS_RE550' EXPORTING motpr = psp-motpr tprog = psp-tprog varia = psp-varia date = psp-datum * BREAK_OVERTIME = '1' IMPORTING daygen = daygen beguz = beguz enduz = enduz TABLES dayint = dayint EXCEPTIONS error_occured = 1 OTHERS = 2.

HR_CUT_TIMES_WITH_DWS CALL FUNCTION 'HR_CUT_TIMES_WITH_DWS' EXPORTING DATE = psp-datum beguz = '220000' "// Night work enduz = '050000' * CUT_TIMES_WITH = 'PL_WORK_TIME' IMPORTING BEGUZ_EXP = s_beguz ENDUZ_EXP = s_enduz HOURS = s_hours TABLES DAYINT = dayint .

HR_BR_CALCULA_AUSENCIAS CALL FUNCTION 'HR_BR_CALCULA_AUSENCIAS' EXPORTING begda = data_inicio endda = data_final salario = salario dias = dias IMPORTING valor = valor EXCEPTIONS data_inicial_zerada = 1 OTHERS = 2.

HR_BR_VERIFICA_TIPO_AUSENCIA CALL FUNCTION 'HR_BR_VERIFICA_TIPO_AUSENCIA' EXPORTING moabw = t001p-moabw subty = ab-awart paydate = ab-begda IMPORTING tipo_ausencia = tipo_ausencia EXCEPTIONS ausencia_nao_encontrada = 1 OTHERS = 2.

HRBR_CALC_PRECISE_AMOUNT_AV CALL FUNCTION 'HRBR_CALC_PRECISE_AMOUNT_AV' EXPORTING rte = ot-betpe num = ot-anzhl times_kgenau = 1 date = aper-endda IMPORTING amt = ot-betrg.



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