Error trying to delete CRM trans. Administration header could not be found

We were trying to delete a few transactions (Leads & Opportunities ) from our system using T code: CRMD_ORDER. but got this error message: "Administration header could not be found XXXXXXXXXXX". I tried using the program CRM_ORDER_DELTE, but got the same error message. I tried BAPI: BAPI_LEAD_DELETEMULTI but got the same error message.
I applied the Note: 1087462 and then tried to delete these transactions and still got the same error message. Is there any solution to this problem for CRM 5.0?
Steps for Reconstruction    
1. Go to T code: CRMD_ORDER
2. Enter Shift+F5 and enter transaction#: XXXXXXX.
3. In Menu- select "Business Transaction" & "Display/change".
4. Once in change mode go back to Menu and select "Business
Transaction" & "Delete".
5. Click "Yes" on the pop-up.
6. The error msg: "Enter Business partner" should appear - Msg#
CRM_EMAIL320
7. Hit enter, the error msg: "Administration header could not be found
XXXXXXXXXX" appears.

Received response from SAP support partner:
Please verify first if the issue is caused by badi implementation
of ORDER_SAVE badi. Please check method prepare and check_before_save.
Maybe inside your implementation the function crm_order_read is called
but that is not possible in case of deleting a document as document is
not available anymore.
If that doesn't work try this one:
Please check to see if you have a badi ORDER_SAVE method
CHANGE_BEFORE_UPDATE. Please deactiviate the ORDER_SAVE Badi and retestthe deletion.
This is how we resovled our issue - hope this helps someone else:
Check using T Code: SE80 to look for a BADI implementation which used BADI: ORDER_SAVE:
SE80-> Package: Z* (look for custom packages) -> Look under enhancements for any BADI Implementations which have used ORDER_SAVE (double click implementation and in the right pane look under Definition name).
Click 'Change' and deactivate this implementaiton. Now try to delete the CRM transaction. The error msg should not pop up now. Once deletion is completed reactivate this implementation.
This is just a work around. The problem lies in the code and the code within the implementation should be debugged and fixed so that this error message does not come up again.
Edited by: Ramesh Nallabelli on Feb 9, 2009 5:18 PM

