Change Notification status from NOPR back to OSNO

Is this possible?... i hope you can help me.

Hi Anji,
I've tried EXIT, but i did not find a place where i could specify the status. And the BADI is seems to be used for user status, can I use if for standard status?
Thanks!
Peng

Similar Messages

  • Is it possible to change the status from Bid Rejected to Bid submitted?

    Hi there.
    We are working in SRM 4.0.
    One user rejected a bid, but it was a mistake. Is it possible to change the status from Bid Rejected to Bid submitted?
    We would like to modify the status from Bid Rejected to Bid submitted or Awaiting Approval to Bid submitted in order to solve errors.
    Thanks and regards.
    Raúl Moncada.

    Hi ,
    Use Function Module : BBP_PD_BID_STATUS_CHANGE
    Supply Activity = 'QOSU' .
    Regards,
    Sachin S M

  • Change Build Status From PL/SQL

    Apex 3.2
    Please see my previous thread
    Change Build Status From PL/SQL
    We tried this code
    CREATE OR REPLACE procedure APEX_030200.pr_sup_unfreeze_apex
    as
    begin
      for l_app in (select id
                          ,security_group_id
                    from APEX_030200.wwv_flows
      loop
        wwv_flow_api.set_security_group_id(l_app.security_group_id);
        wwv_flow_api.set_flow_status (p_flow_id     => l_app.id
                                     ,p_flow_status => 'AVAILABLE'
      end loop;
      commit;
    exception when others then
      dbms_output.put_line (sqlcode);
      dbms_output.put_line (substr(sqlerrm,1,250));
      dbms_output.put_line (substr(sqlerrm,250,250));
      rollback;
      raise;
    end;but recieved error
    BEGIN APEX_030200.pr_sup_freeze_apex; END;
    Error at line 1
    ORA-20001: Package variable g_security_group_id must be set.
    ORA-06512: at "APEX_030200.PR_SUP_FREEZE_APEX", line 51
    ORA-06512: at line 1
    Any ideas ?
    If I just run
    select id,security_group_id
    from APEX_030200.wwv_flows
    ID SECURITY_GROUP_ID
    4000 10
    4050 10
    4155 10
    4300 10
    4350 10
    4400 10
    4411 10
    4500 10
    4550 10
    4700 10
    125 1.07701203277056E15
    1000 1.08971536719791E15
    1010 1.08971536719791E15
    114 1.41432144152464E15
    123 1.43440509319107E15
    160 2.25192481868561E15
    190 2.41432896355852E15
    100 3.93632559648557E15
    103 3.93632559648557E15
    130 5.9543257997941E15
    140 5.95501879180405E15
    Edited by: Gus C on Nov 8, 2012 5:43 AM
    Edited by: Gus C on Nov 8, 2012 5:50 AM

    Hi Gus,
    as Rod already mentioned, wwv_flow_api.set_flow_status would be the way to go. It's no officially documented or supported API but it will do what you want. Just be prepared that it might be removed in the future. The API is defined as following:
    procedure set_flow_status (
        p_flow_id                   in number,
        p_flow_status               in varchar2,
        p_flow_status_message       in varchar2 default null,
        p_restrict_to_user_list     in varchar2 default null )Example code to make all applications unavailable (has to be executed as APEX_040200).
    begin
        for l_app in ( select id,
                              security_group_id
                         from wwv_flows )
        loop
            wwv_flow_api.set_security_group_id(l_app.security_group_id);
            wwv_flow_api.set_flow_status (
                p_flow_id     => l_app.id,
                p_flow_status => 'UNAVAILABLE' );
        end loop;
        commit;
    end;Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Cannot Change Item Status from Active to Inactive

    Dear All
    Cannot Change Item Status from Active to Inactive on Item master screen. can any one provide the steps.
    Best Regards
    Arifuddin

    Check on below link under "Defining Item Status Codes"
    http://docs.oracle.com/cd/E18727_01/doc.121/e13450/T291651T291798.htm#I_t_ditstatus
    thanks

  • Sharepoint Designer - Two step List Workflow task item is not changing the status from not started to Complete

    Hi 
    Using SPD i am creating list workflow.
    Scenario: Employee submits a request . Task assign to manager. Manager can either approve/ reject. If approve then change the state column to "done". If rejected the state column to "Rejected".
    Problem is "Assign a to do item" is assigning the task to manager. But after manager approves the status in the task list not changed to "Completed". Still it is showing "Not started". I dont want to manually complete the task.
    Please help me for automatic process. 
    What i should do to change the status to "Complete" automatically after manager approval
    Regards
    Jhanani
    Janani.R

    Hi Janani,
    From your description, you would like to create an approval workflow for a list. When an employee submit a request to the list, an approval task should be assigned to manager, then manager could approve or reject the request. From the request list,
    we should be able to see the Approval task’s status.
    Not understand the reason of designing the workflow to two steps, an approval action should be enough from my understanding. For producing, I create a list named Request list, then customize it in InfoPath form to add a Request field for stating request
    content. Then add a workflow to list named Approval task, add the action of Start an approval process with administrator and make the workflow automatically start when item is added.
    The image below shows the status of Adding items, Approving and Rejecting. Please check if it could meet your requirement.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Change Report Status from "completed / passed" to "Completed"?

    With Captivate 5, is it possible to change the Report Status from "completed / passed" to "Completed"? The "completed / passed" given is causing issues with my LMS thus need "Completed" only. Is this possible with version 5 or even version 6?
    Thank you in advance for any help!

    Hi There,
    Thank you for reaching Adobe Community.
    You can select the below settings from Edit > Preferences >  Quiz > Reporting panel. You can change the Status representation to Incomplete > Complete.
    Here is the screen shot frm ScormCloud LMS:
    Thanks!

  • SOLMAN : Changing notification status

    Hello Experts,
    My requirement is to change the notification status in CRMD_ORDER using BDC or BAPI. I tried with BDC, but status is not changing through BDC. Is there any BAPI or function module to change the notification status with notification number as input? Plz help me....
    Thanks in Advance,
    Sankar.

    Please post ur query in  solution manager catagory under "SAP solution" forum.
    Thanks
    Vishal Kapoor

  • Change work status from Excel interfase directly

    Hi,
    Anyone knows if there is a way to change the work status directly from the Excel interfase? I mean, with vba code or some function instead of using the web interfase?
    Thanks.
    Regards

    Hi.
    I have the same need in MS. I would like to change work status directly from Excel but don´t know how to do it.
    Can you please clarify about the program UJW_WS_TEST? I don´t know what is this (it probably is different in BPC MS 7.5?)
    Thanks.

  • MIGO : CHANGE FIELD STATUS FROM DISPLAY TO EDIT FOR BATCH

    DEAR GURU
    I HAVE CONFIGURED SHELF LIFE FOR OUR PLANTS. WHEN A PLANT USER CREATING RESERVATION FOR SHELF LIFE ITEM , SYSTEM IS ASKING FOR BATCH NUMBER & THEY ARE SELECTING ANY  BATCH FROM F4 LIST.
    AFTER THAT WHEN STORE USER IS CREATING ISSUE SLIP  AGAINST THAT RESERVATION, BATCH NO IS SHOWING IN DISPLAY MODE . COULD WE CHANGE THIS FIELD FROM DISPLAY TO EDIT MODE, SO THAT IF PLANT USER ENTERED WRONG BATCH ,STORE USER CAN CHANGE IT DURING ISSUE SLIP.
    REGARDS
    RAJ

    hi..
    Please check.
    MSC2N or MSC5N....

  • Change system status from PDLV to DLV

    Hi All
    Please help me with this error. Already tick the delivery compeleted in Goods Receipt Tab but then system status won't change from PDLV to DLV. Is there any other way wherein I could change it?
    Thank you
    Jesielle

    Hi Jesielle,
    We're facing the same issue with you. The status remains at PDLV even though we had set the "Delivery Completed" indicator. This only happens to Production Orders that having multiple Items.
    Please share on how you resolved this issue?
    Thanks.
    Regards,
    Hooi Chia

  • LR 4.3 - Can't Change External Editor from CS6 back to CS5

    Using LR 4.3 because of Retina Screen MBP.  Downloaded trial copy of CS6 with patch.  Every time I use CS6 as an external editor from LR, it crashes, especially when cloning.  Want to change back to CS5 as external editor in preferences but it doesn't seem to be an option.  Any way to do this?
    Thanks
    Barry Fisher

    As long as CS6 is installed Lightroom will choose it as the primary external editor. You can however have CS5 as a secondary editor.
    You do not choose the primary editor it will only be Photoshop, Lightroom will choose the most (senior) one installed CS over Elements and the latest version.

  • Need to change MRP status from Reserved to Fixed - AFS

    Hi,
    I need to change the MRP (allocation) Status (J_3ASTAT) from reserved (R) to Fixed (F).
    transaction  - j4ab
    table - J_3ABDBS (AFS Requirement - Stock assignment) or any other table for this to be updated?
    Do any one have any idea about the Function module or any other procedure to achieve this?
    Thanks,
    Nilanjana

    Hi Nilanjana,
    Yes. You could do this using J4AB.Allocation->Release.
    In the j_3abdbs table, J_3ASTAT field would get changed from "R" to "F".
    The include is /AFS/ARUN_MANAGEMENTTOOL_FCO0Q.
    Best Regards,
    Anitha.

  • I need to change my printer from printing back to front to front to back

    My printer prints the last page first and the first page last. I need to change the printer so that it always prints front to back.

    Hi,
    Please try this.
    Touch set up icon (wrench shaped icon) in printer display screen . Then select first option which appear on your  printer screen. After  touch OK again select first option appear on printer screen. Touch OK. A list of languages will appear. Select English from the list.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How do I change my searches from Yahoo back to Google?

    I use Mozilla regularly as a browser but may have to resort to something else as this search business is getting on my nerves.
    I'm a long-term fan of Google which in my opinion, and the opinion of countless others is the best search engine on the market. The AVG Security toolbar though, despite it's claims of being a "security toolbar", interferes with search settings and installs utter rubbish by the name of "Yahoo". I want to remove Yahoo entirely and block and future installs from it.
    I've tried "about:config" and types google on the provider names, but it seems AVG have gone one step further. When I type Google in, it reverts straight back to Yahoo. Apparently they have seen fit to try and remove any choice the user have.
    Is this even legal? I can find no means of removing or disabling it, and Yahoo keeps popping back up for my address bar searches. It's quite simple. Yahoo sucks and we dont' want it...

    See if this helps. Set the AVG default search engine. http://www.avg.com/special-toolbar-how-to-disable-search-tlbrf.tpl-mcr1<br />
    You may then need to reset keyword.URL in '''about:config'''. See: <br />
    http://kb.mozillazine.org/About:config<br />
    http://kb.mozillazine.org/Keyword.URL<br />
    https://support.mozilla.com/en-US/kb/Search+bar<br />
    http://kb.mozillazine.org/Search_Bar<br />
    You need to update your plug-ins. It is important to keep them updated due to continuing security fixes and improvements in those plug-ins:
    * Adobe Shockwave for Director Netscape plug-in, version 11.5 (new version release 08/24/2010)
    * Adobe PDF Plug-In For Firefox and Netscape (you '''<u>may</u>''' need to update)
    *Shockwave Flash 10.0 r32
    * Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    #Check your plugin versions: http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use Firefox to download and SAVE the installer to your hard drive from the link in the article below
    #**On the Adobe page, un-check any extra items (i.e. Free McAfee® Security Scan Plus) then click Download button
    #**If you see message just under tabs, DO NOT click the Allow button, instead click below that where it says "click here to download".
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link and more information</u>''': https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    #*After the installation, start Firefox and check your version again.
    #'''Update Shockwave Flash'''
    #*Use Firefox to Download and SAVE to your hard drive from the link in article below
    #*SAVE to your Desktop so you can find it
    #*After download completes, close Firefox
    #*Click on the file you just downloaded and install
    #**Note: Vista and Win7 users may need to right-click the installer downloaded and choose "Run as Administrator"
    #**Note: Most browsers other than IE will also get updated with this one download
    #**Note: To update IE, same procedure '''<u>but use IE</u>''' to go: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
    #*After installation, restart Firefox and check your version again.
    #*'''<u>Download link and other information</u>''': https://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash
    #'''Update Java:''' https://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox

  • How do I change a photo from iPhoto back to color?

    I recently took a picture of my friend, and when i uploaded it into iphoto, i clicked on the b&w, and sepia color effects. I determined I did not like them, and now I cannot figure out how to change my photo back to the original color. Please help.

    never mind i found out how by clicking revert to original

Maybe you are looking for

  • Best way to handle large amount of text

    hello everyone My project involves handling large amount of text.(from conferences and reports) Most of them r in Ms Word. I can turn them into RTF format. I dont want to use scrolling. I prefer turning pages(next, previous, last, contents). which me

  • Proxy client (over USB connection) with DHCP assigned IP address doesn't work with FRDM-K64F

    Hello, after reading about the issues on this forum with a static IP address on the Freescale FRDM-K64F board I went for an DHCP address but I can't get the proxy client to work over a USB connection with DHCP either. My console tells me the followin

  • Security Update 1.0 (2009-002)

    I recently downloaded and installed the Security Update 2009-002 on my iBook with OS 10.4.11. Since I installed it, I have not been able to log on to any secure web sites using Safari. In fact after going to one or two sites, Safari will not go to an

  • Keywords for my Podcast not working right in Search Podcast

    I'm wondering if any other podcasters are having problems with the "search podcast" feature not finding your updated keywords? I've changed the keywords using Smartcast in Feedburner but the new keywords never seem to get any hits for my podcast in t

  • Finalizing JDBCConnectionWrapper on unclosed connection! - java.lang.Except

    Hello Guru's, on our SAP NetWeaver AS, Java with Enterprise Portal, we have the follow error message very often in our default trace. what can we do to solve this problem? finalizing JDBCConnectionWrapper on unclosed connection! - java.lang.Exception