How to delete entire data from MDS UI using SQL query or Using SSIS

Hi All,
Using SSIS i loaded data in MDS UI(Subcription view),I want when i execute my package next time and load data in MDS it should be blank or data should not be in UI.

Hi
please checked following url to insert data  in your MDM
http://msdn.microsoft.com/en-us/library/jj819772.aspx

Similar Messages

  • How to delete the data from partition table

    Hi all,
    Am very new to partition concepts in oracle..
    here my question is how to delete the data from partition table.
    is the below query will work ?
    delete from table1 partition (P_2008_1212)
    we have define range partition ...
    or help me how to delete the data from partition table.
    Thanks
    Sree

    874823 wrote:
    delete from table1 partition (P_2008_1212)This approach is wrong - as Andre pointed, this is not how partition tables should be used.
    Oracle supports different structures for data and indexes. A table can be a hash table or index organised table. It can have B+tree index. It can have bitmap indexes. It can be partitioned. Etc.
    How the table implements its structure is a physical design consideration.
    Application code should only deal with the logical data structure. How that data structure is physically implemented has no bearing on application. Does your application need to know what the indexes are and the names of the indexes,in order to use a table? Obviously not. So why then does your application need to know that the table is partitioned?
    When your application code starts referring directly to physical partitions, it needs to know HOW the table is partitioned. It needs to know WHAT partitions to use. It needs to know the names of the partitions. Etc.
    And why? All this means is increased complexity in application code as this code now needs to know and understand the physical data structure. This app code is now more complex, has more moving parts, will have more bugs, and will be more complex to maintain.
    Oracle can take an app SQL and it can determine (based on the predicates of the SQL), which partitions to use and not use for executing that SQL. All done totally transparently. The app does not need to know that the table is even partitioned.
    This is a crucial concept to understand and get right.

  • How to delete entire data in the hierarchy table,?

    hi friends
    i need to delete entire data in the hierarchy table which contains parent child relationship,when i am selecting entire records and choose the option delete from the context menu, it is not deleting, and i have to delete one by one or i have delete first the child items and later parents items, it is time consuming process.
    Is there any other option to delete entire records in the hierachy table , irrespective of parent and child relationship?
    if any one have solution for my issue, please provide to me
    thanks in advance
    bharat.chinthapatla

    Hi Bharat,
      Unload the Repository and Delete the Table and fields in Hierarchy table and Recreate and reload the data.OIther wise you have to lot of manual work.
    Thanks
    Ganesh Kotti

  • How to delete master data from InfoObject

    Hello,
    Can anyone give me an advice for the following problem :
    160 employees have been deleted from R/3 but still exist in BW.
    I am searching a way to delete them in BW but I have the following problem :
    - selective deletion in InfoCubes and ODS is OK
    - when I try to delete them in 0EMPLOYEE , I received the message
    "master data xxxxxxxx (SID xxxxxxxx) is used in BI0/QPERSON and therefore can't be deleted.
    The reason is that 0PERSON is an attribute of 0EMPLOYEE and vice versa.
    No records in R/3 exist for those employee.
    Any idea how can I delete them in BW in 0EMPLOYEE and 0PERSON ?
    Thanks for your help,
    IE

    Hi Ingrid,
    1. delete the data from all infocubes and ODS's, where the infoobject is available.
    then the masterdata isn't in use. all SID's should be deleted from the dimension tables.
    Now you can delete the masterdata with the AdminWorkbench.
    2. delete the employees from 0EMPLOYEE.
    3. delete the employees from 0PERSON.
    you can also try the function: archive.
    Sven

  • How to delete PSA Data from any Table

    Pls specify the steps to delete PSA Data from any specific table.

    You can delete the PSA requests manually one by one as specified in the previous posts.
    You can also trigger the deletion of PSA periodically by using Process chain.
    'Deletion of PSA request' is the process type that need to be used.
    By this way you can delete all the PSA requests of the table, that are older than certain number of days.
    you can also schedule the PSA deletion for more than one table at a time, by including the tables in the same Process chain.

  • How to delete the data from KNVP without using the delete statement

    Hello friends,
    I have a requirement that I have to delete the data from KNVP table without using any delete statement. For it I have to use the Standard BAPI or any standard program.
    Can you please tell me the name of the standard program or BAPI to delete the data .
    Thanks in Advance
    Kuldeep

    Hello Raymond,
    I have use the function 'CUSTOMER_UPDATE' in which I only gives the data in T_XKNVP table only but still the data is not get deleting. Please see the code below.
    =============================================================
    REPORT  ZK_TEST2                                .
    data :
        I_KNA1     LIKE     KNA1,
        I_KNB1     LIKE     KNB1,
        I_KNVV     LIKE     KNVV,
        I_YKNA1     LIKE     KNA1,
        I_YKNB1     LIKE     KNB1.
    Data :
    T_XKNAS       LIKE     FKNAS occurs 0,
    T_XKNB5     LIKE     FKNB5 occurs 0,
    T_XKNBK     LIKE     FKNBK occurs 0,
    T_XKNVA     LIKE     FKNVA occurs 0,
    T_XKNVD     LIKE     FKNVD occurs 0,
    T_XKNVI     LIKE     FKNVI occurs 0,
    T_XKNVK     LIKE     FKNVK occurs 0,
    T_XKNVL     LIKE     FKNVL occurs 0,
    T_XKNVP     LIKE     FKNVP occurs 0 with header line,
    T_XKNVS     LIKE     FKNVS occurs 0,
    T_XKNEX     LIKE     FKNEX occurs 0,
    T_XKNZA     LIKE     FKNZA occurs 0,
    T_YKNAS     LIKE     FKNAS occurs 0,
    T_YKNB5     LIKE     FKNB5 occurs 0,
    T_YKNBK     LIKE     FKNBK occurs 0,
    T_YKNVA     LIKE     FKNVA occurs 0,
    T_YKNVD     LIKE     FKNVD occurs 0,
    T_YKNVI     LIKE     FKNVI occurs 0,
    T_YKNVK     LIKE     FKNVK occurs 0,
    T_YKNVL     LIKE     FKNVL occurs 0,
    T_YKNVP     LIKE     FKNVP  occurs 0 with header line,
    T_YKNVS     LIKE     FKNVS occurs 0,
    T_YKNEX     LIKE     FKNEX occurs 0,
    T_YKNZA     LIKE     FKNZA occurs 0.
    T_XKNVP-KUNNR     =     '7000002648'     .
    *T_XKNVP-VKORG     =     '0001'     .
    *T_XKNVP-VTWEG     =     '01'     .
    *T_XKNVP-SPART     =     '01'     .
    T_XKNVP-KZ      =     'D'     .
    append T_XKNVP to T_XKNVP.
    CALL FUNCTION 'CUSTOMER_UPDATE'
      EXPORTING
        I_KNA1        = I_KNA1
        I_KNB1        = I_KNB1
        I_KNVV        = I_KNVV
        I_YKNA1       = I_YKNA1
        I_YKNB1       = I_YKNB1
      TABLES
        T_XKNAS       = T_XKNAS
        T_XKNB5       = T_XKNB5
        T_XKNBK       = T_XKNBK
        T_XKNVA       = T_XKNVA
        T_XKNVD       = T_XKNVD
        T_XKNVI       = T_XKNVI
        T_XKNVK       = T_XKNVK
        T_XKNVL       = T_XKNVL
        T_XKNVP       = T_XKNVP
        T_XKNVS       = T_XKNVS
        T_XKNEX       = T_XKNEX
        T_XKNZA       = T_XKNZA
        T_YKNAS       = T_YKNAS
        T_YKNB5       = T_YKNB5
        T_YKNBK       = T_YKNBK
        T_YKNVA       = T_YKNVA
        T_YKNVD       = T_YKNVD
        T_YKNVI       = T_YKNVI
        T_YKNVK       = T_YKNVK
        T_YKNVL       = T_YKNVL
        T_YKNVP       = T_YKNVP
        T_YKNVS       = T_YKNVS
        T_YKNEX       = T_YKNEX
        T_YKNZA       = T_YKNZA
    =============================================================

  • How  to load the data from excel  file  into table in oracle using UTL_FI

    How to load the data from excel file into table in oracle
    and from table to excel file
    using UTL_FILE package
    Please give me some example

    This is something i tried in oracle apex
    http://avdeo.com/2008/05/21/uploading-excel-sheet-using-oracle-application-express-apex/
    Regards,
    CKLP

  • How to delete some data from GLPCA table

    Dear Friends,
    We have extracted some data in GLPCA table via the ECPA component. We
    want to delete these records ( Doc type and Posting date is known).
    However we do not want other data already existing the GLPCA to be
    deleted. Is there some Std SAP Trx for deletion of partial/select data
    from EIS tables.
    Please explain us clearaly how we can delete these records.
    Your quick reply for this issue is highly appreciated.
    Thanks & Regards,
    Naveen Kumar.

    Hello,
    Please check the use of the report ZDELETE_PCA_DATA_BUKRS (mentioned in the SAP note 1174360), to delete totals from GLPCT.
    I am not sure of any deletion reports for GLPCA table.
    If you open the Source code of this program, you can see the following information :
    "This report provides a possibility to delete actual and plan
    *& postings on company code level as an alternative for transaction
    *& 0KE1."
    I do not have much information on this report as, personally I haven't used this anytime. Please run in 'Test Run' mode first and look for the results.
    I hope this helps.
    Thanks and regards,
    Suresh Jayanthi.

  • How to retrieve time data from infotypes 2001 and 2002 when we use PNPCE

    Hello Everyone,
       I am new in using PNPCE ldb.In the requirement i have to retrieve time data from infotypes 2001 and 2002 between the begda and endda.I tried using the macro RP-READ-ALL-TIME-ITY to retrieve data.But its not supporting.Can some body help me in doing this.
    THanks in Advance..
    Regards,
    Chinni.

    Hi
       Try the following code:
    REPORT  ZHRTM41.
    nodes peras.
    Tables: PERNR.
    Infotypes: 2001.
    start-of-selection.
    get peras.
    rp_read_all_time_ity pn-begda pn-endda.
    end-of-selection.
    loop at p2001.
    write:/ p2001-abwtg,p2001-stdaz.
    endloop.
        It worked for me when using PNPCE. let me know if you have any problem
    Thanks,
    V.Nagaraju

  • How to delete the data from SAP R/3 DB table from BW

    Hi,
       I am facing an issue... I have populated the data into custom r/3 DB table by running a user exit.I am getting the data and loading(Full Load) it in BW ODS. But my problem is when i rerun the user exit it is giving me a short dump saying "SAPSQL_ARRAY_INSERT_DUPREC". when i delete the enteries of DB table it is working fine. But this fine in development.but i production i cannot do this.So i want to delete the DB table enteries by an ABAP program and call this ABAP program using Process chain when my ODS data LOAD is successful. How to go About this.
    P.S: I want only to delete the DB table enteries not the DB table.....
    Thanks and Regards
    Sairam phani

    Sairam,
    why don't you just add the code for deletion of records into that user exit, so it would first delete entries and then write new ones.
    Alternatively, you could use a Process Chain to trigger an event in R/3, and by that event a scheduled job would run, deleting entries from that table.
    As I don't know details of the solution you're implementing, that's all I can think of now.
    Cheers,
    /RB

  • How to delete user data from damaged iPhone?

    Hi,
    I have a damaged iPhone 3GS that I'm selling for parts on ebay. The device's is currently stuck on "update mode", basically I was updating to iOS 6.1 a while back and in the middle of the process, the phone returned an "hardware error" message and now it's allways stuck on the "connect to itunes" screen.
    No matter what resets I try to do or restores, it wll allways return the "hardware error" message and then to the apple screen and finally to the "connect to itunes" screen.
    So, I decided to sell it for parts since I've bought another (newer) iPhone, but I wanted to make sure that all my user data (accounts, text messages, phone numbers, etc.) was deleted just in case the lucky buyer manages to get it fixed. How can I do this?
    Will the "clear phone data"option on iCloud do the trick, or do I need to do something more?
    I also know that have to remove the iPhone from my iCloud account, is this correct?
    What are procedures can you guys recomend for this?
    Thanks

    I have a "new" piece of information about this issue that might help clarify the problem a bit.
    I plugged it in today to do a final check on it's maladies and this is what happened:
    1.Device starts charging
    2.Device show the "connect to iTunes" screen (the one with the USB and itunes icon)
    3.I connect it to iTunes
    4.iTunes says something like: "This iPhone's software is damaged. A factory reset is required to restore the OS. Your device will be reset to factory settings and all your data will be deleted. After the reset is completed, you will have the possibility to restore your information on the device"
    5. I click "Restore iPhone"
    6. It starts checking for software, extracting software, etc.
    7.I get the apple screen with the loading bar
    8. On iTunes the process stops on the "restoring firmware" step. It gets stuck there for a couple of hours and then eventualy it returns an hardware error
    9. The loading bar on the apple screen gets full, but the iPhone never manages to leave "restore iPhone" mode.
    From all the iTunes messages and procedures that I'm doing, I take it that the iPhone's memory is in fact already wiped clean, am I assuming it right? That's why he won't boot and is stuck on recovery mode?
    Can I also assume that any data I had there cannot be recovered unless I restored it from my laptop/iCloud?
    And finally and just out of morbid curiosity, anyone has an idea about what is wrong with the iPhone? I never managed to figure out what happened or if it's something "fixable".
    Thanks for the help!

  • How to delete the Data from Iphone 5 when the Phone is damaged.

    Dear All,
         I am using Iphone 5 , my Cell phone got damaged and its at service center . how could i delete my personal data , so that no one can see it .
    Please upodate . Its urgent

    The Service Center is likely going to need to get into your phone to test their fixes. Not sure what personal data you are referring to, but since it is in a myriad of places, it's not really somehing you can do anything about. You would have to either Lock or Wipe your phone, and either one of those things would prevent the servicer from being able to get in an test things....
    Do you not trust the people who you left your device with to be repaired?
    GB

  • How to delete entire music from itunes

    hey all! so here is the problem ... i have already deleted all songs on my iPod but they are still on iTunes playlist.. how can i get rid of those?? thank you !!!

    Hold the playlist until an x appears in the corner then press the x and it will delete the playlist

  • How to delete app data from ipod touch

    i am trying to completely delete my tunein radio app so i can separate my accounts from android phone and ipod touch 4g. when i logout/ into my new account, it still keeps my presets from my previous account. i want to seperate my accounts because my brother can listen to texas rangers games on his iphone but i cannot listen on android because it is blocked by restrictions. any advice?

    Try removing the apps from the iPod and then login to your Android phone and see if it works.

  • How do I transfer data from old laptop to new one without using time machine?

    I just bought a new Macbook and want to transfer everything over and wipe my old Macbook so the kids can have it.  I have an external hard drive, that has photos etc. on it already.  When I try to do a Time Machine back up, it tells me the drive is not formatted correctly and that to complete the back up, it will have to erase everything.  I can't move the photos back on to the old Macbook because there isn't enough free disc space.  So, I don't think I can do this with Time Machine.  How would you recommend I transfer the data over?  Thanks!

    Use Migration Assistant during the setup of the new machine. Connect both machines up to a wired network if possible and follow the instructions. It's worth running software update on the old MacBook first as there was an update to Migration assistant for OS X 10.5 and 10.6 published recently.

