J_1BLFDI 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 the DIRF files which are required by Brazilian fiscal authorities to report IRRF for natural persons and companies...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 J_1BLFDI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1B_LFDI - DIRF
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: APPLSERV = Application Server
Selection Text: COMP_AM = Maximum Sales w/o WH Tax
Selection Text: CUR_YEAR = Current Year
Selection Text: C_CPF = Representative's CPF No.
Selection Text: DATEVNT = Date of Event
Selection Text: DIRF_NO = DIRF Number
Selection Text: FILECRE = Create File
Selection Text: FNAME = File Name
Selection Text: FNAMEAPS = File name (application server)
Selection Text: FNAMEPRS = File Name (Presentation Server
Selection Text: LAYOUT = Layout ID
Selection Text: OSTEN = Ostensive Partner
Selection Text: PCOMPANY = Company
Selection Text: PRESSERV = Presentation Server (Local)
Selection Text: PRE_YEAR = Previous Year
Selection Text: PRINT = Certificate Printout
Selection Text: PSEI1 = Original
Selection Text: PSEI2 = Replacement
Selection Text: PVENDORS = Vendor
Selection Text: PWITHT = Withholding Tax Type
Selection Text: PYEAR = Year
Selection Text: P_ABROAD = Income re. Inh./ Abroad
Selection Text: P_CUP = World Cup Payment Request
Selection Text: P_INSSTP = INSS Withholding Tax Type
Selection Text: P_PUBLIC = Publicly Owned Company
Selection Text: P_SPECLS = Special Situation
Selection Text: R_CPF = CPF
Selection Text: R_EMAIL = E-Mail
Selection Text: R_EXT = Extension
Selection Text: R_FAX = Fax Number
Selection Text: R_NAME = Name
Selection Text: R_PHONE = Telephone Number
Selection Text: SNUMBER = Starting No. for Certificate
Selection Text: TESTRUN = Test Run (Screen Display Only)
Title: DIRF
Text Symbol: EXT = Extn
Text Symbol: 507 = Tel. No.
Text Symbol: 100 = Year Doc No. LI Vendor Ty. Co Tax Base Tax Amount
INCLUDE J_1BLFDI_DATA.
INCLUDE J_1BLFDI_SCR. "1803933
INCLUDE J_1BLFDI_MP135.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 J_1BLFDI or its description.