ME92F - Filtering out PO's without a "Rough GR" type of Confirmation Date..

Dear Colleagues,
ON ME92F,is there any way in filtering out the PO's that don't have a "Rough GR" date entered into them?
All help is appreciated,
PAPJ1.

Cheers Nick.
Think I will approach this from a different point of view.Thanks again.
PAPJ1.

Similar Messages

  • Need help on filtering out one record from a report and open in new page

    Hi I am new and embarrassed to write in the forum asking silly questions. Thing is I am learning all from scratch without help from anyone. I have created a database (have previous knowledge only from Access) and have managed to create a beautiful report from a search filter. This report lines up several records matching what I needed. Now, I want to make the whole report with hyperlinks to a detailed page on each of the records in the report. I have tried using the feature where one can make one column hyperlinked and redirect to a new page, where I am getting all the records again - instead of only getting the record I am clicking on. I have looked and looked in the forums without finding solution and I have tested and tried various methods without luck. I am suspecting that I need some sort of knowledge on how to write a select query with where conditions that can apply to filtering out a record from one report to get another detailed on only one object (i.e. record). :/ Stupid or what?

    Hrefna.
    What you need to look into is two things:
    1) The link you defined, needs to set additional attributes for the target page. In the "Column Link" box, you have set the link to "Page in this Application" and followed by the page number (let's say, Page 10). Below that, you should set an Item to an item on you target page (let's call that P10_PRODUCT_ID). This item should be the primary key of your detail table (on the targe page). You can select this item from the popup list. The Value of the item should be picked from a popup list as well, being the value from the record you clicked on. This should then transfer your selected item to your page. The URL will then have something like P10_PRODUCT_ID:5 at the end.
    2) On the target page, 10, you must change the query slightly, so that it adds a WHERE clause:
    WHERE PRODUCT_ID = :P10_PRODUCT_ID
    Now, you should be set.
    Hope this helps.
    Borkur

  • I am stuck in guided access and I don't remember my password.  How do I get out of it without losing all of my picture and apps and such?

    I am stuck in guided access and I don't remember my password.  How do I get out of it without losing all of my picture and apps and such?

    Connect the iPod to its syncing computer and restore via iTunes.  If the iPod asks for the passcode and you can't enter the passcode or if you do not have the syncing computer, place the iPod in recovery mode and then restore.  For recovery mode:
    iPhone and iPod touch: Unable to update or restore

  • Is there any easier way to edit imovie files that have been exported as mov file then added to FCE 4?? As every move I make has to be rendered and takes forever??? Also my recording is going out of focus without me touching the camera, why has this happen

    Is there any easier way to edit imovie files that have been exported as mov file then added to FCE 4?? As every move I make has to be rendered and takes forever??? Also my recording is going out of focus without me touching the camera, why has this happened any idea what causes this??
    iMovie '08, Mac OS X (10.5.8), FCE 4

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • Some of my email is getting filtered out so I don't receive them.

    Some of my emails are getting filtered out after it is accepted and received by me.com services.

    How can it be corrected?

  • My phone is in recovery mode and i want to get out of it without loosing all my stuff. how do i do that?

    my phone is stuck in recovery mode and i want to get out of it without loosing all my stuff. how do i do that?

    If it's in recovery mode, your stuff is already gone.

  • Can I log out of icloud without losing information and pictures?

    Can I log out of Icloud without losing pictures and info?

    Back them up, sign out, Restore them. They will be deleted (from your computer, but not from your iCloud account) when you sign out.

  • My macbook froze up. Finger gestures work, but I cant close out of any windows. How do I close out the windows without using the track pad?

    My macbook froze up. Finger gestures work, but I can't close out of any windows by clicking on the red "X". How do I close out the windows without using the track pad?

    Command + W will close a window. Command + Q will quit a program.

  • Pass Prompt values into Legend / '-ALL-' filter filters out all records

    Hi
    I have 2 questions for the same chart so I hope it's OK to add them in one post.
    Firstly I have created a chart & added three Select List filters which work fine, the query is below, problem is that when I change back to '-ALL-' I get no data, it has filtered out all records as no data matches the value of '-ALL-' does anyone know the code to get around this?
    My chart query;
    select null link, P_MONTH AS MONTH, SUM(CALLS) AS data
    from DATA.MAIN_DATA
    WHERE WAREHOUSE = :P1_WAREHOUSE
    AND ANS_UNANS = :P1_ANS_UNANS
    AND PRODUCT = :P1_PRODUCT
    GROUP BY P_MONTH
    As I will have several queries like the one above for different options on the same chart, I would like the Legend to show what the user has chosen each time the options are changed ie;
    Something like the bolded text in the query to display the chosen values in the legend;
    select null link, P_MONTH AS MONTH, SUM(CALLS) AS 'P1_WAREHOUSE' || 'P1_ANS_UNANS' || 'P1_PRODUCT'
    from DATA.MAIN_DATA
    WHERE WAREHOUSE = :P1_WAREHOUSE
    AND ANS_UNANS = :P1_ANS_UNANS
    AND PRODUCT = :P1_PRODUCT
    GROUP BY P_MONTH
    Any ideas/suggests?

    Thanks Andy
    I'm having some problems with applying this so it may be best if I show you how I've applied this code.
    Here's an example of my data on a made up 'EMP' table;
    ENAME     SAL     DEPTNO     DEPARTMENT
    SMITH1     1871     345     DEPT1
    SMITH2     1953     345     DEPT2
    SMITH3     2239     345     DEPT3
    SMITH4     492     345     DEPT4
    SMITH5     2431     345     DEPT5
    SMITH6     2331     345     DEPT6
    SMITH7     1003     369     DEPT7
    SMITH8     1688     370     DEPT8
    SMITH9     2284     371     DEPT9
    So I'm only using one table - 'EMP'
    I've created 2 LOVs, 'DEPTNO' & 'DNAME'.
    'DEPTNO' LOV has the values for the 'DEPTNO' field in the table.
    'DNAME' LOV has the values for the 'DEPARTMENT' field in the table.
    I then created a chart with the below SQL query as its source;
    SELECT NULL LINK,ENAME LABEL,SAL VALUE
    FROM EMP
    WHERE (DEPTNO = :P1_DEPTNO OR :P1_DEPTNO = 0)
    ORDER BY ENAME
    The 'Chart Title' field under the 'Chart Attributes' tab has the below added;
    Department - &P1_DNAME.
    The COMPUTATION is as below;
    SLECT NVL(DEPARTMENT, '-ALL-')
    FROM EMP
    WHERE DEPTNO = :P1_DEPTNO
    Could you advise where I may be going wrong as I have the following errors;
    1. The chart is working OK with the added '(DEPTNO = :P1_DEPTNO OR :P1_DEPTNO = 0)' clause - but I still get no results for '-ALL-'
    2. I can't get the chart to display the current value in the legend - where exactly should I put this line - 'Department - &P1_DNAME.'
    3. The Computation is stopping any data from showing in the chart

  • Once a month my email contacts get sent out to everyone without me sending them what can i do to stop that?

    once a month my email contacts get sent out to everyone without me sending them,what can i do to stop that?

    Check you haven't been infected by a Botnet:
    Simply put, a bot – which is short for robot – is an automated computer program that allows outside sources to control computers remotely without the users' knowledge. A botnet is a network of hundreds or thousands of computers infected with botnet malware that communicates covertly with a command-and-control (CnC) server run by a type of cybercriminal called a botmaster. Unbeknownst to the individual users, their computers are linked in a rogue network which the botmaster can utilize for a variety of nefarious purposes.
    Detailed information here:
    http://mac-internet-security-software-review.toptenreviews.com/how-do-i-know-if- my-computer-is-a-botnet-zombie-.html
    Contact your ISP.

  • How I can use my galaxy II only for camera and wifi while I am traveling out of states without any extra charge?

    How I can use my galaxy II only for camera and  while I am traveling out of states without any extra charge?

    i think you can put the device in airplane mode then selectively turn on wifi...
    before you travel you could try this and check your cellular usage on the settings ! mobile data display. you might be able to turn mobile data / cellular radio off that way as well.

  • Ruling/filtering out Activities due for shipping

    Hello.
    First time poster. Tried to search the forums for a solution, but couldn't find apparently.
    In our company, the warehouse has the responsibility of printing out activities, but we would like to filter out any entries that does not have sufficient stock available. As per now, we see a growing list of orders that won't print simply because we do not have the needed materials. We also see orders of return - which is not our responsibility.
    So, is there an option of ruling or filtering out, so that we only see activities due for shipping with available materials?
    Thanks in advance.

    Try TCode VL10A.
    Standard/default CalcRuleDefltDlvCrDt is 2-Today and tomorrow, which will include sales doc due for delivery within Today & Tommorrow.
    (Where, Rule for determining default value for deliv. creation date = CalcRuleDefltDlvCrDt)
    You can also use
    3 for *Due for shipment by the end of next week ( past-due delivs)*+
    4 for Due for shipment tomorrow (includes past-due deliveries)
    Regards
    JP

  • Find out serial number without opening program

    I want to register my premiere elements editor 11 (bought it in the mac Appstore). Therefore I need the serial number. But since i work with yosemite, I can't load the program anymore. How can I find out the serial without loading the program?

    Hi there
    Purchases from the Mac App Store do not have a serial number.  Please check this doc for more info: http://helpx.adobe.com/photoshop-elements/kb/purchases-mac-app-store-faq.html
    Thanks
    Bev

  • EREC: Filtering out locked candidate profiles in the quick search fn

    Hi,
    When a candidate registers in SAP e-Recruiting application, they have two option to set their profile status
    i.e. 'Locked' and 'Released'.
    Locked - Applicant is inactive or not looking for change. So when recruiter does a search, they won't see 'Locked' profiles.
    The requirement is that for the quicksearch option the the locked profiles need to be filtered out.
    I have tried implementing the BADI - HRRCF00_SEARCH_HIDDEN_INFO method RETRIEVE_HIDDEN_INFORMATION( )
    by populating et_hidden_info table for iv_search_task EQ 'quicksearch'. It gives a syntax error "The syntax of your entries in the full text search is incorrect ".
    Is there a way for the locked profiles to be filtered out inorder that recruiters don't see the locked candidate profiles?
    Thanks for your help!

    Hi Sally,
    Thanks for your reply.
    I have verfied if the correction mentioned in the sap note you've mentioned has been incorporated in the system, and I observe that it has been modified per the note.
    I have already added the TREX attributes as below:
        ls_hidden_info-ses_attr_name = me->gc_hidden_info_cand_status. ('hidden_info.candidate_status.key')
        ls_hidden_info-ses_attr_value = me->gc_cand_status_released. ('RELEASED')
    for the iv_search_task EQ 'quicksearch' and appended it to the exp. internal table et_hidden_info.
    After this am getting the error message 'The syntax of your entries in the full text search is incorrect'.
    Many Thanks,
    Wincy

  • Ever since my iphoto library crashed (ran out of space without warning) my mcbook pro has been slow, unresponsive, freezes in sleep mode and won't restart... please help.

    Hi everyone
    Ever since my iphoto library crashed (ran out of space without warning) my mcbook pro has been slow, unresponsive, freezes in sleep mode and won't restart...
    I've since backed everything up on an external hard drive, removed the corrupt library, even reinstalled the operating software and there is now hardly anything on the hard drive, it still runs painfully slow. If I close the lid which puts it in sleep mode, it either doesn't go into sleep mode but instead the battery just gets drained and I find it completely empty of power (it won't start again unless plugged in), or it goes into sleep mode but just freezes when I try to reopen.
    In iphoto (reinstalled) but even other applications it is painfully slow, not like a mac at all!
    I am trying to go to genius bar with it but thinking maybe someone in this forum can help...
    Many thanks
    Andre

    Have you tried SMC and PRAM resets?
    http://support.apple.com/kb/ht3964
    http://support.apple.com/kb/ht1379
    Ciao.

Maybe you are looking for

  • Please Help, Motion Editor Easing Problem

    Hi, I'm having trouble with the Motion Editor. I'm working on a Flash banner in AS2, publishing to Flash Player 8. I have a movie clip whose timeline I right-click and select 'Create Motion Tween.' I move position the playhead later in the timeline a

  • Oracle XE - UTL_FILE - shared printer

    Hi, I am trying to recreate a production environment on XE. I am trying to send a print command to a shared printer (share name label01). The machine running the XE database is called cobrademo. When I try the following command utl_file.fopen('\\cobr

  • Highlight pdf in ibooks (ipad)

    i tried to press the text for quite a long time, but my highlight button wont show up. the only button that shows up are copy, define and search. somebody please help me finding my highlight button

  • Saving browsed songs for later purchase

    I enjoy the just for you option in iTunes, but sometimes I am not ready to purchase songs immediately. Is there an option to store songs in a wish list other than emailing an alert to yourself? Thanks for the help

  • List of RFC enabled Function Modules?

    Hello, this might be a tricky one - would anyone know if there is a way to get a list of all RFC enabled function modules in the basis area? I know about se 37 and it's search functions but would like some type of "all" list. Thanks for thinking. And