J_1BLFZF 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 ZFM files in accordance with Brazilian legal requirements...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_1BLFZF 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_LFZF - Issued Notas Fiscais
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.
Issued Notas Fiscais
Selection Text: TEST = Test Run
Selection Text: FILENAME = File Name
Title: Issued Notas Fiscais of Free Tax Zone
Text Symbol: 999 = Pacaraima
Text Symbol: 998 = Epitaciolândia
Text Symbol: 847 = Tabatinga
Text Symbol: 843 = Rio Preto da Eva
Text Symbol: 841 = Presidente Figueiredo
Text Symbol: 615 = Santana
Text Symbol: 605 = Macapá
Text Symbol: 307 = Bonfim
Text Symbol: 255 = Manaus
Text Symbol: 200 = Output
Text Symbol: 107 = Cruzeiro do Sul
Text Symbol: 105 = Brasiléia
Text Symbol: 100 = Tax Regions
Text Symbol: 062 = Recipient's CNPJ No.
Text Symbol: 061 = CNPJ No.
Text Symbol: 052 = Region
Text Symbol: 051 = Region
Text Symbol: 041 = Doc. Total
Text Symbol: 031 = Doc. Date
Text Symbol: 022 = Nota Fiscal No.
Text Symbol: 021 = NF No.
Text Symbol: 013 = Regional Tax Code
Text Symbol: 012 = Regional Tax Code
Text Symbol: 011 = Tax Code
Text Symbol: 001 = Guajará-Mirim
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "1598420 EXPORTING "1598420 logical_filename = gc_filename "1598420 CHANGING "1598420 physical_filename = filename "1598420 EXCEPTIONS "1598420 logical_filename_not_found = 1 "1598420 validation_failed = 2 "1598420 OTHERS = 3. "1598420
J_1B_NF_PARTNER_READ CALL FUNCTION 'J_1B_NF_PARTNER_READ' EXPORTING PARTNER_TYPE = J_1BNFDOC-PARTYP PARTNER_ID = J_1BNFDOC-PARID PARTNER_FUNCTION = J_1BNFDOC-PARVW DOC_NUMBER = J_1BNFDOC-DOCNUM IMPORTING PARNAD = PARNAD EXCEPTIONS OTHERS = 04.
J_1BREAD_BRANCH_DATA CALL FUNCTION 'J_1BREAD_BRANCH_DATA' EXPORTING BRANCH = J_1BNFDOC-BRANCH BUKRS = J_1BNFDOC-BUKRS IMPORTING * address = address BRANCH_DATA = BRANCH_DATA * cgc_number = cgc_number EXCEPTIONS OTHERS = 04.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "1598420 EXPORTING "1598420 logical_filename = gc_filename "1598420 CHANGING "1598420 physical_filename = filename "1598420 EXCEPTIONS "1598420 logical_filename_not_found = 1 "1598420 validation_failed = 2 "1598420 OTHERS = 3. "1598420
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID * i_structure_name =
IT_FIELDCAT = GT_FIELDCAT[] TABLES T_OUTTAB = GT_OUTTAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.