PR status - cancelled and in release

Hi All,
I am creating a workflow in which i have to take different actions on PR Cancelled and PR In release. But in both the cases, the status is saved as IN RELEASE in database.
So, how can I differentiate between the Cancelled PR and In Release PR.
Please help.
Guddan.

The exact same question here:
BUS2105 Issue on creation of PR
Is this a duplicate posting?

Similar Messages

  • How to create report with status killed and cancel ?

    Hi Guys,
    From the report query filter, i only able to pull a certain status of job ? anyone know how to pull the report for the job with status killed and cancel ?
    regards,
    Chris

    Hi Mano,
    You are in the filter editor for job definitions (Definitions > Job definitions). Job definitions do not have a status (they simply define what to do, optionally when).
    Go to "Monitoring > Jobs" (First item in the first group), you can also click on the button in the tool bar. See screenshots below on my English system:
    Regards,
    HP

  • I want to check the status of application No.  For it is written in my account was canceled and I did not do so I urgent news about his condition and the reason for canceled I redial the same time as the sender befo

    Thank you for your attention
    I want to check the status of application No. W439602096
    For it is written in my account was canceled and I did not do so
    I urgent news about his condition and the reason for canceled
    I redial the same time as the sender before you
    We are waiting for you

    This is a user to user forum. You are not talking to Apple here. We cannot help you; you will need to contact wherever the order was placed.

  • How to delete the messages from sxmb_moni with status cancelled

    Hi ,
    how to delete the messages from sxmb_moni with status cancelled
    Is there any report for this
    Regards
    Suman

    I think just for deleting the jobs you can do this only
    Scheduling Delete Jobs
    To schedule delete jobs, proceed as follows:
           1.      In the Integration Engine -
    > Administration menu, choose Schedule Delete Jobs.
           2.      Select the job(s) to be scheduled.
           3.      Specify the start time and date.
           4.      Specify the period you want to use and choose Schedule.
    For an overview of all jobs, choose Jobs.

  • Workflow Internal Status: Cancelled

    Dear All,
    We have a SharePoint/Project Server 2013 Enterprise Edition and Sharepoint Designer deployment in HYPER V virtual environment. We are using it for Project Management. We are facing an issue while designing a workflows in SharePoint
    designer 2013.
      PROBLEM DESCRIPTION:
    “Workflow Internal Status: Cancelled
    " ERROR: 
    RequestorId: 7b51f972-22ad-faa7-a60a-20f365bff1e3. Details: System.ApplicationException: HTTP 500 {"SPRequestGuid":["7b51f972-22ad-faa7-a60a-20f365bff1e3"],"request-id":["7b51f972-22ad-faa7-a60a-20f365bff1e3"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"SPRequestDuration":["116"],"SPIisLatency":["0"],"MicrosoftSharePointTeamServices":["15.0.0.4481"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Date":["Tue, 24 Dec 2013 19:28:11 GMT"],"Server":["Microsoft-IIS\/7.5"],"X-Powered-By":["ASP.NET"]} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext
    context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager
    bookmarkManager, Location resultLocation) "
    Workflow stage status: Workflow is still in processing please refresh the page and try again
    After configuring the workflow in SharePoint designer followed below mentioned TechNet blog to go through the workflow designing
    URL: http://msdn.microsoft.com/en-us/library/office/jj163494.aspx
    As in the blog project Event is set to when project is submitted, we tried a lot to submit the project but submit button was grayed out and unable to do this, then we changed to event
    when project is committed from that above mentioned errors are occurred. Moreover we have tried to make simpler workflow but same result.
    Detailed Description:
    Installation of Workflow Manager 1.0
    Installation of Service Bus and CU1
    Start App Management Service (Also Configured in Managed Service App)
    Start User Profile Service (Also Configured in Managed Service App)                      
    Run the full user profile sync and Completed
    Created the workflow using domain user account and assigned him proper permission
    Thanks in Advance 
    REGARDS DANISH DANIE

    If the workflow initiator does not have write access to the hidden Workflow History List, the same error happens.
    To solve the issue, simply open the hidden list permission (through SharePoint Designer>All Files>Lists, for example) and make sure to have your potential initiators contribute rights. The list defaultly inherits the site's permissions.
    kirtesh

  • OWB 10gR2 map returning status = Complete and Result = Null in Process Flow

    Hi,
    I have an OWB process flow which invokes an OWB map. There are 2 outgoing transitions attached to the OWB map. 1st transition is a conditinal one (on SUCCESS) and the 2nd one is unconditional transition.
    I am monitoring the status of process flow execution in Oracle Workflow monitor. After the process flow is initiated, sometimes the OWB map within shows status = complete and result = OK in workflow monitor (in tab - status). But sometimes it shows status = Complete and Result = Null. In this situation the execution is following the unconditional transition path.
    Can anyone tell me what causes the OWB map to return a Result = NULL? Also sometimes I am getting the map returning a Result = Force (with the same status = Complete).
    The configuration that I am working with is as below ---
    OWB client version : 10.2.0.1.31
    OWB repository version : 10.2.0.1.0
    Oracle Workflow Version : 2.6.4.0.0
    Database version : 10g Enterprise edition release 10.2.0.1.0
    Regards,
    Swagata

    Hi Manohar,
    1. You need to install Oracle HTTP server in a separate Oracle home.
    2.Look for the dads.conf file in the installation. Edit the file, copy the sample code and paste it below and edit the pasted part as under ----
    <Location /pls/<SID>>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseConnectString <server name>:<port>:<SID >
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage wfa_html.home
    PlsqlNLSLanguage "AMERICAN_AMERICA.WE8ISO8859P1"
    </Location>
    3. STOP and START OPMN (Oracle Process Manager & Notification Server)
    4. Use the URL in your internet browser like --- <HTTP server URL>/pls/<SID>/wfa_html.home
    5. When prompted for user id and password, give the schema user id and password where the workflow engine is installed.
    Hope this helps,
    Swagata

  • Cancel and keep workitem in ready state in user decision step

    Hi,
    In a user decision step,there is a default option 'Cancel and keep the work item'.
    Now clicking on this option, the workitem goes into "Inprogress state"
    whereas i want to keep the workitem in "ready state"  after i click on the option 'Cancel and keep the work item'.
    I am trying to modify the Process method of Decision Object type to incorporate this funcationality by using FM "SAP_WAPI_PUT_BACK_WORKITEM.
    but im getting the error that this FM cannot be used at runtime.
    Place where im trying to call this FM:
    After the FM'SWU_PROCESS_MANUEL_DECISION'
    I am getting the value of RESULT.
    If result is SPACE or sy-subrc is not 00 then i am calling this Fm which takes Wi_id of the userdecision as input.
    Kindly help
    Regards

    Hi,
    Let me ask you this. Why you need to have this in "Ready" state, Not in "IN PROCESS" state. Anyway, the witem is still there in the user's inbox, and if you have any deadline monitoring, then this is also taken care with "Cancel and keep xxxx". So, i think, functionally you'll still be better with the existing functionality.
    And, with all this, if you are still trying to change, then i think it's NOT possible. If i understand correctly, you are trying to use the FM "SAP_WAPI_PUT_BACK_WORKITEM" within the PROCESS method. And, if you understood the functionality of how this works, you are trying to set the status of the SAME witem for which you are executing the PROCESS method.
    THe way i understand the behind-the-scenes process, once you make a decision and save, this method is the one which in turn sets the witem status. And within that, you CANNOT capture the status as it is yet to be posted to the Witem tables.
    Probably, after this decision step, use a different background task with the above FM to set the witem status to "Ready", BUT NOT IN THE SAME METHOD of PROCESS.
    Also, it's not advisable to change this std. method.
    Hope this helps you. Reply,if you need more info.
    venu

  • Cancel and Exit button not working

    Dear Experts,
    <u>Cancel and Exit button not working</u>
    I am calling a screen from inside a report program
    using SET SCREEN 9000.
    2 of the date fields(start date end date)
    on this screen are Mandatory.
    I am not able to Come out of this screen 9000 using
    CANCEL or EXIT button
    without giving a date entry in both of
    Mandatory fields (start date end date).
    Can someone help me with a solution?
    Appreciate your valuable help;
    Points assured
    Thanks,
    Aby Jacob

    Hi..
    To avoid this problem you have to use AT EXIT-COMMAND Module.
    1. In the GUI Status for both EXIT and CANCEL buttons assign the Function type E (Exit Command)
    2. In the PAI of the Screen Call this module.
       MODULE EXIT_SCREEN AT EXIT COMMAND.
    3. Now check the OK_CODE or Sy-ucomm in this module to Leave the Screen
       MODULE EXIT_SCREEN  INPUT.
           CASE OK_CODE.
          WHEN 'EXIT' .
                LEAVE TO SCREEN 0.
          WHEN 'CANCEL'.
          ENDCASE.
       ENDMODULE.
    This will surely work.
    <b>reward if Helpful.</b>

  • Cancellation of PR release after RFQ

    We are able to cancel the release via ME54N after RFQ, but getting error while attempting to do the same via BAPI_REQUISITION_RESET_RELEASE. I was checking to see if there is any OSS note for this, but I could not find anything on this subject.
    I had seen that ME54 has the similar behaviour.. Does it mean we should not use BAPI_REQUISITION_RESET_RELEASE for cancel ling the release?

    OSS Note 686022 - ME54N: error messages ME109 and ME110 not processed.
    explains:
    ME54N allows the user to unrelease a purchase requisition linked to a purchase order or a request for quotation. This is correct behaviour and constitutes a new design.
    so the question left is: is the BAPI older than this new design?
    I guess yes.
    this BAPI calls Funtion module ME_RESET_RELEASE, and there SAP checks if the new release indicator allows RFQ creation. if not, then error ME109 is raised.

  • FYI with status cancelled

    Hi,
    I have created a FYI notification in WF. This notification will timeout every 5days.
    However, during the timeout, the FUI notifications is not sent to the desired email
    WHen query the wf_notification table, the status of this notification is as follow
    STATUS=CANCELLED
    MAIL_STATUS=NULL
    Appreciate if anyone can advise why the FYI notification is in cancelled status instead of open.
    Thanks and REgards,
    Shiau Chin

    chin,
    after timeout,I think we don't need FYI notifications So the notification is in cancel mode.
    Thanks,
    Kumar

  • Cancelling and closing orders

    Hello,
    What is the difference between cancelling and closing orders?  As far as I can see, they both alter the commitment amount in item master data. The document status is also changed, one being closed and one being cancelled.  Are there any differences?
    Thanks,
    Kate

    Hi
    Closing Landed Costs Documents
    To mark the landed costs document as closed, choose Data from the menu bar and choose Close. To reopen the document, deselect the checkbox and choose Update. You can close the landed costs document again as long as you have not created a journal entry.
    Cancelling Landed Costs Documents
    To cancel a landed costs document, choose Data from the menu bar and choose Cancel. After you cancel the landed costs document, it is impossible to create a journal entry for it or to make any changes.
    The status Cancelled appears in the Journal Remarks field.
    Thanks
    Kevin

  • How can a Workflow get status CANCELLED

    Hello,
    We have the following situation.
    A workflow shows status CANCELLED in the BBP_PD. All other information of the Workflow is gone in this trx!
    Via the trx. SCOT we can see the workitem mail were send to the approval agents.
    The question we have is:
    1. Under what circumstances a Workflow can get status CANCELLED?2.
    2. How can we analize, using the Workflow tools, what happened in the Workflow BEFORE it got cancelled? Did it reach the for instance the agents to get approved?
    Thanks for any clue.
    Aart

    Hi,
    Please go to transaction BBP_PD, open the document and find the workitem ID.
    Display the workitem in SWI1 transaction. You see the worklfow log.
    Regards,
    Masa

  • OWB 10gR2 Process Flow returning status = Complete and Result = Null

    Hi,
    I have a process flows i ran lot of times with success (it shows status = complete and result = OK). It invokes a lot of mappings and other flows
    Sometimes one of invoked mapping or flows shows status = complete and result = Null and main process too.
    The main process i invoked by a PLSQL store procedure using wb_rt_api_exec package. When status = Null the store procedure hangs and I have to kill it.
    When it happens, owb service restart (new record in WB_RT_SERVICE_JOB_LOGS).
    Can anyone help me?
    The configuration that I am working with is as below ---
    OWB client version : 10.2.0.1.31
    OWB repository version : 10.2.0.1.31
    Oracle Workflow Version : 2.6.4.0.0
    Database version : 10g Enterprise edition release 10.2.0.3.0

    Sometimes transitions in process flows get scrambled and you have to fix them by hand.....this happens and I dont know why.
    Basically what happens is: every operator in process flow has three outgoing transitions (in general) marked as 0, 1 and 2, when you take a look at details property of your operator then in the outgoing transitions tab you should have ORDER collumn 0, 1, 2 for warning, error and success.
    If this is not the case (0,1,2) process will not know what to return as value, and what is more bizzare this works until it does not :)
    I dont know if this is your case but it's worth checking.

  • Getting agent status running and ready..

    Hi
    All,
    I have OMS 10.2.0.2 on win 2003 and agent 10.1.0.4 on AIX 5.2
    Getting status running and ready when I do
    emctl status agent..
    $ emctl status agent
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.2.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent Version : 10.1.0.4.1
    OMS Version : Unknown
    Protocol Version : 10.1.0.2.0
    Agent Home : /u07/app/oracle/product/10.2.0/moe.wsi.com_OWSIDEV
    Agent binaries : /u07/app/oracle/product/10.2.0
    Agent Process ID : 405756
    Parent Process ID : 356580
    Agent URL : http://moe.wsi.com:3938/emd/main
    Started at : 2007-10-15 13:55:19
    Started by user : oracle
    Last Reload : 2007-10-15 13:55:19
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 4318
    Size of XML files pending upload(MB) : 40.87
    Available disk space on upload filesystem : 35.98%
    Agent is Running and Ready
    But it doesn't show me anything in upload and OMS version..
    Here is emagent.trc file ouput
    2007-10-16 08:11:37 Thread-1869 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://wsi8328-1.com:1159/em/upload: re
    tStatus=-32
    2007-10-16 08:11:37 Thread-1869 ERROR http: snmehl_connect: Failed to get address for wsi8328-1.com: Authoritive Answer Host not
    found (error = 1)
    and target.xml looks fine it contains all entry for databases.
    I don't know why it's not making communication with OMS.
    any help will be appreciated.
    Regards,
    Vishal

    What happens, when you issue 'emctl upload' explicitly?
    You defined a secure connection (because of HTTPS in the URL) to the OMS host,did you secure the agent? (emctl secure agent). There's another posting about upload problems:
    Problem with agent10g upload
    Werner

  • Problem in cancel the PO release

    Hi,
    I changed the PO release level after that I am not able to cancel the already released POu2019s. How I solve this problem.
    Karthick.

    Hello,
    You can send purchase order via e-mail in SAP system, there are some configurations and pre-requisites to do as follow:
    1. You must maintain an e-mail address in the address in the vendor master.
    2. The same applies to your own user master. You also have to specify an e-mail address there in order to identify the sender.
    Note that it is not possible to change the e-mail address of the vendor via the SAP purchase order transaction (ME21N, ME22N, and so on). The system only uses the e-mail address of the vendor that is maintained in the vendor master!
    3. For the output type for default values, a communication strategy needs to be maintained in the Customizing that supports the e-mail. You can find the definition of the communication strategy in the Customizing via the following path: (SPRO -> IMG -> SAP Web Application Server -> Basic Services -> Message Control -> Define Communication Strategy). As a default, communication strategy CS01 is delivered. This already contains the necessary entry for the external communication. Bear in mind that without a suitable communication strategy it is not possible to communicate with a partner via Medium 5 (external sending).
    4. Use the standard SAP environment (program 'SAPFM06P', FORM routine 'ENTRY_NEU' and form 'MEDRUCK') as the processing routines.
    5. In the condition records for the output type (for example, Transaction MN04), use medium '5' (External send).
    6. You can use Transaction SCOT to trigger the output manually. The prerequisite for a correct sending is that the node is set correctly. This is not described here, but it must have already been carried out.
    7. To be able to display, for example, the e-mail in Outlook, enter PDF as the format in the node.
    For more details, check out the OSS note :191470
    Hope this will help.
    Regards,
    Abdul

Maybe you are looking for

  • Ink system failed D7360 18a0207

    I am getting the Oxc18a0207  ink system error on my printer.  I have changed all of the ink and unplugged it and tried a few things but it will not fix.  Does anyone have any idea how to fix this?  I keep getting conflicting ideas and am very fruster

  • Delemiting PF

    Hi, Since Joining date of the employee PF info type 0587 has been maintained for employee.(Ex: date of joining 01.04.2009) Now employee is still with the company and he does't want PF deduction.from this month onwords. When i tried to delimit this in

  • Query of queries in a function

    I call my report through a command such as the following: <cfquery name="myquery"> select * from somewhere </cfquery> <cfreport template="myreport.cfr" format="flashpaper" overwrite="no" query="#myquery#"> <cfreportparam NAME="commdate" VALUE="#commd

  • I often lose my connection when playing bridge on Bridge Base on Line

    I often lose my connection when playing bridge on Bridge Base on Line == URL of affected sites == http://www.bridgebase.com

  • 'Help' menu doesn't show

    When I click on 'Help' in iMovie, 'Help' goes dark, but no menu drops down. I have never seen this happen in any other app. How can I fix this? Thanks, Klaus