SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_1IDEPOTSTOCK1 SAP ABAP Report - Display of Depot Stock







J_1IDEPOTSTOCK1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Depot stock display This report gives you the various transactions with in the depot...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter J_1IDEPOTSTOCK1 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

J1IDEPOTSTOCK1 - Depot stock with balances


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_1IDEPOTSTOCK1. "Basic submit
SUBMIT J_1IDEPOTSTOCK1 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1IDEPOTSTOCK1 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: %ABC = ABC analysis
Selection Text: %ALV = SAP List Viewer
Selection Text: %DOWN = File store
Selection Text: %EIS = Executive Info System (EIS)
Selection Text: %EXCEL = Spreadsheet
Selection Text: %GRAPH = Graphics
Selection Text: %LISTID = ID
Selection Text: %PATH = File name
Selection Text: %SAVE = Save with ID
Selection Text: %TEXT = Word processing
Selection Text: %XINT = Extended storage
Selection Text: %XINTK = Function
Selection Text: SP$00001 = Plant
Selection Text: SP$00002 = Register Entry Serial Num
Selection Text: SP$00003 = Excise Group
Selection Text: SP$00004 = Excise Document Number
Selection Text: SP$00005 = Excise Year
Selection Text: SP$00006 = Material number
Selection Text: SP$00007 = Document entry date
Selection Text: SP$00008 = Download indicator
Selection Text: SP$00009 = Challan Status
Title: Display of Depot Stock
Text Symbol: F61 = Graphics
Text Symbol: F60 = Spreadsheet
Text Symbol: F59 = Output format
Text Symbol: F58 = Program selections
Text Symbol: F43 = Number of ranked list places
Text Symbol: F42 = Ref. currency (optional)
Text Symbol: F41 = ExRateType
Text Symbol: F40 = Currency translation date
Text Symbol: F18 = Sequence
Text Symbol: F17 = Mean value
Text Symbol: F16 = Share in %
Text Symbol: F15 = Total number
Text Symbol: F13 = (Continue)
Text Symbol: F05 = File name
Text Symbol: F04 = Total number
Text Symbol: F62 = Save with ID





Text Symbol: F63 = Executive Info System (EIS)
Text Symbol: F64 = File store
Text Symbol: F65 = Private file
Text Symbol: F66 = ABAP list
Text Symbol: F67 = ID
Text Symbol: F68 = Display as table
Text Symbol: F69 = Word processing
Text Symbol: F70 = ABC analysis
Text Symbol: F71 = File name
Text Symbol: F72 = SAP List Viewer
Text Symbol: F73 = Extended storage
Text Symbol: F74 = Function
Text Symbol: F75 = Layout variant
Text Symbol: GRL = Display of Depot Stock
Text Symbol: H00 = Dummy field group
Text Symbol: F03 = Number of
Text Symbol: B00 = Item
Text Symbol: A24 = Challan Status
Text Symbol: A23 = Currency
Text Symbol: A22 = Cess amount
Text Symbol: A21 = Currency
Text Symbol: A20 = Additional Excise Duty
Text Symbol: A19 = Currency
Text Symbol: A18 = Special Excise Duty
Text Symbol: A17 = Currency
Text Symbol: A16 = Basic Excise Duty
Text Symbol: A15 = Currency
Text Symbol: A14 = Excise Duty Base Amount
Text Symbol: A13 = Base unit of measure
Text Symbol: A12 = Quantity
Text Symbol: A11 = Chapter ID
Text Symbol: A10 = Material number
Text Symbol: A09 = Excise Document Number
Text Symbol: A08 = Excise Document Series Group
Text Symbol: A07 = Excise Year
Text Symbol: A06 = Excise Document Number
Text Symbol: A05 = Item in material document
Text Symbol: A04 = Register Entry Serial Number
Text Symbol: A03 = Item number - GR at depot





Text Symbol: A02 = Internal number - GR for delivery at depot
Text Symbol: A01 = Document year - GR for depot
Text Symbol: A00 = Item in material document
Text Symbol: B01 = Year
Text Symbol: F02 = Overall total
Text Symbol: F01 = Total
Text Symbol: B30 = SEcess amount
Text Symbol: B24 = Challan status
Text Symbol: B23 = Curr.
Text Symbol: B22 = CESS amt
Text Symbol: B21 = Curr.
Text Symbol: B20 = AED amount
Text Symbol: B19 = Curr.
Text Symbol: B18 = SED Amount
Text Symbol: B17 = Curr.
Text Symbol: B16 = BED Amount
Text Symbol: B15 = Curr.
Text Symbol: B14 = Excise Bas
Text Symbol: B13 = BUn
Text Symbol: B12 = Quantity
Text Symbol: B11 = Chapter ID
Text Symbol: B10 = Material
Text Symbol: B09 = Depot Inv,
Text Symbol: B08 = Sr
Text Symbol: B07 = Year
Text Symbol: B06 = Excise inv
Text Symbol: B05 = Slno
Text Symbol: B04 = Folio
Text Symbol: B03 = item
Text Symbol: B02 = DocumentNo


INCLUDES used within this REPORT J_1IDEPOTSTOCK1

INCLUDE RSAQEXCD.


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:

No SAP FUNCTION MODULES are executed within this report code!



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