Open Orders Query showing all open AP Orders

Hi All,
I wish to generate a report that shows all open AP Purchase Orders as well as all orders that are partially inviced.
I have been using the following query but it is not giving me complete results:
SELECT
T1.[DocNum] AS 'PO NUMBER',
T1.[DocDate] AS 'POSTING DATE',
T1.[DocDueDate] AS 'DUE DATE',
T1.[TaxDate] AS 'DOC DATE',
T1.[Comments] AS 'REMARKS',
T1.[CardCode] AS 'CUSTOMER/VENDOR CODE',
T1.[CardName] AS 'CUSTOMER/VENDOR NAME',
T0.[LineTotal] AS 'LINE TOTAL',
T0.[OcrCode] AS 'PROFIT CENTER',
T1.[PaidSum] AS 'PAID',
T0.[Project] AS 'PROJECT CODE',
T0.[LineNum] AS 'ROW NUMBER',
T0.[LineStatus] AS 'LINE STATUS',
T1.[DocStatus] AS 'PR STATUS'
FROM
POR1 T0  INNER JOIN OPOR T1 ON T0.DocEntry = T1.DocEntry
WHERE
T1.DOCSTATUS <>'C'
AND
T0.LineStatus <> 'C'
ORDER BY T1.docentry
I need to add to this query a column to show PO's that have been partially invoiced, a column to show if the invoices have been paid and another column to show the balances for those particular orders.
HELP PLEASE!
Robinson

Thanks Carin,
That was very helpful, BUT:
1. I still wish to view all open orders that have been partially invoiced
2. I still wish to see all the Purchase Orders that have been partially invoiced and paid
3. I finally want to see the balances for these Purchase Orders that have been partially invoiced.
I don't seem to find the correct fields containing the information. So far all that I was able to establish is that OPOR.DocTotal is the total amount for the Purchase Order. However, OPOR.PaidToDate does not give an accurate value of what is invoiced or paid.
I wish to add the following fields. A field showing the corresponding Invoice number for the partially invoiced order, the amount paid for that PO and the balance.
Thank you.
Robinson

