WHY CPROJECTS DUMPS WHEN SAVING MODIFIED TASK?

When user tries to set as completed more then one task at once,  I'm getting frequently a short dump error which I report after:
<br> Termination occurred in the ABAP program "CL_DPR_TRANSACTION_MANAGER====CP" -in "ON_TRANSACTION_FINISHED".                                                      
<br>   The main program  was "SAPMHTTP ".                                                                               
<br><br>In the source code you have the termination point in line 20 of the (Include) program "CL_DPR_TRANSACTION_MANAGER====CM009".    
<br><br> The following refers to the exact interruption  point:
<br><br>
<br>1     |METHOD ON_TRANSACTION_FINISHED.                                                            
<br>|    2|                                                                               
<br>|    3|  DATA:                                                                               
<br>|    4|    LR_APPL_OBJECT_MANAGER TYPE REF TO CL_DPR_APPL_OBJECT_MANAGER.                         
<br>|    5|                                                                               
<br>|    6|*/Transaction supervision snaps only if changes are made                                   
<br>|    7|  CL_DPR_APPL_OBJECT_MANAGER=>SET_ACTIVE_APPLICATION(                                      
<br>|    8|    iv_application = CL_DPR_CO=>SC_APPLICATION_TYPE_DPR ).                                 
<br>|    9|  LR_APPL_OBJECT_MANAGER =                                                                 
<br>|   10|    CL_DPR_APPL_OBJECT_MANAGER=>GET_INSTANCE( ).                                           
<br>|   11|  IF LR_APPL_OBJECT_MANAGER->HAS_CHANGES( ) EQ CL_DPR_CO=>SC_FALSE.                        
<br>|   12|    RETURN.                                                                               
<br>|   13|  ENDIF.                                                                               
<br>|   14|                                                                               
<br>|   15|*/With the help of this event handler unauthorized transactional                           
<br>|   16|*/statements are detected                                                                   
<br>|   17|  IF KIND EQ CL_SYSTEM_TRANSACTION_STATE=>COMMIT_WORK.                                    
<br>|   18|    MESSAGE X085(00).                                                                      
<br>|   19|  ELSE.                                                                               
<br>|   ***|>>>>>|    MESSAGE X086(00).                                                                      
<br>|   || 21|*  ENDIF.                                                                                |
<br>|   | 22|                                                                                |
<br>|   | 23|ENDMETHOD.     
<br><br>
Is there anyone who experienced something similar when confirming task? I think it's some kind of excepition handled uncorrectly by the system but I can't grasp the meaning of the generic  output message: "Error when saving data". What's more: some tasks are processed correctly and some other get the error message!
<br><br>Thanks for just a little help or suggestion.
<br><br>
Best regards<br>Andy

Hi Khumar. Unfortunately problem hasn't been solved yet. I have no idea how to go out from this...I've found a Sap Note with similar issue:
Note 950528 - A termination occurs when you save
but it deals with the flag accounting integration on project type, which causes this kind of message if it's set without activating the CO module. So what? This is not my point.
Thanks for some tips or suggestion
Andrea

