Dump in COMMIT WORK after CRM_ORDER_MAINTAIN and CRM_ORDER_SAVE in SalesOrd

Hi Experts,
I am updating dates in Sales Order using CRM_ORDER_MAINTAIN and CRM_ORDER_SAVE .
I am able to update two dates at the start of the program.
But then in the middle of code if I try to update the dates it gives dump on COMMIT WORK, saying duplicate entry exists, though I am updating a different date in different field.
If I execute the program again it does not give any dump and updates all status and dates successfully.
Please help.
Thanks in advance.
Regards,
Vikas

Hi Vikas,
Can you try this:
Before you use CRM_ORDER_MAINTAIN can you call FM CRM_DATES_TIMECONTEXT_DELETE, and check the result?
Kind regards,
Bruno

Similar Messages

  • My "9-o-l-." keys stop working after startup, and spreading! ahh help?

    My "9-O-L-." keys stop working after startup and my arrow keys too.
    Sometimes when I start up the keys will work for a bit then one by one stop functioning and then randomly work every so often, then it seems to "spread" to the right shift key, and sometimes the "8-I-K-," keys.
    Around the same time when this all began my Battery completely stopped working too, does this have anything to do with it? I've reset my PRAM and no luck.
    I'm planning on replacing the keyboard, will that fix the problem? or is it something deeper?
    Thanks in advance!
    -Andrew

    I assume you've rebooted? Can you control the computer well enough to make a new account and log into it? Doubt this will fix it but maybe. The keyboard may need replacing but it might also be that the cable has worked loose so that some of the wires have disconnected but not all. Sounds like a trip or call to Apple is in order.

  • [svn] 3752: Bug: BLZ-195 - JMSAdapter not working after disconnect and resubscribe.

    Revision: 3752
    Author: [email protected]
    Date: 2008-10-20 12:41:06 -0700 (Mon, 20 Oct 2008)
    Log Message:
    Bug: BLZ-195 - JMSAdapter not working after disconnect and resubscribe.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: Merged change 3676 from trunk.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-195
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/services/messaging/adapters/J MSAdapter.java

    Welcome guy -
    Unless you are using Spry menus as a learning experience, you should move forward to a menus system that will display properly on the millions of portable devices that won't work with Spry which was deprecated 2 years ago.
    Many are using JQuery menus or pure HTML/CSS menus.
    If you wish to continue your Spry for learning experience, we'll be glad to assist; please let us know.
    By the way, your submenus are not showing because you need to add the red value to this rule in your vertical CSS
    ul.MenuBarVertical ul.MenuBarSubmenuVisible{
        width: 220px;
        left: 180px;

  • Why doesnt the DVD version of iworks work, after uploading (and then deleting) the trial version?

    why doesnt the DVD version of iworks work, after uploading (and then deleting) the trial version?

    Check out this discussion in the iWork forum. Yvan's AppleScript (about 6 messages down) will solve your problem.

  • DUMP with Commit work and wait

    Hi all!! I need your help again!!
    I have this:
      WAIT UP TO 1 SECONDS.
                          UPDATE zpsc_ofertes
                          SET status = 'ENTRA'
                              status_v = 'CO/AA'
                          WHERE oferta = zpsc_ofertes-oferta
    AND versio = var_vers_destino.
    CALL FUNCTION 'STATUS_UPDATE_ON_COMMIT'.
        COMMIT WORK AND WAIT.
    CALL FUNCTION 'BUFFER_REFRESH_ALL'
    That code creates a dump... Why could be this problem??
    Thanks!!

    Let's see.
    The current application triggered a termination with a short dump.
    ¿Qué ha sucedido?
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).
    ¿Qué puede hacer?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    The code...
    000010   *
    000020   ***INCLUDE LPS_BAPIF01 .
    000030   *
    000040   *&
    000050   *&      Form  CHK_PRECOMMIT
    000060   *&
    000070   *       check precommit
    000080   *
    000090   FORM chk_precommit.
    000100
    000110     DATA: chk_precommit_ok TYPE c,
    000120           chk_error        type c.
    000130
    000140     CALL FUNCTION 'PS_FLAG_GET_GLOBAL_FLAGS'
    000150          IMPORTING
    000160               e_precommit_ok = chk_precommit_ok
    000170               e_error        = chk_error.
    000180
    000190     IF chk_precommit_ok = space.
    000200   *   Precommit wurde noch nicht aufgerufen.
         >       MESSAGE x030(cnif_pi).
    000220     ELSEIF chk_precommit_ok <> 'Y'.
    000230   *   Precommit wurde nicht erfolgreich durchlaufen.
    000240       MESSAGE x033(cnif_pi).
    000250     elseif not chk_error is initial.
    000260   *   At least one single BAPI failed
    000270       MESSAGE x056(cnif_pi).
    000280     ENDIF.
    000290
    000300   * commit work was called successfully after the precommit
    000310     PERFORM ps_bapi_init_global_variables.
    000320
    000330   ENDFORM.                    " CHK_PRECOMMIT
    000340

  • Automatic commit work after class method?

    Hi guys,
    after calling a class method, is there an automatic commit work? Or do I have to insert a commit work into the class method?
    At which points, a commit work is automatically called?
    Regards,
    Basti

    Hi,
    there is so much confusion about commit, commit work and rollback:
    1. At the end of LUW and at every interruption (screen display including message issued, RFC calls,...)  an implicit database commit occurs.
    2. COMMIT WORK will trigger all update task processes that have been registered before (call function in update task, perform on commit). Most BAPI functions use perform on commit. An implicit database commit ist not a COMMIT WORK.
    3. Rollback work will delete all pending update tasks inclusing all database updates not yet commited.
    4. Only the 'Master'of any process should rule the COMMIT WORK because COMMIT WORK means that ALL pending update tasks are executed. So only the caller on top of the hierarchy should issue the COMMIT WORK because a later ROLLBACK is not possible - ROLLBACK only works if not y<et committed.
    These rules work independent of programming feature used - nothing different in oo.
    Regards
    Clemens

  • ABAP Dump on "COMMIT WORK"

    The abap dump is occured in function module when the COMMIT WORK statement is executed.
    This function module updates a custom table.
    When creating a invoice through VF01 transaction this abap dump is occured.
    But for the next time the invoice is created successfully.
    What is the reason behind this.

    Hi,
      Refer
    https://forums.sdn.sap.com/click.jspa?searchID=11053241&messageID=5085300
    Regards
    Kiran Sure

  • My GF4 MX440 TV-OUT finally works after one and half a year!!!

    I bought this MSI GF4 MX440 video card in the middle of 2002. It comes with TV-IN and TV-OUT. The TV-IN works well and I can record video by connecting it to the AV-OUT of my TV. However, the TV-OUT didn’t work: after connecting the TV-OUT port to the AV-IN of the TV, the driver detected the TV correctly, but after selected clone option from nView, the whole screen of TV becomes light gray and no picture is displayed at all. I tried more than 5 different drivers (including the original MSI driver) and Win9x, Win2000 and XP, nothing works.
    Yesterday I installed TVTool, and strange things happened: when I run TVTool the first time, nothing was changed: the TV is still in light gray color. After I clicked on button “Scan” in “Adjust” tab in TVTool, the screen of computer is displayed in the TV! Even if I quit TVTool, the TV-OUT is still working. I went to the display properties and setup TV as the device for full screen display, then when I use Windows Media Player or Real Player to play a video using normal size, the movie is displayed full screen on TV automatically! It’s really amazing. After stopped playing the video, the TV comes back to display the screen of the monitor again.
    After I rebooted the system, the TV-OUT was not working initially, TV displays light gray again. But after run TVTool once without doing anything, the TV-OUT starts working even if quit TVTool now. So now when I want to use TV-OUT, I have to run TVTool once and the quit it. It is much better than nothing works at all.
    I cannot explain why this happens. It looks that the TVTool enables something in the chip of the video card. Hope this will help somebody else.
    BTW, this is my first and will be the last video card from MSI.

    i m also having the same MX440 card , i am also having one problem with it..
    i can run the TV-OUT option easily..
    but as the screen of computer is displayed in the TV, but when i try to run any movie on my PC and i want to see the movie simultaniously at the same time , it is not possible ..
    i can only see it on the primary display which is set.. , it coult be TV or monitor..
    i want to see the same movie in both the display at the same time , is that possible ?
    please someone help me ..
    thanks

  • Windows 8.1 wifi not working after sleep (and other various bugs)

    Hello Apple support forum, this is my first post!
    Alright, so I just switched to my first mac. MBP Retina late '13. I bought it primarily to run windows, and to also of course use OS10.
    My issues in bootcamp however are getting annoying. My Wifi shows up as connected after I resume from sleep, but my mac won't let me disable wifi, enable airplane mode and then re-enable wifi, nothing. The only way to get wifi to work when resuming from sleep is to reboot.
    I just set hibernate when close lid on all my power modes, and basically disabled sleep for now. Hibernate works fine for now, but sleep is much faster from resume and also I'm not sure if the machine will wake up from a simple tap on the keyboard or opening of the lid, I think I have to actually boot it all over again anyways.
    My other minor but still annoying issue is my titles of windows in windows are showing up as black (screenshot here)
    the only other thing I was curious about was the dual-gpu functionality. I know from reading these forums it's probably not possible because of the hardware and software mesh apple created for OSX and their dual-gpu design, how it wouldn't really work in windows. I'm just wondering if anyone ever got this to work in windows maybe on the older retina MBP or older macs, or if anyone is making progress on trying to fix that in windows? I bought this laptop expecting that to work, even the geniuses at the Apple store said it would be possible, I was misled and might have second-gussed buying a 3k machine if it would only get a few more hours battery than my old Vaio. I bought this machine primarily for battery life.
    I'm just remembering another tiny tiny issue. When I plug headphones in the headphone jack in windows, it doesn't automatically switch to that audio output, I have to manually do it in audio settings, is this a bug, have I configured something incorrectly, and is there a fix?
    One other thing is my dpi settings, I have it set to a larger font and everything because at stock it is SOOO tiny. my question is, is there any way to smooth out text in other apps, my browser and apps like rdio look like crap unless I leave the dpi settings stock, which I basically need a magnifying glass to use (I tried that for a week lol. Not the magnifying glass tho haha)
    I know I'm rambling at this point, but in the windows 8.1 camera app, sometimes my camera does this bug where it flips between inverted and normal, extremely quickly, so it looks like there are two of me. I don't know if this was GPU drivers tho, because just reinstalled those this morning and it seems to be ok so far.
    also, the keyboard. I miss my context menu key, what do I need two command keys for? A right alt button, I'd rather have that be the other control button. Any way to remap these easily? what about switching Fn with control on the left, I prefer my windows button in the exact corner.
    last question tho, I saw people overclocking gpu's on their retinas from last year, can you do this on the new retinas, and can you overclock the cpu as well as the gpu?
    I do have to say this in the end, I am a little dissapointed with apple, I was told thst my mac would run windows like a native windows machine. I know windows 8.1 is not supported, but coming from PC's for years, and being a PC technician, I also go to school for computer engineering, I expected everything to "just work" as steve jobs once said. Well, it doesn't just work. I even had these issues in windows 8, which is supported.
    Installing windows 8 was a nightmare. I had to use the forums, try for weeks to get windows 8 to finally instll the proper (uefi) way, and to get everything usable, I had to reinstall my os's twice.
    Apple, if you are going to advertise a mac that can run windows "seamlessly", you need to get these major issues fixed, support all new versions of windows before they are even release, and release proper hardware drivers and support software before new hardware is released. All other Windows OEMS are pretty much required to do this to stay in business. I don't dislike OSX, I just use windows for everything I can't use Mac for, so please fix this. You're better than this, you should put a higher standard on this. otherwise, don't advertise macs that can run windows.
    Thanks guys, sorry for the information overload. BTW, MBP Retina 15" 16GB RAM 512 SSD, 2.6 haswell, pretty much the max specs other than the SSD.

    I have stated every issue I’ve had so far in a fairly clear and concise way. I think if you read what I wrote, it all makes logical sense as to what is going on. Windows 7/8 would work just as well on a Mac if it was supported the same way the OS is for other OEMs.
    As I stated earlier in the post, I’m having these same issues in windows 8, not just 8.1, which is the reason for the post. I know the difference between supported by drivers and not supported by the manufacturer. The fact that when Haswell mbp’s came out and no revision to bootcamp for the new hardware was released to fix issues with installing windows on the new hardware shows Apple clearly Is not supporting bootcamp as strongly as they advertise.
    I am being realistic on Apple having drivers early. Anyone with an MSDN subscription can download the RELEASE version of windows months ahead of the actual release, I’m 100% sure if any average consumer can do that by paying $100 and saying they are a developer, apple can do it just as easily.
    You aren’t much help, you haven’t answered really anything to my post, nor have you contributed any knowledge that wasn’t clearly posted above, so don’t say anything if you don’t have anything to contribute.
    By the way, my rant is directed at apple, as you can see because I am saying “Apple, if you are going to…” because this is an Apple forum on Apple’s website. It is not directed to end users, clearly.

  • Time Capsule no longer works after unplugged and plugged back in

    See if you can follow this.
    When i first got the time capsule about 2 months ago i had problems right off the bat. I changed the WEP to a WPA, plugged the time capsule into the router instead of going wirelessly and used it to extend the network. After several time of reseting the capsule, changing settings and passwords, and waiting several minutes for the airport utility to say it could not connect i finally got it to work.
    Now, the other day i went to move my desktop to another outlet, so everything was unplugged via the surge protector, for about 5 minutes then plugged back in. Now the capsule no longer works. I was getting the same messages as two months ago, as if everything was reset in turning it off for a minute. I went through the same processes as last time to get it to work, but not this time. After waiting at the airport page for a few minutes it says that internet connection is the issue. Now the capsule is about 1 foot away from the router and plugged in, and i have internet connection to the desktop and my macbook pro.
    Does anyone have any ideas, omitting the stupid suggestions web pages tend to give, such as is it plugged in? is it turned on?
    Help is GREATLY appreciated.

    "plugged the time capsule into the router' try bridge mode and also configure its wireless setting

  • Lenovo Ideapad U410: Display not working after sleep and/or restart

    Hello all,
    I am recently having some inconsistent display issues with my Lenovo U410 laptop i7 1TB with a Windows 8 PRO upgrade (came with windows 7). 
    When I press the Power Button on my laptop to put it to sleep, the Screen turns black as if it is off, but the Power & Battery LEDs on the front of the laptop remain on, as well as the LED on the power button.  However, when I try to wake my laptop, there is no response on the screen (remaining black as if it is off).  The internal fan is running, however I receive no feedback when "blindly" trying to input my password.
    I've tried to turn the power off and back on to no avail.  I've also removed the power source and held the power button for a couple of seconds and that did not solve the issue either. I've tried connecting the laptop to a screen via HDMI (since there is no other AV port on the device), but there was no signal being sent through. 
    This is an inconsistent issue that began yesterday 6/11/2013.  When the laptop is left alone for a little and is turned on again, the display works, but after closing the lid (sleep) or pressing the button, the display fails to turn on upon awakening.
    In most recent circumstances, Today (6/12/2013) I was installing a Windows update that required my computer to restart.  When the update configured perfectly BEFORE it was restarting, but AFTER the restart, my internal fan began to work, but the display was not on.
    Does anybody or Tech support know what may cause this inconsistent behavior?  or know any solutions to this issue?

    I am facing similar problem - post sleep & sometimes on touchpad event - the screen gets stuck & a strange array of gray screen comes or the existing screen's colors get distorted & the laptop gets stuck. 
    model - Lenovo U410; 64 Bit; Windows 7 Home basic;,  Intel core i5 processor 
    I have upgraded display drivers but that hasn't changed anything. Any help is appreciated. 
    Link to Image
    Mod edit:  Changed oversize pic to link per forum rule:  50k limit on pics.  Please use a hosting site and a link or resize the oversize pics.

  • HT201263 the itunes tales me that can not connect to update server, i tried to connect my i pad ever ting is ok to the ipad but my iphone stop working after update and i tried all solutu=ion suggested on the internet please i need help

    after i update the iphone 4s to ios 6.1.1 my i phone stop responding and a message appear tell to connect to i tune i did all the solution and put my iphone in dfu mode and nothing happen my i phone is gone no solution and a message appear tells that can not connect to update server but my ipad work at the same pc the problem in the i phone, plz some help

    Was thje TM backup 10.6 also?
    I never use TM for Backups, far better less painful backup methods, but...
    Have you looked through Pondini's extensive TM help site?
    http://Pondini.org/TM/FAQ.html
    http://pondini.org/TM/Troubleshooting.html
    Can't imagine something not being covered there.

  • Applications won't work after archive and reinstall

    My wife has an iBook G3. After automatic update she got the red circle with a slash in it. She rebooted to the install disk and chose to archive and reinstall. After doing this and restarting, several applications will not work. For sure itunes, safari, iphoto and perhaps other she has not tried. The message she gets is: "The application cannot be launched because the system is incompatible." Suggestions? Thank you. Steve
    iBook G4   Mac OS X (10.4.7)  

    To A Brody, thanks for the link to the backup info page..that was very helpful.
    I'm having a panic with two volumes with 10.3.9 and 10.4.3 getting corrupted and impossible to repair or reinstall...and getting errors that "may be bad blocks...bad media.." and am backing up all the photos and music to a usb ext HD.
    I'm only able to start up with os9 and am careful...perhaps not enough, I don't know, to not do anything to the osx files I can see from the other parition with os 9.
    So far I've just dragged the files I want to the ext HD. I think I will do it again with a disc image as well, on the same ext HD, and burn dvd's later.So far, testing the backup with another mac in osx, I'm able to see the pictures with Preview, and import the music and play it...but yikes, no backup is like running with scissors. Two different friends are also backup less and they both use their macs for business! I hope to get them fixed up as well.
    I'm going to post a new question about the phrase: "Mac OS X can't be installed on an ATA/IDE drive that is configured as a "slave", although it can see and work with such drives.": from one of the best books on OS X. Is this true?
    G3 233hz desktop   Mac OS X (10.4.3)   567mb ram, xpostfacto

  • Randomly my GPS & GPRS stops working after sometime and is needed to reboot the phone to get it again work for sometime

    Hi,
    I am facing a strange problem after the OS upgrade of my BB 9300, curent OS is 6.0 bundle 2342 (v6.0.0.526, plateform 6.6.0.195).
    After reboot (alt+shift+enter), my phone works normal for some time. (time is not fixed period and is random period varying from 1 hour to 5-6 hours also, as noted by me).
    After that it stops GPRS and GPS , due to which my applications like Whatsapp and Google map stops working.
    I need to reboot it again to make it work.
    But i hate rebooting it , as it takes time in reboot process and i sometimes misses message on whatsapp, if i forget to reboot.
    Any fixes to make it okay ?
    thanks in advance

    We are all fellow users on here and not Apple employees.
    Is this an Apple store you are dealing with, or an Apple authorized repair service?  If it is only one and a half months old it is still in warranty, unless it has had accidental damage done to it.

  • IPad wi-fi not working after Lion and cloud updating

    Updated to LION OS 10.7.2 and updated iTunes today along with updating to the "cloud."
    Updated iPad to 5.0.1.
    Wi-fi is not working now.
    On my desktop iMac I went into system preferences and went to "sharing" and have "internet sharing" checked. This is how it was working before.
    I am trying to finish my iPad update. When I get to "wi-fi networks" it shows my iMac G5 but just keeps searching after I try to select it. It will not connect to my wi-fi. How do I get it to work????

    I am using an intel i3. When I said above about my G5...that was just what my computer was named. I have a new iMac but when information was transferred it must have kept the name of it as my G5.

