J_1BLFB6B 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_1BLFB6B 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_LFB6B - IN68: Files - Material Inventory
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: MATNR = D Material
Selection Text: TESTRUN = Test run (screen output only)
Title: IN68: Files - Material Inventory
Text Symbol: 101 = Output control
Text Symbol: 103 = Objects to be generated
Text Symbol: 204 = Records in file 4.2 :
Text Symbol: 230 = File 4.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 * BUKRS = j5_BUKRS * IMPORTING * address = sadr * BRANCH_DATA = branch_data * CGC_NUMBER = cgc_number * ADDRESS1 = ADDRESS1 * EXCEPTIONS * OTHERS = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.