WF does not restart when requester accept changes

Hi,
We have a problem with the non badi Workflow in SRM Server 5.0 (even with a 1 step Workflow WS10000129). When a approver (bbp_wfl_security = low)changes the Quantity or the Price the changed shopping cart returns to the Inbox of the requester. When the requester goes into his inbox and looks at the approval preview for the changed shopping cart in the graphic mode the result is “Approved”. When the requester clicks on “Accept changes” the shopping cart disappears out of his inbox. The shopping cart does not go to the approver again. The shopping cart becomes not a purchase order. We would expect that the workflow would restart after the requester clicks on “Accept Changes” however now it is a black box.
Greetings,
Wilko Karrenbeld

Hi
What type of Workflow is used in the ystem - Item level Workflow or SC Workflow. ?
Couple of reasons can be behind this.
1) Either  the BADI code in custom implementation is incorrect.
2) start conditions for Workflows and sub-workflows are not correctly determined.
3) Missing OSS note / Bug in ths system.
Please refer to these OSS notes.
<b>990317 Work item transferred after change has been accepted
899943 'Accept changes' after rejection
846334 BAdI workflows: Problems with 'Accept changes'
944984 Non-BAdI workflows: No deletion when changes are accepted
942089 'Accept changes' creates restart
948733 Endless loop during approver determination of WS14000109
725250 No workflow determined when creating a shopping cart
986724 RBBP_OFFLINE_EVAL: Errors in "Accept Changes"
995773 Partial rejections result in endless loops in approval
976267 Partly rejected shopping carts cannot be changed
863757 Item approval: Accepting changes goes back to same manager
862661 Item approval: Accepting changes incorrect II
796992 BADI Workflow with back and forth logic: No restart (PO)
502918 EBP: Work item "for resubmission" remains in inbox
855867 ordering on behalf remains in awaiting approval
815415 Item approval: Accepting changes
866089 Button "Accept changes" at complete rejection
955863 Button "Accept changes" for approver</b>
Incase nothing helps, please raise an OSS message with SAP as well.
Regards
- Atul

