SAP Reports / Programs

J_1BLB07_30F SAP ABAP Report - Physical Inventory Overview







J_1BLB07_30F 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_1BLB07_30F into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Valuated Inventory of Previous Period
Selection Text: SO_MATNR = D .
Selection Text: P_BUKRS = Company Code
Selection Text: P_BRANCH = Branch
Selection Text: FIRSTPAG = First Page
Selection Text: BOOKSIZE = Book Size
Title: Physical Inventory Overview
Text Symbol: 300 = No plants were found for specified business place
Text Symbol: 250 = Estoques existentes em:
Text Symbol: 240 = Folha :
Text Symbol: 230 = CNPJ(MF) :
Text Symbol: 220 = Inscrição Estadual:
Text Symbol: 210 = Company :
Text Symbol: 200 = Livro Registro de Inventário - RI - Modelo P7
Text Symbol: 114 = Print Control
Text Symbol: 017 = Overview Valuation Classes
Text Symbol: 016 = No Material Allocation
Text Symbol: 015 = Matl Type
Text Symbol: 014 = For Val. Area
Text Symbol: 013 = Page
Text Symbol: 012 = Material Val.
Text Symbol: 011 = Val. Area Total
Text Symbol: 010 = Total
Text Symbol: 009 = Val. Class Total
Text Symbol: 008 = ValuationType
Text Symbol: 007 = Val. Area
Text Symbol: 006 = Cont.
Text Symbol: 005 = Total
Text Symbol: 004 = Sum NCM Code
Text Symbol: 003 = Valuation Class
Text Symbol: 002 = UM Quantity Price Total Price
Text Symbol: 001 = NCM Code Description/Val. Area Material


INCLUDES used within this REPORT J_1BLB07_30F

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' "PLFK001575 EXPORTING "PLFK001575 BRANCH = P_BRANCH "PLFK001575 BUKRS = P_BUKRS "PLFK001575 IMPORTING "PLFK001575 ADDRESS = ADDRESS "PLFK001575 BRANCH_DATA = BRANCH_DATA "PLFK001575 CGC_NUMBER = CGC_NUMBER "PLFK001575 EXCEPTIONS "PLFK001575 OTHERS = 04. "PLFK001575



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