Report with transport order status

Hi,
I need to make a report / query that shows me which transport orders have been transported to the Quality System, which to the Production System, RC, Dates of imports ...
Does someone know which tables do I need to access.
In fact, does someone have a similar report?
Thanks in advance.
F

Hello Anji,
thanks for the answer. However, I am a little bit lost: using E70 table I am able to know which TO´s have been imported to Quality, but not to the Production System.
Is there another table that gives me info about transports to the production system?
Thanks in advance,
F

Similar Messages

  • Report on production order status and shortage report

    I want to know standard report on production order status and shortage report. Kindly suggest.

    COOIS - Production order information system . In this report you can give system status in selection screen  and in report you can get complete status details (both system and user status) .
    shortage report - CO24

  • Report to see order status

    hello All,
    Is there any report or settings to see all orders and their status in CRM.We are using CRM 2007.
    Thanks and Regards
    shanto aloor

    hey prajith...........
    thanks for your reply... i think this t code will display only service orders.. but i am looking for a report for sales orders.
    Please help....
    Thanks and Regards
    shanto aloor

  • Report with Purchase order and PR

    Dear All,
    Can anybody provide the report of Purchse order with relevant PR number's?
    Regards

    Dear Venkat,
    Use ME5A .
    Go to dynamic selection for your requirement , select partially orderd & closed requistions.
    Rgds,
    Kareena

  • PR or PO report with Sales Order Number

    Friends,
    Is there any report with PR Number & Sales Order Number or PO Number & Sales Order Number
    Regards
    Banniar

    hi,
    VBAK SAles doc header data
    VBAP sales doc item data
    VBEP - sales doc schedule line data
    VBFA - sales doc flow...in it VBELV gives preceding doc...and VBELN gives subsequent docs....
    hope it helps...
    Regards
    Priyanka.P
    Edited by: Priyanka Paltanwale on Sep 23, 2008 6:38 AM

  • ECC report for sales order status from order entry to Invoice (OTC rpt)

    Dear All.
    Looking to see if there's a standard report or transaction that we can use to review sales order line item status.
    VA05 provides a good view from sales, and VL06O provides a good view from LE, and VF05 provides a good view from billing.
    But there is there something that would list sales orders and show related quantity, open, delivered, billed all in one report?
    Many thanks!

    Thank you Shiva.
    That's what we were thinking as well.  Just wanted to make sure we didn't miss something in case SAP provided a template or customizable program for this.
    Thanks

  • Report with Planned Order, Frequency and Planned Hours

    Hello Experts,
    I need a report which can provide me with a list of all the Planned (Preventive) Work Orders, Frequency of the order and the Total planned hours for this work order.
    Can you please suggest a single report which can provide all these information or most of this?
    Regards,
    Atul Prakash

    Hi,
    Check in IP19 & IP24 transaction where you will get the schedule overview of the Preventive maintenance.
    Regards,
    Raj

  • Available stock report with confirm order quantity

    Dear,
    Is there any report which gives -
    Available Stock - Sales order confirmed = Free stock.
    Regards,
    Syed Hussain.

    Hi,
    Yes, you have to develop a mass-MD04 like transaction. But please consider that several factors influence the available qty (planning startegy, procurement proposals, etc).
    The available changes with time as well - I mean you may get different available stock levels if you check MD04 for this day and for next Wednesday because there might be e.g. requirements between the two.
    remark:
    Stock - SO quantity = Available qty > As I mentioned this may be not true since this rule doesn't consider the whole planning situation.
    Regards,
    Csaba

  • Report with dynamic order by (binding of parameter)

    hy,
    my problem is the following:
    i want to let the user customize the ordering of a portal report.
    but the binding does not really work, the bind variable seems to
    have no effect in the order by clause.
    code sample:
    select * from SCOTT.EMP order by :p_order
    then, portal gets the right value for the parameter:
    :p_order binding with HIREDATE
    but: this results in an emp table sorted by the empno.....
    and not by the hiredate
    do you have any ideas how to get this working ???
    thanx, martin allhoff

    Hi, the way to do this is to pass in a different set of
    parameters. Try not using the :bind parameter in the report
    query, but instead, call your report like this:
    http:// ... /pls/portal30/Schema.report.show?
    p_arg_names=_ORD_BY_COL&P_arg_values=HIREDATE
    then try calling
    http:// ... /pls/portal30/Schema.report.show?
    p_arg_names=_ORD_BY_COL&P_arg_values=EMPNO
    to see if indeed it is dynamically selecting the order by clause
    based on the info passed in. Also, check my syntax, I cant
    remember if ORDBY_COL is correct or not. But any possible
    options should be listed for you in the "Display Call Interface"
    screen for the report.

  • COOIS report with sales order details

    Hello,
    I am looking for a COOIS report attribute or an extension of the COOIS report that will have the sales order detials on the ALV grid instead of having to drill down to it. I want the item level details and the characteristic values... Hopefully there's a function module that will get that information.
    Thanks,
    AJ
    Edited by: Antonio Jones on Feb 11, 2008 7:07 PM

    Hi,
    As far as my understanding there is no standard report is availbale
    see in va05 and in layout see inco term option is available or not
    Otherwise you can develop zreport, extract this from table VBKD
    Kapil

  • SD Report with Sales Order and IncoTerms

    Hi, is there any standard transaction where I can list Sales Orders and the Inco Terms?
    Just curious... Thanks,

    Hi,
    As far as my understanding there is no standard report is availbale
    see in va05 and in layout see inco term option is available or not
    Otherwise you can develop zreport, extract this from table VBKD
    Kapil

  • Not clear with the order status.

    I tried placing an order for unlimited europe subcription yesterday via debit card but was declined saying issuing bank doesn't allow such transactio. Then I chose WU, which I had tried using before but coulnd't get a merchant who knew of skype. This time it said the order accepted, status shown as pending and read that it will be updated regarding payment in 24 hrs. A day gone can I know what next.

    By default any floating-point literal in Java is a double, so the trailing D that specifies that explicitly is redundant.

  • Issue for Production Report With Production Order Details and Batch Number

    Hi Guys,
    I am looking for a  batch report.I have tried it but i didnt get the desired results.Pls any body give me some solution.
    I need to include the Batch number  in this report and when i have done the same  the values are repeating  and also need to display the Item Description for (Description in Production Order - Parent Item)
    SELECT  distinct t0.docnum,T0.[DocDate], t4.IssuedQty as 'Consumed Qty', T1.[ItemCode] as 'Circle Codee',T1.[Dscription] as 'Circle Name',t3.itemcode
    FROM [dbo].[OIGE]  T0
    INNER JOIN [dbo].[IGE1]  T1 ON T0.DocEntry = T1.DocEntry
    LEFT JOIN owor t3 on t1.baseref = t3.docnum
    left  join wor1 t4 on t3.docentry=t4.docentry
    INNER JOIN OITM T5 ON T1.ItemCode = T5.ItemCode
    INNER JOIN OITB T6 ON T5.ItmsGrpCod = T6.ItmsGrpCod
    INNER JOIN IBT1 T7 ON T5.ItemCode = T7.ItemCode
    INNER JOIN OIBT T8 ON T7.BatchNum = T8.Batchnum and T7.ItemCode = T8.itemcode
    where t0.docdate between  [%0] and [%1] and T6.[ItmsGrpNam] = 'Raw Materials' and t0.JrnlMemo = 'Issue for Production'
    Any body provide me some idea for achieving this....
    Regards,
    Vamsi.

    Hi Bala.
    Thanks for the query but still  not acheived the result.
    The Scenario is to know the quantity of the Coil (Raw MAterial) used IN making a product in different stages and from which batch and Whse the RawMaterial is Consumed in making of the Product(Production Order Parent Item)
    ------------- (Issue for Production )-----------------------|    Production Order Qty(IssuedQty)    Production Order       |  BatchNum
    DocNo/Date      | ( RawMaterial/Coil Code/Desription)  |   (Quantity issued for RM)                  ItemCode/Description | Batchnum
    Regards,
    Vamsi..
    Edited by: VamsamP on Dec 1, 2010 5:06 PM

  • Purchase order status report

    hi,
    can any one give an idea regarding to generate a report for purchase order status
    this report gives a list of purchase orders that are against given sales order item this report also gives the delayed status of purchase orders.
    1. user will give the sales order no: , customer , plant as input
    2. based on that input if stock is available it directly goes to production order other wise it has go to purchasing order

    Dear Anil ,
    Check for a Standard Report in SD ...
    or else , you can directly extract VBBE table for Open Orders.
    Thanks,
    Krish

  • Interactive Report for Pending Order

    Hi Gurus,
    Iam new to ABAP.
        I have Requirement to display the Interactive Report for Pending Order Status Report which displays pending of purchase orders for material wise and Vendor wise .Using ALV. Can Any one help ...me which table data i need to read and what are the field required.
      Thanks in advance.

    Hi G K,
    For pending order : VA05 (select open sales orders).
    cheers,
    Hema.

Maybe you are looking for

  • PDF Files are password protected.  I never set a password

    There are a lot of pdf files in the document section.  Must be book or magazine pages as they are titled "page101.pdf" and so on with a date underthem.  I tried to open one to see what it was and I got a "password protected" and a box to enter my pas

  • Extraction of purchase requistions

    Hi, I was under the impression that 2LIS_02_HDR (and ITM and SCL) should be able to extract purchase requisition info alongside PO's. However, no records are shown, and when filling the setup table no PR numbers appear for selection. Are the extracto

  • How to create HD Video for Web

    After watching HD movie trailers on the Apple Web site I was wondering if anyone has information on how I can create 480P Video clips of my own work for my website? At the moment, I use compressor and the settings for Large DSL. It's good, but I'd li

  • Why should I use table control?

    Hi, I am not expert in dialog programming so please understands why I ask this. When I want to create a program that will have multiple items to display, I came up with 2 option. First option is to use table control like many other SAP standard trans

  • Use loadrunner to test Web Dynpro Java Application

    Hi Gurus,          I'm using Loadrunner 11.0 to do load test to Web Dynpro Java Application. At first, I used web(http/html) protocel script, and I could record the whole business process successfully.  But the script seems very hard to understand. F