J_1BLFB7 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_1BLFB7 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_LFB7 - IN68
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.
Selection Text: DET_DISP = Display details (for testrun)
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: TESTRUN = Test run (screen output only)
Title: IN68: Dateien - Stückliste
Text Symbol: 101 = Output control
Text Symbol: 201 = 31129999
Text Symbol: 202 = Records in file 5.1:
Text Symbol: 203 = Records in file 5.2:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
CONVERSION_FACTOR_GET ** CALL FUNCTION 'CONVERSION_FACTOR_GET' ** EXPORTING *** NO_TYPE_CHECK = ' ' ** UNIT_IN = W_STB-meins ** UNIT_OUT = topmat-bmein ** IMPORTING *** ADD_CONST = *** DECIMALS = ** DENOMINATOR = DENUM *** DIMENSION = ** NUMERATOR = numer ** EXCEPTIONS ** CONVERSION_NOT_FOUND = 1 ** OVERFLOW = 2 ** TYPE_INVALID = 3 ** UNITS_MISSING = 4 ** UNIT_IN_NOT_FOUND = 5 ** UNIT_OUT_NOT_FOUND = 6 ** OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.