Urgent Help With Master Data

Hi to all,
I load every day a customer hierarchy from R/3 in Infoobject 0Cust_slaes and from today i have not any values in the hierarchy.
After i run RSRV for 0cust_sales Hierarchies i got  the following messge error :
The INCFL flag in SID table is missing for hierarchy leaf 3 with SID 3
The INCFL flag in SID table is missing for hierarchy leaf 7 with SID 7
The INCFL flag in SID table is missing for hierarchy leaf 9 with SID 9
The INCFL flag in SID table is missing for hierarchy leaf 5670 with SID 5670
RSRV does not give the opotion to correct error. How to resolve this ?
Thank you in advance all for your help, it is urgent for me,
-Panos.

Hi,
Is there any processing running presently on the hierarchy table of That Info object. It looks as Dead lock problem. If no process is running(SM50) on this table, check for locks on this table in SM21. If you find any locks delete them manually and upload hte Hierarchy data one more time.
With rgds,
Anil Kumar Sharma .P

Similar Messages

  • Urgent help with Updating data

    I have two tables
    D.S of table1 is
    invoice date vendor
    2233 11/1/2003 Microsoft
    2244 11/1/2003 IBM
    2255 11/1/2003 APPLE
    a2233 11/1/2003 PCS
    The primary key is the invoice and vendor.
    This has like 100 rows.
    Then the other table has
    id invoice referno trans1 trans2 trans3
    2233 a1234 20 30 40
    2233 a1345 20 20 20
    2233 a1456 20 10 10
    2233 a1444 10 1 50
    2244 a3333 10 1 20
    2244 a4444 20 1 1
    and so on and this one has thousands od entries
    I need to add a primary key on this table because i do not have one so i added id column in there now i need to update id i.e enter data in that which if with a composite primary key constraint with invoice will have values like 1,2,3,4 like
    id invoice referno trans1 trans2 trans3
    1 2233 a1234 20 30 40
    2 2233 a1345 20 20 20
    3 2233 a1456 20 10 10
    4 2233 a1444 10 1 50
    1 2244 a3333 10 1 20
    2 2244 a4444 20 1 1
    --- and so on
    Can someone tell me a query to update this table field id so that i have data like that and then i can add a composite key constraint on that.
    Thanks
    Ashish

    use this instead:
    declare
    cursor l_cu_rec IS
    select distinct invoice_no from table 1;
    cursor l_cu_rec2(p_invoice_no VARCHAR2) IS
    select rowid as row_id from table2
    where invoice_no=p_invoice_no;
    p NUMBER;
    BEGIN
    for i in l_cu_rec LOOP
    p:= 0;
    for j in l_cu_rec2(i.invoice_no) LOOP
    p:= p+1;
    update table2
    set id=p
    where rowid=j.row_id;
    end loop;
    end loop;
    commit;
    end;
    I hope this will work.

  • How to start with Master data management

    Hi All,
    I want to start with Master Data Management. Can any one provide me proper material to get the knowledge on Master Data Management Integration. And What is the relationship between XI.and for starting MDM what all settings i have to do???
    Its really urget plz help me out.
    Thanks,
    Seema Khandelwal
    Message was edited by:
            Seema khandelwal

    Hi ..
    look at this documents
    /people/andreas.seifried/blog/2007/08/30/how-to-use-the-test-environment-of-the-mdm-enrichment-controller
    /people/harrison.holland5/blog/2006/11/27/mdm-syndication
    /people/harrison.holland5/blog/2007/01/22/testing-and-monitoring-an-interface-between-mdm-xi
    see this Wiki to find all the documentation on MDM:
    https://wiki.sdn.sap.com/wiki/display/HOME/MasterDataManagement
    Here, for the components you need to install:
    https://wiki.sdn.sap.com/wiki/display/HOME/MasterDataManagement+Components
    Others smart links are here:
    - sdn e-learning.
    https://www.sdn.sap.com/irj/sdn/mdm-elearning
    http://service.sap.com/installMDM for a
    you can use expression editor to do that:
    have a look at this guide on how dates can be calculated there
    with your field it can be very similar:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b025fab3-b3e9-2910-d999-a27b7a075a16
    for more details about expression editor:
    Calculation Fields chapter
    https://websmp108.sap-ag.de/~sapidb/011000358700006291622006E
    MDM 5.5 SP05 - ABAP API
    https://websmp101.sap-ag.de/~sapidb/011000358700000271902007E
    MDM 5.5 SP05 - ABAP API How To Guides (ZIP File)
    https://websmp101.sap-ag.de/~sapidb/011000358700000271912007E
    How to Identify Identical Master Data Records Using SAP MDM 5.5 ABAP APIs
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e060251e-b58d-2910-02a2-c9a1d60d9116

  • Cannot Load Text Without Cheking the (With Master Data option)

    Hi,
    Suppose I want to create a Characteristic Infoobject, that will have only <b>text</b> but no attributes or hierarchies.
    For that in the Master data/texts tab of the Infoobject definition I checked the WITH TEXTS option but unchecked the WITH MASTER DATA option.
    But when I was trying to load the text to the infoobject it was not giving an error. But when I checked the WITH MASTER DATA option I was able to load the text.
    Can any one say why this happens, that though we do not want to load attributes, we have to check the with master data option for loading texts only.
    Thanks in advance.

    Can You tell us the error description..
    You donot need to check the master data option..
    Texts can be loaded without checking that option..
    If you tell us the error message we would be able to help you identify the real cause..
    Check for error log in SM37 or ST22
    ashish

  • Transction data loading with master data as key?

    Expert's,
    I am trying to load the transction data with master data as a key.ZEMPID is my masterdata which having attributes ZEMPNAM and ZEMPDES .My transction data contains ZEMPID.ZEMPSAL and ZEMPAGE.I could create the master data and also load it successfully.But when I tried to create the infosource for trasctional data I should get all the attributes whatever I have given it for the ZEMPID.This I am not getting.Also While creating the cube if I select the infosource then in chraracterstic tab I am not getting my characterstics(master data+attribute).Please any one help me.

    Hello Vasu
    You are talkin abt transactional data and saying that not created cube/Ods ..
    Let me put the things again
    1. When you load master data you create infosource ( direct or indirect), All the attribute will be automatically comes in the infosource...when you define application component in master data tab in infoobject maintenance it is ready for data to be loaded. Search for application component in infosource..u will get the flow
    2. When you load data in infocube only transactional data goes in it.....master data presents in master data tables...In infosource you define what are the field which need to be present in cube.......so you will be able to include only these objects which are present in cube dimensions + attribute which are defined navigational in the cube....
    Master data attribute will never be pushed automatically....only componding object are pushed automatically.....
    If you want to load attribute of ZEMPID then make them navigational in cube or add them in one of cubes dimension...
    Hope i could make myself clear
    Thanks
    Tripple k

  • Use of "with master data & with out master data" at DTP update level

    Hello experts,
    In DTP, I check "with out master data". When I try to send corresponding transactional data, It is showing SID related error. Can anybody suggest what is the use of "with master data & with out master data" at DTP level.
    Thanks in advance,
    Zakir.

    HI
    HI in DTP level If you set this indicator, the system terminates the update of the request if no values are available for a data record.
    Load the relevant master data before you load the transaction data.
    If you set this indicator, the system terminates activation if master data is missing and produces an error message.
    If you do not set this indicator, the system generates any missing SID values during activation.
    In DataStore maintenance, if you do not set the SIDs Generation upon Activation indicator, the No Update without Master Data indicator in the DTP has no effect.
    thx
    vijju

  • Interface and conversion testing of SAP environments with Master Data

    Hi guy's
    Please let me know if some one of you know about SAP Conversion Project. Below you have more description:
    - testing of Interfaces from Legacy Systems
    - testing of conversion programs used in the conversion or transposition of data from legacy systems
    - data cleansing activities associated with conversion
    - identify and populate various SAP environments with Master Data necessary for both conversion and interface testing
    Any detail info in that and what kind of knowledge you need to have in some of project will be useful.
    Thanks in advance
    Adeel

    Hi Yannick,
    I am trying to do the exact same thing. Have you gotten any further on this issue?

  • Possibility of combining exception broadcasting with master data bursting

    Hi Experts,
    We have a scenario where it is required to combine exception broadcasting with master data bursting.
    As per my understanding if you choose broadcast method as 'exception broadcasting', there is no option for choosing 'master data bursting'.
    Am I missing something or Is there a workaround or some method to achieve the same.
    Thanks
    Rajeev

    Hi,
        62 Scheduling: Master data inconsistent Check master data !
    Remove "In House Processing Time" from the Material Master MRP2
    view. Ensure that the Production Version & Routing are correct. Run
    MPS/MRP manually once corrected.
    Regards
    Sunil

  • CVC creation - Strange issue with Master data table of 9AMATNR

    Hi Experts,
    We have encountered a strange issue with Master data table (/BI0/9APMATNR) of info object 9AMATNR.
    We have a BADI implemented for checking the valid Characteristic before creation of the CVC using transaction /SAPAPO/MC62. This BADI puts a select on master data tab of material /BI0/9APMATNR and returns no value. But the material actually exists in the table (checked through SE16).
    Now we go inside the info object 9AMATNR and go to the Master data Tab. There we go inside the master table
    /BI0/9APMATNR and activate that. After activating the table it is read by the select statement inside BADI (Strange) and allows the CVC to be created.
    Ideally it should not allow us to activate the SAP standard table /BI0/9APMATNR. I observed that in technical settings of this table it has single record buffering as switched on. (But as per my knowledge buffer gets refreshed every 2 to 4 mins and not in 2 days or something).
    Your expert comment is valuable to us. Thanks.
    Best Regards,
    Chandan Dubey

    Hi Chandan,
                 Try to use a WAIT statment with 5 seconds before your select statment.
    I'm not sure whether this will work. Anyway check it and let me know the result.
    Regards,
    Siva.

  • Assigning InfoObject with Master Data as InfoProvider

    Hi,
    In BW 3.x we used to assign the InfoObject with Master Data as InfoProvider only if we want to perform Query on that InfoObject.
    But in BI 2004's, is it must to assign InfoObject with Master Data as an InfoProvider???
    Because when I create the Transformation to load Text or Attribute Data, the system automatically assigs that InfoObject as an InfoProvider.
    Is there a way to skip using that InfoObject as an InfoProvider during Tranformation if I do not want to perform any reporting on it.
    Thanks,

    Hello Sesh,
    No. It is not possible.
    However for easy grouping, create another infoarea and attach all report relevent infoproviders under this infoarea.
    Ravindra

  • 0CALMONTH2 with Master data

    Hi folks,
    anyone here, who can explain, why i cannot activate check box "with Master data" for InfoObject 0CALMONTH2? Other time characteristics can be set "with Master data".
    I want to create a query, which consist out of two key figures. One with costs of the current year and one with costs of the previous year. The key figures should be drilled down by 0CALMONTH2. The problem is, that the fiscal year starts in October. But October, November and December are listed at the end of the table, on the right side. The table should start with October! So i want to use a display attribute on characteristic 0CALMONTH2, that defines sort sequence for months. But unfortunately i can't do so....
    Ideas?

    Hi Shantanu,
    Is the info-object a "referenced" info-object?
    (in the right top corner you will find "Reference Char."
    Then you can only change the original Info-object.
    Udo

  • Create Client copy only with Master data

    hi friends,
    we are going for SAP Re-Implementation.
    we want client copy only with master data without having transactional data
    Is it possible to copy the master data from production to production.
    can we transfer the data using ALE/I DOCS...?
    Is there is any standard BAPI  to transfer data across client....?
    if there is any solution please give me guidance.
    i have searched in SDN and SAP technical  but i can't find the proper solution.
    Thanks in advance.
    regards,
    karunakar

    Hi Karunakar,
    1) Make a client copy ready 2) Use Idoc and moved the master data. I am not sure how much data it is.We did the same before.
    Check these links form Peter.
    [TDMS|http://204.154.71.138/images/whiterhino/fp/tstsym5/testdatamigrationserver.pdf]
    [TDMS Wiki|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b43e2b4d-0b01-0010-c191-cba32880cb95?QuickLink=index&overridelayout=true]
    Regards,
    Madhu.

  • Urgent help with simple BPEL process for reading data from database

    Hello there,
    I need help with BPEL project.
    i have created a table Employee in Database.
    I did create application, BPEL project and connection to the database properly using Database Adapter.
    I need to read the records from the database and convert into xml fomat and it should to go approval for BPM worklist.
    Can someone please describe me step by step what i need to do.
    Thx,
    Dps

    I have created a table in Database with data like Empno,name,salary,comments.
    I created Database Connection in jsp page and connecting to BPEL process.
    It initiates the process and it goes automatically for approval.
    Please refer the code once which i created.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@page import="java.util.Map" %>
    <%@page import="com.oracle.bpel.client.Locator" %>
    <%@page import="com.oracle.bpel.client.NormalizedMessage" %>
    <%@page import="com.oracle.bpel.client.delivery.IDeliveryService" %>
    <%@page import="javax.naming.Context" %>
    <%@page import="java.util.Hashtable" %>
    <%@page import="java.util.HashMap" %>
    <%@ page import="java.sql.*"%>
    <%@ page import= "jspprj.DBCon"%>
    <html>
    <head>
    <title>Invoke CreditRatingService</title>
    </head>
    <body>
    <%
    DBCon dbcon=new DBCon();
    Connection conn=dbcon.createConnection();
    Statement st=null;
    PreparedStatement pstmt=null;
    Hashtable env= new Hashtable();
    ResultSet rs = null;
    Map payload =null;
    try
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.evermind.server.rmi.RMIInitialContextFactory");
    env.put(Context.PROVIDER_URL, "opmn:ormi://localhost:port:home/orabpel");//bpel server
    env.put("java.naming.security.principal", "username");
    env.put("java.naming.security.credentials", "password");//bpel console
    Locator locator = new Locator("default","password",env);
    IDeliveryService deliveryService =
    (IDeliveryService)locator.lookupService(IDeliveryService.SERVICE_NAME );
    // construct the normalized message and send to Oracle BPEL Process Manager
    NormalizedMessage nm = new NormalizedMessage();
    java.util.HashMap map = new HashMap();
    st=conn.createStatement();
    out.println("connected");
    String query1="Select * from EMPLOYEE";
    rs=st.executeQuery(query1);
    /*reading Data From Database and converting into XML format
    so that no need of going to BPEL console and entering the details.
    while (rs.next()){
    String xml1 = "<AsynchBPELProcess1ProcessRequest xmlns='http://xmlns.oracle.com/AsynchBPELProcess1'>"+
    "<Empno>"+rs.getString(1)+"</Empno>"+
    "<EmpName>"+rs.getString(2)+"</EmpName>"+
    "<Salary>"+rs.getString(3)+"</Salary>"+
    "<Comments>"+rs.getString(4)+"</Comments>"+
    "</AsynchBPELProcess1ProcessRequest>";
    out.println(xml1);
    nm.addPart("payload", xml1 );
    // EmployeeApprovalProcess is the BPEL process in which human task is implemented
    deliveryService.post("EmployeeApprovalProcess", "initiate", nm);
    // payload = res.getPayload();
    out.println( "BPELProcess CreditRatingService executed!<br>" );
    // out.println( "Credit Rating is " + payload.get("payload") );
    //Incase there is an exception while invoking the first server invoke the second server i.e lsgpas13.
    catch(Exception ee) {
    //("BPEL Server lsgpas14 invoking error.\n"+ee.toString());
    %>
    </body>
    </html>
    Its working fine.And i want it for Bulk approvals.please help me step by step procedure if any other way to implement this.

  • Urgent help needed: registry.dat is missing when i run my form in web base

    Hi gurus,
    i configured my forms and report server in windows 2003 and i received the following error msg when tryin to access my web base forms 6I.
    FRM-92129: Registry file http://domain.com/form60java/oracle/forms/registry/Registry.dat is missing.
    Details...
    Java Exception:
    oracle.forms.engine.RunformException: FRM-92120: Registry file http://domain.com/form60java/oracle/forms/registry/Registry.dat is missing.
    at oracle.forms.engine.Runform.initRegistry(Unknow Source)
    at oracle.forms.engine.Runform.startRegistry(Unknow Source)
    at oracle.forms.engine.Main.createRunform(Unknow Source)
    at oracle.forms.engine.Main.start(Unknow Source)
    at sun.applet.JinitAppletPanel.run(Compiled code)
    at java.lang.Tread.run(Thread.java:466)
    what can be goes wrong with my steps to receive the above error?? i tried in windows XP and Vista, and i getting the same error message as above.
    Your urgent help and advise is needed plssssssss.......
    Many thanks in advance.

    The URL doesn't seem correct: http://domain.com/form60java/oracle/forms/registry/Registry.dat
    I'm expecting a slash (/) between forms60 and java. Have a look in the formsweb.cfg if any paths are misconfigured.
    Also, try if the URL with the slash:
    http://domain.com/form60/java/oracle/forms/registry/Registry.dat
    does work when you just paste it in a browser. It should download the Registry.dat file

  • Problem with Master Data Load

    Dear Experts,
    If somebody can help me by the following case, please give me some solution. Iu2019m working in a project BI 7.0 were needed to delete master data for an InfoObject material. The way that I took for this was through tcode u201CS14u201D. After that, I have tried to load again the master data, but the process was broken and the load done to half data.
    This it is the error:
    Second attempt to write record 'YY99993' to /BIC/PYYYY00006 failed
    Message no. RSDMD218
    Diagnosis
    During the master data update, the master data tables are read to determine which records of the data package that was passed have to be inserted, updated, or modified. Some records are inserted in the master data table by a concurrently running request between reading the tables at the start of package processing and the actual record insertion at the end of package processing.
    The master data update tries to overwrite the records inserted by the concurrently running process, but the database record modification returns an unexpected error.
    Procedure
    u2022     Check if the values of the master data record with the key specified in this message are updated correctly.
    u2022     Run the RSRV master data test "Time Overlaps of Load Requests" and enter the current request to analyze which requests are running concurrently and may have affected the master data update process.
    u2022     Re-schedule the master data load process to avoid such situations in future.
    u2022     Read SAP note 668466 to get more information about master data update scheduling.
    Other hand, the SID table in the master data product is empty.
    Thanks for you well!
    Luis

    Dear Daya,
    Thank for your help, but I was applied your suggesting. I sent to OSS with the following details:
    We are on BI 7.0 (system ID DXX)
    While loading Master Data for infoobject XXXX00001 (main characteristic in our system u2013 like material) we are facing the following error:
    Yellow warning u201CSecond attempt to write record u20182.347.263u2019 to BIC/ XXXX00001 was successfulu201D
    We are loading the Master data from data source ZD_BW_XXXXXXX (from APO system) through the DTP ZD_BW_XXXXX / XXX130 -> XXXX00001
    The Master Data tables (S, P, X) are not updated properly.
    The following reparing actions have been taken so far:
    1.     Delete all related transactional and master data, by checking all relation (tcode SLG1 à RSDMD, MD_DEL)
    2.     Follow instructions from OSS 632931 (tcode RSRV)
    3.     Run report RSDMD_CHECKPRG_ALL from tcode SE38 (using both check and repair options).
    After deleting all data, the previous tests were ok, but once we load new master data, the same problem appears again, and the report RSDMD_CHECKPRG_ALL gives the following error.
    u201CCharacteristic XXXX00001: error fund during this test.u201D
    The RSRV check for u201CCompare sizes of P and X and/or Q and Y tables for characteristic XXXX00001u201D is shown below:
    Characteristic XXXX00001: Table /BIC/ PXXXX00001, /BIC/ XXXXX00001 are not consistent 351.196 derivation.
    It seems that our problem is described in OSS 1143433 (SP13), even if we already are in SP16.
    Could somebody please help us, and let us know how to solve the problem?
    Thank for all,
    Luis

Maybe you are looking for

  • MacPro3,1 triple monitor setup

    Hi there! I'm looking to expand my Apple 30" monitor setup with two (very cheap but highly acclaimed) Dell UltraSharp™ U2311H monitors. However, I'm unsure if I do or do not need an additional video card and if so, which one. I have an NVIDIA GeForce

  • Existing price-plan on new 'Open-SIM' iphone 4

    (first time on this forum, so would appreciate your help) I currently have a long-term contract with T-mobile, within the UK. I would like to purchase an 'unlocked' iphone 4 (the 16GB version) online from apple. Firstly, would my existing price plan

  • User device profile

    Hello, Scenario, 7960 Phone: extenion : 5555 it is on phone line partition: internal CSS: internal User Device Profile created for user for EM by choosing 7960 device extension : 5555 it is on user device profile line partition: UDP CSS: GSM Question

  • Report Comments visible in Windows Explorer?

    Is there a way to view the "Report Comments" special field in Windows 7 Pro Explorer?  We would like to track the version number of a report using this field, and it would be nice to see which version of the report is in a folder.  Thanks!

  • Publishing air desktop app error creating files

    Hello I am using flash cc pro to try and publish my flash document  as a windows desktop app. I keep running into an error Error creating files. The AIR version set in Publish Settings of the initial content SWF exceeds that allowed for the descripto