SAP Reports / Programs

J_1BLFZF SAP ABAP Report - Issued Notas Fiscais of Free Tax Zone







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J1B_LFZF - Issued Notas Fiscais


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 J_1BLFZF. "Basic submit
SUBMIT J_1BLFZF AND RETURN. "Return to original report after report execution complete
SUBMIT J_1BLFZF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT J_1BLFZF

No INCLUDES are used within this REPORT code!


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:

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.



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