Similar Messages

  • My ipad mini does not restart when i press and hold the home and power buttons for a minute or more. what do i do? i really need to access some information on it. please help.

    my ipad mini does not restart when i press and hold the home and power buttons for a minute or more. what do i do? i really need to access some information on it. please help.

    You need to connect to iTunes and restore.
    iOS: Not responding or does not turn on
    You may need to put the device into recovery mode, this is covered in the link on this page.
    Did you back up the device?

  • How to create a looping music player that does not restart when you go to other pages

    Hello
    I am new to web design. I apologize if I do not use the write
    terminology. I am designing a website. I want to have a song that
    loops continuously throughout the site and does not restart when
    you click on the different pages. I have included a link to a site
    that I found that does what I want to do. (Hopefully this link will
    give you a better idea of what I am trying to describe)
    http://www.marcuscoleministries.com/index2.html
    Thanks for your time and consideration

    You will have to use frames which in itself is a bad idea.
    IMO music that
    plays automatically is a terrible idea. It is likely to drive
    away many
    visitors and is unlikely to retain even a single visitor.
    Avoid frames. Drop the music. You'll be happy you did.
    Walt
    "dbone1" <[email protected]> wrote in
    message
    news:fn36v6$de7$[email protected]..
    > Hello
    >
    > I am new to web design. I apologize if I do not use the
    write terminology.
    > I
    > am designing a website. I want to have a song that loops
    continuously
    > throughout the site and does not restart when you click
    on the different
    > pages.
    > I have included a link to a site that I found that does
    what I want to do.
    > (Hopefully this link will give you a better idea of what
    I am trying to
    > describe)
    http://www.marcuscoleministries.com/index2.html
    >
    > Thanks for your time and consideration
    >
    >

  • Shared Variable does not update when typedef is changed

    I have a shared variable of type custom control (typedef made up of a cluster). When I chang the typedef, e.g. the name or type of one of the fields in the cluster, and then save it, the shared variable does not update to reflect this change. That is, if I place the shared variable on my block diagram and do a "UNBUNDLE BY NAME" on the output, I see the old fields. I have to go back to the properties of the shared variable, change its data type, apply it, then go back and change it back to my custom control.
    Anyone else seen this behaviour? Anyone know how to get the shared variable to update without going through this procedure?
    Bill
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

    I guess I should have included this information:
    LabVIEW 8.2.1 using Project Explorer.
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

  • Workflow process does not restart when re-ordering a PO

    We are running SRM 7.0 with Process Controlled Workflow and have configured N-Step approval process for PO.
    When the PO is ordered for the first time, the approver determination and the approval process work as expected. However, after the PO has been ordered, and the user makes changes to the ordered PO and re-orders it, the PO's approver list does not get refreshed, and the PO header shows the following staled information in "Approval" tab with "current status" = "Finished" -
    Process Step                   Status         Processor                      
    SRM Purchase Order Approval    Approved   <approver user name>
    And the PO would go into "Awaiting Approval" status but the PO work item does not appear in anybody's UWL.
    Any hints regarding the possible cause of this behavior are appreciated.
    Thanks.

    Hello,
    check in the BBP_PD the changed version po generated. there you will see if any WFL started or not. Or take the PO change version GUID and go at SWI6/swi1 to check the WFL log.
    At SLG1 should appear also, check if at table /SAPSRM/C_WF_CST you have the trace level set to 1. This will make slg1 take all logs (green and red).
    You can also always force a restart via BADI /SAPSRM/IF_EX_WF_PROC_RESTART
    Thanks,
    Melina

  • Forms applet does not load when request forwarded from custom servlet

    I have an existing forms app that I wish to call from a newly-developed servlet. The servlet determines which form to call and then forwards the request to the forms servlet using RequestDispatcher.forward().
    The request is forwarded correctly but when it is done all I see is a blank browser (IE7) window. When I View Source I see all the correct HTML code (from basejpi.htm) but it seems my browser does not attempt to load the forms applet. No messages are displayed in the Java Console. This is the same HTML that comes back if I run the forms app directly, e.g. click a link that goes straight to the forms servlet URL, only in that case the forms app starts up fine.
    Anyone know why this does not work?

    Figured out what is going on:
    In basejpi.htm there is "<SCRIPT LANGUAGE=JavaScript SRC=java/forms_ie.js>" that creates an OBJECT tag to load the forms applet. I believe since the context of my custom servlet is different than that of the forms servlet, forms_ie.js is not found when the request is forwarded from my servlet.
    One question answered raises another. There is also an OBJECT tag inside a NOSCRIPT tag for machines where scripting has been disabled:
    <!-- Forms applet definition (start) -->
    <NOSCRIPT>
    <OBJECT name=FormsApplet
    type="application/x-java-applet"
    ...>
    </NOSCRIPT>
    <SCRIPT LANGUAGE="JavaScript" SRC="java/forms_ie.js"></SCRIPT>
    My thinking is to remove the NOSCRIPT tag, and also the SCRIPT tag mentioned above, so all machines will simply see the OBJECT tag, like so:
    <!-- Forms applet definition (start) -->
    <OBJECT name=FormsApplet
    type="application/x-java-applet"
    ...>
    This makes me wonder why the SCRIPT option is there to begin with. Anyone see a downside to this approach?
    Kevin

  • Downloading additional components for fresh reinstall of lion but does not restart when done

    i've attempted to reinstall a fresh copy of lion because ever since i had lion, my dmg files wont open, software would not update and many other problems. So i tried reinstall and i waited hours for them to download additional components. the bar is completely blue (completed) but it would not restart. do i restart it manually?

    Manually shut it down.
    I would then first reset the SMC:
    Shut down and unplug the Mac.
    Keep the Mac unplugged for at least fifteen seconds.
    Plug the Mac back in and do not turn it back on for at least five seconds.
    Press the power button to turn the Mac back on.
    Then I would reset the PRAM by rebooting the iMac while simultaneously holding the Command-Option-P-R keys until the machine restarts a second time.
    Let us know if these  procedures don't solve the problems.
    Hope this helps

  • Apple does not send a request to change the password on the email

    I forgot the password for this account. but I'm on the side of the iforgot look but you do not send e-mail to confirm the password change. Now I do?
    Please help!!!!!

    You've checked the spam folder as well as the inbox on your primary email account, and if you have a rescue email address on your iTunes account then you've also checked that email account ?
    If you still can't find it (and you've tried re-requesting the reset email and you can't reset your password by answering your security questions) then you will have to contact Support in your country to get it reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    If your country isn't on that page then try this form and explain and see what they reply with : https://ssl.apple.com/emea/support/itunes/contact.html

  • HT4061 ipad 2 does not restart when battery is fully discharged and has been put on charge - any one have a solution?

    Ipad 2 - battery has fully discharged - connected to mains charger but no sign of charging and will not retstart on button press.
    Tried re set and holding both buttons independently.
    Tried other chargers taht are working with other iPads.
    Any ideas?

    Try a reset:
    Hold the Sleep and Home button down until you see the Apple logo.

  • Video does not restart when closed and re-opened

    I have a .f4v file (Adobe Premiere) embedded into a swf. The
    video is launched into an iframe when the user clicks on the link
    to "See Video". When I close the iframe in Firefox and then click
    on the link again to launch the video, it starts from the
    beginning. In IE7, IE6 and Safari the video continues from where it
    left off. I would like for it to start from the beginning like in
    Firefox. Any suggestions?
    Thanks!

    Do you have a link to the video.  Why are you using the iframe?  I'm curious to see how this works.  I have a html page with a swf with buttons that play movies on a small area on the screen it's easily controllable though I only programmed the pause button.  I have the selection buttons run the small videos on roll over and a higher res larger version with swf skin with full controls - seek when you click the selection.
    http://jimslounge.com/publicDomain/

  • HT201413 Device does not work when I connect it to your computer to the iTunes program update requests and then gives me an error No. 21

    Device does not work when I connect it to your computer to the iTunes program update requests and then gives me an error No. 21

    Device does not work when I connect it to my computer to the iTunes program update requests and then gives me an error No. 21

  • TS3276 My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    Sorry for the delay...
    I did what you've told me, new account and manually copied my files from Time Machine. I had lots of permissions problems, but at the end, almost everything is in order... It seems it had to be with some of the Apple Preferences, but I can't be sure, as most of them were dumped to the trash can.
    I still don't have my Mail Rules back, unfortunately, although I did goggled some. It is a pity, as I had around 30 or 40 of them, getting my mail in order to each of its mailboxes, but it is a small price as the rest doesn't show the before syntoms.
    Thanks for the help, anyway!!

  • I have a MacPro with 10.7.2 installed. I want to create a new partition and install 10.5. When I put in the install DVD and restart the computer, it does not restart. What can I do?

    I just purchased a  MacPro with 10.7.2 installed. I want to install 10.5 on a separate partition.
    I created the partition with no issues, now when I put in the 10.5 install DVD and restart the computer, it does not restart.
    All I get is a grey screen. no icons, no nothing. I have to shut the computer down.
    I really need to do this. I plan on upgrading to FCP X, but I still need to finish some old projects that were done with FCP 7. I need the different boot drives

    Mac Pro - Mid 2010
    Processor  2 x 2.66 GHz 6-Core Intel Xeon
    Memory  8 GB 1333 MHz DDR3 ECC
    Graphics  ATI Radeon HD 5870 1024 MB
    Software  Mac OS X Lion 10.7.2 (11C74)
    This is a brand new machine that I just purchased from Apple. It was delivered yesterday
    The old computer is an old PowerMac G5, but my OS X install disc is a retail version of 10.5.
    I also tried the OS X 10.5 install disc that came with my MacBook Pro (2.6 Ghz Intel Core 2 Dual).
    Same issue - nothing but a grey screen when the system tries to boot from the DVD

  • My airport express seems to be broken -- light is yellow and does not flash and doesn't change even when I press the "reset".  Tried unplugging and reset -- still a solid yellow.

    AX light is yellow and does not flash and doesn't change even when I press the "reset".  Tried unplugging and reset -- still a solid yellow. I assume this is a goner?

    Unfortunately, based on your description, I would have to second that your Express is a "goner." However, before giving up on the unit, be sure that you attempt a "factory default" reset at least 3x just to be sure.

  • Computer restarts (does not shutdown) when iPod is connected

    This issue has probably been covered in these forums,
    but I didn't read anything about this.
    My Computer (G4 on Tiger) restarts (does not shutdown) when my iPod Classic 30GB is connected
    via USB. Is that normal? Everytime I shutdown my computer and I forget to disconnect my iPod
    it restarts. The problem is that my G4 is connected to my sound system and I hear the loud opening BONG sound when the OS boots up. Very annoying, and dangerous for my speaker system...
    I know there are third party utilities that enables users to kill that start up sound but if I repair permissions, clean PRAM, etc those settings are removed and the original Apple factory settings come back. Is there any way to kill that sounds PERMANENTLY! with Mac OS Tiger.
    Thanks

    Hmm... You might want to consider posting this in the OS X forum as well. I know with my MacBook (running Leopard), if I mute the system volume prior to shutting down the computer, the next time I boot up, I don't hear the startup chime.
    It's not normal for your computer to restart itself coinciding with iPod actions. Do you have any other software applications installed that interact with the iPod that might be causing this?
    CG

Maybe you are looking for

  • Change for the sake of change is not always good

    The new format for iTunes in not working for me. Change is not working for our government and the same holds true for iTunes. ----The changes are making it difficult to find what I want. Also the higher price for TV shows makes it more lucrative to r

  • Regsiter that are necessary in a EOU ( Export Oriented Unit

    HI Gurus , I am Abaper I need the List of All Z Reports Regsiter that are necessary in a EOU ( Export Oriented Unit ) . Regards Shankar

  • How can i reset/ restart ipadair when it is frozen?

         I recived an ipadair for christmas and loved it. until i tryed to zoom out of an app and the screen froze! i tried to turn it off and back on but the power button only brought me to the lock screen were it is now frozen.

  • Can i create External Table dynamically

    Hi, Is it possible to create External Table dynamically ? I want to use the following dynamically to create External Table. 1) fields 2) field position 3) file location Thanks

  • Streaming videos and ads cause rainbow spinny wheel of death

    I really need help here. Everytime I try to view videos on hulu and various other sites, or even just go to the youtube homepage, safari freezes up and gives me the spinny wheel. It did it before I upgraded my flash, and still does it after. Any help