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
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_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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.