Confirmation Delete Workflow

Hello all,
I was wondering if we can trigger a workflow approval when a Confirmation is Deleted (reversed) in SRM 4.0 (Classic Scenario).
The scenario is:
1) A desktop receiver performs confirmation.
2) No approval is required. So, a Goods Receipt is generated in R/3.
3) Due to some reason the receiver needs to reverse the GR. So, he/she selects "Delete" to cancel (reverse) the previous confirmation/GR.
4) This cancellation (reversal) needs to be approved by a Role (central Receiver) before it goes through to R/3.
Steps 1, 2 and 3 are standard SRM. Has anyone acheived step 4? Or know how to do it? Please help!
Thank you,
Kindest Regards,
Hari.

Were you able to implement this?

Similar Messages

  • Confirm delete in a report using href and img

    Hi,
    Found lots of references to this for buttons on a page, and a couple of others that are close - but my implementation of it just doesn't work for some reason.
    I'm presenting a user with a long list of items in an sql report, and against each line give them a delete option within the report. They want a confirm delete popup, so I have tried a few variations on:
    select
    '<a onFocus=''if (confirmDelete("Delete?")) location.replace("f?p=&APP_ID.:2:&SESSION.:DEL_EMP:::P2_DEL_EMP_ID:' ||emp_seq_num|| '");''
    href="f?p=&APP_ID.:2:&SESSION.:DEL_EMP:::P2_DEL_EMP_ID:'||emp_seq_num||'"><img src="/i/wdrop.gif"></a>' DEL,
    The message pops up, but the delete doesn't kick in.
    I've tried slight variations according to posts on the forum that result in it deleting even if cancel is selected, and yet others where the cancel and delete work, but if the button is clicked again - the delete just happens without a message.
    Not much hair left on the head at the moment.
    TIA.

    David,
    I have an example here:
    http://apex.oracle.com/pls/otn/f?p=31517:15
    However, this is not working for guest users. The code is on the page.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Deleting Workflows in Access Enforcer

    Hi,
         I am trying to delete 'Paths' in AE and receive the below error.
    <b> Error deleting Workflow Path. There are about 20 requests tied to this path.</b>
    This is in the sandbox and the processing of requests does not really matter.
    The 20 requests were for New Account creation, because of errors in Auto Provisioning the requests were not processed through the entire path, and were set to CANCEL status via the administartion function.
    Despite setting to CANCEL I am unable to delete the path. Do we have a procedure/step to be able to delete a path in AE?
    Thanks

    Hi all,
    after speaking with SAP support, the following SQL statements should be executed to delete "test" data from AE:
    DELETE FROM  VIRSA_AE_RQD_APLAP
    DELETE FROM  VIRSA_AE_RQD_APL
    DELETE FROM  VIRSA_AE_RQD_CSFLD
    DELETE FROM  VIRSA_AE_RQD_FWD
    DELETE FROM  VIRSA_AE_RQD_UPFL
    DELETE FROM  VIRSA_AE_RQD_MTGTN
    DELETE FROM  VIRSA_AE_RQD_PDPRL
    DELETE FROM  VIRSA_AE_RQD_POCAP
    DELETE FROM  VIRSA_AE_RQD_RLCF
    DELETE FROM  VIRSA_AE_RQD_RLAPV
    DELETE FROM  VIRSA_AE_RQD_RLPRL
    DELETE FROM  VIRSA_AE_RQD_SODCF
    DELETE FROM  VIRSA_AE_RQD_USERS
    DELETE FROM  VIRSA_AE_RQD_WFCLD
    DELETE FROM  VIRSA_AE_RQD_WFTRN
    DELETE FROM  VIRSA_AE_RQ_HST
    DELETE FROM  VIRSA_AE_DATA
    DELETE FROM  VIRSA_AE_CSTMDATA
    DELETE FROM  VIRSA_AE_INT_TRIG
    DELETE FROM  VIRSA_AE_REQ_DTL
    DELETE FROM  VIRSA_AE_RQD_ATCH
    DELETE FROM  VIRSA_AE_RQD_ORGRL
    DELETE FROM  VIRSA_AE_RQD_RLCF
    DELETE FROM  VIRSA_AE_RQD_WPCLD
    DELETE FROM  VIRSA_AE_RQD_WPFWD
    DELETE FROM  VIRSA_AE_RQD_WPHST
    DELETE FROM  VIRSA_AE_RQD_WPTRN
    DELETE FROM  VIRSA_AE_RQD_WFHST
    DELETE FROM  VIRSA_AE_REQD_HDR
    This will delete all requests from AE and you will be able to edit workflow configuration again.
    Cheers,
    Alexi

  • Need help on deleting workflows

    Hi experts,
    I need to delete workflows that need to be retired. I am veryvery new to workflows. So, what is the Tcode to delete the entire workflow? also, what are the steps that need to be check upon deleting them? i need to delete their custom tables/function modules as well. Can I delete the workflow in one shot? or i need to delete task by task..? thanks in advance

    Hi,
    Prior to deleting a workflow first Delete/Cancel all the workitems of that workflow. It will help you to avoid unnecessary dump while executing those workitems. Its better to cancel the workitems if it is a productive system.
    To delete workflow delete the following items in below mentioned order.
    1. Workflow
    2. Tasks
    3. BO/Classes
    Regards,
    Anbarasan K
    Edited by: Anbarasan K on Jul 7, 2008 1:33 AM

  • Delete workflow from repository

    Hi, Actually i renamed some worflow and its child as well and want to move from dev repository to production repository.but if I move these it will create new copy of workflow with renamed name.So now I want to delete the old copy of work flow from the repository which is of no use. But as the old copy of workflow contains Some reusable cmd task. Which are being used in some other work flow.Let me know if I delete old copy of workflow from repository will I loss those reusable cmd task as well? Also let me know from where I should delete workflow in this case from repository manger or from workflow manager   Plz help in this.

    Hi All, I have a scenario to implement.Need urgent help. I have relational source which has below fields. ID,Account,AccountType,Balance1,1001,GL,46567.901,1002,SL,56889.971,1003,Equity,45543.9081,1004,GL,89.541,1005,SL,-56889.971,1006,Equity,-45543.9081,1007,SL,-42777.45  Here my first requiremnt is to check if the balance value for entire file is 0 and if balance amount for each AccoutType is 0 , if both condtionn satifies the flow will go , else load will fail. I tried in below approach. SQ >> Expression >> Aggregator  In aggregaor i have first calculated sum(balance) for entire file by group by on ID column in an aggregator , and keep actual data in expression transformation. Then i took an expression to connect actual data with the sum(balance) , since i need to perform further calculation.I tried connecting expression and aggregator , but it is not allowing me to connect the posrts. And if i am using a joiner , then wrong data is loading to target. It is joining each result of aggregator with actual ports in expression.   I am not sure how to handle this scenario, so that we can just calculate sum of entire file and sum on basis of account type , is both sum are 0 then load the target , else fail.

  • Discrepancy between the confirmation & deletion of qRFC - LUWs

    Hi Guys,
    when I load master data  load in delta, the load gets terminated & its throughing Application log, where I can see this error message:
    When the datawas confirmed & deleted in the qRFC queue, the system found the discrepancy between the number of newly confirmed LUWs(6218 )  and the numbers of LUBs to be deleted(7517)
    were more LUWs are to be deleted than were previously confirmed, a previous delete attempt was terminated.
    The LUBs were confirmed but not completed  deleted fromthe qRFC & tRFC tables.
    The confirmation already ensures that the datais not  transfered in to the BW again with hte subsequent request
    Thanks in Advance
    ram

    Hi Ram,
    i am also facing the same issue, can u please tell me how you resolved this issue.
    My mail id : [email protected]
    Thanks..

  • Confirm Receipt Workflow for Complex PO

    Hello,
    On R12.1.3 Oracle has stopped Confirm Receipt workflow for Complex PO Ref# Confirm Receipt Workflow Sents Notification To The Buyers For Complex Purchase Orders (Doc ID 1532652.1).
    We would like to get this notification (yes, it needs change of text and links).
    Is there any replacement notification for pending "work confirmation" that can be used in place of "Confirm Receipt".
    Regards,
    SaM

    Hi
    In stndard sap it is not possible.It might be done by changing the recipient in the workflow. So consult a workflow person for this.
    Regards
    Prasad

  • Can't turn off "Confirm Delete" option in messages

    I've tried 100 times through "messages>options>general options>Confirm Delete> NO>save" but it won't stay on NO. The next time I go into message options, it's turned itself back on to 'YES'
    I have done a battery pull, but no matter what I try, the "Confirm Delete" pop-up window will NOT shut off.
    Blackberry Curve 3G (9300)
    v5.0.0.955

    Hi jtomalley!
    I found this article that may apply to your situation.
    Let me know what you think.
    Thanks,
    Bifocals
    KB00285 Email messages not deleted after email reconciliation
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Is there a way to make iphoto '09 have a confirm delete?

    Hi,
    New iMac/Apple user here, with a question. I have iphoto 09, and I imported my photos into the iphoto program (They were originally moved from a windows box to my mac desktop. iPhoto copied the files into its photo directory, and I deleted the old pics folder off the mac desktop. (I have it backed up tho). In iPhoto today, i mistakenly hit the delete button while browsing a pic, and deleted 2 pics from iPhoto. 2 Questions:
    1) Are the gone off the drive now? I believe it should go into "Trash," but s it actually gone off teh iphoto directory on the HDD?
    2) Can I make a confirm delete for that program, so when you delete, it says "Are you sure you want to delete this pic?" Then i can hit "ok" so i dont delete anyting else by mistake.
    -- my kids are too "touchy" with the keyboard, and the love looking at pics...i can imagine them hitting the delete button and deleteing stuff by accident.
    Thanks for your help.
    And i love the new mac BTW.

    A J Brutico
    Welcome tot he APple user to user assistance forums
    1) Are the gone off the drive now? I believe it should go into "Trash," but s it actually gone off teh iphoto directory on the HDD?
    It is in the iPhoto trash - in the source pane on the left - to delete from the hard drive you must empty the iPhoto trash - iPhoto menu ==> Empty trash - and it is good to do this every hundred photos deleted or so - iPhoto does not like to delete lots of photos at one time
    2) Can I make a confirm delete for that program, so when you delete, it says "Are you sure you want to delete this pic?" Then i can hit "ok" so i dont delete anyting else by mistake.
    No - but you can select photos in the iPhoto trash and right click (control click) and restore to library
    LN

  • Now no need to confirm delete in mail

    Hi
    Now I dont need to confirm delete mesages why has there been an update?
    Ta

    Not sure about what was available in iOS 5, but on iOS 6 I have a Settings > Mail, Contacts, Calendars > Ask Before Deleting setting.

  • Does deleting Workflow also Delete Task List Items

    I have Sharepoint 2010 and I am using the standard workflow.
    I have created a new workflow and want to delete the previous workflow to avoid use.
    If I remove the previous workflow, what happens to the items in the Task List associated with the workflow?  Do they remain undisturbed or are they also deleted.

    Hi,
    According to your post, my understanding is that you wanted to know the action of the items in the Task List associated with the deleted workflow.
    In my environment, I create a task workflow using SharePoint Designer and then start the workflow in two items. No matter whether I approve the tasks or not,
    If I delete the workflow through UI: Click the Ribbon->List->Workflow Settings->Remove a workflow, the two tasks will be disappeared in the task list. However, the workflow will be remian in the SharePoint Designer.
    If I republish the workflow in the SharePoint Designer, the workflow will be associated to the list again.
    If I delete the workflow through the SharePoint Designer, the two tasks will be also disappeared in the task list. And the workflow will be removed in the Workflow Settings.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Restore "confirm delete" option

    Hi,
    I have a LENOVO 03193TG Thinkpad. Someone tweaked the settings on it and removed the need to confirm deletions by pressing ENTER when the DELETE key is pressed. I'd be most grateful if you could advise me as to how to restore this option.
    Solved!
    Go to Solution.

    Recycle Bin>Properties>Confirm Delete

  • Confirm Delete Dialog Box

    I accidentally checked the confirm delete dialog box, and it's now gone. Is there any way to get the confirm delete box back, with out reinstalling iTunes?

    Go here -> http://home.comcast.net/~teridon73/itunesscripts/
    and look for itunespreferencesfix.

  • Confirm Delete in a JSP Application

    Working in a JSP application I need to show a delete confirmation when the user clicks on the red button (delete) in JS Navigator Bar Web Bean.
    How delete works behind this button?
    Code that implements the delete confirmation (a custom web bean, for example) is well received.
    Thanks.

    Any JS guru in the house? (I'm not); we'll apreciate this a lot!
    null

  • How to turn on confirm delete message in iPhoto

    i wanted to find out how I can turn on that feature that asks you to confirm to delete a photo before sending it to the trash.  It was doing it in the beginning, but then I accidently clicked do not ask me again and I can't seem to find where I can turn that feature back on.  This is for the iphoto application.

    I am running OS X Yosemite 10.10.1 on a Mac mini (Late 2012), 2.3 GHz, 4 GB memory, iPhoto version 9.5.1 (902.17). I get the "screen resolution not optimal for iPhoto" warning repetitively about once every 15 minutes as long as iPhoto is running.
    Is there a reason, why you do not update to the Yosemite compatible version iPhoto 9.6? I never get the warning, you are reporting, if the iPhoto window can fit the screen, with MacOS X 10.10.2 and iPhoto 9.6.1.

Maybe you are looking for