SAP Reports / Programs

J_1BEFD_MAIN SAP ABAP Report - Electronic Fiscal File (Brazil)







J_1BEFD_MAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter J_1BEFD_MAIN 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

J_1BEFD - Creation of SPED Digital Archive


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


Text pool values


Selection Text: P_APUR = D .
Selection Text: P_ATIV = D .
Selection Text: P_BLOCK1 = Block 1
Selection Text: P_BLOCKC = Block C
Selection Text: P_BLOCKD = Block D
Selection Text: P_BLOCKE = Block E
Selection Text: P_BLOCKH = Block H
Selection Text: P_CODFIN = D .
Selection Text: P_CODVER = D .
Selection Text: P_FSIND = D .
Selection Text: P_FSTAT = D .
Selection Text: P_LFGJA = Year of Inventory
Selection Text: P_LFMON = Period of Inventory
Selection Text: P_MATLED = D .
Selection Text: P_MONTH = Month
Selection Text: P_PERF = D .
Selection Text: P_PLANT = Plant
Selection Text: P_SPRA = D .
Selection Text: P_WIP = Work in Process (WIP)
Selection Text: P_WIPD = WIP Price Differences
Selection Text: P_YEAR = Year
Selection Text: REGION = D .
Selection Text: SCR_OUT = D .
Selection Text: S_BKLAS = D .
Selection Text: S_MATNR = Material
Selection Text: S_MBLNR = Material Document
Selection Text: TAB_FILE = File Name
Selection Text: TAB_OUT = File Name
Selection Text: USE_BUF = Use buffer
Selection Text: XAP = Write to Application Server
Selection Text: XPC = Write to Presentation Server
Selection Text: P_ACCPRI = D .
Selection Text: BAIRRO = D .
Selection Text: CEP = D .
Selection Text: CNPJ = CNPJ Number
Selection Text: COD_MUN = D .
Selection Text: COMPL = D .
Selection Text: COUNTRY = Country





Selection Text: CPF = D .
Selection Text: CRC = D .
Selection Text: EMAIL = D .
Selection Text: ENDER = D .
Selection Text: FAX = D .
Selection Text: FONE = D .
Selection Text: J5_BRNCH = Business Place
Selection Text: J5_BUKRS = Company Code
Selection Text: J5_DOCNR = D .
Selection Text: J5_NFENO = NF-e Number
Selection Text: J5_NFNUM = D .
Selection Text: J5_PDATE = Posting date
Selection Text: J5_SERIE = D .
Selection Text: NOME = D .
Selection Text: NUM = D .
Title: Electronic Fiscal File (Brazil)
Text Symbol: S21 = Block D
Text Symbol: S22 = Block 1
Text Symbol: S23 = Selection Period
Text Symbol: S24 = Block G
Text Symbol: S25 = Block E
Text Symbol: 114 = Consumo
Text Symbol: 104 = NF Complementar a NF &1
Text Symbol: 103 = Devolução NF &1
Text Symbol: 102 = Ativo Fixo
Text Symbol: 008 = Sub. Trib.:
Text Symbol: 007 = Dif. Aliq.:
Text Symbol: 002 = Other
Text Symbol: 001 = 99
Text Symbol: S20 = Block H
Text Symbol: S19 = Block C
Text Symbol: S18 = File Parameters
Text Symbol: S17 = Use buffer
Text Symbol: S15 = (MM/YYYY)
Text Symbol: S14 = Valuation Period
Text Symbol: S08 = Fiscal File Data
Text Symbol: S07 = Output File
Text Symbol: S06 = Accountant Data
Text Symbol: S05 = Input Data





Text Symbol: S04 = Inventory
Text Symbol: S03 = Nota Fiscal Documents
Text Symbol: S02 = File Creation Control
Text Symbol: S01 = General Data
Text Symbol: 901 = File History


INCLUDES used within this REPORT J_1BEFD_MAIN

INCLUDE J_1BEFD_MAIN_CON.
INCLUDE J_1BEFD_MAIN_TOP.
INCLUDE J_1BEFD_MAIN_SCR.
INCLUDE J_1BEFD_MAIN_INI.


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:

No SAP FUNCTION MODULES are executed within this report code!



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