How to close PR automatically once Contract has been created?

Dear All,
Please help me with this issue. The requirement here is from PR (with WBS Element) --> Contract --> PO (partial payments, total will be contract value which is adopted from PR)
How do i automatically close PR once this PR has been adopted into a contract and saved.

hi
set message 06 076 as error in customization
sproMaterials ManagementPurchasingEnvironment DataDefine Attributes of System Messages
Vishal...

Similar Messages

  • How to have real time data in a lookup or how to update a lookup once it has been created?

    Hi,
    I have created a lookup from an existing table and am using it to match incoming data. I would like to refresh the lookup once  a day. Is this possible. If yes how do I go about it?
    Regards
    Prabha

    If you are looking up onto staged data, just snapshot the data once a day.
    Or you could just do an External Lookup, where there is no need to refresh the data as you can just look it up dynamically.
    You will not get any 'fuzziness' with this approach.

  • How to insert condition on PO once GR has been created

    Hi all,
    I want to allow users to insert conditions on Purchase Order once Goods Received has been created. How do I do that?
    Thanks,
    Nas

    Hi
    You can add conditions in change mode ME22N.But it will not change the your Material documents that are already posted.Conditions applicable for balalnce quantity.
    You have to cancel your material documents and do fresh GR to reflect the changes for already GR done quantity.
    Regards
    Ramakrishna

  • How to disable a button once it has been clicked

    Hi!
    I need to disable a button once the user has clicked it! I also need the colour of the button to change once it has been clicked as well (I need it to just grey out - not sure if this can be solved using actionscript??)
    The only method I could think of of accomplishing this is to put each button in their own UILoader, but I'm hoping there is a simpler method!?

    Here's what you do:
    1. Open the Components panel and drag a button on the Stage (do NOT create button symbol).
    2. For now, give it an instance name of "aButton" - that's what the code below uses. However, you probably want to use a different name. Also, you can open up the Components Inspector panel (CS4) to change the label on the button - use the Component Parameters section on the Properties panel if you have CS5.
    3. In the Actions panel use this code:
    aButton.addEventListener(MouseEvent.CLICK, disableButtonHandler);
    function disableButtonHandler(event:MouseEvent):void
         //do whatever (gotoAndStop, fscommand...)
         aButton.enabled = false;
    4. Test it. If it was done correctly (I tested it on my computer), the button should deactivate and go greyish when clicked.
    Make sure you use a Button Component. I don't know it this code would work with a Button or a MovieClip symbol.

  • Posts going missing - How to update an image once it has been displayed

    Something is very wrong with my posts here. I made this post earlier today, and added it to my watch list. The last time I checked it, there were no replies. Now the title in my watch list has been changed to null and the post is not showing up in the forum. Grrrr.
    Anyway, onto the main event.
    I've got some code that, among other things, displays an image in a Frame. I'm doing this by subclassing JLabel and overriding the paintComponent method.
    My question though, is how can I load a different image in place of that one ? I'm trying to run a slideshow, and whenever I load another image, I can see the new object is being created (I have a println in there), but the image in the frame is not updated with the new one.
    Here is my overridden paintComponent method:
    protected void paintComponent(Graphics g) {
              super.paintComponent(g);
              g.clearRect(0, 0, w, h);
              g.setColor(Color.BLACK);
         Graphics2D g2d = (Graphics2D)g.create();
         g2d.drawRenderedImage(image,null);
              g2d.dispose(); //clean up
    Can anyone advise how I would get the picture in the frame to update ?

    If you are looking up onto staged data, just snapshot the data once a day.
    Or you could just do an External Lookup, where there is no need to refresh the data as you can just look it up dynamically.
    You will not get any 'fuzziness' with this approach.

  • How to find these many credit memo has been created for particular day

    Hi Frinds,
    I am facing an issue where i need to search for partcular date in which i have to fetch how many credit memos have been created for that particular day.I donno what is the way to find credit memo for that particular day...
    All your help will be valuable for me
    Thanks in advance
    kishore

    Hi,
    If i am not clear with my requirement let me put you all in much better way like this..
    Through FBO3 tcode i am able to get the document for particular date..But that datas which gets fetched has Debit memo, Credit memo and few other datas also.
    I want to fetch the credit memo document which should have only this flow
    order no, credit memo request no,credit memo number and Accounting document to be fetched via
    Condition. I think i am clear now
    Plz help me on this
    Thanks
    kishore

  • How do I publish a site, that has been created on iWeb recently?

    I have created site on my iWeb recently, but hasn't been published yet. I wonder what is an acceptable way to do so, cause the programm suggests MobileMe subscription. Please help me, it is of immense importance for me.

    If this is your first website you might want to consider switching to an application that is currently being supported by the developers (iWeb has been discontinued for 2 years now) and has the modern features that most come to expect in such an application.
    If you search this forum for "iweb alternative" you'll find many topics discussing alterantive apps.  The one that is most iWeb like is Everweb and has been reviewed favorable in this forum.
    Everweb has a demo version that you can use to try to duplicate what you have in iWeb before you purchase it. 
    OT

  • Can someone tell me how to retrieve the itunes once it has been downloaded. By the way, the icon didn't appear on the desktop, Can someone tell me how to retrieve the itunes once it has been downloaded. By the way, the icon didn't appear on the desktop

    is it possible to download itunes several times and it not be on the computer? if it is, can someone tell me how to retrieve it, please.

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      
    Also, you should be able to redownload via iTunes on the computer. See that method included here:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Is there anyway to remove a spawned template once it has been created?

    The current page setup has a button with a 'Mouse Up' action which runs a javascript code:
    var a = this.getTemplate("HS");
    a.spawn();
    The script works fine, however, every time the button is pressed a duplicate template is created and so on. I'd like to find a way so that if the button is pressed more than once, either the previous template is removed or is replaced each time the button is pressed.
    Thank you,
    Mdog

    You can delete a page that was added as a result of spawning a template using the doc.deletePages JavaScript method. But if you only want to allow a template to be spawned once, there are better ways to approach the problem. As script can check to find out how many pages are currently in the document and not spawn if it's already been done. It's easier to not do something if not needed rather than undo.

  • Altering a DOM once it has been created after parseing an XML file

    Does anyone know of a nice easy way to edit a DOM once I have parsed it in so that I can write an altered XML file back to disk. (I can do the reading and writing easy enough, I just need the editing part.
    I used to have code that worked if the child node you altered was directly off the root but I need something a bit more genric so that I can say:
    replace(Document doc, String tag, String sub_tag, String item);
    Where doc is the current DOM, tag is the main tag (not always the root), sub_tag is the specific tag I want to alter and item is the value I want to set the sub_tag to.
    i.e. I want to read in XML like
    <root>
    <name>aname</name>
    <blob>ablob</blob>
    <sub>
    <name>subname</name>
    <item>anitem</item>
    </sub>
    </root>
    and have one method where I can change the root name or the sub name.
    Any ideas ?

    FYI here is how I did it in the end.
    * Finds where the child tag we are looking for occurs and then replaces it with
    * the a modified clone of the child.
    * @param doc The Document to alter.
    * @param parent_tag The tag to alter.
    * @param child_tag The sub_tag that will be altered.
    * @param item The item to insert as the value of a tag.
    * @param index_one The index of the parent tag incase there is more than one.
    * @param index_two The index of the child tag incase there is more than one.
    * @return The modified document.
    private Document putItemInDoc(Document doc, String parent_tag, String child_tag, String item, int index_one, int index_two)
    Document tempDoc = doc;
    Element root = tempDoc.getDocumentElement();
    boolean found = false;
    Node parent = null;
    NodeList matches = tempDoc.getElementsByTagName(parent_tag);
    //get the parent node we know the child to be on.
    parent = matches.item(index_one);
    NodeList childList = parent.getChildNodes();
    int count = 0;
    int i = 0;
    do{
    if((childList.item(i)).getNodeName().equals(child_tag))
    if(count==index_two)
    Node child = childList.item(i);
    Node clone = child.cloneNode(true);
    clone.getFirstChild().setNodeValue(item);
    found = true;
    System.out.println("found");
    //replace child node with modified clone.
    tempDoc.getElementsByTagName(parent_tag).item(index_one).replaceChild(clone,child);
    else
    count++;
    i++;
    }while((i<childList.getLength())&&(!found));
    return(tempDoc);

  • How can I open a project that has been created with Mercury Playback Engine GPU Acceleration software, on my trial version of Premier Pro CC?

    Hi,
    I'm working with a colleague who is using Mercury Playback Engine GPU Acceleration software on his PC version of Premier Pro CC. I am using a mac and have a trial version of Premier Pro CC. When I try to open a project file that he has sent me I get an error message-
    "Missing renderer: This project was last used with Mercury Playback Engine GPU Acceleration (CUDA), which is either not available or not certified on this system. Mercury Playback Engine Software Only will be used."
    When I click OK and locate the files I get a message saying "File format not supported".
    Can anyone tell me what to do so that we can share project files?
    Many thanks,
    Jessie

    Shouldn't really be the MPE at fault here ... what is the codec of the footage/sequence/project?
    Second, can you create a new project in PrPro, then in the media browser, import that sequence from the other project?

  • How to open a RAW file that has been created with Photoshop CS5.5?

    I did some HDRs and when back in Photoshop CS 5.5 I tried to save them (16 bit colur depth).
    GIven the option to save the image as .RAW file I did that but now:
    Which program can be used to open those Photoshop created RAW files???
    When I try to open one of these files with Photoshop I just get noise.

    1.  Photoshop CAN open (flat) PSD files through Camera Raw, no problem.
    2. There are those of us who have used every version of Photoshop, going back almost 20 years, and who *still* haven't used them all.  I just don't see that as any kind of problem. 
    3. Lastly:  You have been asserting here all along that Photoshop won't re-open a 16 bit .raw file properly.  That's absolutely wrong.  If you get the bit depth, number of channels, and pixel counts right (i.e., the same as when the image was saved) it WILL open properly.  The thing is, with the Photoshop raw format there really is no metadata in the file, meaning YOU have to put all those numbers in.  It's not a general purpose "push one button and done" kind of format - it's a specialty format, as Chris noted above.
    -Noel
    1) will try that out
    2) I am just curious and like to try out all functions and see what it does and how it works.
    3) guess I have to play arould with it a bit more to find the right settings that allow me to save and re-open the file correctly.
    BTW: when writing messages here my FF browser doesnt show any cursor in the text field which makes it difficult to see where I am. Does everyone have that problem?
    Just noticed: I have to click on to something in the pulldown menu and later the cursor appears. I have the same problem with facebook. Have to click somewhere else first and then go back to the text field to make the cursor appear.

  • Can I change my iCloud email address once it has been created?

    I found I cannot change the email address with the @me.com ending. I think it is associate with the apple ID and I tried to deleted the iCloud account but it seems only "sign out" and when I signed in iCloud with my apple ID everything is back....

    Hi sabouse,
    Yes you can change your printer's ePrint address:
    Sign into ePrintCenter.com.
    At the top of the ePrint box, next to the printer's ePrint address in blue you should find a change button.
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • 9i - How to Determine If Oracle Management Server Has Been Configured ?

    hi all,
    I'm using 9.2 on a Windows 2000 server - but I'm new to this server and don't know what has been done in the past.
    I'm getting the VTK-1000 error when I try to connect in Oracle Management Server mode.
    To determine the problem, I need to know how I can determine whether the Oracle Management Server has been created/configured. Also, how can I know that the Repository has been created?
    This is what I've tried:
    -Tried logging in as sysman with a password of oem_temp
    - checked the Windows services - none exist as OracleManage... which causes me to think OMS was never configured
    But I dont want to destroy something that may already exist. That's why I want to confirm first.
    Sorry for the lame question - I'm new to Oracle.
    Thanks, John

    Well, then you don't have the SYSMAN password. Here you have two options, the first one, is to try to recover that repository or the second option, to get rid of this repository and create a brand new one.
    If you are willing to use the existing repository, then you will have to reset sysman's password, the procedure to perform this task is as follows:
    Connect by means of SQLPlus to the repository, you should open a session with the OEM repository database owner. In case you don't have this password (most probably) you will have to temporarily reset this password, as outlined on the bottom procedure.
    Open a session to the database as the OEM repoistory owner, let's say OEM_REP or whatever is the actual repository.
    sqlplus <OEMRepositoryOwner>/<OEMRepositoryOwnerPassword>@<OEMRepository>
    At the SQL prompt issue the command:
    execute smp_maintenance.reset_sysman();
    Your sysman password will be reset to OEM_TEMP, then you can enter if the repository is up and running, and you can issue commands to check status and shutdown it.
    Temporarily resetting a db user password:
    1. Connect to the database as sysdba:
    sqlplus / as sysdba
    2. At the sqlplus prompt query the dba_users table to get the password:
    select username, password from dba_users where username='<OEMRepositoryOwner>';
    Copy the current password in a safe place.
    3. Set a new password, let's say 'X'.
    Alter user <OEMRepositoryOwner> identified by X;
    4. Once you are done with the previous reset sysman procedure, then you can restore the user password:
    alter user <OEMRepositoryOwner> identified by values '<PreviouslyEncodedSavedPassword>';
    Then you are done.
    ~ Madrid
    http://hrivera99.blogspot.com/
    .

  • How can I know the new Material Master has been created?

    Does anyone have been tried about how to trigger the new Material Master has been created at a time interaval(maybe an hour or a day)?
    I want to transfer the new Material Master within a given period from SAP R/3 4.6C to .NET Application through standard BAPI or RFC and .NET Connector 2.0. How can I do?
    Any suggestion is wellcome. Thank You.

    Thank you Jiri Ehrlich for answering my question..
    I choose the third way as you suggest..
    ".. 3) Create your own ABAP function to export whole Material Master, call this function from your .NET application and do synchronizing on .NET side (so your .NET application will be RFC client).."
    I've tried RFC that retrieve Material Detail by using BAPI_MATERIAL_GETLIST. It works fine but if I want to retrive the new Material or modified within a given period of time(for example 15 or 30 minutes). How I can do? Is there any standard BAPI or RFC to call from .NET or I have to write new RFC.
    I have little background of ABAP so help me please. If I have to create new RFC, is there any ABAP Function to call or which table I can retrive those information.
    Anyone can suggest?? Thanks in advance

Maybe you are looking for

  • I have a 2008 13" Mac Book and want to put a solid state drive in it

    I installed Lion firdt and then Clones my hard drive to the solid state drive but it has issues. I tried to do a clesn install on the solid state drive but the install will not complete

  • HT201172 Pass key for iPod to pair with Bluetooth in car

    How can I find out the pass key to pair my 7th gen iPod to the Bluetooth in my 2011 Infiniti G37?

  • Find users fails to return all users

    We've noticed what appears to be an issue with "Accounts, Find Users, Starts With" and/or lower case letters. For example, if we selected 'Last Name Starts With' and used 'Taylor', we got back 20 users. When we used 'Last Name Contains' and used 'Tay

  • APEX - developing an iSQL replacement.

    Hey Guys, I'm currently looking for a piece of software which allows to perfrom some free SQL's over http (like iSQL did some time ago). Because it seems, that there's nothing available on market, we wan't to try it with APEX. APEX itself delivers th

  • Genrating script for following scripts.

    HI, i have to genrate script for getting this output from 100 servers. but i tried on 2 servers but out put was not prpaerly allinged i spool the output can any one suggest me to take this output on CSV or other proper format. 1.1 select * from v$ver