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
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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M37_DIRF2011 - DIRF 2011
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: 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
INCLUDE RPC_PAYBR_DIRF1_DATA.
INCLUDE PUTMDBR0.
INCLUDE PCDIFBRD.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HBRDIRF1 - Withholding Income Tax Declaration - DIRF (2011) HBRDIRF1 - Withholding Income Tax Declaration - DIRF (2011) 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