Similar Messages

  • Administration header could not be found error in Mobile Apps

    Hi All,
    Our company is using Sybase as the mobile application. Now we have a requirement to stop an opportunity from being saved upon certain condition.
    What I did:
    ~ I implemented ORDER_SAVE, method CHECK_BEFORE_SAVE
    ~ Inside the method, for some condition i do RAISE DO_NOT_SAVE
    Result:
    ~ The web UI is behaving properly, the defined message appeared, and the document is not saved
    ~ However, if the transaction is created from Sybase Side, it prompts error "Administration header could not be found for XXXXXXXXXXXXXXXX" <--GUID
    Any idea why the error message in the Sybase side is prompting some kind of system error instead of my defined error message? in addition to that, the process also jammed in the MI System.
    Best Regards
    Andre Julius

    I have the same problem when I'm doing the partner determination with the badi COM_PARTNER_BADI.
    But I don't known what's happened
    Luiz Schumann

  • "Administration header could not be found" Error POP

    hi
    i m getting the pop up "Administration header could not be found" when i m using the FM CRM_ORDER_MAINTAIN to fill a BP(prospect) in Lead transaction which i have created through a BAPI

    I have the same problem when I'm doing the partner determination with the badi COM_PARTNER_BADI.
    But I don't known what's happened
    Luiz Schumann

  • Administration header could not be found

    Hi experts,
    When I create a follow up task to a service document and save the transaction I take the error popup "Administration header could not be found". If you recommend a solution method I will be very pleased. My system information is below:
    BBPCRM     500     0004     SAPKU50004
    Thanks.

    Hey Ekram..
    I believe this is because of incorrect use of COMMIT WORK or CALL FUNCTION BAPI_COMMIT in one of our BADI's.....
    BADI might be getting called while you create follow up for business transaction...
    Reward points for usefull answer...
    Regards,
    Anand

  • Error:Administration header could not found for support message

    Hi All,
    we are creating the support message in CRMD_ORDER transaction. we are getting an error, "Administration header could not found for support message" while saving. And also it is coming out of the transaction.
    The transaction type is SLFN.
    Please advise.
    Regards
    kumar

    Did you find the solution to this error? I am also getting this error and need to solve the same. Can you please help?

  • Handling unit error: HU into which you want to pack could not be found

    Dear All,
        I used BAPI
         BAPI_HU_CREATE
        HU_PACKING_AND_UNPACKING
    To  create handling unit for delivery,
    But when I run  HU_PACKING_AND_UNPACKING then error:
    u2018HU into which you want to pack could not be found,u2019,I know system not found the item unti to Pack,But I donu2019t know how to set this field?
    Could you give some help?
    Thanks

    Try this
    DATA S_VEKP TYPE VEKP.
      DATA: LS_VBKOK_WA TYPE VBKOK,
            LT_PROT TYPE TABLE OF PROTT,
            LT_REHANG TYPE TABLE OF HUM_REHANG_HU,
            LT_REHANG_WA TYPE HUM_REHANG_HU.
      LS_VBKOK_WA-VBELN = LIPS-VBELN." '0080002891'.
      LS_VBKOK_WA-WABUC = 'X'.
      LS_VBKOK_WA-VBELN_VL = LIPS-VBELN."'0080002891'.
      LS_VBKOK_WA-VBTYP_VL = '7'.
      LOOP AT HUITEM.
        LT_REHANG_WA-VENUM =  HUHEADER-HU_ID.
        LT_REHANG_WA-VEPOS =  HUITEM-HU_ITEM_NUMBER.
        LT_REHANG_WA-RFBEL =  LIPS-VBELN."'0080002891'.
        LT_REHANG_WA-RFPOS =  LIPS-POSNR.                       "'000010'.
        APPEND LT_REHANG_WA TO LT_REHANG.
      ENDLOOP.
    VEKP-VHILM_KU = VEKPVB-EXIDV.
    DATA I TYPE I VALUE 1.
    LOOP AT XLIPS INTO LIPS.
    READ TABLE TVEKP INTO S_VEKP INDEX I.
    VEKP-VHILM_KU = S_VEKP-EXIDV.
    vekp-vhilm = 'IPALLET'.
    VEKP-HU_LGORT = 'X'.
    VEKP-EXIDV = ''.
        i = i + 1.
      read table tvekp into vekp index i.
      CALL FUNCTION 'V51P_FIND_HEADER'
       EXPORTING
      IF_HEADER_INDEX       =
      IS_GENERAL            =
         IS_VEKP               = vekp
       IMPORTING
         ES_HEADER             = evekp
      EF_HEADER_INDEX       =
       EXCEPTIONS
         NOT_FOUND             = 1
         NO_SHP_MAT            = 2
         ERROR_ON_EXIDV        = 3
         FATAL_ERROR           = 4
         OTHERS                = 5
    COMMIT WORK.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    PACKING**************
      DATA IS_V51VP TYPE V51VP.
      IS_V51VP-TMENG = LIPS-FMENG.
      DATA ET_CHANGED TYPE VSEP_T_CHANGED.
      DATA ES_ITEM TYPE V51VP.
      break vijgal.
      MOVE-CORRESPONDING LIPS TO  IS_V51VP .
    IS_V51VP-VBELN = '10'.
      IS_V51VP-HU_LGORT = 'X'.
      CALL FUNCTION 'V51P_FIND_MATERIAL'
       EXPORTING
        IF_INDEX_MATERIAL       =
        IF_NO_OBJECT            =
        IF_DONT_CHECK           =
        IF_FAST_ENTRY           =
         IS_V51VP                = IS_V51VP
        IT_V51VP                =
       IMPORTING
        EF_INDEX                =
         ES_MATERIAL_ITEM        = ES_ITEM
         ET_CHANGED              = ET_CHANGED
        ET_SERNR                =
       EXCEPTIONS
         ITEM_NOT_FOUND          = 1
         MAT_NOT_FOUND           = 2
         ERROR                   = 3
         OTHERS                  = 4
    *ES_ITEM-HU_LGORT = 'X'.
    COMMIT WORK.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    MOVE-CORRESPONDING LIPS TO HU.
    HU-VBELN  = ' '.
      hu-EXIDV = evekp-exidv."'$'.
      hu-venum = evekp-venum.
    *hu-VEPOS = lips-posnr.
      hu-VELIN = '1'.
      hu-BELNR = LIPS-VBELN.
      hu-POSNR = lips-posnr.
    *hu-SUB_HU_VENUM
    *hu-SUB_HU_EXIDV
      hu-QUANTITY = lips-LFIMG.
      HU-GEWEI = LIPS-GEWEI.
      HU-MAGRV = LIPS-MAGRV.
      hu-ALTME = lips-meins.
      hu-LGNUM = WHS_ID.
    *HU-
      hu-MEINS = lips-meins.
    *hu-INVENT
      hu-MATNR = lips-matnr.
      hu-CHARG = lips-charg.
    *SERAIL =
    *SERPFL
      hu-WERKS = lips-werks.
      hu-LGORT = lips-lgort.
    hu-P_MATERIAL = evekp-vhilm."'IPALLET'.
      HU-CUOBJ = LIPS-CUOBJ.
      MOVE-CORRESPONDING ES_ITEM TO HU_ITEM.
      CALL FUNCTION 'HU_PACKING_AND_UNPACKING'
        EXPORTING
      IF_REPACK                =
          IS_PACKING_REQUEST       = hu
       IMPORTING
      EF_RCODE                 =
       ES_P_REQUEST             = HU
        ES_ITEM                  = hu_item
    CHANGING
      CS_HEADER                =
       EXCEPTIONS
         MISSING_DATA             = 1
         HU_NOT_CHANGEABLE        = 2
         NOT_POSSIBLE             = 3
         CUSTOMIZING              = 4
         WEIGHT                   = 5
         VOLUME                   = 6
         SERIAL_NR                = 7
         FATAL_ERROR              = 8
         OTHERS                   = 9
    commit work.

  • Deleting Duplicates creates "original file could not be found" error

    I am not running iTunes 8.2.1.6 and trying to delete duplicates that were created as I tried to move my iTunes Library to other drives. Now I have many duplicates - sometimes 3-4 of the same song. If I delete them I begin to get "original file could not be found" error when trying to play the one version I kept.
    Is there some magic to which one I should keep?

    iTunes doesn't help you distinguish between duplicates that are two identical copies of the same file or two separate references to the one original file. If the later is the case and you delete any reference allowing the source file to be deleted then ALL other references to the file become invalid. You can either check the properties of each file before deleting and choose whether to keep or delete accordingly or use itunesremoveduplicates from Teridon's iTunes Scripts.
    tt2

  • Error messages:  "itunesobjspl/jenetsvc.dll The specified module could not be found."  And Error -2032  "Quicktime failed to initialize."

    I initially got the Error -2032 message after downloading the newest version of itunes.  I read a geek blog that said to uninstall Quicktime and I did that a bunch of times.  I also uninstalled and reinstalled itunes repeatedly.  None of this works.  I noticed that the apple website said the requirements for the new quicktime/itunes download included an intel processor and I have a celeron processor, so I wondered if that was the problem, although everything has been running fine up until now, so I don't know.  It also doesn't address the missing .dll file, but I may have accidentally deleted that because I went into the registry to try and unload some Quicktime files when I uninstalled Quicktime.  I did this at the suggestion of the blog, but I may have screwed it up.  Now I need to repair the missing .dll and still try to get itunes running

     ErikEJ wrote:
    Have you set your solution target to "Any CPU" ?? If so, set to "x86", as SQL Compact only runs in WoW mode on x64. Or use corflags.exe /32BIT+ against your project output (.exe file).
     ErikEJ wrote:
    Look at this blog post for a walk-through: http://erikej.blogspot.com/2008/01/x64-and-sql-compact.html
    Hello everyone,
    I have the same problem as mentioned above "Unable to load DLL 'elev.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) ", when trying to load the dll file into a window application.  I developed a window application in VS2005 and want to import a dll file from another program into my project and use it.  But when I try to call one of the function in the dll file, I got the error message "Unable to load dll 'elev.dll".  I try all options that say it works to solve this problem, but somehow it doesn't work for me. I put the "elev.dll" file in the bin folder and use P/Invoke to import the dll file into my project.  Can anyone help me out with this?  thanks and really appreciated!
     Here is how I import the dll:
    [DllImport(@"D:\elev.dll")]
    //[DllImport("emap.dll", SetLastError = true)]
    private static extern void EMA_Init();
    and in the code,  I call the function above but failed to load the dll file
    EMA_Init();

  • What can be done to avoid getting the following error when trying to delete unused clips he operation could not be completed.  *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil

    what can be done to avoid getting the following error when trying to delete unused clips in Imovie 09 "the operation could not be completed.  *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil"  I use to get these type of error messages when trying to delete unsused clips from a large event 60 minutes or longer, but now I get this message when trying to reduce a 4 minute event.
    Also, does anyone know if there is a limit to the total amount of space that can be taken up by Projects in Imovie 09
    Thanks for any help

    Zachy,
    It goes something like this...
    Put your new drive in the enclosure. Use Disk Utility to format it, etc. I'd give it a slightly different name than the original. Let's say you have Old Disk and New Disk as your drive names. Use Carbon Copy Cloner to copy Old Disk to New Disk. Now you should have an exact copy, which you can test by rebooting and holding down the Option key. Choose New Disk from the list and let it boot, make sure all is well.
    Shut down and physically swap the drives. Take Old Disk and put it in the enclosure. Now your system has a new disk with a lot more space and you can reformat your old disk and just use it for large files or whatever.

  • Trying to launch microsoft excel and file could not be found

    installed microsoft office  2011 on a new macbook pro,  word, powerpoint launch but am unable to launch excel
    the error message is  the file could not be accessed

    This is a glitch that can happen sometimes during software update; no license file / agreement is required to install Firefox.
    You can try deleting some files as described at http://kb.mozillazine.org/Software_Update#Software_Update_not_working_properly and then retry the update.
    Or you can just download and install the latest stability update to 3.5.x from here: http://www.mozilla.com/en-US/firefox/all-older.html

  • Error messages: The song names for this CD could not be found online; User not registered for online use.  iTunes 12 - Windows XP - How do you fix this?

    iTunes 11 worked fine.  This only occurred after downloading iTuens 12.  I saw resolutions for Mac (deleting files), but how can this issue be resolved on Windows XP?

    Thanks!  That worked.
    I did the.....
    Press the WinLogoKey+R
    Type in %appdata% and press return
    Double click on Apple Computer
    Double click on iTunes
    Delete the file CD Info.cidb
    but that didn't work.
    Then I did the....
    Try deleting com.apple.iTunes.Gracenote.plist in the same folder
    and that didn't work.
    BUT....when I did the....
    and if that doesn't work try deleting iTunesPrefs.xml.
    the names displayed successfully, and I was able to download the album art work also.  I left the preferences as is before and after the file deletion.
    Thanks for your help!!!!!

  • What does error message "a server with the specified hostname could not be found" mean? I'm a bit of a newbie to this can you help. Thanks

    Hi Folks
    Not to good at this techno stuff have a message on my phone saying "a server with the specified hostname could not be found" can anyone tell me what this means and how to fix it?
    Thanks

    Hi on several apps, eg local paper, can get printed word but no photos or media etc.

  • Getting error message "the requested item could not be found" when trying to install Firefox on my android.

    I had to uninstall Firefox for Android because I was having problems logging in to sync. I got a support e-mail to uninstall and reinstall because the sync issue had been fixed. I uninstalled the Firefox app and then when I tried to reinstall it I get the error message on my phone "the requested item could not be found." HELP!

    Some supported phones are not displaying Firefox in the Market for some reason. We're still investigating this. You can check if your phone is supported here:
    https://wiki.mozilla.org/Mobile/Platforms/Android
    and then download the app directly from here:
    http://ftp.mozilla.org/pub/mozilla.org/mobile/releases/4.0b3/android-r7/multi/
    (Note: If your phone is from AT&T, you will have to search for instructions on "sideloading" the APK file, since AT&T disables the option to install from non-Market sources.)

  • The attempted operation failed. An object could not be found. Outlook 2010 error

    I am unable to search other mailbox in Outlook 2010, getting the following error: The attempted operation failed. An object could not be found. I removed both instances of
    KB2956128
    installed
    on 2/11/2015. It worked for a while and issue returned againa. Any suggestions?

    Hi,
    Thank you for your reporting. We have noticed this, and would like to collect more information for further investigation.
    Can you guys share your detailed system info? Also, if you have any log files about the issue, kindly share with us by sending them to this email account:
    [email protected] (please use the link of this thread as the subject).
    We appreciate your assistance with this.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Error message: Header Administration could not be found GUID

    Hi,
    I am trying to delete service orders by ABAP-program in SAP CRM ver 5.2.
    I have tested both CRM_ORDER_DELETE and BAPI_BUSPROCESSND_DELETEMULTI. The problem is if the service order is missing the User Status, sometimes (not always!) both these function modules will crash with following message: (without throwing any exception)
    Header Administration could not be found <GUID>
    How can I avoid this situation? In case the system cannot delete a certain service order because of some errors on the service order, I would like to catch it as an exception instead of getting a dump.
    By the way, I even tried to disable all BAdI implementations of ORDER_SAVE but it did not help.
    Thanks and regards

    Hello Steven,
    What exactly is the code in the BADI trying to achieve? May be a code snippet would help us understand the issue better.
    Regards
    Nisha

Maybe you are looking for

  • Client's IP address changed. How do I change the ip address on my computer?

    I only have one client, the computer my sons use in another state.  Everything worked fine until they moved.  Now they have a new IP address.  When I select the client from ALL COMPUTERS, a dialog box opens labeled ATTRIBUTES with an option to EDIT. 

  • How do I merge multiple instances of the same network share?

    In my (large) Lightroom 5.2 (Windows) library I have three instances of, essentially, the same network share (a Drobo NAS) which appear separately in the library. One appears as Share (\\nas) L:, one as \\nas\Share and one as \\nas\share. The content

  • Sending mail with multiple attachments

    hi.I wrote a code to send mail.but i need to send mail with multiple attachments.here is the code i wrote.what should i do to send the mail with multiple attachments.if i run this code iam able to send mails but not attachments.please help me <%@ pag

  • Unable to export empty tables

    I use this command: exp userid=clix_db file=clix.dmp log=dump.log consistent=y to export all tables from user "clix_db". But when I take a look into the log file, I notice that not all tables have been exported. All empty tables are missed. e.g. the

  • Material Management/ Classification System

    Hello When I look materials by class and I display the materials but when I want to select two or more materials for copy, I get the following message: Message no. CL479 This application can only copy one object from the search result. Select one obj