Table name which stoers Opening Stock posting of Inventory

Hi all,
I wanted to know what is the table name which stores the Opening Stock of Inventory. and also How can i know the price that i had given while posting the Opening Balance for a particular Item.
Expecting you early response.
Thank you
regards,
Shreyas

Hi Shreyas,
You can query the table OINM with transtype of '-2' which stand for "Opening Balance" for inventory items.
The query looks like:
Select * from oinm t0 where t0.TransType = '-2' and t0.ItemCode = '[%0]'
Any items' opening transaction can be found there.
Thanks,
Gordon

Similar Messages

  • How to find table name which provide data for the DataSource

    Hi friends,
    How to find the Table name which providing data for the Business content DataSources (Master Data). Is there any table or Transation which give datasource and Table name at once.
    Thanks&Regards
    Revathi

    Hi Revathi...........
    1)If the datasource is extracting data from any table.................open the datasource using RSO2..........there u will get the table name......
    2) If the datasource is extracting data from any view.............go to RSA2..........copy the view name..........go to SE11 >> give the view name >> and check..........
    3) If Datasource is Function module based............then u hav to check in RSA2 >> give the datasource name >> execute >> there u will find the Extract structure name......Copy the Extract Structure name >> Go to SE11 >> in the Data Element field give the Extract structure name >> Display >> From the Entry Help/Check tab u can get the Table name............
    If u double click on the Extractor..............u will get the Function Module..............from there also u can check that the FM extracting data from which tables............
    For Other datasources also...........u can get the structure name from here........
    4) If the Datasources r LO datasources............then u can get the table name in LBWE.............LO extractor - goto transaction LBWE.................... Select the maintenance link for your datasource............
    here in the right hand pane.........in the drop down box, you can see the structures associated with this extractor ........ just remove the MC for the structure names to get the base table names. e.g. EKKO for MCEKKO.
    5) There is a pattern for the Extract structure name for LO datasources.............for an example..........
    DataSource 2LIS_11_VAITM ......Extract structure name is  MC11VA0ITM
    2LIS_11_VAHDR  >> MC11VA0HDR
    Hope this helps.........
    Regards,
    Debjani.......

  • Table name which can show a list of customersfor an output type

    Hi All,
    Can you please tell me the table name which can show me the list of customers if a particular output type is mentioned in the selection screen.
    Thank you,
    Regards,
    Shanu.

    Hi,
    Table B001.
    Goto SE16 enter B001
    Application : V1 - sales, V3 - Billing
    enter output type - BA00 or RD00  and press F8.
    Regards,
    Chandrasekhar.S
    Edited by: chandra sekhar S on Aug 12, 2008 12:28 PM
    Edited by: chandra sekhar S on Aug 12, 2008 12:36 PM

  • Table name which contains the email addresses maintained in address area of SCOT

    HI,
    I would like to know the table name which contains the email addresses maintained in address area of SCOT.
    I know how to see through SCOT, but I want to see as a list through SAP table.
    I am not able to see email list through SXNODE AND SXADDRTYPE tables.
    Thanks,
    Nagaraju Ravuri

    Hi Nagaraju,
    You may use ADR6 table and field SMTP to get email address of respective users.
    Regards,
    Deepak Kori

  • How to find Tables names which are updated or inserted data

    Hi,
    I need some help to know.
    I am submitting a form in Oracle OWS (Oracle Workforce Scheduling), but don’t know where exactly data is going in the tables or how many tables are going to updated.
    I want to know the table names which are update after the submitting the form.
    Thanks in advance....
    Regards,
    Saket

    I don't think so. Never heard of Oracle Workforce Scheduling. Is there a forum for that?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    https://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • How to compare 2 different database to get table name which are not present in second database

    How to compare 2 different database to get table name which are not present in second database

    Sorry cannot test it right now
    use db1
    go
    select * from sys.tables t where not exists
    (select * from db2.sys.tables s where t.object_id=s.object_id)
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Need the the underlying table names which the Material Plan Detail Search p

    Our supply planning users would like to obtain the demand and supply plan for a bunch of given parts by running a query against some tables. The data they need via a PS Query output in Excel format is the same data that is provided by the Material Plan Detail page in PeopleSoft Supply Planning (Menu Path: Supply Planning >>>Solve Plan>>>> Material >>>>>>Material Plan Detail). The main underlying table behind this page is PS_PL_MRP_DTL.
    The problem is that this table contains data for only one Part Number (INV_ITEM_ID). The data is populated when Item ID is selected on the Material Plan Detail Search page.
    What are the underlying table names which the Material Plan Detail Search page brings together to present the information for the selected part number on the target page (The Material Plan Detail page)?
    If you could tell us the underlying table names (which the Material Plan Detail Search page brings together) we can write a query to present the data to the users for multiple part numbers at a time and not just one part number at a time.
    Any help would be greatly appreciated.
    We are on FSCM 8.9 Bundle 13
    Thanks in advance.

    The ERD's for FSCM 8.9 are available from following link
    PeopleSoft Enterprise Financial Management 8.9 Entity Relationship Diagrams [ID 979359.1]
    https://support.oracle.com/epmos/faces/DocContentDisplay?id=979359.1
    Hope it contains the info you are looking for.
    Hakan

  • Table Names which stores GRN and GRIR Details of a PO

    Hi Friends,
    I want table names which stores GRN and GRIR details of a PO.
    Thanks in advance
    Expecting ur answers,
    Cheers;-)
    R.Kripa.

    Hi,
    From MKPF get the gr for PO.
    if you see VGART = 'WE' and BLART = 'WE' then you get all MBLNR s GR related PO's. and using those go to MSEG table and get MSEG-EBELN and MSEG-EBELP
    this is the flow...
    MKPF to it_mkpf where VGART = 'WE' and BLART = 'WE'.
    from
    MSEG get EBELN,EBELP for all entries of MKPF and get PO's corresponding GR's
    i hope it is clear...
    Regards
    vijay

  • Whats the table name which connects BP and customer group code?

    Hi,
    Please let me know the table name which connects BP and its customer group code, i tried CRMM_BUT_SET0010 but i am not sure how to get "GUID for sets of business part"
    regards
    Vinay

    Hi Vinay
    Try instead table vision CRMV_BUT_SET0010. There you can use as search criteria the business partner number.
    However, if you want to understand the partner relation with guid_set value, just study how this table vision join is built.
    Kind regards,
    Garcia

  • Internal table name which hide statement uses

    Hi,
    To hide several variables, use chain HIDE statement.
    As soon as the user selects a line for which you stored HIDE fields, the system fills the variables in the program with the values stored.  A line can be selected.
    ¨      By an interactive event.
    For each interactive event, the HIDE fields of the line on which the cursor is positioned during the event are filled with the stored values.
    The HIDE area is a table, in which the system stores the names and values of all HIDE fields for each list and line number.  As soon as they are needed, the system reads the values from the table. 
    I want to know how can we find the name of that internal table.
    Regards,
    maqsood

    Hi,
    i think it is system defined.
    The HIDE Technique
    You use the HIDE technique while creating a list level to store line-specific information for later use. To do so, use the HIDE statement as follows:
    HIDE <f>.
    This statement places the contents of the variable <f> for the current output line (system field SY-LINNO) into the HIDE area. The variable <f> must not necessarily appear on the current line.
    To make your program more readable, always place the HIDE statement directly after the output statement for the variable <f> or after the last output statement for the current line.
    As soon as the user selects a line for which you stored HIDE fields, the system fills the variables in the program with the values stored. A line can be selected
    by an interactive event.
    For each interactive event, the HIDE fields of the line on which the cursor is positioned during the event are filled with the stored values.
    by the READ LINE statement.
    <b>You can think of the HIDE area as a table, in which the system stores the names and values of all HIDE fields for each list and line number. As soon as they are needed, the system reads the values from the table.</b>
    Thanks&Regards,
    Ruthra.R

  • How to find out all table names which has a particular data

    Hi,
    How could i get all the table names from a database(for a schema) which has data 'KST6490' in one of the fileds in the table.There are many tables with this
    data. Data type is Varchar2. Thanks.

    One approach would be to create a procedure which retrieves the name of all tables in the schema using the user_tables view. Then use the user_tab_columns view to get all the column names and types. If the type is varchar2, then dynamically create a sql statement which runs a query on that column using the value which you are looking for. You would need two cursor loops for this approach: one for tables and one for columns. This approach requires good PL/SQL programming skills.
    Alternately, many query tools, such as Golden, provide a search capability on query results. Just do a select * from the table and search on the results. This would need to be done table by table and the results would have to fit in the memory available to the tool.
    Alternately, you can write table contents to a text file on the a server and then search the text file using operating system tools such as grep. This would require good OS scripting skills.

  • Relation between SD and MM  modules - Table name which links 2 modules

    list the   Table  name ..which   links the     SD and MM modules ....
    specify the name of the   table......
    thnks in advancce.

    I am giving you a comprehensive list to SD and MM tables. Most of them will have a link to another. This can be seen via the foreign key relation. For example, VBAP (item level data contains a material whose master data is in MARA).
    <b>Sales Document</b>
    VBAK Header Data
    VBAP Item Data
    VBAG Schedule Line Data in Sch. Agrmt.
    VBUK Header Status and Administrative Data
    VBUP Item Status
    VBRL SD Document: Invoice List
    VBPA partner
    VBKD Business Data
    VBKA Sales activities
    VBEP Schedule Line Data
    VBRK Billing: Header Data (invoice)
    VBRP Billing: Item Data (invoice)
    VBFA Sales Document Flow
    LIKP Delivery: Header Data
    LIPS Delivery: Item data
    <b>Material Master</b>
    MARA General Data         
    MAKT Short Texts, descriptions           
    MVKE Sales Org, distribution channel     
    MLAN Sales data, tax indicator, tax      
    MARC Classification                      
    MBEW Plant Planning Data                 
    MVER Warehouse Management Storage Type   
    MARD Consumption Data                    
    MCHB Storage location data
    PS: Award points and close this question if this solves your query.
    Regards.

  • Table name which contains all the details of infocube

    Hi All,
    I need to write a program which contains the details of infocube like
    1) Request ID
    2) Request Number
    3) Username
    4) Transfered Records
    5) Added Records
    6) Data source
    Please could anyone tell me where i can find all these details.
    I need to know the table name or else any function module name which can fetch all the details based on Infocube. I got one table name 'RSMONICDP' where i can get Request number and username. but rest i m not able to findout..please help me out.
    Regards
    Anju

    Hi,
    Chk these tables
    RSMONICTAB -- transferred and added records
    try also RSREQDONE RSREQICODS and RSMDATASTATE for other details
    Regards,
    B

  • Table name which stores teh vendor Email id

    Hi ,
      Can any body tell me the table name, where i can find the email id of the vendor.I found one structure, SZA1_D0100 where the email id is stored. but as it is of structure i cannot use that in my report. Could any body help me regaridng the issue.
           Thanks,
           Santosh.

    Example...
    *Selecting the ADRNE from LFA1...
    SELECT SINGLE ADRNR FROM LFA1 INTO I_ADRNR
    WHERE LIFNR = ITAB-LIFNR.
    *Passing ADRNR to ADR6 to get Email...
    SELECT SMTP_ADDR INTO TABLE I_Z1EMAIL
    FROM ADR6 WHERE ADDRNUMBER = I_ADRNR.

  • TABLE NAME WHICH TELLS THE SHOPPING CART STATUS

    HI,
    need to make the price field non editable depend on sttus of shopping caRT.
    For this i require the table name.
    thank you.

    Hi,
    Status I1120 means Change was  Transmitted.
    You can find all the statuses and their descriptions in transaction BS22.
    BR,
    Disha.

