SAP Reports / Programs

HBRDIRF0 SAP ABAP Report - Withholding Income Tax Declaration - DIRF (2010)







HBRDIRF0 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 HBRDIRF0 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_DIRF - Withholding Income Tax Decl. 37


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 HBRDIRF0. "Basic submit
SUBMIT HBRDIRF0 AND RETURN. "Return to original report after report execution complete
SUBMIT HBRDIRF0 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: NATDEC = D .
Selection Text: RAMALR = Extension line
Selection Text: P_TOTALS = Log
Selection Text: OCCAT = Off-cycle
Selection Text: NOMER = Name
Selection Text: NODIRF = Number
Selection Text: MAILR = E-Mail
Selection Text: FONER = Telephone
Selection Text: FILIALD = Declarant branch
Selection Text: FILIA = Branch(es)
Selection Text: FAXR = Fax
Selection Text: DIRF_R = Adjust.declaration
Selection Text: DIRF_O = Facsimile
Selection Text: DDDR = DDD
Selection Text: CPFR = CPF of the CNPJ manager
Selection Text: CALANO = Withholding year
Selection Text: ANO = Reference year
Title: Withholding Income Tax Declaration - DIRF (2010)
Text Symbol: ULT = Number of last WITD
Text Symbol: TIP = Declarant type:
Text Symbol: SEL = Number of selected employees
Text Symbol: RSP = SPR responsible for the declaration
Text Symbol: RG1 = Rec.type 1
Text Symbol: RES = Responsible for information
Text Symbol: PRS = Processing
Text Symbol: PRO = Progress
Text Symbol: PRC = Number of processed employees
Text Symbol: PES = Name
Text Symbol: OCC = Relevant off-cycles for deductions
Text Symbol: NTR = Declarant type:
Text Symbol: NAT = Wage earner work incentive
Text Symbol: E08 = POP UP error
Text Symbol: E02 = Error inserting in error message list
Text Symbol: DRF = Company data
Text Symbol: DOR = Inform establishment status
Text Symbol: DEC = Declaration type:
Text Symbol: DCC = Declaration data
Text Symbol: 011 = Reg:





Text Symbol: 010 = WITD
Text Symbol: 001 = Responsible person


INCLUDES used within this REPORT HBRDIRF0

INCLUDE HBRLOGD0.
INCLUDE HBRLOGF0.
INCLUDE HBRADDRS.
INCLUDE PCDIFBR1.
INCLUDE HBRADDRF.


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_EXTRAI_DDD_TELEFONE CALL FUNCTION 'HR_BR_EXTRAI_DDD_TELEFONE' EXPORTING p_string = address3_value-tel_number IMPORTING p_ddd = ddd_wa p_telefone = tel_wa EXCEPTIONS no_number_found = 1 OTHERS = 99.

HR_BR_EXTRAI_DDD_TELEFONE CALL FUNCTION 'HR_BR_EXTRAI_DDD_TELEFONE' EXPORTING p_string = address3_value-fax_number IMPORTING p_ddd = ddd_wa p_telefone = tel_wa EXCEPTIONS no_number_found = 1 OTHERS = 99.



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