Tables for inventory report(proper sequence)---urgent

Hi all,
i want to write a report for physical inventory for both raw  & finished goods.
in selection screen there will be customer, plant & date.
for this customer & current date, i have to extract the raw & finish goods (material & qty) from all storage locations under that plant.
can u plz tell me the proper sequence of the database tables , i need to use to achieve the above things?
it is urgent.
Thanks for ur help.
ur help will be appreaciated.
reagards
pabitra

Hi,
Please have a look at table:
LQUA - Quants
Krzys

Similar Messages

  • S076 SOP table for SD report (Sales Forecast Report ).

    Hi
    We are using S076 SOP table for SD report (Sales Forecast Report ).  This has only material number as key at present , where as we want to know if flexible planning will give material/shipto as key for forecast.
    Thanks In advance .

    Hi
       These are the key figures I am seeing in OMOJ , As I am new to this functionality                                  I am not able to add new key figures , can I request you to explain it to me ......
    Key figure                     F D 
    Sales     
    Production                         
    Stock level                        
    Target stock level                 
    Days' supply                       
    Target days' supply                
        Thanks

  • Error while filling set up table for Inventory

    Hi,
       While filling up setup table for Inventory, 2lis_03_bf, i get an error, Plant F041 doesnot exist. I am trying to fillup the table without any selections. Can anyone please suggest me a solution.
    Thanks,
    Praveen

    Please check the following link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
    Hope it helps you.

  • Need a bapi or table for GL Report

    Hi experts,
    I need a bapi or table for generating report period balance for GL accounts. i found one bapi BAPI_GL_GETGLACCPERIODBALANCES which is closer to my requirement. But i want to get the balances for cost center and particular material. As Cost center and product ranges are in my selection fields.
    Can anyone tell me table or BAPI?

    SAP standard infoset query provides a report STDCOST for this.
    May be this will suit your requirement. It will give material wise costing.
    hope this helps.
    reward if helpful.

  • CONDITION TABLE FOR ADDING IN ACCESS SEQUENCE.

    Dear
    I want to create new condition table for tax procedure access sequence.
    Can somebody tell me the T-code or Path where I can check or Create new condition table which will help in getting the key combination (TAX CODE) in FV11.
    Thanks,
    Dhanu

    hi,
    path to create new condition table
    spro->mm->purchasing->conditions->define pricing determination procedure->maitain condition table.
    here u can maitain condition table, further u can assign the same in access sequence.
    in OBYZ  t-code as it is for taxes
    regards,
    sujit

  • Mutiple fact tables for one report?

    HI
    I have two fact tables like Shipment and Sales. They each have their own star schema but most of the dimension tables are very similar. In one report I have to combine the two fact tables. so my report would have something like date, product Shiptment and Sales.
    What is the best way to set this up as shipment and sales have their own fact tables but the dimension tables that are being used in this report are common?
    Do i do this in the Physical layer of the rpd and how?

    you need to work in BMM layer for this..
    In one of your business models where there is Sales Fact Table... bring the shipment Fact Table from the physical layer onto this buisness model , and do a complex join to the Time dimension (common dim)...
    Now Bring this Shipment Fact Table from that buisness model to the Presentation Layer under the same Subject Area ( ie now a single Subject Area must have both the Fact Tables under it...
    Bounce back ur servers...
    Now you are good to go...

  • How to create PLD_Items table for Crystal Reports

    Hi experts,
    Im trying to use the variable 130 for a report but in crystal reports, in some SAP Standard Reports the table PLD_Items appears, my question is how to create this structure for my report, i know that is an ADO.NET connection based on an XML file, but i dont know from where i can take this value can any one help me please?
    Best Regards
    Dave

    If this is CR for B1, please post to SAP Business One Application
    Alternatively see the SCN Site Index for the correct SCN Space for your product / component.
    - Ludek
    SCN Moderator

  • Values are not matching for inventory report

    Hi all,
    we are running the report stock over view, in that there is a key figure total stock which is having the non cumulative option
    inflow and outflow
    data has been loaded correctly but when we are executing the report it is giving the values cumulatively
    that means
    report containing material, plant and calmonth
    we have the data loading from october onwords
    suppose total stock is
    10.2007= 10ST
    11.2007=20ST
    12.2007= 50 ST
    it is giving the output
    10.2007 = 10ST
    11.2007 = 30ST
    12.2007 = 80ST
    it is cumulating the values
    TOTAL STOCK is the business content object which is having the options
    aggregation = sum
    exception aggregation = Last Value.
    can any one helps me on this issue.
    Thanks & Regards,
    Suresh.

    HI,
    Thanks for your reply,
    we are not done any compression on the requests, but now deltas are running
    is this is the problem cause for the report
    if it is the problem hw we can resove it
    can you please reply
    Thanks & Regards
    Suresh

  • No data in Portal Database tables for Activity Report

    Hi experts,
    I've developed an Activity Report application in SAP Portal 7.0, which went live but the report shows no data.
    We are pulling data from 2 portal database tables: WCR_WEBCONTENTSTAT and WCR_USERPAGEUSAGE
    In non production environment there is data in the report but there is no data in the production environment.
    The Activity Report service is already activated/started and set to true.
    What could have caused this? And what should we check now?
    What other configurations/setup should be done?
    Regards,
    Greg

    Hi Greg,
    Those are the aggregated tables. If they are not filled with data although the Portal Activity Report is activated, you should check whether the aggregation finished successfully.
    In the older SPs there were some problems that were fixed in later SPs of 7.0.
    In order to have the latest version of Portal Activity report, you can check SAP note 1084379 - Portal Activity Report - Latest Version (SDA file).
    You can compare the SP via the MANIFAST file, as it contains the version and SP number.
    In order to troubleshoot problems in Activity Report, you can follow SAP note: 1690023 - Portal Activity Report - Component-specific Note
    Some basic checks that you can do:
    Run query on the raw data tables to check since when there is data in those tables:
    select min(timestamphour) from SAP<SystemID>DB.WCR_WEBCNODESTAT;
    If there is too much data from long time ago, then you should delete the old data, and leave only the new data (there is anyways retention time for the data to be kept).
    If there is no data, then it means that the Portal Activity Report does not collect data, and not really activated (usually this is not the case).
    The aggregation runs every top of the hour, so you can check in the default traces for an error during that time.
    In most of the cases something went wrong while aggregating the data.
    As a result the aggregation is not finished, so the transaction is not being committed, and the aggregated tables stay empty.
    If there is a DuplicateKeyException in the trace, you can follow SAP note 1054145 - Duplicate Key Exception.
    If you have any more questions, please don't hesitate to ask.
    I hope this information helps,
    Thanks & regards,
    Michal Zilcha-Lang

  • Table for the report RPUAUD00  Logged Changes in Infotype data

    Hi
    I have a query with the program RPUAUD00 Logged changes in Infotype Data.  In which table stores the details of the program RPUAUD00.  for example in the 1st period there is a LWP record for the employee.  If in the 2nd period the LWP entered in 1st period has deleted, in the log the LWP displays for 1st period  new field contents, Action Indicator I.  The deleted information displayes in Old field contents with the Action Indicator D. We want to know in which table the LWP insert and LWP delete (d) details are stored.
    This information required to create a report for ESI.  In the report No of days (payroll processed for) has to mention.  To know the no of days need to access the report RPUAUD00.  From the RPUAUD00 the details of LWP insert and delete can be known.
    Request to help in solving the issue
    Thanks & Regards
    EKP Yadav

    Hello:
    Logged changes in Infotype Data are stored in cluster table PCL4 ID  LA and SA for employee and LB and SB for applicant. Maybe L is for longterm and S for shorterm
    Cheers.
    Antoine

  • Related tables for these reports

    hello everybody,
    i am a new user. it is only recently that i have started learning ABAP. i was given a rask by my faculty to develop the following reports. can anyone help me find out the tables that are used for them.
    ·     Report for Sales Orders due for delivery.
    ·     Revenue Reports based on Order Types.
    ·     Report for list of Pending Purchase Orders, Cancel Purchase
    orders.
    ·     Interactive Report that lists out all the materials for a given
    plant. Secondary list contains Vendors who supply the chosen material.
    ·     Analyze material receipts & issues. It finds the balance of
    issued goods & received goods based on plant, storage location, and
    material in particular period.
    ·     Classical Report list sales order line details for those orders
    where the confirmed quantity is greater than the quantity PGI (post goods
    issued) after the customer requested delivery date has passed. Price list analysis report using various pricing procedures and pricing conditions.
    ·     Report for displaying the material batch information such as
    storage location, batch number, fiscal year, stock details for the given
    range of materials, plants and period information.
    ·     Purchase order Report.
    ·     Purchasing Requisition pending report.
    ·     Interactive Report for displaying Vendor Information based on the
    selection made the corresponding Vendor Bank Details is listed.
    ·     A report to get all the sales order with particular delivery.
    ·     Report to display the item purchased in a particular period of
    time, the vendor information, and credit period.
    ·     Report that lists the shipping point, loading point, transport
    partner name and the shipping date given the sales order number as user
    input.
    ·     Report for Material Requirement List for a Production Order. It
    displays the quantity of materials required to produce a material based
    on its BOM for any date duration.

    Seems more like the the categories in a resume.
    Anyhow, will try to list out as far as possible:
    Interactive Report that lists out all the materials for a given
    plant. Secondary list contains Vendors who supply the chosen material.
    --- MARA, MARC, MKOL
    Analyze material receipts & issues. It finds the balance of
    issued goods & received goods based on plant, storage location, and
    material in particular period.
    --- MKPF, MSEG, MARA, MARC,MARD
    Classical Report list sales order line details for those orders
    where the confirmed quantity is greater than the quantity PGI (post goods
    issued) after the customer requested delivery date has passed.
    --- VBAK, VBAP, VBEP, VBFA, LIKP, LIPS
    Purchase order Report. - EKKO, EKPO, EKET
    Purchasing Requisition pending report. - EBAN
    Interactive Report for displaying Vendor Information based on the
    selection made the corresponding Vendor Bank Details is listed. -- LFA, LFBK
    A report to get all the sales order with particular delivery - VBAK, VBFA
    Report to display the item purchased in a particular period of
    time, the vendor information, and credit period - EKKO, EKPO, LFA1
    Regards
    Eswar

  • How to find Backend tables for a reports in oracle iSetup

    Hi,
    We are planning to implement oracle iSetup for our client.
    Before that we would like to understand the functionality of iSetup in oracle Apps.
    Also from where the report is getting the data.
    I mean How is data collected from the backend tables?
    How is data presented within Java Pages - for review as well as downloads?
    Can anyone please answer my questions.
    I would be glad to have ur suggestions.
    Thanks,
    Satya

    Hi Satya:
    iSetup is a framework which works with a set of functional APIs provided by the respective teams within the E-Business suite. The 'extract' generation collects data from the required tables using these APIs. The reports are generated on these 'extracts' which are snapshots of setup data from an instance at a given point in time. iSetup provides seamless migration and reporting capabilities between one or more instances.
    I would like to undestand more about the use case for which you are planning to use iSetup so that I can help you better.
    Thanks,
    Lokesh

  • Table for Inventory Status for Serialized materials

    Hello,
    Can anyone please provide the table name for finding out inventory status (i.e. unrestricted, Quality Inspection, Blocked) for serial numbers. I am trying to find out, in which inventory status does a particular serial# belonging to a particular material# is in?

    Hello Azz:
    Regarding the serial number status, you have to check the combination of three different tables:                                                                               
    EQUI - Equipment master data. In this table make note of the field 'Object number' (OBJNR), which is the primary key for:                                                                               
    JEST - Individual Object Status. This table contains the technical expression of the status in field 'Object status' (STAT), which is the primary key for:                                                                               
    TJ02 - System status. In this table you can find the texts for the system status in the fields TXT04 and TXT30.
    Then, here you have some other tables which you might also need:
    EQBS - Serial Number Stock Segment.
    SER01 - Document Header for Serial Numbers for Delivery.                                                                               
    SER02 - Document Header for Serial Nos for Maint.Contract (SD Order). 
    SER03 - Document Header for Serial Numbers for Goods Movements.                                                                               
    SER04 - Document Header for Serial Numbers for Inspection Lot.                                                                               
    SER05 - Document Header for Serial Numbers for PP Order.                                                                               
    SER06 - Document Header for Serial Numbers for Handling Unit-Content. 
    SER07 - Document Header for Serial Numbers in Physical Inventory.                                                                               
    SER08 - Document Header for Purchase Order Item Serial Numbers. 
    I hope this helps!
    Esther.

  • Dynamic value in TVARVC table for standard report

    Hello,
    I am trying to archive objects like FI_DOCUMNT. For this purpose I want to create dynamic variant for the date. ( Date not in complete format) yyyy/mm.
    So, I created an entrie in TVARVC table, and I linked it with the attribute of my variant by choosing "T" option.
    My question is, how Can I fill the dynamic value for TVARVC entry?, knowing that it a standard report that is responsible for archiving.
    Cordialy,

    Hi Merou,
    this might help:
    Create Variant for dynamic population of current date
    Check the reponses about saving dynamic variants with column "L" and follow the rest of the instructions.
    Best,
    Sander    

  • Set up validity table for inventory management

    Hi all,
    somebody know if it is necessary reload the infocube 0IC_C03 every time that change the transfer method with the Tx. RSDV?
    Thanks in advance.
    Facundo Romero.

    Hi,
    If you decide later that you require more validity-determining characteristics, you can modify the selection using the report RSDG_CUBE_VALT_MODIFY. In this report, the non-cumulative InfoCube is only changed to the extent that the new validity-determining characteristics are selected and the validity table is reconstructed. The structure of the non-cumulative InfoCube remains the same. You do not have to reload the transaction data for it.
    I hope this helps.

Maybe you are looking for