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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M37_DIRF - Withholding Income Tax Decl. 37
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.
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:
INCLUDE HBRLOGD0.
INCLUDE HBRLOGF0.
INCLUDE HBRADDRS.
INCLUDE PCDIFBR1.
INCLUDE HBRADDRF.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HBRDIRF0 - Withholding Income Tax Declaration - DIRF (2010) HBRDIRF0 - Withholding Income Tax Declaration - DIRF (2010) HBRDEPD0 - Dependents Declaration for Income Tax Discount HBRDEPD0 - Dependents Declaration for Income Tax Discount HBRDEPBR1 - documentation and ABAP source code HBRDATS1 - documentation and ABAP source code