MDM 3.0: error when deleting a Standard Address

Hi,
when loading delections in MDM 3.0, the function module BUPA_ADDRESS_REMOVE can't delete addresses if in the table BUT021_FS the field XDFADU is = 'X'.
This means that I can't delete a Standard Address.
Do you know how can I by-pass this problem?
I need to delete those addresses.
Thanks in advance.
Fabrizio Rubino

Hi Fabrizio,
first of all this is a correct behaviour of the SAP Business Partner (BP). The address handling is designed in a way, that you cannot delete a default address if a BP already had one. The question is what do you want to do with the addresses? Do you want to delete all addresses of a BP? Then the answer is that this is not possible (at least it is not possible without modifying SAP code). If you want to replace the standard address, the sollution is to import the new standard address first, change the "is standard address" flag and then delete the old one.
Kind regards
Michael

Similar Messages

  • Attribute change run fails - "Error when deleting the data record /B05/X.."

    Hello,
    I get the error message "Error when deleting the data record /B05/X.." on doing the change run.
    I have already done RSRV on this objects and found no errors, but still the activation fails.
    please give your suggestions ASAP to fix the issue as it is on production system.
    Thanks.

    Attribute change run could fails due to 2 reasons-
    (1) attribute xchange run is already runnnig for any toher object(monitor lock) (check by thi prog-RSDDS_CHANGERUN_MONITOR)
    (2) data is loading deleting from the object on which attribut changerun is running.(go in a manage tab and check)
    check this two conditions and rerun the attribute changrun again from program - RSDDS_AGGREGATES_MAINTAIN and give the master data name in the selection.
    Hope it helps you.

  • Ibdev error when initialise secondary GPIB address

    I have ibdev error when I use secondary address(I need use it). I use MSVS6.0 and your example, it works with keithley, but not with my device. When I work with my device by LabVIEW and for addressing use "1+1"(for example) it works. But I am getting mistake when I try to initialise device in VStudio, without secondary address it does not understand my command.
    Please help me.

    The NI-488.2 API adds 96 to the secondary address to create it properly (since a SAD of 0 is different than no secondary address). Try using
    ibdev 0 1 97 12 1 0
    to open a device a primary address 1 and secondary address 1.

  • Error when deleting Page Group

    Hi
    I got the following error when i am trying to delete a Page Group.
    How can i rectify this.
    Portal Version:9.0.2.2.14A
    Error: An unexpected error has occurred (WWS-32100)
    ORA-1: User-Defined Exception (WWC-36000)
    Error while deleting page. (WWC-44130)
    An unexpected error occurred: ORA-01422: exact fetch returns more than requested number of rows (WWC-44082)
    And also clicking on "Actions" icon of a "Text" item in this page group, i got the following error....
    Error: Item does not exist. (WWS-22507)
    An unexpected error has occurred in portlet instances: ORA-01422: exact fetch returns more than requested number of rows (WWC-44846)
    Any patch is available to just rectify this "Text" item related issues.....!!
    Thanks&Regards
    Krishna Prasad

    Please report this problem to Oracle Support.
    Regards,
    Jerry
    PortalPM

  • Error when deleting a record:  "FRM-40202 Field must be entered"

    Dear all, please I need your help in this little problem.
    I am using Forms 10g , and I am having an issue when deleting a record at runtime. It is giving "FRM-40202 Field must be entered".
    I have reviewed the code but still cannot guess what could be the reason.
    Any idea please. Thanks
    Edited by: user562674 on 02/05/2011 12:35 ص

    Hi
    This error is caused due to the NOT NULL constraint u have in ur db for that item...
    u have 2 options to use ...
    1.Either u set the Required property of that item to > no
    2.Or u give it an intial value...
    To get ride of this error message...
    Hope this helps...
    Regards,
    Ammatu Allah.

  • Error when deletting internal table

    Hi to all,
       I have small requirement. Am getting runtime error , when am deleting internal table when that internal table will have only one record. how i can solve this problem. Give me some clues.

    Hi Geetha, you can do this
    IF itab[] IS NOT INITIAL.
      LOOP AT it_ekbe.
        IF it_ekbe-bwart_i NE '101' AND it_ekbe-bwart_i NE '105' AND it_ekbe-bwart_i NE '201' OR it_ekbe-bwart_i NE '202' AND
           it_ekbe-bwart_i NE '221' AND it_ekbe-bwart_i NE '222' AND it_ekbe-bwart_i NE '231' AND it_ekbe-bwart_i NE '232' AND
           it_ekbe-bwart_i NE '241' AND it_ekbe-bwart_i NE '242' AND it_ekbe-bwart_i NE '251' AND it_ekbe-bwart_i NE '252' AND
           it_ekbe-bwart_i NE '261' AND it_ekbe-bwart_i NE '262' AND it_ekbe-bwart_i NE '281' AND it_ekbe-bwart_i NE '282' AND
           it_ekbe-bwart_i NE '291' AND it_ekbe-bwart_i NE '292'.
          DELETE itab WHERE mblnr   = it_ekbe-lfbnr_i
                        AND matnr_i = it_ekbe-matnr_i
                        AND ebeln_i = it_ekbe-ebeln_i
                        AND ebelp_i = it_ekbe-ebelp_i
                        AND werks_i = it_ekbe-werks_i.
        ENDIF.
      ENDLOOP.
    ENDIF.
    This routine does the same but with better performance, I hope this help you.
    Regards
    David Carballido

  • ORA-22813 error when deleting spatial objects in LIVE

    Hi,
    We are getting an ORA-22813 error when attempting to delete a spatial object from a version-enabled table in workspace LIVE. The spatial object to be removed has a SDO type of multipolygon. The geometry information consists of 4 rings with a combined ordinate count of 4120. The statement used to delete the row is:
    delete from tableA where tableA.id in (select tableA.id from tableA where tableA.id = 3);
    The error occurs only on a 10g R1 Oracle instance (10.1.0.5.0) with Workspace Manager version 10.1.0.7.1. The delete operation succeeds without problems on a 10g R2 (10.2.0.2.0) instance with Workspace Manager version 10.2.0.3.1. The statement is also executed successfully on the 10g R1 instance if the table is not version-enabled.
    Any help on this would be appreciated.
    Thanks

    Hi,
    I would recommend filing a TAR in this one. The only ora-22813 error involving workspace manager and geometry columns that I know about involves queries that need to sort data for which the size of the geometry column was >30k. Does the execution plan for the delete statement involve any kind of sort? However, this is an old 9.2 bug, that I believe was fixed for all 10.1 and newer releases.
    Does the same error happen if you do not use the subquery?
    Regards,
    Ben

  • HT2500 Error when deleting email

    I encountered the following error when trying to delete old email.  I'm using the mail client on my MacBook Air.  OS is Mountain Lion.
    Error text:
    “81842.emlx” couldn’t be copied to “Messages” because an item with the same name already exists.
    Any info is appreciated.  Thanks

    Mr. Hoffman,
    I tried again, this time it did work.
    Thank you so much.
    Candy

  • Subcontracting Order - No error when delete an Item after I made 541 MB1B

    Hello ,
    I want to know if I can solve by Customimzing that the SAP send me an error when I try to delete an item of a
    Subcontracting Order AFTER I have made 541(Transfer posting to stock with subcontractor)  for this item  ...
    The system shouldn´t allow this action ...and it does !! .
    Some body have any idea what could be ??
    I have SAP R/3 Release 6 C
    Kind Regards.

    ...The system shouldn´t allow this action ...and it does !!...
    Why should not it allow? One thing is that you provide the subcontractor with components and one thing that they use it for production.
    There migh be business processes when the subcontractor cannot avoid using the compoenents but there might business processes when the subcontractor won't use it (e.g. the subcontractor gets different instructions in the meanwhile or uses its own rawmaterial or the client changes his mind and doesn't need one component, etc).
    In my opinion there's no such setting in SAP.
    Best regards,
    Csaba
    Edited by: Csaba Szommer on Aug 26, 2009 7:55 PM

  • Error when importing .csv into Address Book. Address,Street etc doesnt show

    Can anyone help me?
    I saved my excel contact list to either Tab Delimeted .txt or .csv file. Then when i import in Address book as Test file, it does not import the address. And when i click on the tabs to import, it keeps loading and hang.
    Even if i dont import the address line, those underlined were not shown even though detected.
    My columns are:
    First / Last / Job Title / Company / Address / Street / City / _*Postal Code*_ / Country / State / Phone / Work / Phone Fax

    Are you trying to import from within the AB application, menubar File > Import > VCards? If so, what happens if, in Finder, you just double-click on the VCF file?

  • BAD PARAMETER Error when Deleting Pages in Acrobat

    When I attempted to delete pages in Acrobat Standard, I received an information error stating:
    Bad Parameter
    When I try to click ok on the error message, it just keeps coming back over and over again. There is no way to get rid of the error message so I am forced to end the program using the Windows Task Manager.
    Has anyone seen this error message before and if so, is there a fix?
    Any help is greatly appreciated!!
    Thanks!
    ~Q

    Hello,
    This is an incredably annoying error. I had a complete manuscript ready for print, except I needed to delete one page, which of course Acrobat would not let me. I had spent a considerable amount of energy on the page numbering, bookmarks etc., so creating a completely new PDF by for example printing to PDF was out of the question.
    In the end, I ended up extracting all the pages in the document, except the one I wanted to delete. This way, I ended up with a new PDF, but all of the bookmarks, page number formatting, etc. migrated together with the extracted pages to the new document.
    Hopefully, Adobe will be able to fix this issue soon.

  • Error when deleting from Tabular Form

    Hello,
    I have created a Tabular Form on a report based on a table in my database. I used the Wizard to create the form and included the standard 'Cancel', 'Delete' and 'Add Rows' buttons. When I try to delete rows by ticking them and then clicking 'Delete' , I get the standard explorer 'Page Cannot be Found' error with a URL of http://htmldb.oracle.com/pls/otn/wwv_flow.accept
    Any ideas what could be causing this?
    Thanks
    Simon

    Does your DELETE key have an associated After-Process-Branch? Does you page have an "unconditional" Branch. Your unconditional one should have the highest sequence number (of all your branches).
    If you have one assinged to the DELETE key, can you check to see what Page or URL is referenced withint that After-Process-Branch.

  • Error when deleting file: Could not find this item. This is no longer located in ...

    We are setting up a new Windows 2012 server. Users access this server using a 'terminal services'. We have mapped some folders from a legacy server (different domain). Using group policy preferences, we map this folder as a drive for a user.
    When user wants to delete some files, he get's the error: 'Could not find this item ..' The error is displayed to the user and it looks like the file can't be deleted. But when I press the F5 (refresh) button, the file is gone. My problem is very similar
    to a problem in the following post: http://social.technet.microsoft.com/Forums/windowsserver/en-US/042e747a-0e25-4190-b0a2-82f3e9635eb0/can-not-delete-file-error-is-could-not-find-this-item?forum=w7itprogeneral
    When I create 'txt' (or 'pdf', 'zip') file, i can delete it without the error. When I create 'xlsx', 'docx', 'pptx', 'bmp', 'jpg', I get the error.
    Does somebody have an idea, how can I fix the cause of this problem? (I can't tell to users to hit the F5 button everytime when they face this issue)
    Thank you for your help in advance!
    Juraj

    Hi,
    Please check if the problematic files’ filename ended with a dot. If so, you could refer to the article below to troubleshoot the issue:
    Solved: “Cannot read from the source file or disk”
    http://blog.dotsmart.net/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Why does iTunes create disk errors when deleting movie files?

    I use a Macbook Pro, OSX 10.7.5. When I delete movie file from my iTunes library I get disk errors. I need to option boot select the recovery disk and repair the disk.  Deleting a movie file I have placed on my desktop with finder does not create any errors.  Most of the movie files are created as .m4v movies. They all play just fine with my Apple TV. I have tried turning off the Apple TV and rebooting before I delee files but nothing seems to work.
    Any ideas?
    Lance

    If you let iTunes organise your media folders then that is the way it is. An option would be to change the Media Kind to TV Show which would gather them togther in one folder, but in a different part of the library.
    tt2

  • BEx error when deleting a query in BWD

    Hi All,
    I am getting error "BEx Transport request ‘BWD903385’ is not available or not suitable" when trying to delete a query in BEx in BWD. Does any body knows the solution to this. Thanks in advance and I will assign points.

    Hi Toja,
    It means that this query has been transported to other systems and so you need an open transport request to capture this delete and send it to other systems. Please create a new request and assign it to the Dev Package that this query is assigned to (RSA1 > Transport connection > Bex Truck icon). Then log back into Bex and try to delete the query.
    Hope this helps...

Maybe you are looking for

  • Unable to generate PostScript reports

    We need to generate report output in PostScript format using, http://hostname:port/DEV60CGI.EXE If the following option is given (along with other report parameters), DESTYPE FILE/CACHE DESFORMAT EPS the report server throws up an error. "Invalid nam

  • Error #2035 i'm at a loss. Ready to give up.

    So i bought a template from Flashmint.com, then made some changes, and went to go test it out..went to the URL and the first thing I'm hit with is the loading bar, and "error #2035" figured it was something small, contacted tech support of the templa

  • Sample Adapter Migration from PI 7.0 to 7.1

    Hi All, i want to migrate the 7.0 Sample Adapter to 7.1. I followed the instructions written in the paper  https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0667f56-96c7-2b10-0e9a-c40fbd523f4d But i get the following error message

  • Back ground job for dead line monitoring.

    Hi all, In Production, job name: SWWDHEX is scdhuled for dead line monitoring. I want to know the condition periodic schedule of background job, i am not able find out in Sm37. it is executing three in times in day, two times in one day, two, three d

  • Passing PL/SQL Record to a Oracle Stored Procedure from Java.

    Hi There. Can someone let me know how to pass pl/sql records in java/oa framework. For E.g : Package Specification: create or replace package pkg is type rec_type is record (n number, d date, v varchar2(1)); rec rec_type; procedure p (r IN rec_type);