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

PCOFFBR0 SAP ABAP INCLUDE - Include with function BROFF







PCOFFBR0 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 PCOFFBR0 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 PCOFFBR0. "Basic submit
SUBMIT PCOFFBR0 AND RETURN. "Return to original report after report execution complete
SUBMIT PCOFFBR0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include with function BROFF


INCLUDES used within this REPORT PCOFFBR0

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:

CD_SELECT_PAYTY_RANGE call function 'CD_SELECT_PAYTY_RANGE' TABLES in_rgdir = l_rgdir_02 out_rgdir = l_rgdir_01 payty_tab = l_payty EXCEPTIONS others = 1.

HR_BR_VERIFICA_TIPO_AUSENCIA CALL FUNCTION 'HR_BR_VERIFICA_TIPO_AUSENCIA' EXPORTING MOABW = t001p-moabw SUBTY = p2001-awart PAYDATE = p2001-begda IMPORTING TIPO_AUSENCIA = l_tipoa EXCEPTIONS AUSENCIA_NAO_ENCONTRADA = 1 OTHERS = 2.

HR_BR_APPEND_WAGETYPE CALL FUNCTION 'HR_BR_APPEND_WAGETYPE' EXPORTING P_WTYPE = p_it7br03-nlgrt P_ABART = ab-abart P_VALUE1 = w_ort-anzhl P_VALUE3 = w_ort-betrg P_APZNR = ab-apznr P_ABZNR = w_ort-abznr P_ZEINH = w_ort-zeinh TABLES I_IT = it.

HR_BR_APPEND_WAGETYPE CALL FUNCTION 'HR_BR_APPEND_WAGETYPE' EXPORTING P_WTYPE = p_it7br03-nlgrt P_ABART = wpbp-abart P_VALUE1 = w_ort-anzhl P_VALUE3 = w_ort-betrg P_APZNR = wpbp-apznr P_ABZNR = w_ort-abznr P_V0TYP = w_ort-v0typ P_V0ZNR = w_ort-v0znr P_ZEINH = w_ort-zeinh TABLES I_IT = it.

HR_BR_APPEND_WAGETYPE CALL FUNCTION 'HR_BR_APPEND_WAGETYPE' EXPORTING P_WTYPE = p_it7br03-nlgrt P_ABART = wpbp-abart P_VALUE1 = w_ort-anzhl P_VALUE3 = w_ort-betrg P_APZNR = wpbp-apznr P_ZEINH = w_ort-zeinh TABLES I_IT = it.

HR_BR_READ_T7BR03 CALL FUNCTION 'HR_BR_READ_T7BR03' EXPORTING BEGDA = aper-endda ENDDA = aper-endda TABLES I7BR03 = p_t7br03 I7BR03_INPUT = l_t7br03 EXCEPTIONS NO_ENTRY_FOUND_T7BR03 = 1 NO_ENTRY_FOUND_T7BR04 = 2 WRONG_REALM = 3 OTHERS = 4.

HR_BR_VERIFICA_TIPO_AUSENCIA CALL FUNCTION 'HR_BR_VERIFICA_TIPO_AUSENCIA' EXPORTING MOABW = t001p-moabw SUBTY = p2001-awart PAYDATE = p2001-begda IMPORTING TIPO_AUSENCIA = l_tipoa EXCEPTIONS AUSENCIA_NAO_ENCONTRADA = 1 OTHERS = 2.



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