What happens when I click "Order" - SRM 5.0

I have a scenario where shopping carts were marked complete, but purchase orders were not created. We had some application server problems, and RFC connections were working intermittently for a short while - which caused this problem. The shopping carts create local purchase orders in SRM (not in ECC).
SO, I am trying to determine where this process could have been broken. We have the case where I can click on the trash can to delete a shopping cart that does not have a PO, and I can view the details of the shopping cart and note that there are no follow-on documents. However, when I try to delete this shopping cart, i get a warning message saying that deletion is not possible, because follow-on documents exist.
Is there some user exit, some job that was called and failed, some workflow that is triggered, etc?
I have tried to run every possible job, have reviewed all workflows, and can not find any error. I had all users recreate and reorder their carts, and the problem is solved - BUT I don't know the root cause of this, and do not truly understand what happens between clicking "order" and the workflow in the PO to auto approve (as we are using Procurement cards, and the workflow is being triggered to auto approve). In the case noted above the cart is ordered and approved, but the PO is not created and the PO auto-approval workflow is never started. (I can't retrigger because no GUI-ID is being generated either).
Anyone have any thoughts?!?

This:
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.
To update
The Settings>General>Software Update comes with iOS 5 and later.
Connect the iPod to your computer and update via iTunes as far as your iPod model allows
iOS: How to update your iPhone, iPad, or iPod touch
A 1G iPod can go to iOS 2.2 via iTunes and iOS 3.1.3 via
Purchasing iOS 3.1 Software Update for iPod touch (1st generation)       
https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/touchLegacyLandingPage
A 2G to 4.2.1. Requires iTunes version 10.X. If a Mac it requires OSX 10.5.8 or later. With OSX 10.4.11 you can only go to iTunes 9.X which gets you as high as iOS 4.1
A 3G to 5.1.1  Requires iTunes version 10.5 or later
A 4G to 6  Requires iTunes version 10.7 or later. For a Mac, that requires a Mac with OSX 10.6.8 or later
Identifying iPod models
If you have iOS 4.2.1 (Settings>General>About>Version) you my have a 2G iPod. Those can only go to 4.2.1
iPod touch (3rd generation)
iPod touch (3rd generation) features a 3.5-inch (diagonal) widescreen multi-touch display and 32 GB or 64 GB flash drive. You can browse the web with Safari and watch YouTube videos with Wi-Fi. You can also search, preview, and buy songs from the iTunes Wi-Fi Music Store on iPod touch.
The iPod touch (3rd generation) can be distinguished from iPod touch (2nd generation) by looking at the back of the device. In the text below the engraving, look for the model number. iPod touch (2nd generation) is model A1288, and iPod touch (3rd generation) is model A1318.

