Tables or Logical database to create standard report for Equipment BOM?

Dear All
My client has requirement for the report with fields like to see the status of Equipment BOM(input of Equipment number in selection screen) or for Particular set of Materials(input of component number in selection screen) available stock quantity,storage location of stock,description of component,price of component,Pending PR of component(if any),Pending PO of component(if any) etc
I want to develop the report with standard infoset query instead of going for abap development.is there any logical database to map the report or what tables can i use for table joins??
Required sample report with fields as below
BOM Component
Stock available/Not available indicator
Description of Components
BOMQty/ UOM
Price
Part Number
Plnt
Sloc
Stock Qty
Bin
Pending PR
Pending PO
1000001121
YES
BEARING
NO
2000
ERS22
1000
MECH
4
A1
300012431
Regards
M.Manojkumar

Manoj,
The following is the tested solution.
Table join
Output
This figure shows the case of a Equipment BOM where 3 components are there. Installed Quantity are 4, 1, 1 respectively. Last two columns are showing the Storage Locations and the Stocks available.
Fields taken to output are
From STPO : IDNRK MENGE MEINS
From MARD  LGORT LABST
As said before, more than this you can not do in SQVI. With this basic join in SQ02, using codes in Extras you can do much more.
Jogeswara Rao K

Similar Messages

  • How to select a new table in logical database after creating the Infoset

    I have created a abap query report ,i have used logical data base ADA in the infoset in SQ02.In the logical database i had selected only two tables then ANALV and ANLB.Now my client wants one more field to be added and thats is from table ANEK.Now i need to select this table in logical database ADA.
    Please assist on how to select another table available in the Logicaldata base now which i didnt select when i created the query

    Markus,
    I have now selected the additional field Posting date in Document ANEK -BUDAT .Earlier the report had the fields from ANLCV - Current acquisition value ,ordinary dep posted selected for  the output.
    When i run the query after adding this new field ANEK-BUDAT the below warning  is generated  by system :
    The query specifications cannot be used to generate a list,
    i.e. the query will probably not return the list you desire.
    If you still want to execute the query, please use the
    "Generate" function
    -> 'Generate'
    Fields from parallel tables within a line*
    Line: 01
    Field: Posting Date in the Document
    (ANEK-BUDAT, table ANEK)
    Field: Ordinary depreciation posted
    (ANLCV-NAFA GEB, table ANLCV)
    Fields from parallel tables within a line*
    Line: 01
    Field: Posting Date in the Document
    (ANEK-BUDAT, table ANEK)
    Field: Current asset acquisition value
    (ANLCV-LFD KANSW, table ANLCV)
    2 warnings for query QUERY ***
    Please advice .How get this new field added.

  • Standard Report for Payment Advice Created

    Hi,
    Is there any standard report for list of payment advice created.
    Thanks

    Hi:
    T.code FF-8    Payment Advice Journal
    T.code FF.7    Payment Advice Comparison
    Please let me know if you need more information
    Assign points if useful.
    Regards
    Sridhar M

  • How to create a report for open sales orde documents which are not invoiced

    Hi Experts this is urgent,
    +pls give the Logic for document flow+
    My requirement is create a report for sales orders which are not invoiced  using the following table.
    VBAK : sales order header
    VBAP : sales order item
    VBFA : sales document flow
    VBUK for processing status
    KOMV for duties value and sales order value
    LIKP : delivery not header
    LIPS :delivery note item
    For information : In the header level the processing Status is indicated in the table VBUK field LFSTK for one sales order number. A,B , C are the possible entries.
    Case A : When a sales order is invoiced we can display information on the header status :
    Overall status : Completed  and display a invoice number in the document flow. When the items of the sales orders are invoiced the process status is the following :  Overall status       Completed            
    Delivery status      Fully delivered      
    Case B : An open sales order not delivered and not invoiced will have overall status : Open on the header and item level and will not have subsequent documents.
    Case C :
    When the items for the sales order are delivered but not invoiced the status will be u201Cfully deliveredu201D
    And the subsequent documents will be delivery notes and good issue if the delivery note is issued.
    With regards
    ravi
    Edited by: ravik ravik on Jun 25, 2008 3:29 PM

    Hello Ravi,
    U neednot develop any report..
    there is std report with txn V.02
    or copy this and make necessary changes.
    Reward, if helpful.
    Rgds,
    Raghu.

  • I NEED TO KNOW IF IN SAP WE HAVE THESE STANDARD REPORTS FOR PP Division.

    i NEED TO KNOW IF IN SAP WE HAVE THESE STANDARD REPORTS FOR PP Division. OR I NEED TO CREATE BI/ABAP REPORTS
    PLEASE HELP.
    Please tell me how to check in sap these reports exists if not on functional report how to give fields and table name etc.............i am pretty new and i need to submit this work by monday its matter of survivial please please help
    1. lOSS ORDER REPORT as PER GAAP
    2. wWORK IN PROCESS SUMMARY (FIELDS ARE JOB NUMBER,ORDER TYPE,CUSTOMER NAME, NET SELLING PRICE,MATERIAL,MATERIAL OVERHEAD,labor hrs,labor, labor ovehead, total)
    3. 1099 REPORT (VENDOR,VENDOR CODE,DISCRIPTION AND VENDOR AMOUNT)

    If you are collecting your responses outside of Formcentral your forms will continue to work past June. This can be done by email or the Acrobat Pro mechanism. If your data is being collected in a Formscentral response table then it will cease working in July.
    Andrew

  • Standard report for invoices against a quantity contract

    dear experts,
    is there any standard report for how much invoices(billing) should be made against a quantity contract.
    my requirement is suppose if  i enter a quantity contract number then it will display all the invoices against that contract with
    invoice values.if any please let me know so that we make make our process much better.
    regards,
    amar.

    Dear Amar,
    In SAP, this contract to Invoice their is not standard report.
    Report
    If you enter a quantity contract number, to get a list of invoices with qty and invoice amt
    Prepare a SQVI REPORT
    USING TABLES
    VBRK for Invoice qty amt
    VBRP for Invoice number, dates...
    VBFA to get the intial document number
    VBAK - to get the contract number
    VBAP - to get the material.
    Its worth spending little time to create the report.
    Ensure standard SAP contract to Invoice is like compartments
    Regards,
    Mani

  • The standard report for BOMs of a material with a selected period?

    Hi Gurus
    Is there any  standard report for BOMs of a material with a selected period?

    Hi,
    You will have to develop a report for your requirement,
    The following tables will be used for the report
    MAST-WERKS
    STPO-MATNR
    MARA-MAKTX
    STPO-BMENG
    STPO-POSNR
    STPO-IDNRK
    STPO-MAKTX
    STPO-DATUV
    STPO-MENGE
    STKO-MEINS
    STPO-AVOAU
    Regards
    Merwyn

  • Standard report  for solve inconsistencies with user SAP.

    Dear Experts.
    We have a problem with a user(ZEST) that in the portal when I open a service(application) display a  blue Window of Internet Explorer without display information.
    We have copied this user((ZEST) TO (ZEST2 )with the same roles , however   this user  new work fine.
    My question is:
    There are a standard report  for solve inconsistencies?
    We have deleted the user and have created it of new, however this not work.

    Run the t-code SA38
    Specify the name POWL_D01
    In selection screen specify the user id in USER field of which your facing issue
    Click on Execute
    Run the T-code SA38
    Specify the name POWL_WLOAD
    In selection screen specify the user id in User input field of which your facing issue
    Click on Execute
    Now you check it issue will solve.

  • Standard report for period end stock report

    Hi all,
    My client is looking for a SAP standard report for material.Their req is as follows.
    Open Bal (Stock)
    Add: Purchase/Production
    Less: Sales/Consumption
    Closing Bal(Stock)
    I have sugegested them MC.9,MB51,etc....but they are not satified.
    They are not willing to go for a 'Z' report too....
    Can any one suggest me whether their is any function module or bapi or badi thro' which i can fullfill my clients req. or any other better alternative like report painter,set,etc which suit my requirement.
    (can you please let me know from table i can get these datas......just for knowledge purpose)
    hope that anybody will guide me...
    We are in 6.0 version
    God Bless
    Regards

    Try Standard Report MB5B once.
    Regards,
    Ashok

  • Is there standard report for planned and actual devlivery date?

    Hi Guru,
    Could you help me to find standard report to compare planned delivery date in PO and actual delivery date (GR Posting date)?
    I wonder, Is there standard report for planned and actual delivery date?
    or I have to create a customizing report.
    Thank you very much.

    hi
    i dont think it is possible to see both in one pan so try to create some Z report
    u try ME80fn here u have to change the views ,in del shedule view u can see the delivery dtae and in PO histry view u can see the posting date
    regards
    kunal

  • Required Standard report for Deliveries Made vs Stock Transfer POu2019s

    Hi,
    Is there any standard report for Generate Daily Report detailing Deliveries Made vs Stock Transfer POu2019s...
    Plz help.

    Hi,
    Using MKPF table take all material document, then usign the doc no (mblnr) take data from MSEG table
    with movement type 641 and 642 in case of reversal (STO). 101 and 102 for (Delviery) .
    take STO po of above movement type from table EKPO with PSTYP (item cat, field ) = 7. Comparing sto and delivery details and you will get the output.

  • Standard Report for Credit Balance

    Hi,
    Is there any oracle standard report for the information of credit balance??
    We use customized report for this issue now, but I prefer to use the standard report in the future.
    I created a customer with credit limit of 1000 USD, and created an order for 10 USD and then booked.
    My Credit Rule is set at booking point.
    I need an report which shows the information about : credit limit is 1000 USD, 10 USD is in used, and credit balance is 990 USD.
    I have run Credit Exposure Report and Credit Limit Usages Report, which names are alike what I want, but Credit Exposure Report just show the overall credit limit without information about how much is in used (and exposure is 0 ?? , available is the same as overall credit limit which equals to 1000 USD.), the Credit Limit Usages Report show nothing.
    So, is there any other oracle standard report for the information of credit balance??
    Thanks in advance and
    best regards,
    Zhxiang.

    Hi Zhxiang,
    Exposure is the credit usage of the customer. The credit exposure report will work based on the credit check rule. So, in your case, check what the "Booking" rule is set as. The report will consider all the elements mentioned in the rule like open orders, open AR balance etc. The values which you see in the report are exactly the same ones which are used by the credit checking engine when it does a credit check. You can get some information in the user guides also for this report.
    But this is the report which you should be looking into for knowing the credit limit, credit used and credit available details.
    Regards,
    Swapna.

  • Standard report for sales history.

    hi,
        i need a standard report for sales history(all sales order ) for my company code. in va05 transaction it shows only for sales area. give the tcode .
    regards
    muthuraman.d

    Hi,
    There is no standard report for sales order list on the basis of company code.u have to develop it.
    OR
    Create report with SAP Qury
    OR
    u can us VA05N tcode >>> Speciefy sales organization from - to (all sales organizations from one company code).
    Kapil

  • Standard report for customer Debtors analysis

    Hi Everyone,
    Can anyone pls let me know if there is any standard report for customer Debtors analysis .....
    Thanks,
    Srikanth.

    i dont have functional support, i need to develop a REPORT for Debitor Analysis so i required the tables used and field names of
    input:
    1) Customer Range,
    2) Date Range.
    output:
    1) Customer
    2) Total Outstanding Receible
    3) Outstanding amount in days. i.e ( 0- 30, 30-60, 60-90, 90-120, >120 Days) .
    please Help me.
    Thanks in advance.
    Regards,
    Srikanth.

  • Standard Report for PIR /Purchasing inforecord condition records.

    Hi ,
    Anyone knows of any standard report for PIR condition records?
    Thanks
    Regards,
    Clarice

    hi,
    There is no specific condition report for the condition records but you can check the table for the conditions, those are KONP, KONH, KONV ...
    Hope it helps..
    Regards
    Priyanka.P

Maybe you are looking for

  • JRE 1.4.2_06 installs each time

    We are having an issue with JRE 1.4.2_06 on a particular application that we run at a clients site. The client will enter the application and will automatically get a prompt to install Java, even though the correct JRE is installed and works if the i

  • Keep getting accessory not supported when charging in romania.  I have a converter for wall and a att USB cord

    Keepgettimg accessory not supported when charging in romania. I have all the correct connections. ie wall converter, USB cord etc.

  • MacBook Air vs. HP Office Jet Pro 8600

    My computer and printer originally paired together and printed fine, but a week later the printer was not being responsive to my MacBook Air. I uninstalled all the drivers and software and redownloaded and installed them off of HP's website. The prin

  • Problems with printing - Canon IR C3080i

    I cannot get the printer to work properly with the UFR II driver (have installed the 2.21 yesterday). When I use the Generic PCL Driver it works perfectly, but when I try to run it with the UFR II driver I get "an error occurred= - 50". I read in a s

  • Jaxws call to oracle bpel service question

    I have a bpel service running in oracle soa 11g. This expects an input message some thing like this: <input> <element1>data</element1> <payload> <test>this is xml payload</test> </payload> </input> This service is invoked by jaxws client after settin