Needs to delete one Master Data from main process chain in development syst

Hi All,
Can any one pls suggest how we can delete the master data load from main process chain in development system.
In the main process chain nearly i am having 52 master data loads in that i required to delete one master data.
Thnanks in Advance.
karuna.

Hi...
1) go to RSPC1
2) Give the technical name of the process chain
3) in the top where we write tcode....there write COPY..and press enter...
4) then remove the start process and the desired master data loads..
5) create a new start process with a new variant..if you want to put ant condition you can put it there...
6) then link the start process with the first process..
7) activate your process chain...and schedule it as per your require...you can make it immediate run or can scedule it for a particular time...
Or if you don't want to create anew process chain...then go to the design view of the PC and remove the desired load and again activate it...
Hope this helps you...
Regards,
Debjani...
Edited by: Debjani  Mukherjee on Sep 4, 2008 4:35 PM

Similar Messages

  • Problem with deleting old master Data from 0Material

    Hello, we try to delete the master data from 0Material.
    But we get the message that some data are used and can not be deleted.
    We can see the error message in slg1:
    "Master data 000000000100000007 (SID                                                   7) is used in /BI0/HMATERIAL; is not deleted"
    "Master data R23188 (SID                                                5316) is used in /BI0/D0RT_C071; is not deleted"
    Can we just clear these tables? Is it enough for resolving the problem?
    Thank You.

    Hi,
    no you just can't "clear" these table unless you want to screw your datawarehouse....
    the first message means that the material with SID 7 is used in a hierachy of 0MATERIAL ==> adjust the hierarchy first.
    the second message indicates that the material with SID 5316 is used in the ICube 0RT_C07 and you CANNOT delete master data if it is used in other objects.
    First run RSRV for this dimension in order to see if the DIMID is really used by the fact table. Perform the following test "Entries Not Used in the Dimension of an InfoCube " with your cube and dim.
    if the DIMID is not used then "correct" the error; you'll then be able to delete your SID.
    If the DIMID is used then you'll have to delete your cube data if you really want to delete this material; otherwise you'll have to keep it.
    Finally rerun you master data deletion.
    hope this helps...
    Olivier.
    Edited by: Olivier Cora on Jul 31, 2008 9:07 AM

  • Need help with loading master data from R/3 to BI 7.0.

    Hi,
           First i thank everybody who took efforts to answer for my posting, i really am learning this new version with your helps. I really appreciate  it.
    Could any one help me with a step by step process to load master data from R/3 to BI 7.0. Please don't send help.sap.com.
    will assign points .
    With Thanks,
    Ranjani R

    Hi,
        Thanks for the answers. I tried loading it yesterday, i had lot of confusions.
      What should i do to load a master data from a R/3 to BI7.0.
    1. Created a Info object named (EKKO_mas) with some attributes (ernam, ekorg, lifnr).
    2. Go to info provider and right clicked on info area and selected insert char as data target. (Please correct if i am wrong).
    3. Login to R/3, go to sbiw generic data source created one with a view/table as EKKO and map the application compound and select the needed fields by checking the checkbox. (please correct if wrong).
    4. Go to source system tab and replicate data source. ( Please correct if i am wrong)
    Then what should i do.
    guessing steps:
    4. Create a Data source, in BI 7.0 . In that as i am not using flat file, should i select "application server" instead of "local workstation" . In field tab i specified all the fields given in Info object. ( Will there be anything else i should do or change in this tab)
    5. Load data in PSA. ( will the data from R/3 i selected loaded in PSA without any problem)
    6. Create transformation , save and activate.
    7. Create DTP save and activate , click execute.
    By doing the above given step will i be able to load the master data from R/3 to BI 7.0 data target (IO) .  Please help me if something is wrong with my steps.
    Thanks.
    RR.
    *will assign points.

  • Delete mass master data from db

    Hello All,
    actually we need to delete several millions of master data from database tables. The only problem is, that a simple "delete from db_table where group_id = 'A' does not work.
    Is there any possibility to cluster a delete?
    Thank You!
    Goliad001

    Hi ,
    try create program (se38) and schedule in background,
    remark * I_T_CHAVL =, i haven't fix the code if i_t_chavl used, but tested the program done well.
    hope this helps.
    REPORT Z_DEL_MASTER.
    tables : RSDIOBJ.
    select-options:
    s_iobj for RSDIOBJ-IOBJNM.
    start-of-selection.
    loop at s_iobj.
    call function 'RSDMD_DEL_MASTER_DATA'
    exporting
    I_IOBJNM = s_iobj-low
    I_FLG_DELETE_ALL = 'X'
    I_FLG_DELETE_SIDS = 'X'
    I_FLG_DELETE_SIDS_ASK
    I_FLG_DELETE_TEXTS = 'X'
    I_T_CHAVL =
    I_FLG_DIALOG = ''
    I_FLG_FORCE_DELETE = 'X'.
    I_FLG_SIMULATION = ''
    I_WITHOUT_PROTOCOL = ''
    endloop
    You can use this instead of direct SQL.
    Thanks and Regards,
    MuraliManohar

  • Deleting master data in a process chain via ABAP "RSDMD_DEL_BACKGROUND" ?

    I need to delete master data attributes in a process chain.
    Since there seems to be no predefined process type for this, I looked for an existing ABAP in the dictionary and found the ABAP report "RSDMD_DEL_BACKGROUND". I plan to call this ABAP in an ABAP-process-step in my process chain.
    Unfortunately, I'm not shure how to set the input parameters:
    report rsdmd_del_background .
    type-pools: rsd, rrsi, rsenq.
    parameters: p_iobjnm like rsdiobj-iobjnm obligatory,
                p_chabnm type rsd_s_cha_bas-chabasnm obligatory,
                p_delsid type rs_bool default 'X',
                p_deltxt type rs_bool,
                p_obj    like balhdri-object,
                p_sub    like balhdri-subobject,
                p_ext    like balhdri-extnumber,
                p_noprot type rs_bool.
    Can anybody help me, with the settings needed or point out another way to achieve the deletion of master data attributes in a process chain?
    Thanks in advance, Frank.

    Hi Frank,
    as I already suggested in a previous thread, try to look at the FM 'RSDMD_DEL_MASTER_DATA'(in the pgm LRSDMDU12)...but pay attention to the other elements that the system certainly checks in order to complete this type of process !
    Hope it helps.
    Bye,
    Roberto

  • Best Practices for Loading Master Data via a Process Chain

    Currently, we load attributes, text, and hierarchies before loading the transactional data.  We have one meta chain.  To load the master data it is taking more than 2 hours.  Most of the master data is full loads.  We've noticed that a lot of the master data, especially text, has not changed or changed very little since we implemented 18 months ago.  Is there a precedence or best practice to follow such as do we remove these processes from the chain?  If so, how often should it be run?  We would really like to reduce the amount of the master data loading time.  Is there any documentation that I can refer to?  What are other organizations doing to reduce the amount of time to load master data?
    Thanks!
    Debby

    Hi Debby,
    I assume you're loading Master Data from a BI system? The forum here are related to SAP NetWeaver MDM, so maybe you should ask this question in a BI forum?
    Nevertheless, if your data isn't changed this much, maybe you could use a delta mechanism for extraction? This would send only the changed records and not all the unchanged all the time. But this depends on your master data and of course on your extractors.
    Cheers
    Michael

  • Need to delete specific Months Data from SQL Server Table

    Greetings Everyone,
    So i have one table which contains 5 years old data, now business wants to keep just one year old data and data from qurter months i.e. (jan, mar, June, sep and December), i need to do this in stored procedure. how i can achive this using month lookup table.
    Thank you in advance
    R

    Hi Devin,
    In a production environment, you should be double cautious about the data. I have no idea why you’re about to remove the data just years old. In one of the applications I used to support, the data retention policy is like to keep raw data for latest month
    and the elder data would get rollup as max, min, average and so on to store in another table. That’s a good example for data retention.
    In your case I still suggest you keep the elder data in another table. If the data size is so huge that violates  your storage threshold, get the data rollup and store the aggregated would be a good option.
    Anyway if you don’t care about the elder data, you can just delete them with code like below.
    DELETE
    FROM yourTable
    WHERE YEAR(dateColumn) < YEAR(CURRENT_TIMESTAMP) OR (MONTH(dateColumn) not in (1,3,6,9,12) AND YEAR(dateColumn) = YEAR(CURRENT_TIMESTAMP))
    In some cases to remove data from very large table, DELETE performs bad. TRUNCATE would be a better option which works faster. Read more by clicking
    here. In your case, if necessary, you can reference the below draft code.
    SELECT * INTO tableTemp FROM yourTable WHERE YEAR(dateColumn) = YEAR(CURRENT_TIMESTAMP) AND MONTH(dateColumn) IN(1,3,6,9,12)
    TRUNCATE yourTable;
    INSERT INTO yourTable SELECT * FROM tableTemp
    As you mentioned, you need to do the deletion in Stored Procedure(SP). Can you post your table DDL with sample data and specify your requirement details so that I can help to compose your SP.
    If you have any question, feel free to let me know.
    Best regards,
    Eric Zhang

  • Master Data daily Load Process Chain Error..

    Hi All,
      I have a process chain which is used to extract master data for 6 infoobjects ,all the Attribute data is delta and all the Text Data is full , now my proess chain suddenly failed on 9/09/2010 and from that day even when i try 'Repeat'  the Start process is fine but the next process starts and then goes to 'RED' when i checked the error i saw the error message as 'Requesting the last delta for master data is not supported' . Can anyone help me with how to rectify this process chain when i check the IDocs i am seeing a error 'Code page not found' and also an error 'Update mode R is not supported by the extraction API'
    Can someone help please ...
    Thanks In Advance...

    Make sure your last delta was sussessfull or not?
    If not change the status of the failed load to red and try to reinti the load.
    This problem occurs when we tried to request repeat delta for master data extractors, For Master data datasources delta updated based on ALE Change pointers. So Repeat can't be done if any delta load ended with error.
    YOu need to reinitalize.
    For more detials plz check the below link
    http://wiki.sdn.sap.com/wiki/display/BI/UpdatemodeRisnot+supported
    Regards
    KP
    Edited by: prashanthk on Sep 13, 2010 3:53 PM

  • Master Data Loading in Process Chain

    Hello All
    I want to design process chain for Master data loading we have 8 modules in our project such as SD,MM,FI,CO,PP,QM,PM and LO how Design PC .Each Module one start varient and All Text,Attribaute and hierarchies  Loading parallel ofter one Attribute Change run this Approach is Right Please guide me
    and Module dependence are there ?
    Like First load SD then MM like please guide me
    Regards,
    Ravi

    Hi.......
    Welcome to SDN.........
    It is also possible to load like this:
    load attributes
    change run load texts in parallel
    because chnage run and texts don't disturb each other.
    If you want also to load hierarchies the following order is recommended:
    load attributes
    load hierarchies
    changerun
    texts at last or in parallel with changerun.
    And for loading diiffterent area...........first tell me which architecture you are using..........split or LSA........
    as per ur update u didnt mentioned the type of architecture wheather it split,or,LSA or some other thing which u are useing,
    if you use Split architecture the load ,GD,DP,FC from FC completion of master data COPA will start so Complusary load FC first ,,u can run simulateanously (GD,DP,FC)it will be no problemand have to cross check about configuration of ur server also ,later you can start pp,tp in case of HR it will be total independent so check when u want to load
    IN Case of LSA (layerd Scaleable architecture) first laod Masterdata .. which will same for all the Process areas (like 0costcenetr,0employee) later start the Trancation data which you feel which is important as per my knowledege go for FC in turn COPA because usually reports morely based on FC and COPA
    Hope this helps......
    Thanks==Points as per SDN........;)
    Regards,
    Debjani..........
    Edited by: Debjani  Mukherjee on Oct 22, 2008 4:03 PM

  • Master data activation by process chain

    hello all,
    As I have seen that we have to right mouse click and activate master data after loading so that we can report on it. Thats a essentila step right?
    How can we achieve that in process chain, when we run infopackage to load master data do we add some other variant to activate that data ?
    Thanks in advance

    Hi Raj,
    yes we can acheive this using process chains, create a variant on this , in the process chains screen on the left side, u can see "ATTRIBUTE CHANGE RUN" in "OTHER BW PROCESS"
    Regards
    Vijay

  • Problem deleting Master Data from an InfoObject

    Hello Everyone,
    We have 0MATERIAL infoobject. There was no Master data in the infoobject. Then, i manually entered the data into the InfoObject. After a day, i tried to delete the Master data to load it from R/3. When i tried to delete the Master data from the InfoObject, it shows errors and does not allow me to delete the data. Say, i entered 2 into material column of a record, the error appears like 'Master Data 0000002' (SID   25) is being used in /BI0/DOSH21' and cannot be deleted'. could someone please help me with this. This is a bit urgent. Let me know if you need more information.
    Thanks.

    Hi Sachin:
    Your only hope is if R/3 has the Correct Master Data, it will overwrite your Master Data. But remember for this, the KEYS have to be same because the KEYS can never be deleted in your case.
    E.g., MATERIAL, LOC (is an attribute)
    You inserted:
            000000002, TEXAS
    If, in R/3 there is infact a material with  key 000000002, FLORIDA. THis will overwrite your Record.
    If R/3 doesn't have 000000002, there is not much you can do now.
    Ram Chamarty

  • Deletion of master data for 0CS_ORDER

    Hello Friends,
    I have a requirement to enhance an IOBJ 0CS_ORDER with Order status values(2 new statues are added). I have done the enhancement part to the extractor in the source system side. Now after replication in BW, to add 2 new IOBJs in CS_ORDER, I need to delete the master data.
    When I try to do this, I get the msg that some master data could not be deleted.
    This is fine as we have transaction data loaded for large no. of objects which has 0CS_ORDER.
    In dev, I have deleted the master data using SE14 for tables P, S , X, T.
    My concern is in Production, I have huge volume of transaction data. To transport the changes, I need to delete master data. But this would require deletion of Transaction data from all IP where CS_ORDER is used.
    If I do so using SE14, and tranport the changes and later load MD to CS_ORDER. Will this cause INCONSISTENCIES?
    What can be other possible ways??
    Please share your opinions.
    Many Thanks,
    VA
    Edited by: Vishwa  Anand on Sep 2, 2010 5:36 PM

    Definitely Yes.
    It will damage all the SID connections earlier which this master data had with the other objects likes transactiona objects (ODS, CUBES etc). Even You can not access the data from the cube or ODS where the navigational attributes are flagged for reading.
    So do not use SE14 for deletion of MD. This is very specific to use.
    You can delete the Master data as long as its not been used in other targets so that you can refill it easily and also there wont be any inconsistencies..
    Hope this is clear for you..

  • *How to Delet one same object from different roles*

    I need to delete one auth object from different roles, Couls any one please advise me how can i do this and if there will be any complications involved with tis.
    Best regards:
    Maq

    In PFCG, it may be that you have added some objects manually. To remove them you will have to go to pfcg.
    Even if you first remove the objects from su24, you will have to go to all the roles through pfcg to generate them in expert mode by selecting the third option (edit old status and merge with new data)

  • Master Data from SAP BW to APO BW

    HI Guys,
    I have master data (0Material, 0Customer etc) coming into BW from ECC. Now, I need to pull this master data from BW to APO BW system. I will appreciate if any one could let me know the best way to pull this master data into APO BW system and how will we do that?
    Thanks,
    Manmit

    Hi Manmit,
    It is just like pulling data from R3,u need to have a RFC connection between APO  and BW .....Which will be done by the basis.
    Then trigger the data from APO to BW like u do for R3 or you can use REMOTE process chain to trigger the PC from APO itself depending on the requirement.
    If u trigger the PC in BW,the data will flow to APO-BW and can be Viceversa and like any other PC it can be scheduled.
    RSPC>processchainsTools>General Services-->Remote Process Chains.
    We have give some conditions here...
    YOu can seach the FORUM for REMOTE PCs and its applications.
    Rgds
    SVU123

  • Copy Master Data from BW cube to BPC cube

    Hi,
    I need to copy a master data from BW cube to BPC cube.
    Can I do this from BW? That is, Can I copy master data from the view of the cube of BPC in BW?
    I do this from BW and then I see the master data in my BPC cube from the BW view, but when I open my cube in the BPC environment, I don't see nothing of the master data.
    What's the problem?
    Regards,
    Miguel.

    Hi Miguel -
    I think you are asking if you can copy transactional data from a BW cube into a BPC cube (cubes do not contain master data).
    If this is what you want to do, yes the BPC IMPORT package is a delivered data manager package that allows you to select a BW cube, transformation file, and additional options (such as work status checking and default logic execution).  The use of the Data Manager [process is the "best practice" since you will need to transform the BW data model into the BPC data  model and the tools delivered in the IMPORT data manager package are ideally suited for the job.  You can automate this process by following the guide at:
    [https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides|https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides]  The specific document is:  "How to Export BPC Transaction Data Using a Custom Process Chain"
    If you are actually asking for the process for loading master data into BPC dimensions, please read the following "How To" guide that describes the current best practices:
    [https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides|https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides]  The specific document is: "How to Automate Master Data Loads in BPC NW"
    Regards,   
    Sheldon

Maybe you are looking for