Maybe you are looking for

  • Key Date a Customer Exit and Variant use

    Hello,   I have a query and it includes time dependent data. The key date uses a  variable that is filled with the current date in a customer exit. Works nicely when the query is executed. However, if I save a variant with various values for variable

  • How to share code with peers

    Hi All, I am new to Netweaver environment but have previously worked with other JAVA IDEs. I need to know if it is possible to share a Webdynpro DC project among my peers. For instance, say, my DC project has 2 Views. I want to work with one of them

  • Possible to ssh tunnel Bonjour traffic across different subnets?

    Hello: For quite some time, I have been thinking of buying a couple of iSights to enable audio/visual between two distant computers. But I really don't want to have to leave a dozen ports in my DSL modems opened up in order to use AIM or Jabber serve

  • Mac OS X doesn't boot with iPod plugged in

    Hi there, i have a little problem with my ipod shuffle. When start my iMac and my iPod is plugged in, then is doesn't start or extremley slow. As soon as i plug it out, it starts immeditely or continues. Is there something i can do? or is it just aga

  • The Line item text transfer from SD-Billing Document to FI Doc(Accounting)

    Hi Experts, Actually in Standard process the Line item text doesnu2019t get transferred to FI Doc-Accounting Document. But we have a need to ensure that the Line item text of a material gets transferred from a Billing Document to  Accounting document