Similar Messages

  • What happens when you click SUBMIT ? URGENT HELP

    Hi,
    I have a requirement where I want to know all the records that are submitted this year.
    Can anybody tell me which column gets auto populated (Vanilla funcationality) in S_EVT_ACT when we click the Submit button ??
    Thanks :-)

    Hi,
    Thanks for the help.
    I am using Siebel ePharma 7.7.2.6.
    No I will not be able to use the Start Date. I want the records submitted this year because of which I cannot use Start Date.
    In S_EVT_ACT, there is a column Call_Submit_Date. But that dosent get populated by default. I wanted to know is there any column which get populated by default (Vanilla functionality) when you click Submit button.
    Thanks :)

  • What happens when I click to "sync" button?

    If I click on the "sync" button while "manually manage music and videos" is checked in the options section on the summary page in itunes, what will happen? Will iTunes sycn everything including the music or video or will it just sync everything else? I have some songs in my iPod Touch and I don't have them in iTunes. I need to press the "sync" button, but I am afraid of losing my songs if iTunes sync the music.

    Will iTunes sycn everything including the music or video
    It will only sync what you have selected.

  • Change what happens when I click on earbuds

    Hello!
    Let's cut straight to my problem!
    I am fairly new to Macbook, so please be patient and try to understand me (I am from Sweden and my English is not 100%)
    SO... I want to Macbook (Pro) to react the same was as my iPhone (5) when I use my earbuds. Volume up and down works the way I want, simply changeing the volume. But when I have spotify playing on my iPhone and press the mid-button it will act as pause/ play. And double click will do 'next' and triple click will do a 'previous'
    When I try to do this on my Macbook, it will just launch iTunes instead (even though I have Spotify up and running)
    Is there any way I can change the "deafault media player via earbuds" to make them a controller for Spotify/ VLC media player instead of iTunes.
    I hope you guys understand my problem and that the solution is simple! I don't know much technical terms in the Macbook world, so please try and explain simple and step-to-step ways to fixing my problem!
    Thank you!
    Regards Gustav

    Dammit, can't find an edit button o.O
    In other words, I want my earbuds controller to react the same way as the F7 F8 and F9 keys, with previous, play and next

  • What happens when i click restore?

    I accidently deleted a video i recorded on my touch. If the video was there the last time i synced it and i haven't synced it yet, can i recover it? Do I restore?

    If you created a backup after recording the video, then just restore from a backup using iTunes.
    iPod touch: About backups

  • Nothing happens when I click on pictures

    When looking at my library in iPhoto, if I click on an image, a frame opens up with pictures on the top, but the picture I click on does not open in the main frame. How can I fix this?

    rs6er
    Try the following:
    Delete the com.apple.iPhoto.plist file in Home/Library/Preferences.
    What this will do is return the VIew options to the default settings.
    What happens when you click on a pic then?
    Regards
    TD

  • TabNavigator - How to change what happens when a user clicks a tab

    I am using a TabNavigator in my Flex application and I'd like
    to be able to change what happens when a user clicks a tab on the
    TabNavigator. I'd like to be able to handle the click on the tab
    myself and stop Flex from perfoming it's default actions. Anyone
    have a clue how to do this? Any help would be much appreciated!
    Mike

    Yeah, in the following code, the changeHandler has an effect
    but the click effect does not:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml">
    <mx:Script>
    <![CDATA[
    private function clickHandler():void{
    accounts.setStyle("fontSize",20);
    stocks.setStyle("fontSize",20);
    futures.setStyle("fontSize",20);
    private function changeHandler():void{
    accounts.setStyle("fontSize",7);
    stocks.setStyle("fontSize",7);
    futures.setStyle("fontSize",7);
    ]]>
    </mx:Script>
    <mx:TabNavigator borderStyle="solid"
    click="clickHandler()" change="changeHandler()">
    <mx:VBox id="accounts" label="Accounts"
    width="300"
    height="150">
    <mx:Label text="Accounts"/>
    </mx:VBox>
    <mx:VBox id="stocks" label="Stocks"
    width="300"
    height="150">
    <mx:Label text="Stocks"/>
    </mx:VBox>
    <mx:VBox id="futures" label="Futures"
    width="300"
    height="150">
    <mx:Label text="Futures"/>
    </mx:VBox>
    </mx:TabNavigator>
    </mx:Application>

  • What happens when you AirDrop from Mac to iPhone and click Cancel?

    I have a Late 2013 27" iMac running OS X Yosemite 10.10 and an iPhone 6 Plus running iOS 8.0.2.
    I can take a PDF on my iMac, drag it to my iPhone in the AirDrop section of Finder, and it transfer to my iPhone just fine.  Once it's finished transferring, a popup shows on my iPhone asking me what app I want to open the PDF in, which is great.  At the bottom of that popup is a "Cancel" option.  My question is, what happens when you tap "Cancel" instead of one of the apps?  Is the file still somewhere on the iPhone?  Or does it get deleted?

    Connecting to a new computer or iTunes will always erase the device first. Back up manually before by right clicking on the iPod in the device list and choosing "backup". A manual backup does not include the sync process. You can use this backup to restore from after your iPod got wiped during the first sync.
    Transfer your purchases the same way and make sure to have at least one contact and event listed on your Mac, to be able to merge data.
    See also iTunes: About iOS backups to get more info about the content of a backup, and How to back up your data and set up as a new device , if you want to know more about saving info from the iPod before setting it up in iTunes.

  • Nothing happens when I click. What could be the reason?

    Using a web-based application with firefox where I can normally access my e-mails and database entries, nothing happens when I click, although the mouse cursor shows the "hand with finger" sight when I run over it. This was working fine till yesterday morning.
    It can't be a problem with the web-based application, as colleagues using the same firefox version are not facing any problems. Also, when using a different browser (e.g. Chrome) no problems either.

    Using a web-based application with firefox where I can normally access my e-mails and database entries, nothing happens when I click, although the mouse cursor shows the "hand with finger" sight when I run over it. This was working fine till yesterday morning.
    It can't be a problem with the web-based application, as colleagues using the same firefox version are not facing any problems. Also, when using a different browser (e.g. Chrome) no problems either.

  • I can´t view any PDF-files. Nothing happens when I click on a PDF-file. For some weeks ago we installed Adobe CreativeSuite6 on my computer. What should I do?

    For some weeks ago we installed Adobe CreativeSuite6 on my computer. What should I do?

    Hi Daniel ,
    What happens when you try to open a PDF ?
    Are you facing challenges with all the PDF' or any specific one?
    Please refer to the following link for more information regarding the same .
    Let us know how it goes.
    https://helpx.adobe.com/acrobat/kb/cant-open-pdf.html
    Regards
    Sukrit Dhingra

  • Trying to synch my ipod and getting message that a file is corrupt and can't communicate.  Trying to restore ipod but nothing happens when I click on restore. What now?

    After following all of the instructions in the help site I get the ipod to the Disc Mode but nothing happens when I click on restore. Help, my wife thinks I'm sabotaging her ipod.

    When you have a compatible Numbers file in icloud (from Numbers on a mac), then when you invoke Numbers on a device, that file immediately shows up in the main window that lists all documents in Numbers.  (Same thing for Pages.)
    I haven't used Numbers, only Pages, so I just made a test.  Created a Numbers file on the mac and "move to" iCloud.  On my iPhone, the file didn't show up - hmm.  Then I remembered I had turned off wifi and in settings have 3G data for documents turned off.  When I turned on wifi and went back to Numbers, the file appeared.
    I suspect you need to import the Excel file into Numbers and then save it as a Numbers file to iCloud, using "move to".
    Using Mountain Lion and latest iOS and Numbers/Pages.

  • Time Machine backup created on Mac with a large hard disk. What happens when restore to MacBook Air with small SSD drive?

    What if a Time Machine backup was created on a Mac with a large hard disk, e.g. 500GB iMac - and I buy a new MacBook Air with a small SSD hard disk e.g 128GB. What happens when I need to use the larger Time Machine file to set up the new MacBook Air? What happens to all those files that can't fit on the smaller SSD drive?

    It is not the HD size, but rather the size of the data it contains. If you right-click your 500GB drive and select "Get Info" you can see how much is actually being used.
    Naturally if you are using more space than the new drive has, then you have to make some choices about what you want to keep and what you want to keep archived.
    I don't know what options are available but you may simply have to do a manual restore of files you want, in groups.

  • I have signed in to my account and am able to brouse media but not download or purchase anything. The "buy" button is also white instead of blue and nothing happens when I click to buy. I am able to make purchaces on the same account on my I phone as well

    I have signed in to my account and am able to brouse media but not download or purchase anything. The "buy" button is also white instead of blue and nothing happens when I click to buy. I am able to make purchaces on the same account on my iphone as well. What might be causing this issue?

    Having the same problem and i just thought it was me ? So frustrating went to my local Apple store and they told me to re-load Itunes again,Done that but still can not buy songs???????????

  • Buttons on dialogue and prompt boxes are blank and nothing happens when I click on them.

    Whenever a dialogue box or prompt box comes up, the all of the buttons or sometimes just the bottom two (OK and cancel) are blank and nothing happens when I click on them, with the exception of one website in which clicking the blank button that normally says "OK" takes me to a blank screen. This doesn't allow me to access certain websites or download anything when a dialogue box asks me to confirm. As a result, I also cannot start firefox in safe mode or refresh it.
    Attached is an example. That is what came up when I tried to refresh firefox. Nothing happens when I click either of the buttons at the bottom.
    EDIT: Attached the image.

    Strangely enough, it just stopped happening on its own this morning. Thanks for the help, though!

  • What happens if I click on recovery 10.9.1

    I am having problems with booting my wife's 2010 iMac. It never boots completely. I gets to a point where the screen flashes over and over a message something about opening (or not) windows which were open when I shut down.
    When I hold the OPTION key at startup I get the 'option' to start up with my system hard drive or Recovery 10.9.1.
    What happens if I click on Recovery 10.9.1?
    Jerry

    OK!
    Then what happens? I'm primarily concerned with the data that's on the Mac HD. Does it get erased or changed in any way?
    Jerry

Maybe you are looking for

  • Storage Location wise stock report

    Can any one let me learn, How to get storage location wise & selected date wise stock report in standard SAP

  • IMessage merging on two iphones

    I have four  iPhones on one Apple ID using AT&T. Since updating one iPhone 4S to ios7 iMessages has merged my iphone with another iphone. We are seeing each other's messages. Any ideas?

  • Upgrade: Bad X Graphical Glitches

    So I did a full system upgrade, and after I rebooted and tried running X, nothing on the screen renders properly except for the wallpaper set by Nitrogen.  The cursor doesn't appear but sometimes flickers if I move the mouse around.  Windows show up

  • Why is my version of PsCS6 so different

    I have been following Julieanne's videos on the new features, none seem to be present in my Photoshop CS6 (version 13.0.1 x64) software that I bought 1 week ago.  This include the crop tool dropdown menu, the Camera raw screens ( they screens are exc

  • BackingBean scope

    Hello   ADF experts, can you please  clarify my  question.   I have read in some blog   saying  in backingBean scoped bean,  the fields  should be marked as transient.       If the bean  is in  backingBean scope, should we still make the fields  tran