SAP Reports / Programs

J_1BLFC8 SAP ABAP Report - IN86: Bills of Material (BOM) (File 4.6.1)







J_1BLFC8 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_1BLFC8 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_LFC8 - Stücklisten


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_1BLFC8. "Basic submit
SUBMIT J_1BLFC8 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1BLFC8 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: MATNR = D .
Selection Text: TESTRUN = Test Run (Screen Output Only)
Selection Text: INCLPREF = Prefix (for Identification)
Selection Text: INCLINFO = Company/Business Place Info
Selection Text: FILE_EXT = File Extension
Selection Text: FILENAME = File Address (w/o Extension)
Selection Text: DET_DISP = Display Details (for Test Run)
Title: IN86: Bills of Material (BOM) (File 4.6.1)
Text Symbol: 318 = IN86: Bills of Material (BOM) (File 4.6.1) Detail
Text Symbol: 317 = Start of Magnetic File Content
Text Symbol: 316 = IN86: Bills of Material (BOM) (File 4.6.1)
Text Symbol: 310 = Final Date :
Text Symbol: 309 = Initial Date :
Text Symbol: 308 = Unit (Component) :
Text Symbol: 307 = Loss Component :
Text Symbol: 306 = Quantity (Component):
Text Symbol: 305 = Input Material :
Text Symbol: 304 = Unit (Product) :
Text Symbol: 303 = Alternative BOM :
Text Symbol: 302 = Usage :
Text Symbol: 301 = Plant :
Text Symbol: 300 = Material Number :
Text Symbol: 202 = Records in File 4.6.1:
Text Symbol: 102 = Objects to Be Generated
Text Symbol: 101 = Output


INCLUDES used within this REPORT J_1BLFC8

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.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "1699041 EXPORTING "1699041 logical_filename = uc_filename "1699041 CHANGING "1699041 physical_filename = cv_file "1699041 EXCEPTIONS "1699041 logical_filename_not_found = 1 "1699041 validation_failed = 2 "1699041 OTHERS = 3. "1699041

CS_BOM_EXPL_MAT_V2 CALL FUNCTION 'CS_BOM_EXPL_MAT_V2' EXPORTING * FTREL = ' ' * ALTVO = ' ' * AUFSW = ' ' * AUMGB = ' ' * AUMNG = 0 * AUSKZ = ' ' * AMIND = ' ' * BAGRP = ' ' * BEIKZ = ' ' * BESSL = ' ' * BGIXO = ' ' * BREMS = ' ' capid = 'PP01' "production * COSPR = ' ' * CUOBJ = 000000000000000 * CUOLS = ' ' datuv = date * DELNL = ' ' * EHNDL = ' ' * EMENG = 0 * ERSKZ = ' ' * ERSSL = ' ' * FBSTP = ' ' * MBWLS = ' ' * MKTLS = 'X' * MDMPS = ' ' * MEHRS = ' ' * MKMAT = ' ' * MMAPS = ' ' * MMORY = ' ' mtnrv = mast-matnr * POSTP = ' ' * RNDKZ = ' ' * RVREL = ' ' * SANFR = ' ' * SANIN = ' ' * SANKA = ' ' * SANKO = ' ' * SANVS = ' ' * SCHGT = ' ' * STKKZ = ' ' stlal = mast-stlal stlan = mast-stlan werks = mast-werks * MDNOT = ' ' * PANOT = ' ' * VERID = ' ' IMPORTING topmat = topmat "output material dstst = dstst "checkbox TABLES stb = stb"input materials * MATCAT = EXCEPTIONS alt_not_found = 1 call_invalid = 2 material_not_found = 3 missing_authorization = 4 no_bom_found = 5 no_plant_data = 6 no_suitable_bom_found = 7 OTHERS = 8.



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