Similar Messages

  • Transaction MD04 does not show all open sales/orders deliverys

    Hi,
    Transaction MD04 does not show all open deliverys and sales orders for plant 0705 and certain materials.
    Can anyone tell me the reason for this?
    Regards,
    Brijesh

    Hi
    Run SDRQCR21 report in Transaction SE38 for that material it will  resolve your issue.
    Please confirm
    Amit

  • IPad running iOS 5 has on the menu bar only have 4 icons, being: back, forward, bookmarks, and the "add to bookmarks", but is missing an icon after the "add to bookmarks" arrow, that is a "show all open browser windows" icon. How do I get it in my safari?

    iPad running iOS 5 has on the menu bar only have 4 icons, being: back, forward, bookmarks, and the "add to bookmarks", but is missing an icon after the "add to bookmarks" arrow, that is a "show all open browser windows" icon. How do I get it in my safari?

    What you are seeing is how Safari works now in iOS 5. There is no way to get that icon in Safari now. There other much better browsers available in the App Store. Look at iCab Mobile, Mercury, Atomic, ....
    I have been running iOS 5x for so long now, that I don't even remember if that icon did appear in earlier iOS versions

  • Opening documents with Show All

    In the Open dialog selecting Show all - will inconsistently open some doc's but not others. If I specify the format ( example= RTF or Word Mac 98 ) most times it will open it. All these documents work fine with every other application. What gives?
    Is there a way to make the default in the Open screen " Show All " and have it work as it should?
    Thx

    Hello
    Is there a way to make the default in the Open screen " Show All "
    Response : NO
    and have it work as it should?
    I don't know what to write. On my machine it works as it is made for
    Yvan KOENIG (from FRANCE dimanche 15 janvier 2006 18:01:49)

  • I have imported all photos and videos from my iPhone 5S into Aperture ver.3.4.5 and now cannot find them. I thought I could open a panel showing all imports and merely list them chronologically, but I don't see how to do this.

    I have imported all photos and videos from my iPhone 5S into Aperture ver.3.4.5 and now cannot find them. I thought I could open a panel showing all imports and merely list them chronologically, but I don't see how to do this.  There are over 1800 photos and about 100 videos, any help to locate where they've gone would be appreciated.

    Try to search with a Smart Album for photos and videos taken with an iPhone:
         File > New > Smart Album:
    Add an EXIF rule fro the "Add Rule" drop down menu: EXIF
    and set it to "Camera Model includes iPhone".
    Set the scope of the search to "Library"
    If there are any iPhone images or videos in your library at all, this search should find them.  Then ctrl-click any of the items and select "Show in Project" from the contextual menu.
    Generally, Aperture should be showing your last import in the "Last Import" smart album in the "recent" section". And the "projects" view can be sorted by date, so you should see your recent imports.
    You may want to check all search fields, if searches are active.

  • An OS before 10.10 provided shortcut f10 to "show all open windows".  How do we do that with 10.10?

    It Has been very convenient at times to review all open windows, especially when working on multiple projects that clutter the desktop.  Without the f10 shortcut, I can't easily find my way through the mishmash piled high on my desktop.  How do we "show all open windows" with Yosemite??

    I'm guessing you are referring to "Mission Control" - the keyboard shortcut for this is set in "System Preferences" then "Mission Control" and I think the default when the system is first setup is F3, not F10. So check out "System Preferences" and see what it currently is and if you want to change it to the F10 go ahead and change it there, along with any of the other shortcuts you might have had before with the previous OS X version.
    Good luck...

  • Query for all open sales order with a date range

    Hi Experts!
    I wrote this query that will look up all open sales order of a particular customer and how much was served:
    SELECT T0.[DocNum] 'OS #', T0.[DocDate] 'Posting Date', T0.[CardName] 'Customer',  T1.[Dscription] 'Item Description',T4.[SalUnitMsr] 'Sales UOM', T4.[InvntryUom] 'Invty UOM', T1.[UseBaseUn] 'Use of Invty UOM' , T1.[Quantity], T1.[Quantity]-T1.[OpenQty] 'Served Qty', T1.[OpenQty] 'Unserved Qty' FROM ORDR T0  INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCTG T2 ON T0.GroupNum = T2.GroupNum INNER JOIN OSLP T3 ON T0.SlpCode = T3.SlpCode INNER JOIN OITM T4 ON T1.ItemCode = T4.ItemCode WHERE T0.[DocStatus] = 'O' and T0.[CardName] =[%0]
    However, I don't know how to input a parameter for the date range in a query.  Can anyone help with this issue?
    Your input will be highly appreciated.
    Warm regards,
    Jen

    Hiiiiiii
             Try This.....
    SELECT T0.DocNum 'OS #', T0.DocDate 'Posting Date', T0.CardName 'Customer', T1.Dscription 'Item Description',T4.SalUnitMsr 'Sales UOM', T4.InvntryUom 'Invty UOM', T1.UseBaseUn 'Use of Invty UOM' , T1.Quantity, T1.Quantity, T1.OpenQty 'Served Qty', T1.OpenQty 'Unserved Qty' FROM ORDR T0 INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCTG T2 ON T0.GroupNum = T2.GroupNum INNER JOIN OSLP T3 ON T0.SlpCode = T3.SlpCode INNER JOIN OITM T4 ON T1.ItemCode = T4.ItemCode WHERE T0.DocStatus = 'O' and T0.CardName ='[%0]' and (T0.DocDate>='[%1]' and T0.DocDate<='[%2]')
    Regards,

  • I need help identifying and removing annoying gadget that shows all open windows and applications when I mouse over a corner.

    It seemed like a good idea at the time. Some time ago I installed a gadget (doesn't seem to be an item in my Applications folder) which, when I mouse-over the lower-left corner of my screen, brings up a screen showing reduced-size versions of all open application windows and Finder windows. I've tried to identify what it is, and where it is located, so I can remove it, but to no avail.
    I'd really appreciate any help getting rid of this thing. Thanks!

    Hi Paul,
    Check System Preferences>Accounts (Users & Groups in later OSX versions)>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Check the System Preferences>Keyboard>Keyboard Shortcuts.

  • Show ALL open windows in dock?

    I'm a recent convert from Windows to Mac and one of the things that's completely driving me nutts is that I work with many windows open all day long, constantly switching back and forth and in Windows this was simple, EVERY window I had running had a space / button (whatever) in the taskbar, so when I switched back and forth all I had to do was a simple click on the window space in the task bar and poof, I was back in that window.
    In OSX I'm finding this is not the case and it's driving me BONKERS!
    I'm now having to constantly minimize the windows I'm in, or do the mission control thing, to get back to a window...just a pain in the butt when I need to switch back and forth constantly all day long.
    Is there anyway to set OSX to behave the same way windows does in this manner?
    I know it shows the APPLICATION in the dock, but it doesn't seem to show all windows for a given application...?
    Thanks in advance!

    Actually, ultimately this is not a solution for me. Been doing it since you recommended it but here's the problem.
    I usually work with 3-4 browser windows open, often 1-2 of those are "pop-ups" from other browser windows (for databases I work in), then Outlook (2011 Mac version). When working with emails I'm usually pulling information from browsers and copying/pasting into emails, or links, or something...some sort of information (I use the clipboard CONSTANTLY) and in Windows, a single click on the button for the window I want back into focus and I'm there. In OSX, hold option, click, hold, mouse up to selection click again...
    See the difference? Quick single one handed click and I'm done in Windows, in OSX it's 5 steps with two hands...
    Not nearly as easy/fluid...there's got to be a way, or a third party app or something to do this?

  • How do you show all open windows in all applications?

    Previous to Lion, I used to be able to go to a hot corner and all of the open windows in all applications would appear neatly side by side. Now I get stacks of windows grouped by application. How can I go back to the old way where every window was visible? This is helpful in Photoshop when I need to see all of the images I am working on and all of the images on my website in Safari.

    You don't have a hot-corner for that anymore.
    You use a gesture for that now. You can either 4-finger swipe down, or place the tips of your fingers in the center of your track pad.  Your fingers should be bunched up and touching each other.  To show all windows, expand your fingers, as if you were showing someone "5" on your fingers.

  • Open items also show all cancelled documents

    Hi Gurus,
    When the business users review all open items, it also shows any associated cancelled documents (S1, S2). Is there a way to prevent cancelled documents from showing?

    What do you mean by cancelled documents - closed items ???
    If so, go to FBL1/3/5N and then click on Open Items instead of all items.
    Or go to F-03 and clear the offsetting entries i,e if an account has 3 open line items and if 2 offset each other, you can clear the 2 items using F-03.
    Thanks,

  • Command, Tab option not showing all open applications

    Hi,
    Just upgraded to Mountain Lion and now when using the combination of Command+TAB not all open applications are displayed.
    This seems like a bug or am I missing something

    I want to add to list as having same issue... Even core Apple programs not showing up (Safari, iPhoto) in Command Tab. But Mail, iCal do show up in Command + Tab.  Also noticed that only some applications "minimize window into the application icon", while others get minimized to bottom right of Dock.  Additionally no "Show indicator lights for open application" appears for those missing programs.  I attempted to select-unselect both of those in the Preferences -> Dock options and restart a few times, with no success.
    The same programs missing from Command + Tab are also missing a graphic icon in Dashboard view (only Application Name appears).
    Issue is new to OS X Mountion Lion, I did not have that problem before.

  • SSHR - APPROVAL CHAIN IS OPEN, APPROVAL LIST SHOWS ALL SUPERVISORS

    Hi,
    In SSHR,I'm trying to raise any Approval Based Request like leave of Absence, Appraisal etc.. in approvers list shows
    all Supervisor list.
    We are using Seeded Workflow with Customized menu, Responsibility. We have the same issue with seeded responsibility also.
    The Approval Chain is open and its keep on adding the Approver List based on
    supervisor Chain.
    We haven't defined "Supervisor Hierarchy "
    Pl suggest

    You may need to configure AME and redefine the default approver rule. I believe the default rule 'out of the box' is approval up 10 levels of the supervisor hierarchy. If you change that action to the action that matches up to approval up 1 level of the supervisor hierarchy, I think you'll be where you want to be.

  • How to set preference to "show all" open windows in all open applications (until I quit)

    how do I set preferences to "show all" windows in all open applications (until I quit the application) ?

    Can you explain more what the problem is and what you want to see.
    All windows are shown by default, unless you minimize them, so I'm confused at what you are asking.

  • New version of Thunderbird has limited the size of the drop-down that shows my open emails. How do I change it back to show all open ones?

    There is an icon in the upper right corner that, when clicked on, drops down a list of open emails (i.e. a list of tabs). In the previous version of Thunderbird it would expand (vertically) to list all emails. However now it is a set vertical size and this is terrible and basically defeats the purpose. The purpose of that drop down was so that I did not have to scroll through all my open tabs to find an email. Now I have to do that again, as it is a set vertical size with arrows up and down to scroll through the list. How do I get the old functionality back, or solve my problem of somehow seeing a list of all open tabs? Thanks!

    Is there a setting in about:config that controls the length of the alltabs list? I would look for such a thing, and change the setting if it is there. A setting of -1 should make it limitless.

Maybe you are looking for

  • Source of Flat File in a File scenario

    Hey guys i was just wondering wats the source of flat files which are used in File scenarios,i know it can come from anywhere but in a real world scenario,where do we usually get these files from(is it any server?)also if anyone of u has worked on an

  • Use of MS Project Management 2010 to Manage Multiple projects over a given time period

    Is there some information (article/s) I can research about using MS Project Management 2010 for managing multiple projects over a given time period? I'm being asked by a potential client to take a job as a Program Manager to manage five projects all

  • BBP_SOCO_APP_ITEM_COMPL_MAIL - complete mail lay-out

    Hello, We had to customize the BBP_SOCO_APP_ITEM_COMPL_MAIL completion text. However there is one more requirement. The paragraphs and lay-out configured and previewed in transaction SE61 is not recieved in the e-mail. The mail contains a PDF (which

  • Help required: Bill of lading smart form

    Dear All, My requirement is to display the following fields for bill of lading 1. Number of packages 2. Package type 3. SKU 4. Description of articles 5. Qty per package 6. Total Quantity 7. UoI The print program iam considering is RVADTR01. Does the

  • How do i authorize my computer for itunes

    I'm trying to download the music that i bought, on this iMac, back onto the iMac because it somehow all got deleted when i moved houses. When i hit download all songs, it says i need to authorize my computer so it can do it. But how do i do it?!