Maybe you are looking for

  • Can't see new hard drive on my Satellite Pro 6100

    I have bought a new Toshiba 40GB hard drive for my Satellite Pro 6100. I have installed it in it's bay but it is not being recognised in the BIOS or when i try to reinstall using the recovery disc! Would the bios recognise that there is a drive even

  • Short Dump while copying Org structure from ERP to CRM

    Hello Experts: We are trying to copy the Org structure from ECC to CRM. We have a standard transaction 'CRMC_R3_ORG_GENERATE' to copy the the org structure from ECC or the IMG path: SPRO->CRM->Master Data->Organization Management->Data Transfer->Copp

  • Where can I get a trusted certificate for free?

    Is there any service that allows me to get a trusted certificate (so my devices aren't showing that the certificate is invalid) for free? I already have one from StartSSL but it still says that is it not from a trusted certificate authority.

  • [SOLVED] xev is missing on reinstall?

    Hello folks, I noticed on a reinstall lastnight that 'xev' isn't installed when I installed the various Xorg packages I use. I had a friend run pacman -Qo /usr/bin/xev on his install that has xev, but pacman doesn't know which package it belongs to.

  • Oracle Apex Authentication with EBS

    Hello , My name is Ramiz. I have Oracle Applications EBS suite with 10g and Oracle Apex on seperate 10g. Now, I am trying to use same user-id and password of EBS to login into Oracle Apex. I have performed following steps from this url. (http://skraj