Similar Messages

  • DUMP when execute any tasks - OBJECTS_OBJREF_NOT_ASSIGNED_NO

    Hi Experts,
    I need help. When we try to execute any tasks at UCMON we have the following DUMP:
    Erro tpo.exec.         OBJECTS_OBJREF_NOT_ASSIGNED_NO                                              
    Exceção                CX_SY_REF_IS_INITIAL                                                        
    Data e hora            16.03.2011 11:53:29                                                         
    Dump breve ABAP não está complet.gravado (demas.extenso)                                           
    TxtBreve                                                                               
    Access with 'ZERO' object reference not possible.                                             
    O que aconteceu ?                                                                               
    Error in ABAP application program.                                                                               
    The current ABAP program "CL_UC_COMPOUND================CP" had to be                         
         terminated because one of the                                                                
        statements could not be executed.                                                                               
    This is probably due to an error in the ABAP program.                                         
    O que pode ser feito?                                                                               
    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.                                                                               
    is especially useful if you want to keep a particular message.                                
    Análise do erro                                                                               
    An exception occurred. This exception is dealt with in more detail below                      
        . The exception, which is assigned to the class 'CX_SY_REF_IS_INITIAL', was                   
         neither                                                                               
    caught nor passed along using a RAISING clause, in the procedure                              
         "GET_GUI_DATA_SELACC" "(METHOD)"                                                             
    Since the caller of the procedure could not have expected this exception                      
         to occur, the running program was terminated.                                                
        The reason for the exception is:                                                              
        There was an attempt to access a component using a 'NULL' object                              
        reference (points to nothing).                                                                
        An object reference must indicate an object (an instance of a class),                         
        before it can be used to access components.                                                   
        Either the reference was never set or it was set to 'NULL' using a                            
        CLEAR statement.                                                                               
    Notas p/eliminação de erros                                                                       
        Probably the only way to eliminate the error is to correct the program.                                                                               
    You may able to find an interim solution to the problem                                       
        in the SAP note system. If you have access to the note system yourself,                       
        use the following search criteria:                                                                               
    "OBJECTS_OBJREF_NOT_ASSIGNED_NO" CX_SY_REF_IS_INITIALC                                        
        "CL_UC_COMPOUND================CP" or "CL_UC_COMPOUND================CM00H"                   
        "GET_GUI_DATA_SELACC"                                                                         
        If you cannot solve the problem yourself and you wish to send                                 
        an error message to SAP, include the following documents:                                                                               
    1. A printout of the problem description (short dump)                                         
           To obtain this, select in the current display "System->List->                              
           Save->Local File (unconverted)".                                                                               
    2. A suitable printout of the system log                                                      
           To obtain this, call the system log through transaction SM21.                              
           Limit the time interval to 10 minutes before and 5 minutes                                 
           after the short dump. In the display, then select the function                             
           "System->List->Save->Local File (unconverted)".                                                                               
    3. If the programs are your own programs or modified SAP programs,                            
           supply the source code.                                                                    
           To do this, select the Editor function "Further Utilities->                                
           Upload/Download->Download".                                                                               
    4. Details regarding the conditions under which the error occurred                            
           or which actions and input led to the error.                                               
        The exception must either be prevented, caught within the procedure                           
         "GET_GUI_DATA_SELACC"                                                                        
        "(METHOD)", or declared in the procedure's RAISING clause.                                    
    Someone help me please?
    Thanks
    Marilia

    Is it a Groundhog Day again:
    TSV_TNEW_PAGE_ALLOC_FAILED - BCS load from data stream task
    Raise Exception when execute UCMON
    and this very thread
    in all these cases, IMHO, the proper way was the following:
    1. Try to find the proper OSS note
    2. if not succesfull - properly regenerate the data basis,
    3. if not succesfull - open a new OSS note to SAP.
    Edited by: Eugene Khusainov on Mar 16, 2011 10:42 PM

  • Dump when saving PO

    Dear Guru's,
    We have encountered error when processing several PO type
    It gave dump message Program "RFMFMOAPED3500136 " not found, please help I have tried to search for this topic but couldn't
    find any solution. I also have tried to generate several program in that correspond to the dump message but still no clues.
    Short text
        Program "RFMFMOAPED3500136 " not found.
    What happened?
        There are several possibilities:
        Error in the ABAP Application Program
        The current ABAP program "SAPLABADR" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        or
        Error in the SAP kernel.
        The current ABAP "SAPLABADR" program had to be terminated because the
        ABAP processor detected an internal system error.
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not
         caught in
        procedure "STEP--METHOD_DRULE" "(FORM)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        On account of a branch in the program
        (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)
        or a transaction call, another ABAP/4 program
        is to be loaded, namely "RFMFMOAPED3500136 ".
        However, program "RFMFMOAPED3500136 " does not exist in the library.
        Possible reasons:
        a) Wrong program name specified in an external PERFORM or
           SUBMIT or, when defining a new transaction, a new
           dialog module or a new function module.
        b) Transport error

    Hello Allen ,
    Such reports RFMFMOAPED3500136 are nothing but
    "Access routines for corresponding derivation table FMFMOAPED3500136" .
    Please check in your system if this table exists in your system . If it is available then you would need to transport this missing report from the original system. Also get in touch with your functional team , on the configuration part and if that access report is obsolete or is still required , then you would need to do corresponding customizing s.
    Regards,
    Rajesh
    Hi, table and program didn't exist. I'm aware this error are connected with FMDERIVE transaction.
    I have check and the entry for specific company code is missing, buat after we add it error still occurs, we also have check budget and generate FMBV.
    Regards,
    AT

  • Dump when saving lead

    Hi All,
    I am getting error when I save lead after selecting merge and edit prime leave from salespro role
    CX_SY_MESSAGE_IN_PLUGIN_MODE
    SAPLCRM_ORDER_API
    LCRM_ORDER_APIU02
    223
    Has anyone faced such issue?
    Thanks and Regards,
    Gauri.

    Hi Gauri
    Previosu isntances of this error have been caused by custom implementations of the Badi ORDER_SAVE, where the FM CRM_ORDER_READ is called within the implementation. If you have such an implementation active, please deactivate and then
    retest.
    Regards
    Gavin

  • Why is it when i take a picture with my new iphone 5S, the pictures aren't saved to my photos?

    why is it when I take pictures with my new iphone 5S, the pictures aren't saving to my photos?  The only pictures showing up in my photos are the ones from when I first restored my phone from icloud.

    Hi AmishCake.
    I tried that and it didn't work.

  • When saving .tif or .eps files, it usually erases the last 2, 3 or 4 letters, why? ("as copy" issue)

    hi again
    this is a question i wanted to ask the last couple of years:
    it doesnt depend on CS5 or CS4, i guess nearly all newer versions
    of photoshop erase some letters at the end of a filename, when saving as tif or eps, and the file was a photoshop .psd layer file before.
    i am working with many masks, so when i finish a psd layer file and want to save it as tiff (without layers and path) for sending out to client,
    i press "apple+alt+S" and the "save as" window checks "copy" as default, of course, i want to preserve the original filename without "..copy"
    so i uncheck "save as copy", and then there are some letters missing, i have to manually replace the letters by the original ones.
    thats very awkward and time consumptive, is there a better workaround, you could suggest?
    is this my fault, maybe wrong workflow? what could i change, in order to avoid photoshop erasing letters in filenames, when saving?
    what could i do, that "save as copy" wont appear anymore? i am always saving in another folder than the layer file folder,
    but i can only select the folder after photoshop has checked "save as copy" by itself very quick, as it thinks i want to save the tiff file
    into the .psd layer file folder...
    i am usually manually editing the filename in the finder later,
    as it has been very important for myself to stay with the original filename
    as clients use the images in indesign, so it can auto-update, if the filename is the same as before.
    thanks for any help!

    thanks for your answer!
    i am dealing with this problem within 1 or 2 years now, i guess.
    photoshop always shortens my original filename, when i press "save as"
    i am experiencing this problem on 3 macs, on different locations
    (in my homeoffice and at another office i work freelance) (very different macs and photoshop versions (from CS3 to CS5)
    like:
    original filename "vitra_woodenchair_hires_cmyk_original.psd" will be shortened to "vitra_woodenc copy.TIF"
    i have to edit the files after that manually in the finder, as i send it back to clients, and they need their original filenames.
    i also wonder why photoshop cs5 always wants to save a copy -
    i never needed a copy of a file in my life, so why "save as copy" please?
    i guess my problem is depending more or less only on the "save as copy" thing,
    as it looks like, that the letters "copy" are erasing the end of my filename.
    is there anything i can do, that photoshop wont suggest me a "save as copy" ever again?
    can i switch it off?
    your suggestion of scripts is nice, i doubt, i am able to install a script at different macs, i never ve been dealing with
    scripts before, it seems to be too complicate or it just sounds complicate to me, as i dont have specific
    file save destinations, i save at different places on different mac servers in the mentioned offices. also i save
    different kind of file types, sometimes psd, tiff, eps, jpg, png and all others...
    i try deleting .plist now and report back
    thanks meanwhile...

  • Why is it when I save an email with attachments, the attachments are not in the saved email?

    Does anyone know why it is when you save an email that has images (attachments) when you go to access the file again with the images, they are not in the document?
    The box marked "save attachments" is ticked?
    I dont understand
    Can anyone help?
    Thanks

    Is this your Apple account or some other mail?
    And are they all in the Inbox of your Mail? If so, rebuild the mailbox. If this is huge, it'll take some time.
    IF the images are HUGE, it'll take time to download them from the server to your computer. But once done they should remain there without the need to do anything at all (by default they are already saved).
    To click the Save button is to save them somewhere on your hard drive ... maybe to offload elsewhere later.
    Actually, you could just as easily save them to iPhoto instead of using Mail to look for and view them. Its a much faster viewing process, and you could set them up by dealers, artists, etc. ... or so I think.

  • Why does Illustrator crash when saving to a new location on my new MacPro 13" Retina Pro running Yosemite?

    Why does Illustrator crash when saving to a new location on my new MacPro 13" Retina Pro running Yosemite?

    That won't do. What I mean is you have to navigate to the file and make it active in pastebin and then copy the highlighted line like this
    and paste that into your reply.

  • Why does Illustrator not remember filepaths when saving ??

    Hi,
    I'm finding it really frustrating that Illustrator 10 (on iMac G5 OS 10.3.9) does not remember filepaths when saving.
    Perhaps I've overlooked a setting somewhere.
    Does anyone know how I can rectify so Illustrator defaults to the last used filepath (as does almost every other program on earth) ??
    I'd be very grateful for any help.
    Thanks in advance.

    Can anyone tell me why this is happening?  Am I not saving this correctly?
    Well, to what format are you saving? The native AI format should always retain layers. Other formats such as EPS or older PDF Levels may indeed enforce flattening. also make sure you are not confusing layers with groups/ objects. There's a crucial difference between the two.
    And even more important, is there any way of restoring the different layers once this has happened?
    Well, you can manually add new layers and drag&drop your objects and groups into the new layers in the layers panel, but if you save it again to the wrong file format, that is wasted effort, so for the life of it make sure you get that figured out first.
    Mylenium

  • Why aren't all view options available when saving a file from Adobe InDesign CC 2014 on OS X Yosemite?

    Why aren't all view options available when saving a file from Adobe InDesign CC 2014 on OS X Yosemite?

    ASk in the ID forum and explain better what you actually mean.
    Mylenium

  • When someone modify the coding in the notification, a new notification with the same task is created (QM02)

    Hi,
    When someone modify the coding in the notification, a new notification with the same task is created (QM02).
    How to stop this duplicate notification?
    Regards,
    Shiva

    Hello Shivasharanappa,
    This is due to your Inspection type configuration. I guess "One Q-Notification per Insp. Lot" Indicator is not set for the inspection type you are using.
    Go to QCC0>Quality inspection>Inspection Lot Creation>Maintain Inspection Types>Select Inspection type
    Here, Set indicator for "One Q-Notification per Insp. Lot". If this indicator is set system will combine all newly added defects into previously created notification.
    Amol.

  • I want to know why display core dump when arch starts!

    I want to know why display core dump when arch starts!
    2008. 06 iso!
    u can see display coredump in starting......

    GAH, you silly people!
    Now I'm going to have to go off and write a program that selects a random string from a file to show on startup!
    (I'll probably fill the file with all the Arch snapshot names)
    EDIT: I should mention that you're silly because you managed to get me following a random compulsion.
    EDIT AGAIN: Done! I now get a random snapshot name in that spot whenever my system boots. I can post the script if anyone wants it, it's three lines.
    EDIT ONE LAST TIME: Oh wait, three lines and a extra file full of snapshot names.
    Last edited by arew264 (2008-07-19 02:35:05)

  • Why Do I Get An UAC Prompt When I Start Task Manager From The Desktop?

    Windows 8 Pro X64
    In Windows 7 Ultimate x64 if I start Task Manager by right clicking on the taskbar and selecting it it starts without any UAC prompt running in my security context.  It is only if I click on show processes from all users that I get an UAC
    prompt for an administrator password.
    In Windows 8 Pro x64 I get the UAC prompt when I start Task Manager by right clicking on the taskbar in the Desktop environment.  Why?
    http://www.saberman.com

    I think I see why we were having a disconnect earlier when discussing this.  I had some time so I did some more testing and found the following.
    Fresh Windows 8 install with a normal user account (non-admin) has NO UAC PROMPT for taskmgr, regedit, etc.  It just opens under the current user context, same as Windows 7 did.
    Upgraded Windows 8 from Windows 7 install gives a UAC prompt for taskmgr, etc. under the same situation.  I made sure they were in the same OU with the same policies and the same UAC level.  No prompts!  That's the part that never made sense
    to me.  If you can run an app and then use your non-admin credentials at the UAC prompt and it still runs, why did it prompt in the first place?  Makes no sense.  And it turns out that it doesn't look like this is default behavior but something
    messed up on the 7-to-8 computers I'm dealing with.
    So am I missing some setting or something for Windows 7 to 8 upgrade or is this a bug?
    I just started seeing that behavior on a computer that has a fresh installation of windows 8.  For a few weeks after installation, it worked as expected.  Then it started prompting for user credentials when running task manager as a non-admin user. 
    If I enter the credentials of the user who started it (the non-admin user I'm logged on as) it opens and works as expected.

  • When I try to export photos from iPhoto, why does it truncate the title I have given the photo? For example, I have labeled it 2013RoxyCarousel. When saved to desktop, it reads 2013. The rest is omitted.

    When I try to export photos from iPhoto, why does it truncate the title I have given the photo? For example, I have labeled it 2013RoxyCarousel. When saved to desktop, it reads 2013. The rest is omitted.

    iPhoto 7.1.5.
    I chose these settings:
    Kind: JPEG
    Quality: medium
    Include title and keywords (checked)
    Size: small
    File name: use title
    I guess that is what you meant. Thanks for replying.

  • When saving files from the internet, why doesn't Firefox 'know' to put .jpg files in "Photos" and pdf files in "Documents"?

    When saving files from the internet, why doesn't Firefox 'know' to put .jpg files in "Photos" and pdf files in "Documents"? IE always saved photos in the "Photos" file and documents in the "Documents" file. Firefox makes me choose every time. Very annoying.

    How about if Firefox is programmed like IE in this ONE thing...
    When saving files from internet sources, if the file ends in a typical photo extension such as .jpg, .bmp, .tif etc. it defaults to save it in your PHOTOS folder.
    When saving anything like a .doc, .pdf etc. it defaults to save it to your DOCUMENTS.
    You could still change it to 'desktop' if that if really where you want all your photos and documents... or some other folder that you decide, but DEFAULTS to the LOGICAL folder.
    I have carpal tunnel SO bad that even typing this suggestion is painful and having to make the extra click along with moving the mouse EVERY time I want to save something is painful.
    ALSO, I shouldn't need a bunch of ADDONS to accomplish this. I tried downloading one and it did nothing. The problem still exists.

Maybe you are looking for

  • Mac Book or Mac Book Pro

    I hope I am posting this in the correct spot. I am new to this discussion group and searched in hopes of an answer to this question, but couldn't find it anywhere. Wondering if I should buy a Mac Book, Mac Book Pro or some sort of Windows based lapto

  • Still photos from video

    Hi all, I made a vacation movie a while ago and after burning copies for all of my friends, I deleted all of the files from my HDD. Now one of my friends wants a still of one of the scenes. I've used my copy to put it back onto my HDD as if I was goi

  • Accrual/Deferral Document

    What is the meaning of Accrual/Deferral Document. Thanks in advance SANJAY DARJI

  • [iPhone] UI Design pattern for table views with properties and children?

    Hello, I'm getting started with iPhone development and I have a question about the proper way to display a list that has both properties of the list itself as well as the ability to drill down into the members of the list. For example, my data is a G

  • Best Db2 thin driver

    Hi All, Can some one recommend a reliable jdbc thin driver which supports distributed transactions for DB2 on windows and solaris. What is the reliability of the db2jcc driver (Universal driver) which comes with the DB2 (8.1) installation. Also want