Order list with PO details

Hello,
I would like to get list of orders with PO details ( either PO type or some indication about service PO ) and respective operation. Is there a way ( even from MM reports ) to get it ?
Regards
Srini

Dear,
Use TCode- ME5Ausing:
Order , Item category-  D ,Account assignment category- F
regards
sunil
Edited by: sunil gupta on Oct 21, 2009 6:26 PM

Similar Messages

  • Re: open purchase order list with price unit

    Hi Guru,
    Please inform if SAP have transaction which can show the list of our open
    order complete with price unit of material.
    Thanks
    Regards
    siva

    i think to get price per unit with the open PO you have to develop an customized report so contact your ABAP team with your requirement and develop a customized report.
    regards,
    qsm sap

  • How can I make numbers align with the baseline in ordered lists with inline images?

    When I use inline images in an ordered list, the number for every line that has an inline image is offset from the baseline to align with the top of the image. Here is a screen shot from Preview mode (same behavior on real devices):
    List entries 1 and 3 are normal. Entries 2 and 4, which contain inline images, have their numbers offset above the baseline.
    I guess the line-height gets redefined based on the inline image, and then the numbers align based on line-height. Is there a way to change this within Muse so the numbers will consistently sit at the baseline even when the line includes an image? Is it something that needs to be addressed by modifying style sheets?

    Hi,
    You are correct in observing that inline objects affect line height, which in turn affects alignment of the bullet/number with the line.
    To address this, you can use negative wrap offsets on the inline (specifically top offset) using the Wrap panel: adjust the value until the inline no longer adversely affects line height.
    Hope this helps.
    Abhishek

  • Generate error list with object detail

    Dear All,
    I have two way (multimaster ) Replication but due to some reason it generated many errors during replicate data so to resolve errors, I want to generate error list (Report) with object details instead viewing them one by one. please guide
    Thanks

    What do you mean with generate error list (Report) with object details ?
    You can get all the errors from DEFERROR view.
    There are columns DEFERRED_TRAN_ID and CALLNO.
    You can join this columns with DEFCALL (DEFERRED_TRAN_ID and CALLNO).
    Joining this two views will provide information about the objects and transaction type involved in the call.
    DEFCALL.PACKAGENAME contains the reference to the table_name.
    DEFCALL.PROCNAME contains information about the transaction type.
    Example:
    select e.deferred_tran_id,
           e.callno,
           e.origin_tran_db,
           c.packagename,
           c.procname
    from deferror e, defcall c
    where e.deferred_tran_id=c.deferred_tran_id
    and e.callno=c.callno(below are the links to the 10gR2 docs containing information about DEFERROR and DEFCALL views. If your database is different version, than search http://tahiti.oracle.com for version specific documentation)
    DEFERROR
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14227/rardeftranviews.htm#sthref2599
    DEFCALL
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14227/rardeftranviews.htm#sthref2595
    Cheers!
    Message was edited by:
    tekicora

  • Creating a Work Order List with a BLS Transaction

    I'm trying to create a list of work orders at a specific plant with a BLS transaction.  I'm running 4.6c.  I'm having trouble finding a BAPI that I can use for this.  The BAPI list in BAPI Explorer seems rather abbreviated when it comes to plant maintenance functions.  Any ideas?

    I did find one BAPI that looked promising 'BBP_PMORDER_GET_LIST' but unlike other BAPI's that had an INPUT section and an OUTPUT section, this one just had a TABLES section (and I couldn't find any documentation with it)
    What is involved in creating a custom BAPI?
    (We'll be on ERP2005 next spring so these 4.6c issues are temporary.)
    I appreciate your help with this.

  • Ordered list with static alpha character in DW CC

    I am using the following CSS code:
    CSS:
    ol {
      counter-reset: item;
      list-style-type: none;
    ol li:before {
      content: 'Q' counter(item, decimal) '. ';
      counter-increment: item;
    HTML5
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Q List</title>
    <link href="/qlist.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <ol>
      <li>Foo</li>
      <li>Bar</li>
    </ol>
    </body>
    </html>
    I should get:
    Q1. Foo
    Q2. Bar
    This works in JSFiddle.
    Please advise me what I am doing wrong.
    Thanks.
    Joshua P. Quinn

    There's an awful lot of stuff that doesn't render correctly in Design View.  CSS Before and After is just one example.  Don't trust Design View.  It's not reliable.
    Nancy O.

  • Ordered list with hierarchy

    I want to use automatic numbering to create a list that will look something like this:
    1.
         A.
              (1)
                   (a)
    2.
         A.
         B.
              (1)
    Etc.
    I want the list to automatically switch between numbers and letters depending on which level I'm at and when I use the tab or shift/tab key. There ought to be a simple way to do this, but I can't figure it out.

    You are asking for far too much intelligence from Pages v5 (any version).

  • Open Production Orders List with a Field from Sales Order

    Hi All,
    I have the following query:
    SELECT distinct T0.[DocNum] As ProdOrder, T0.[ItemCode], (select itemname from OITM where T0.[ItemCode] = OITM.itemcode) As ProdName, T0.[PostDate], T0.[PlannedQty] As Planned FROM OWOR T0, OITM  T1 where T0.[Status] <>'C'
    Now I want to add ORDR.NumAtCard field in this query, pls advise me what change should i make to my existing query.
    Need the solution urgently, pls help asap.
    Best Regards,
    JAQ

    Hi,
    Try this:
    SELECT distinct T0.DocNum As ProdOrder, T0.ItemCode, T1.itemname As ProdName,
    T0.PostDate, T0.PlannedQty As Planned,T2.NumAtCard
    FROM dbo.OWOR T0
    INNER JOIN dbo.OITM T1 ON T0.ItemCode = T1.itemcode
    LEFT JOIN dbo.ORDR T2 ON T2.DocEntry = T0.OriginAbs AND T0.OriginType = 'S'
    where T0.Status != 'C'
    Thanks,
    Gordon

  • Order list not linking through to detail view

    Hi all, I'm creating an order list in a secure zone, each order needs to link to the invoice of that order (the detail view). I have read:
    http://forums.adobe.com/message/4348407#4348407
    and
    http://kb.worldsecuresystems.com/838/cpsid_83807.html?bc-partner#main_Displaying_Order_His tory
    but cant seem to link from the order list to the detail view.
    My list template is:
    <li>
    <span class="col1">{tag_invoicedate}</span>
    <span class="col2">{tag_invoicenumber}</span>
    <span class="col3">{tag_invoicetotal}</span>
    <span class="col4">{tag_status}</span>
    </li>
    Are any of these tags meant to link to the detail view? I have looked for further tags which link to the detail view but cant find any.
    Thanks for your reply in advance.
    Karl

    Yea, best is to wrap {tag_productimage} in a div with a class, i.e. <div class="order-image">{tag_productimage}</div> and "shrink" it with css:
    .order-image {
         width:80px;
         height:80px;
    .order-image img {
         width:100%;
    You can not define a template for the detail view (I wish...), it is using the default template.
    Nicole - BCGurus.com   |  http://bcgurus.com/Business-Catalyst-Templates for only $7

  • How to list the vendors with CIN details.

    Hi all.
    I will get list of vendors using MKVZ or XKVZ, but this report does not contain CIN details for vendors.
    how can i get vendor list with CIN details..plz help me
    thanks
    ramesh reddy

    HI,
    Vendor CIn details will not come in any report
    you have to find out from J1ID or create z Report
    Regards
    Kailas Ugale

  • PM module report for Order Cost with details of Components

    Dear Gurus,
    Is there any report in standard SAP to get cost of an Order along with the details of components used with cost.
    Thanks.
    Shailesh Panchal

    Hi,
    Service order , you can go to IW33 , extras -> cost report - planned /actual comparison
    production order , you can go to co03 , goto->cost -> analysis
    Thanks,
    sudhakar

  • More formatting (ordered lists)

    I want to create an ordered list with some instructions for the Adobe Reader forum (thanks to Ankit_Jain for the original instructions):
    Download Microsoft's SubinACL tool from http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe -4a91-93cf-ed6985e3927b
    Install the same by double clicking on the "subinacl.msi" just downloaded.
    Open Command Prompt window through the Run Dialog Box (Start -> Run and type cmd and click OK)
    In the Command Prompt window, type in or copy/paste the following commands:
    cd /d "%ProgramFiles%\Windows Resource Kits\Tools" (Hit Enter)
    subinacl /subkeyreg HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalComponents /grant=administrators=f /grant=SYSTEM=f /grant=USERS=f /grant="Creator Owner"=f (Hit Enter)

    That worked well, actually as expected.  In the original forum it did not work when I used <ol type="i"> for the sub-list, as below; the forum changed it to the default arabic numerals:
    Download Microsoft's SubinACL tool from http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe -4a91-93cf-ed6985e3927b
    Install the same by double clicking on the "subinacl.msi" just downloaded.
    Open Command Prompt window through the Run Dialog Box (Start | Run, type cmd and click OK)
    In the Command Prompt window, type in or copy/paste the following commands:
    cd /d "%ProgramFiles%\Windows Resource Kits\Tools" (Hit Enter)
    subinacl /subkeyreg HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalComponents /grant=administrators=f /grant=SYSTEM=f /grant=USERS=f /grant="Creator Owner"=f (Hit Enter)
    P.S. now it changed it to "a." and "b." instead of "i." and "ii."...

  • Open purchase order list

    Hi experts,
    how i can generate open purchase order list with the amount ?
    regards,
    Sanju M S

    HI
    try report
    ME80FN
    here after executing click on changes view and select PO history
    Regards
    Kailas Ugale

  • How do I create an unordered list with three items and link to id's

    How do I create an ordered list with three items and linl to id's on my page

    Thanks, I guess what I was really asking, Is there a n option in the insert menu or somewhere where Dreamweaver does it for you.
    I am not clear on what you are wanting DW to do for you?  Is it that you want it to insert a three item unordered list?  No - there's no such function.  You would need to click in Design view where you want the list to go, click on the bulleted list icon on the Property inspector, and then enter the three items separated by carriage returns.  Then you'd have to link each item specifically.
    To enter the named anchors to element ID values, CS5 has no way to do this.  You'd have to enter those links manually.

  • Un-ordered Lists

    ok - probably a dumb question to you, but I have yet to
    figure out how to do this with DW8. Say I typing in Design View and
    I type
    Item 1
    Item 2
    Item 3
    in Code View these are each distinct paragraphs surrounded by
    <p> tags. Is there a quick and easy way to convert them to an
    un-ordered list with <ul><li> tags?
    I might hate to admit this, but I'm a FP convert - in FP you
    could highlight the paragraphs and click 1 button to convert it to
    a list - I got used to that and am looking for something equivalent
    in DW8.
    regards,
    Mike

    You're welcome.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "red5leader" <[email protected]> wrote in
    message
    news:em9tnc$2c8$[email protected]..
    >
    quote:
    Originally posted by:
    Newsgroup User
    > Or click on the button-list icon on the Property
    inspector.
    >
    >
    > Even simpler - thanks Murray!
    >
    >

Maybe you are looking for