Delete complete bank master data

Hi Gurus,
We uploaded the bank master data into our system. Sadly it was decided that we have to change the bank key. Now all the master data is set up wrong.
Does someone knows, how to delete the data out of the system. Not only setting the deletion flag!
Please sent me your answers asap.
Thanks in advance
Black

Dear:
             Please use FI06 to set deletion flag to bank master data, doing so system doesn't actually delete the record from the table, you need to run archiving to actually delete the record. Please refer to the following link
   http://help.sap.com/saphelp_40b/helpdata/en/c7/a8946443dd11d182b30000e829fbfe/content.htm
    Regards

Similar Messages

  • Clean up House Bank master data

    Dear experts,
    Our company did not use auto-payment and bank statement, the open item clearings are done directly use the Bank G/L accounts, it seems the House Banks are never used.
    Now we want to clean up the old House Banks because these data are totally a mess, I'm not sure if any check or step need to be done before we delete them.
    Pls. help to give some advices.
    many thanks!
    best regards
    Sophie

    When you say clean up house bank master data, do you mean the g/l postings?

  • Bank Master Data ( Creation of new Account )....

    Dear SAP Gurus,
       Good morning to all,i have one doubt regarding creating a new Bank Master Data in Production, please help me.My user has a requirement which is like one Cash Credit Account has been opened with SBI bank where with the same bank and branch there is already an existing Current Account,now my client wants from me to create a bank master data for the new bank Cash Credit  Account( as he is saying that he has to maintain BRS).
       Now i have to know that what is the best practice in sap whether i should create one more  master data for the new Account or i should attach the new account with the existing Bank Master?
    Please help it is urgent.I'll be waiting for your valuable suggestion.
    Regards
    Rajiv Kapur

    Hi Rajiv,
    Creation of new house bank will not serve purpose in better way, it is only required when there is a complext scenatio in check printing but that does not appear in your case.
    So, create a new Bank Account in the existing House Bank, this will be included in Bank Reconciliation. Moreover, creation of Bank account instead of House Bank will also ease some maintainance in Bank Reconciliation statement configuration.
    Regards,
    Chintan Joshi

  • Importing Bank Master Data in AP

    Hi,
    We have a requiremnet at client to import Bank Master data. As we don't have a standard interface to do that in AP,I would appreciate if anyone can let me know information on this.Any of you have done this before please share your experiences on this like flat file structure, mandatory fields ...etc
    Thanks
    Ravi

    > Hi Srdjan.
    >
    > Are you familiar with the MDM Import Manager?
    >
    > Best regards,
    > Nir
    Hi
    I haven't tried the MDM Import manager..but I solved it with LSMW. I created a recording for one record entry, then I specified the rest of the data in a text file, and passed it to LSMW..It worked (almost) perfectly!
    Thanks for the suggestion though, I'll give it a try some other time
    Best regards,
    S.

  • Archiving and deleting of equipment master data in plant maintenance module

    Hi,
    Can anyone explain me the process to archive and delete the equipment master data in PM module using archiving tools.
    I tried doing it thru t-code SARA, would be grateful if anyone can help me with the steps to follow to archive the equipment master data.
    Thanks in advance,

    Many thanks for your reply,
    I tried doing the same in IDES, but unfortunately the archive file is not getting generated when i write it. I have clearly specified in the variant to create an archive file. Can you please explain how does the system generate an archive file. And also in the customizing " Archiving Object-Specific Customizing " techincal settings, i have maintained the production variant and have marked start automatically.
    Please advise,
    thanks again ,

  • Can we use idoc technique to change or delete the vendor master data?

    Hi,gurus,
    Can we use idoc technique to change or delete the vendor master data?You know we can create vendor data using idoc CREMAS03 as the receiver adapter,but when change or delete the specified vendor data,must we use RFC adapter technique?
    Another question:I found the bapi which creates a vendor master data doesn't have the parameter account group,then we turned to idoc technique.But which adapter should I use when change or delete the vendor data?
    Thanks in advance.

    Hi,
    >>>I found the field of the segment of deletion flag at different level,and very appreaciate your help.
    yes - LOEVM  - but remember this will not delete the record but only mark it for deletion
    >>>It's a long time to wait for your new blog,what new and interesting things do you find?
    at least 4 new in my head - 2 simple but important and 2 new + I'd also like to write something for XI guys about
    BO data integrator which can also work as EAI tool (BTW I know it's ETL) but how knows when they will appear
    Regards,
    Michal Krawczyk

  • Bank master data changes not getting tranported to another client

    Hi all
    While i am making changes to the bank master data, they are not reflected in the transport to another client.
    Please let me know how to do this.
    Thanks
    ES

    Hi
    While creating the house bank , i created the bank master using the create button.
    This was saved in the transport request and moved correctly through the transport.
    Now i find that the description etc. to be changed in FI02. I have done the changes.
    These changes when transported do not get reflected in the new environment.
    Please let me know the reason.
    Thanks & Regards
    ES

  • Abap code not working  - deleting based on master data table information

    Hi,
    I wrote a piece of code earlier which is working and during test we found out that it will be hard for the support guys to maintain because it was hard coded and there is possibility that users will include more code nums in the future
    sample code
    DELETE it_source WHERE /M/SOURCE EQ 'USA' AND
    /M/CODENUM NE '0999' AND
    /MCODENUM NE '0888' AND.
    Now I created a new InfoObject master data so that the support people can maintain the source and code number manually.
    master data table - the codenum is the key.
    XCODENUM    XSOURCE
    0999               IND01
    0888               IND01
    now I wrote this routine all the data gets deleted.
    tables /M/PGICTABLE.
    Data tab like /M/PGICTABLE occurs 0 with header line.
    Select * from /M/PGICTABLE into table tab where objvers = 'A'.
    if sy-subrc = 0.
    LOOP at tab.
    DELETE it_source WHERE /M/SOURCE EQ tab-XSOURCE AND /M/CODENUM NE tab-XCODENUM.
    ENDLOOP.
    Endif.
    But when I chage the sign to EQ, I get opposite values , Not what I require.
    DELETE it_source WHERE /M/SOURCE EQ tab-XSOURCE AND /M/CODENUM EQ tab-XCODENUM.
    Cube table that I want to extract from
    /M/SOURCE                             /M/CODENUM
    IND01                                       0999
    IND01                                       0888
    IND01                                       0555
    IND01                                       0444
    FRF01                                      0111
    I want to only the rows where the /M/CODENUM = 0999 and 0888 and i would also need FRF101
    and the rows in bold  should be deleted.
    thanks
    Edited by: Bhat Vaidya on Jun 17, 2010 12:38 PM

    It's obvious why it deletes all the records. Debug & get your answer i wont spoon feed
    Anyways on to achieve your requirement try this code:
    DATA:
          r_srce TYPE RANGE OF char5, "Range Table for Source
          s_srce LIKE LINE OF r_srce,
          r_code TYPE RANGE OF numc04,"Range table for Code
          s_code LIKE LINE OF r_code.
    s_srce-sign = s_code-sign = 'I'.
    s_srce-option = s_code-option = 'EQ'.
    * Populate the range tables using /M/PGICTABLE
    LOOP AT itab INTO wa.
      s_code-low = wa1-code.
      s_srce-low = wa1-srce.
      APPEND: s_code TO r_code,
              s_srce TO r_srce.
    ENDLOOP.
    DELETE ADJACENT DUPLICATES FROM:
    r_code COMPARING ALL FIELDS,
    r_srce COMPARING ALL FIELDS.
    * Delete from Cube
    DELETE it_source WHERE srce IN r_srce AND code IN r_code.

  • Standard method to archive/delete all vendor master data

    Hi every abap expert
    Does anyone know how to archive all vendor master data
    in a client?
    If use T-code : SARA . The vendor master data is required to mark deletion flag before archiving.
    Any standard T-code can set all vendor master data with  marked deletion flag ?

    Hi Boris!
    Give XK99 a try. With XK06 a single change is possible and in FI also FK06 is available.
    When XK99 has problems with field LFA1-LOEVM, then you can make easily a CATT for XK06.
    Regards,
    Christian

  • Deleting Business Partner Master Data

    Hi,
    Is there any easy way that I can delete my business partner master data without using the back end?  I had uploaded a wrong business partner data.  And if ever I'm going to do it in back end, will there be an effect on my database.  I don't have any transactions yet.
    Thanks,
    Kathy

    hi,
    Check this link
    Deleting Business Partner
    Jeyakanthan

  • Deleted cost centre master data log

    Hello,
    Does anyone know if there is a way/report to see which cost centre master data was deleted, i.e. something like a log file?
    I found a report that can show change documents, but it does not include deleted cost centres.
    Thanks in advance!
    René

    Hi,
    Refer Note: 1090861  KS02: Change documents for time periods deleted/Create
    regards
    Waman

  • Request deletion from Manage-Master data infoobjects

    Hi All,
    I have a master data infoobject, for which i have created a process chain for deleting the data. I am deleting the P and S table in a program.
    When i run this chain data is getting deleted from the tables, but i see the request (green/red/yellow) in the manage section of the infoobject. I want to delete those entries as well from the manage section.
    Any inputs ?
    Regards,
    Sandeep

    Hi,
    to delete those entries you will have to delete the entries from standard SAP tables...all the tables begining with RSREQ stores the information about the requests...but you may not have authorization for that...
    did you tried RSDMD_DEL_BACKGROUND or RSDMD_DEL_MASTER_DATA_TEXTS function modules....you can use in the program and use at as a ABAP variant in the process chain.
    Thanks
    Ajeet

  • How to Delete Requests for Master Data Target

    In BW 7.0 (SP24) I'm struggling with a time dependent master data process chain load using BI 7 load methods (Transformation / DTP). The unique aspect of this is that we are required to start the process chain with an ABAP that deletes the master data. (RSDMDD_DELETE_BATCH). So a "Full" load is necessary. And we have to remove the previous PSA and Requests so that the DTP won't attempt to load (and ignore) the previous PSA.
    While deleting the previous PSA request is a straightforward operation in a process chain, there does not appear to be a function allowing us to delete the requests from a Master Data object. (info cube and OSD/DSO only).
    Does anyone know of an existing ABAP or Function Module that we can use to delete the existing requests from our object before we run our load processes ?
    Many thanks !

    Try the FM "RSDMD_DEL_MASTER_DATA".
    But before deleting the master data you have to make sure that this master data is not used anywhere i.e, delete all the transactional data first.
    U can also try RSDMD_DEL_PARALLELIZER

  • Delete Cost center master data

    Hi Gurus,
    I am facing issues at the time of delete the cost center master data. some cost center which are not delete & getting the following error:
    Deletion not possible (usage is in table AUFK)
    Deletion not possible (usage is in table ANLZ)
    Deletion not possible (usage is in table COBRB)
    Please help me to workout this issue?
    Warm Regards,
    Rahane D.

    hello  Dhananjay   
    try to find entries maintained with  same cost center which you want to delete using find option .
    sachin
    Edited by: sachin on Oct 28, 2009 7:56 AM

  • Delete Time dependent Master Data

    Hi Experts,
    I have a Time dependent Master Data for 0EMPLOYEE, now I wish to delete only one historical line item from the master data and not the whole data with respect to a Given Employee Number.
    Is it possible? Please provide the steps.

    Hi,
    To make my problem more clear.. please refer to the data below
    0employee     Dateto     Date From
    ABC     01.01.2010     31.12.2009
    ABC     02.10.2009     30.12.2009
    ABC     05.05.2009     01.10.2009
    now I wish to delete the following record only.
    ABC     02.10.2009     30.12.2009
    When trying and selecting only the line item it does not allow as ABC is the key and is present in SID table and have transactional data.
    Please advice how to proceed with deletion of the incorrect record as this was mistakenly created in master data itself.
    Thanks,
    Karan

Maybe you are looking for

  • Links in Windows (7, 64-bit) doesn't open, getting error:" [link] Can't find the program", help!?

    Everytime I click a link that's not in the actual browser window, could be from a word doc, pdf-file or just plain info link in windows gadgets, I get an error: [Clicked link] Can't find the program I have: Windows 7 64-bit Firefox 4 RC 1 Firefox is

  • [BUG]outputFormatted not working correctly when bound to message file

    I have a panelbox inside my infoSupplemental facet on my panelPage. Inside the box I have a panelHeader then an outputFormatted. I want some lines of text to have breaks between them. Specifically the text is this : Click Edit to edit an existing Ski

  • Can't see the "keynote" folder in application supports iwork

    I'm trying to uninstall some purchased themes that I don't like. As instructed, I followed the path library>application supports>iwork>keynote>theme. However, I can't see the "keynote" folder, although I showed hidden files. There is only the "pages"

  • Hard Drive Where?

    Hi Turned on my mac on Saturday and waited an extended period in the boot up to find a little icon of a question mark flashing on a folder. I assumed that this mean that my hard drive is lost somewhere. I inserted the restore CD's (not the originals

  • Administration Console Extension problem with 8.1.5 upgrade

    I have a module of code that is an extension of the Administration Console. When I deploy the .ear file, I can see a yellow folder/node displayed in the Weblogic (8.1.3) console. This has been working for a couple of years until we recently upgraded