SAP Reports / Programs

HBRDIRF1 SAP ABAP Report - Withholding Income Tax Declaration - DIRF (2011)







HBRDIRF1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a TemSe file to issue the Withholding Income Tax Declaration (DIRF), a legal document that the employer must sent annually to the competent authority...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter HBRDIRF1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M37_DIRF2011 - DIRF 2011


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


Text pool values


Selection Text: P_TECH = Detailed information
Selection Text: P_R_YEAR = Reference year
Selection Text: P_R_TEL = Telephone
Selection Text: P_R_NAME = Name
Selection Text: P_R_MAIL = E-mail
Selection Text: P_R_FAX = Fax
Selection Text: P_R_EXT = Extension line
Selection Text: P_R_DDD = DDD
Selection Text: P_R_CPF = CPF
Selection Text: P_RECEIP = Receipt number
Selection Text: P_OT_DES = Discount other exempt income
Selection Text: P_LOG = Show log
Selection Text: P_LE_CPF = CPF responsible for CNPJ
Selection Text: P_FILIAD = Declarant branch
Selection Text: P_FILIA = Branch(es)
Selection Text: P_EVNTDT = Event date
Selection Text: P_DECNAT = Declarant category
Selection Text: P_C_YEAR = Calender year
Selection Text: OCCAT = Off-cycles
Title: Withholding Income Tax Declaration - DIRF (2011)
Text Symbol: 015 = Payment FIFA events
Text Symbol: 014 = Processing
Text Symbol: 013 = Special situation
Text Symbol: 012 = Correction progr.indicat.
Text Symbol: 011 = Declaration special situation
Text Symbol: 010 = Health plan payment
Text Symbol: 009 = Payment residents abroad
Text Symbol: 008 = Institution representative
Text Symbol: 007 = Credit depositary
Text Symbol: 006 = Ostens.partner
Text Symbol: 005 = Declarant category
Text Symbol: 004 = Relevant off-cycles for deductions
Text Symbol: 003 = Information of declarant legal person
Text Symbol: 002 = Person responsible for declaration filling
Text Symbol: 001 = Declaration information


INCLUDES used within this REPORT HBRDIRF1

INCLUDE RPC_PAYBR_DIRF1_DATA.
INCLUDE PUTMDBR0.
INCLUDE PCDIFBRD.




INCLUDE RPC_PAYBR_DIRF1_FORMS.
INCLUDE RPC_PAYBR_DIRF1_SCREEN.
INCLUDE PCERMBR1.
INCLUDE PUTMMBR0.
INCLUDE PUTMMBR1.
INCLUDE PUTMMBR2.


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_GET_FILIAL_PER_AREA CALL FUNCTION 'HR_BR_GET_FILIAL_PER_AREA' EXPORTING p_werks = gs_p0001-werks p_btrtl = gs_p0001-btrtl IMPORTING branch = gs_branch EXCEPTIONS no_link_areas = 1 no_group_found = 2 OTHERS = 3.

HR_BR_PREPARE_LOG CALL FUNCTION 'HR_BR_PREPARE_LOG' EXPORTING IV_USE_PAL_LOG = pbr99_use_pal_log.

HR_BR_DISPLAY_LOG CALL FUNCTION 'HR_BR_DISPLAY_LOG' EXPORTING sw_prot = p_log.



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