SAP Reports / Programs

J_1BLFB3 SAP ABAP Report - IN68: Dateien - Nota-Fiscal-bezogen







J_1BLFB3 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_1BLFB3 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_LFB3 - IN68: Nota Fiscal Files


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_1BLFB3. "Basic submit
SUBMIT J_1BLFB3 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1BLFB3 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: DET_DISP = Display details (for test run)
Selection Text: FILENAME = File address (w/o extension)
Selection Text: FILE_EXT = File extension
Selection Text: INCLINFO = Company/business place info
Selection Text: INCLPREF = Prefix (for identification)
Selection Text: INCONFS = Incom. NF rel. files (3.10-13)
Selection Text: OUTGNFS = Outgoing NF rel. files (3.1-9)
Selection Text: TESTRUN = Test run (screen output only)
Title: IN68: Dateien - Nota-Fiscal-bezogen
Text Symbol: 101 = Output control
Text Symbol: 102 = Objects to be generated
Text Symbol: 201 = Records in file 2.1 :
Text Symbol: 202 = Records in file 3.1 :
Text Symbol: 203 = Records in file 3.2 :
Text Symbol: 204 = Records in file 3.3 :
Text Symbol: 205 = Records in file 3.4 :
Text Symbol: 206 = Records in file 3.5 :
Text Symbol: 207 = Records in file 3.10:
Text Symbol: 208 = Records in file 3.11:
Text Symbol: 209 = Records in file 3.12:
Text Symbol: 210 = Records in file 3.13:


INCLUDES used within this REPORT J_1BLFB3

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:

J_1BREAD_BRANCH_DATA * call function 'J_1BREAD_BRANCH_DATA' * exporting * branch = j5_brnch "branch code * bukrs = j5_bukrs "company code * importing ** address = * branch_data = branch_data * cgc_number = cgc_number * address = sadr * exceptions * others = 04.

J_1B_NF_PARTNER_READ * CALL FUNCTION 'J_1B_NF_PARTNER_READ' * EXPORTING * PARTNER_TYPE = j_1bnfdoc-partyp * PARTNER_ID = j_1bnfdoc-parid * DOC_NUMBER = j_1bnfdoc-docnum * PARTNER_FUNCTION = j_1bnfdoc-parvw * IMPORTING * PARNAD = parnad * EXCEPTIONS * PARTNER_NOT_FOUND = 1 * PARTNER_TYPE_NOT_FOUND = 2 * OTHERS = 3.

J_1B_NF_PARTNER_READ * CALL FUNCTION 'J_1B_NF_PARTNER_READ' * EXPORTING * PARTNER_TYPE = j_1bnfnad-partyp * PARTNER_ID = j_1bnfnad-parid * DOC_NUMBER = j_1bnfnad-docnum * PARTNER_FUNCTION = j_1bnfnad-parvw * IMPORTING * PARNAD = parnad * EXCEPTIONS * PARTNER_NOT_FOUND = 1 * PARTNER_TYPE_NOT_FOUND = 2 * OTHERS = 3.

J_1B_NF_PARTNER_READ * CALL FUNCTION 'J_1B_NF_PARTNER_READ' * EXPORTING * PARTNER_TYPE = 'B' * PARTNER_ID = branch_id * DOC_NUMBER = j_1bnfdoc-docnum * partner_function = j_1bnfdoc-parvw "1338264 * IMPORTING * PARNAD = parnad * EXCEPTIONS * PARTNER_NOT_FOUND = 1 * PARTNER_TYPE_NOT_FOUND = 2 * OTHERS = 3.

MARA_SINGLE_READ * CALL FUNCTION 'MARA_SINGLE_READ' * EXPORTING ** KZRFB = ' ' ** MAXTZ = 0 * MATNR = j_1bnflin-matnr ** SPERRMODUS = ' ' ** STD_SPERRMODUS = ' ' * IMPORTING * WMARA = mara * EXCEPTIONS * LOCK_ON_MATERIAL = 1 * LOCK_SYSTEM_ERROR = 2 * WRONG_CALL = 3 * NOT_FOUND = 4 * OTHERS = 5.

MATERIAL_UNIT_CONVERSION * CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' * EXPORTING * INPUT = j_1bnflin-menge * KZMEINH = 'X' * MATNR = j_1bnflin-matnr * MEINH = j_1bnflin-meins * MEINS = mara-meins ** EXTENDED_CONV = ' ' ** TYPE_UMR = ' ' ** NO_OUTPUT = ' ' ** CHARGE = ** CHARG_CUOBJ = ** WERKS = * IMPORTING ** ADDKO = ** MEINS = * OUTPUT = help_quantity ** UMREN = ** UMREZ = ** BATCH_CONVERSION_ERROR = ** KZWSO = * EXCEPTIONS * CONVERSION_NOT_FOUND = 1 * INPUT_INVALID = 2 * MATERIAL_NOT_FOUND = 3 * MEINH_NOT_FOUND = 4 * MEINS_MISSING = 5 * NO_MEINH = 6 * OUTPUT_INVALID = 7 * OVERFLOW = 8 * OTHERS = 9.



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