List of unreleased POs with Net PO Price more than $10000

Hi,
   How can I check the list of unreleased POs having net price more than $10000. I tried using ME2N, but it gives result of the specific net price. I want to use range of net price.
Thanks
Suraj
Edited by: Suraj Sharma on Jul 30, 2008 5:42 AM
Edited by: Suraj Sharma on Jul 30, 2008 5:44 AM

Hi
In the dynamic slection in ME2N , just double click on the field space, you will get the popup for mainatin selection options , you can use the Greater than or equal to symbol & input the value.
Thanks & Regards
Kishore

Similar Messages

  • Can windows 7 'open with' right click open more than 1 picture at a time?

    A few times I have been given a usb drive or SD card & asked to enhance a few pictures for someone.  I usually just select one picture & then right click open wirh & select PSE.  The problem with doing this is that I can only send one picture at a time to PSE.  Is it possible to get the open with command to have more than 1 picture open?  I'm using windows 7 pro.

    Hi,
    You could try using the "Send To" option but you first have to create a shortcut.
    Use the windows explorer to navigate to
    C:\Users\"Your User Name"\AppData\Roaming\Microsoft\Windows\SendTo
    In that folder create a new shortcut to the PSE editor.
    Then you use it by selecting the images you want to process, right click and select Send To - the editor should appear in the list.
    Hope that helps
    Brian

  • When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page.

    When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page. I don't want to have to check off an additional 5 or 6 attributes each time I print out contact information. Is there a way to change the default setting for printing lists, so it is not just "phone," "photo," and "job title?"

    I have a user who wants to do this same thing. I did not find any way either to default the attributes to anything other than what you see the first time. Seems like such a trivial thing, hard to believe they do not allow it. I did find a program for this called iDress but I can't seem to download it from any links on the Internet. Not sure if it is free or not, but it was recommended by a link on the Mac support site.

  • Problem with image control using more than 1 web cam

    Hi,
    I am using logitech quickcam pro 4000.Actually I want to get image from
    3 web cam at a time wich will act as a CCTV.I want to get picture from
    more than 1 web cam at a time.But,When I start the .vi,than I get image
    from 1 web cam.I have attached the vi and the demonstration file.
    If anyone  has any idea please send me a reply.
    (The code was constructed using information
    from the Logitech Software Development Kit, downloaded from the Logitech web
    site January 4th 2004.  This
    package includes the royalty free distribution with the camera driver.
    To install the package, download and unzip
    LabVIEW Logitech UWA.zip and run Setup.exe in the 'redist' folder.  This installs drivers (if not already
    installed).  Then run LabVIEW and open
    Logitech Image Acquisition Master.vi. 
    Click the LabVIEW run button.
    Notes for Understanding the Code
    [1] The camera is controlled by an Active-X
    reference from a front panel Acitve-X container that displays the pre-view
    image.  To create this, create a blank
    Active-X container on the front panel and select the Active-X Hydra Video
    Portal class.
    [2] Three methods are called, following the
    Visual Basic guide from Logitech.  The
    first establishes a connection to the Active-X server.  The status bar is activated in the preview
    window (EnableUIElements), and we connect a camera (ConnectCamera2).
    [3] Here we set the value of property
    'EnablePreview' to turn on the preview panel.
    [4] We can get the camera description for
    camera zero here (the first camera connected).
    [5] Here we select the video format (64x480
    – can change it later).  The next call
    establishes the preview size by setting property values.  The preview size should be the same as the
    video format for fastest image acquisition.
    [6] We are restricted to saving the picture
    to a BMP file and then reading it in again. 
    This is a limitation of the SDK. 
    After reading the image file we can change it to a JPG if we wish to.
    [7] Here we re-read the image file and
    provide it to ImageDisplay.vi.
    Other methods and property values are
    reasonably self evident.  In LabVIEW, if
    you right click the Active-X reference terminal on any method, you can create a
    new method by simply selecting the appropriate one from a list.  The parameters for the method appear
    automatically and should be reasonably self-evident from the names.  If you want more details, download the SDK
    from Logitech.
    Other methods allow you to make movies in
    real-time or time-lapse sequences.
    Note that you can also monitor Active-X
    events to detect inputs or parameter changes made elsewhere.  For example it is possible to detect when
    the button on the camera is pressed.)
    Thanks
    Kabir
    Kabir mamun
    PhD Student,DCU
    [email protected]
    www.iward2010.blogspot.com
    Attachments:
    Logitech Image Acquisition Master.vi ‏98 KB

    Hi Peter,
    Thanks for your e-mail.And sorry for late.
    I have changed my activex server in my labview programme.Current 
    server name is XVideoOCX.I have attached 1 example.Still I am facing
    the same problem that I am not getting disply from more than 1 web
    cam.So would you be able to advice me,what should I do regarding this
    matter.
    Actually,This is a part  of my M.Sc project.I am under pressure.Peter,Please do me  this fevour.
    Thanks
    Kabir
    1 eample from help file:
    Video Disply
    1. Choose the input mode (Video, Single Image Files, Screen, etc.)
    XSetInputMode(0) // This
    chooses video as input
    2. Choose the video device
    XSetVideoInput(0) //
    Choose the first available video input device
    3. Initialize XVideoOCX
    XInit() // Initialize
    XVideoOCX
    4. Start internal video capture
    XStart()
    now XVideoOCX should display the live video
    5. Stop internal video capture
    XStop()
    6. Close XVideoOCX
    XClose()
    Kabir mamun
    PhD Student,DCU
    [email protected]
    www.iward2010.blogspot.com
    Attachments:
    ax2.vi ‏23 KB

  • Query with trim function running more than 15 hours..

    Hi,
    I have one select query which is running more than 15 hours.I have many trim() functions in that.and i have index for some columns for the tables that i used in that query.but it is not considering those indexes..
    select
    DISTINCT
    trim(A.x) x,
    trim(B.y) y,....... from A,B
    Can anyone tell why this query is taking more time?and is there any other way for using the trim function?
    Thanks in advance..

    Note the name of this forum is "SQL Developer *(Not for general SQL/PLSQL questions)*", so only for issues with the SQL Developer tool. Please post these questions under the dedicated [SQL And PL/SQL|https://forums.oracle.com/forums/forum.jspa?forumID=75] forum.
    Regards,
    K.

  • Stuck with Exact fetch returns more than requested number of rows!

    Hi
    I've written the following code where i want to insert an id number into a package to update a record.
    declare myvar NUMBER; begin SELECT App.id into myvar FROM people_units pu LEFT OUTER JOIN(
    SELECT pu.id,pu.record_date,pu.unit_instance_code,pu.person_code,pu.calocc_code,pu.record_date As received
    FROM people_units pu) App ON pu.person_code = App.person_code AND Trunc(pu.record_date) = Trunc(App.record_date)
    WHERE pu.id = 79474; ebs_units_pkg.AddProgressHistory(myvar,'AUTO');end;
    when i run the query in SQL i get the error message ORA-01422 - Exact fetch returns more than expected number of rows.
    Can anyone help me rseolve this error? The select statement may return more than one row which im guessing is the cause of the problem. If the select statement does return more than one value. 2 rows for example, i would like the package to update the 2 rows. Ive never really done any work with PL/SQL before so at a loss at where to begin!!

    Do the select and the update all in one step. It will be much easier then.
    Example:
    UPDATE people_units
    SET yourColumn = calculatedValue
    WHERE id = 79474

  • Send the email to myself with 4 pictures for more than 100 times --- i didn't do this

    one of my colleages send an email to [email protected], and cc the email to me.
    and my blackberry send the email with 4 pictures in my camera folder to me and joegmail.com for more than 50 times a day.
    Why does it happen? and what should i do for that. please help.

    one of my colleages send an email to [email protected], and cc the email to me.
    and my blackberry send the email with 4 pictures in my camera folder to me and joegmail.com for more than 50 times a day.
    Why does it happen? and what should i do for that. please help.

  • How to close open POs which are open for more than two month

    I am new to MM please somebody help me with this
    Thank you

    there is NO STD SAP program which will help u closing the open PO (more than two months)
    you need to go each and every PO and mark it as Del completed (item level in deleivery tab)
    but this is only stastestical indicator. System wont stop you creating further GR against such PO if any Qty leftout.
    for example - PO order 10EA, you recd 8EA and marked the indicator , still you can make the GR for 2EA
    there is SPRO setting as well to mark the PO as delivery completed once PO Qty and MIGO QTy is equal or with some variance . but this will work on real time
    Another way to set the final invoice indicator in invoice tab
    system will allow you to post the further invoices but all be blocked.
    somebody need to go and verify the blocked invoices and take necessary action
    This is again a manual activity, there is no such STD setting or T code exist
    Another way is you can create a program with the help of abaper
    built a logic on date / QTy and Amount and update the PO for del complete ( EKPO-ELIKZ) and final inv indicator (EKPO-EREKZ) by using BAPI PO change
    hope this will help you

  • Report for PO price more than standard cost

    We are currently without MM support at our plant, so I hope some one of you can help me.
    The new supply chain director want a report of POs that are placed where the PO price is not equal to the standard and will thus generate a price variance upon receipt.
    Query would be tough due to Unit of purchase vs MatMstr unit of measure.  I'm hoping for a standard report?
    The buyer does get a warning that the two are not equal, but they enter through them.  Is there a report of warnings issues??
    Any help would be great
    Thanks
    Althea

    There is not such stadard report for this but you can check the PO price in ME80FN.
    But for comparison and the diff report you have to have right the Query using
    EKKO, EKPO and MBEW table
    and the UOM you need to select the Order unit of the PO.

  • Strange problem with SSL Sockets using more than 10 Clients

    Hi
    I�m using Jsse ( JDK 1.4.2_06 ). I have coded a Client/Server Applikation acting over SSLSockets or over unsecured Sockets. If I use unsecured Sockets everthing works fine, but if I use SSLSockets for the Connection and about 20 Clients, the Clients often can�t connect to the Server and the following Exception was thrown:
    java.net.ConnectException: Connection refused: connect
    Could it be that there is some strange problem with SSLServerSockets relating to this phenomenon?
    If I use only a few Clients the Exception occurs never or only sometimes.
    Has anyboby an idea what is happaning there?
    Regards Chrisli

    Hi
    From the description of your scenario, you have coded your own server side of the application. I would advise that you consider moving your application to run under Tomcat framework and test if you still get the same exception.

  • Question about "words with friends" rules-can more than 1 person play on the same Ipod device?

    I have a Ipod touch 5th Generation and I like to play the free game version of "Words with Friends"  Can other family members in my house sign up to play on my Ipod using a different user name?  I have tried to figure this part out and there's no clue available on the "Words with Friends" website.  Thanks for your help again!!!  I also have music on my computer that I would like to transfer to the new Ipod.  How do I do that?  I haven't been able to link it to "Itunes" yet, and then sync it to my Ipod. 

    Well, E3000 doesn't support any usb port replicator. So, in case if you want to use any hard drive you need to connect it directly to the router.

  • If I import a CD onto iTunes with tracks that have more than one person on (eg Rihanna ft Drake), it puts these tracks in a separate album. How do I get them all back into the same album?

    It's done it with a load of cds, so then I can't even get the album artwork to work. Please help! It's starting to bug me haha

    In iTunes select all songs you want in the same album, right click the selection, choose "get info", type the album name in the album field, click OK.

  • SubVi with feedback nodes used more than once inside a While Loop

    All,
    I have a subvi that does a set of operations and uses 3 feedback nodes. I am using this subvi inside a While Loop a total of 4 times. I've noticed that all instances used share the same result at each corresponding feedback node but I would like to have an individual result from each of them. Is there an easy way to go around this problem? I have come up with ways to avoid this: a) create a different vi for each time the subvi was used. b) use global variables instead of feedback nodes. Is there any easier way to go around this issue?
    ExamplePlease note that both subvi's are the same) If on my first subvi I calculate a maximum value and get 1.29 (then goes to feedback node) on my second subvi i get 1.01 my feedback node at the second subvi still registers the maximum value to be 1.29. (and I want it to be 1.01!)
    Hope this is not too confusing, I've been scratching my head with this for a while, can't find the "easy" button. Thanks in advance.
    -Pop
    Im using 9.0.
    Solved!
    Go to Solution.

    Attaching the code would be helpful. Anyway, I am not sure how multiple feedback nodes are supposed to operate so I will defer that to others to answer. As far as being able to use distinct values or instances if you are using a subVI you could mark it as reentrant. That way each call to it will behave as it it were a copy of the VI and it will have its own memory space. This should include the feedback node. You may be ending up with a single subVI and in reality a single feedback node. If you need to pass data between calls than simply wire the data through. You could also use an Action Engine to store and retrieve values. An AE is a MUCH better solution than a global variable.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Validation of XML with Schema, which contains more than one Schema

    Hi All,
    I am having a parent.xsd file, which inculdes or imports child.xsd file. I need to validate an xml with the parent xsd. Could u give any sample code for doing the same.
    Java Version : 1.4.2
    Using Xerces for parsing the xml....
    Thanks,
    Senthil

    Is anyone there to reply?

  • Error when exporting target groups with more than 10000 BPs using mail form

    Dear experts,
    we are working on 7.0.
    we customized the communcation medium file export for the usage in campaigns.
    Everything is working fine: the target group (<4000 BPs) is exported to a .csv-file and attached to the campaign.
    As soon as number of BPs in the target group exceeds app. 9.000-10.000 the background job is executed successfully without errors, but no .csv-file is attached to the campaign.
    Has anyone experienced the same? Soem hitns or solutions?
    Thanks a ton and kind regards
    Hannes

    I don't think the character set is the problem. I used a string of numbers 0123456789 and just copied and pasted it repeatedly to build up the text. The database character set is WE8MSWIN1252.
    Regarding the apache log. I have to admit that I don't even know if I'm running apache. I am using a newly installed Oracle XE on a laptop in order to get some experience with application express. This app is the first one I've done. If someone will direct me to the log then I'll be glad to check it and post the relevent contents.
    I signed up for an apex workspace and intend to see if I can recreate the error from there so I can see if the problem is just in the free version of apex that comes with the Oracle Express Edition for windows database.

Maybe you are looking for

  • Target Display Mode as a docking solution - What are the downsides?

    Hi, I have a work 13" air with T.B and a new personal imac 27" at home which also has T.B. I have found this great feature that allows you to put the air in target disk mode (hold down t whilst booting) and then boot the imac whilst holding down the

  • Links in published website don't work.

    The majority of links in my published website (both online and when published to a folder) won't work. However, unpublished they work fine.The navigation bar and picture links fail, except for the first two pages. I've checked to make sure the links

  • Can't reduce an image's size

    I have an image that I took in RAW with a Canon 5D. I then masked a large portion of the image using the adjustments brush. The result was what I wanted but the image is now very large. I exported the image to a DNG to retain editability. The resulti

  • Payment release workflow for MIRO documents

    Hi, I have activated payment release function and successfully able to get workflow item for payment release for FI invoices posted through F-43 and FB60, but not on RE documents which are posted through MIRO, Can some body provide inputs on how to t

  • Selecting by CMYK value or Swatch Name

    I am new at scripting so please forgive me. What I want my script to do is look in an open document for any items that are colored a certain swatch color or CMYK value. I do have named swatches. For instance "032 (Red)". This swatch is a PANTONE swat