Maybe you are looking for

  • Country Problem in App Store

    Hello, There is a problem that keeps happen to me from time to time. Suddenly, I get a messages on app store saying that I need to change they country in the settings from a country (UK and Italy for example) to Egypt, although when I try to view the

  • SAPGUI 7.20 terminated when copy and paste value in planning book.

    Hello Experts, I have window 7 and SAPGUI 7.20 patch level 2.  Recently, I encountered an issue where my SAPGUI terminated unexpectly when I use CtrlC and CtrlV of a value from one cell to another in any planning books (DP, SNP, ect.)  A window pop-u

  • No airportconnection after sleep

    Any one more that have this problem? started after i install´d Leopard that is the worse´d Os since 7.5 And Safari is not compatible with mac os no longer just keeps shut down in time and un time. Maby Apple shuld have waited a year and finished Leop

  • JSP Tags and pooling.

    We are researching JSP Tags as a method of seperating our creative and coding efforts. Our research is showing that JSP tags is a resource hog and noticed that none of the JSP Tags are being pooled. Docs that we have looked at suggest that pooling do

  • Sha256 - how to do this javascript in ABAP. Is it possible?

    Hello, I would like to use the amazon product advertising api. For this my requests need to be "signed". In an example I found the following javaScript for signing requests:      function sign(secret, message) {        var messageBytes = str2binb(mes