Regarding the number of entries of Info object values?

Hi experts,
My query is that, I have around 100 records ie., with Cust No. TR0001 to TR0100.And I have loaded the same number of fields into master data objects with around 10 attributes. Now my question is Can i load 8123 records ie., TR0001 to TR8123 into the infocube.?.
1) Is the above loading procedure correct.?
2) How the master data is assigned to Transaction data in this case?
Thanks in advance
regards
dubbu

Hi,
To answer your first question, the loading procedure is wrong. Always load master data and then the transaction data.
However, you can load Transaction data without loading Master Data.
To answer your second question, when you load Transaction data, if Master data does not exist, at that point of time, the system inserts the value in Master data table
(TR0100 to TR8123 in your case. Attributes will be blank). When the value is inserted, Sid's get generated automatically and those Sid's will be used in dimension tables.
Also, you can make the setting in the InfoPackage  Update Tab.
Load transaction data even if no master data exists--->This setting does the steps mentioned above.
Load transaction data only if master data exists--->This setting leads to load failure with "No Sid found"
Regards,
Sekhar.

Similar Messages

  • Give me a way to count the number of entries in a  Database Table

    Hello All,
    I am writing a code to determine the number of  entries in a SAP/Custom table.
    Can you please suggest a proper approach and a good query.
    Thanks in advance.

    Hi,
    If you want to do it in a more generic way you can do the following:
    DATA: tblname(50),
          tp_rows TYPE i.
    tblname = 'MARA'.
    SELECT COUNT(*)
    FROM (tblname)
    INTO tp_rows.
    IF sy-subrc <> 0.
      CLEAR tp_rows.
    ENDIF.
    At runtime the table is being determined and in this case it's set to MARA. The value of the number of rows is in the variable tp_rows.
    Best regards,
    Guido Koopmann

  • How to control the number of instances of an object ?

    Hi all,
    Can anybody answer, How to control the number of instances of an object being created?
    suppose at any point of time, if i would like to have 5 instances at the maximum, how can i disable the further requests?
    Thanks in advance
    Pradi

    write a factory method that controls the number of instances for you:
    import java.util.List;
    import java.util.Arrays;
    public class Bar
       private static final int MAX_BARS = 5;
       private static int numBars = 0;
       private int id;
       public static void main(String [] args)
          try
             int numBars = ((args.length > 0) ? Integer.parseInt(args[0]) : MAX_BARS+1);
             Bar [] bars = new Bar[numBars];
             for (int i = 0; i < bars.length; ++i)
                bars[i] = Bar.create();
             System.out.println(Arrays.asList(bars));
          catch (Exception e)
             e.printStackTrace();
       private Bar() { this.id = numBars++; }
       public String toString() { return "I am bar number " + this.id; }
       public static Bar create()
          Bar nextBar = null;
          if (numBars < MAX_BARS)
             nextBar = new Bar();
          return nextBar;
    }%

  • How to find the number of entries in a master data table

    Hi Experts,
    I am trying to find the entries in 0CUSTOMER master data.
    BW>LISTCUBE>Data target: 0CUSTOMER and selected the fields that I need.
    I would like to know how to find the "number of entrees". I tried to run the SUM for a count field, but it is taking forever as there are huge number of records .

    Hi Dev,
    Go to the change/display mode of the info object (0CUSTOMER) in your case. Go to the Master data/Text tab. Here you will find the master data tables according to your settings (P orQ or X or Y). Double click on the table name and it will take you to the SE11 display. From there, you can check the number of records as you do in any transparent table.
    Hope this helps.
    Thanks and Regards
    Subray Hegde

  • How to track the queries for a given info object

    Hello All,
    I have info object 0COORDER, I wan to know what are list of queries built on this particular info object
    Full points just for solution or suggestion
    varsha

    Hi
    This can be easily found in Meta Data Repositry. RSA1 --> Meta Data Repositry --> Choose the category Infoobject and search for your required infoobject, here you get following Info:
    1. Display Attributes of the Info Object
    2. Navigationla Attributes of the Info Object
    3. Queries in which they are used.
    4. Used by which MP,Cubes,DSO, Info Set , Transfer Rules etc.
    Regards
    Raj Rai

  • Urgent HELP - How to reduce the number of entries in table MESYBODY?

    Does anyone know how to reduce the number of records in synchronization table MESYBODY and MESYHEAD?  The reason I wanted to reduce these tables is because I believe they have so many duplicated entries that causes extremely slow performance everytime we sync.  Currently, there are almost 50,000 records for approximately 100 users, and I believe it shouldn't be that much. 
    We are running into a problem that it takes approximately 25-30 minutes to sync. 
    Any advices would be highly appreciated.
    Regards,
    Dai

    Hi Dai,
    please try to run the middleware job WAF_MW_MAPPING. For some applications (Mobile Time and Travel for example) this helps to clean the tables.
    Br, alex
    alexander ilg
    http://www.msc-mobile.com

  • Increasing the length of Char type Info-object ( impact )?

    Hi,
    We are on BW3.5 version and we have a custom defined Info-object ZP_REPORT(say )whose length is 3 now as all the three digit series will be used up in near future we have a requirement to increase the length of the characteristic.
    This Info-object is used Navigation attribute of 0Material. And also this info-object is used as Navigational characteristic in few Info-cubes.
    Can any one please let me know what would be the impact of increasing the length?
    1)Do I need to delete the master data from this ZP_REPORT?
    2)DO I need to delete the master data from 0MATERIAL?
    3)Will there be any impact on Info-Cubes?
    Thanks in advance.
    Regards
    Ajay

    Hi Ajay,
    It is always big challenge to change the existing info object lengh or type or anything that have gone live already..........
    But if we will be very careful at the time of changing length and transport, we can do it succefully......
    Lets come to your scenario... In my understanding
    i) Your scenario is going to change the info object length that info object is only available for attribute. It is not at all used anywhere in the dimenstion table. So your cube will not be affected.... If problem will come your master data only will be affected.... Verify more than one time your info object is not at all used in any cubes. (Go to infoobject change mode check in where used list)
    ii) Before changing the length in development, data should be available in development cube as well as master data.. Because you can verify it in development itself whether the data will be deleted or not at the time of changing the length and activate the info object.
    iii) At the time of transport transport only the particular info object. Dont sent any other info objects. That might have related with any cube.
    iv) For safety purpose check whether your info cube is having which type of load. Either Full load or Delta. Most of the cubes will be having delta. If it is full, then we dont have more worry on that.
    v) Finally if possible, create one backup cube and back master data and load data from your existing cube to that cube. If the data will be more that 2 GB it is not a simple task to take a backup..... This is only for safty purpose......
    Please let me know your status...............
    Best Regards,
    Vivek

  • How to find the number of references to an object in a big application

    How to find the number of references created for a given object in a big application environment.
    That means, if i give any object name (of my application) as input, then how can i find the[b] number of references created for that particular object ??

    Please don't post the same question multiple times.
    I've answered your question in the other thread here:
    http://forum.java.sun.com/thread.jspa?messageID=4312939

  • Type of Budget Entry document  info object

    hi
    what is info object for  Type of Budget Entry document

    Hi,
    Check in following InfoObjects Tables..
    RSDIOBJ ---Directory of all InfoObjects
    RSDIOBJT ---Texts of InfoObjects
    RSDIOBJ ---Directory of all InfoObjects
    RSDIOBJT ---Texts of InfoObjects
    RSDATRNAV--- Navigation Attributes
    RSDATRNAVT--- Navigation Attributes
    RSDBCHATR--- Master Data Attributes
    RSDCHABAS ---Basic Characteristics (for Characteristics,Time Characteristics, and Units)
    RSDCHA--- Characteristics Catalog
    RSDDPA-- Data Package Characteristic
    RSDIOBJCMP --Dependencies of InfoObjects
    RSKYF ---Key Figures
    RSDTIM ---Time Characteristics
    RSDUNI--- Units
    Thanks
    Reddy

  • How do I create a chart of the number of entries for each date?

    I have a table which contains bookings for an event I am running, with one row for each booking and a column for the date of the booking.  I am trying to create a line chart which shows me the progress of the number of bookings over time.  So the X axis would have one label for each day of the month - even if there was no booking on that day, and the Y axis would have the number of bookings, i.e. the number of rows, matching the date.
    I have tried a few things without success, so I wonder if someone could help with this?
    Thanks,
    Nick

    The top table is titled "Bookings" and the bottom table summariese the bookings by counting how many bookings fall on each day:
    The bottom table:
    B2=COUNTIF(Bookings :: $B, "="&A2)
    select B2 and fill down as needed

  • BPS Web New master data (info object value) added to planning area

    Dear all,
    I am working with BPS in Web.
    Here you can add lines.
    Request:
    The user wants to add a new value of the lead column, ´
    which is not yet active in the master data of the info object envolved here.
    He simply wants to enter the new value in the opened new line and the
    system should store(add) that value to the master table,
    so that he could directly plan KF values to that new line.
    I know that we can use FM 'RSDMD_WRITE_ATTRIBUTES_TEXTS'
    to post directly new values to the bespoken info object.
    Where and how could I add this function to the process.
    Note:
    It seems that the BSP dispatcher doesn't pass that line
    because the "invalid" line is rejected  in a step before ??
    Many thanks for your help in advance ! 
    regards
    Paul

    Vlad,
    Transaction RSD1 gets you into infoobject maintenance and it more or less equivalent to RSA1 and infoobject althought they have some better listing facilities for infobject in infocubes than RSA1.
    Paul,
    Are you really sure you want to give your users the ability to create new master data without any validation and potentially compromising your data quality and data integrity? 
    Sometimes in BPS you have to ask whether or not you should even though you could...

  • How do I auto-calculate the number of appearances of a particular value in multiple fields?

    Hi folks!  Some assistance with this matter would be greatly appreciated.
    I have a form where I need to have calculated the number of appearances of certain values in a dropdown list.  The total number of each would then be calculated and displayed in separate fields.
    Here's the exact situation:
    I have 22 dropdown fields labeled Code1 through Code22.  The export value for each of these can be any one of 21 different values: 1; 2a; 2b; 3; 4; 5; 6a; 6b; 6c; 6d; 6e; 7; 8; 9a; 9b; 10a; 10b; 10c; 10d; 10e or 10f.
    The idea then is to have the total number of each value appear in a separate field.
    E.g., the form user makes a "10a" selection in any three of the Code1 through Code22 fields; the number "3" will then appear in a separate auto-calculated field reserved for total number of "10a" values.  If the user makes two "9b" selections, the number "2" would appear in a separate field reserved to show the total number of "9b" values.
    I hope that's clear.
    Thank you, all, for your help!

    I would use a doc-level function to do it, and provide the value to look for as a parameter. So the function will look like this:
    function countValues(s) {
        var total = 0;
        for (var i=1; i<=22; i++) {
            var f = this.getField("Code"+i);
            if (f.value==s)
                total++;
        return total;
    Then as the custom calculation script of the text fields you enter something like this:
    event.value = countValues("10a");
    Or like this:
    event.value = countValues("9b");
    etc.

  • Count the number of records between two key values (BTREE)

    How can I count the number of keys between two values?
    I'm using python driver, and BTREE access method.
    ====>
    ideally what I want is to average a whole time-series data set (the intervals can change) to a given number of points. The keys are the time stamps and the values are the data that needs to be averaged. I need to count the number of records between two time stamps so that I can divide that number by the number of points i need, and average the data. What is the best way to do this?  Or should I just keep the intervals for the time stamp constant and use RECNO access method?
    Thank you
    (first post btw.. and why aren't there many people in stackoverflow who answer Berkeley DB questions?)

    BDB is an embedded db and it does not have any internal counters or statistics that you could grap to use for this.    You will need to do it manually.
    You can create a cursor, grap the records you want, each time you get the next record you bump a counter.
    If you are using RECNO, you can use a cursor to get the record number of the record (DB_GET_RECNO), and if all you data is in
    sequentail records with no missing records you can figure out the total count by take last rec # - initial rec # + 1 to get a total count.
    If you switch over to the SQL API, you can issue a SQL query to give you a count.  Select count(*) Where .......
    Since you have to grab the data anyway, then best may be to count records as you go along.
    thanks
    mike

  • Regarding the ADRC table entry

    Hi friends,
    i have one customer in KNA1-kunnr as '1000' .and his address number is ADRNR is 2000. now the thing is i want to add the value R to the field NATION in the table ADRC. but i cant add it directly to ADRC table. so from which screen i need to enter?
    Regards,
    Venkat.

    Go to XD02 (Change customer master) transaction and and provide custiomer number in adresss tab you will find international versions button.you click this button and provide R here .
    so it carries same value in adrc table in field nation
    if you have to do the same operation for more than some records then choose bdc for the saem thing
    Please reward if useful
    Sivaparvathi
    Message was edited by: Sivaparvathi
    If this doesnt helps you, feel free to ask
    Message was edited by:
            Siva Parvathi

  • Manipulate the number of times played info in itunes

    I have copied my music and videos onto a new harddrive and all videos now have been marked as not played even though they were played before...does anybody know a shortcut to get the info back to at least played once?

    If there was ever a place that could help you out, check out [Doug's Scripts|http://dougscripts.com/itunes>, do a search there on playcount. Theres bound to be a script that will do what you want.
    Amazingly the site seems to be down at the moment, but when it comes back up...
    [Here|http://dougscripts.com/itunes/scripts/ss.php?sp=newplayedcount]
    [Here|http://dougscripts.com/itunes/scripts/ss.php?sp=addorsubtractplaycount] or
    [Here|http://dougscripts.com/itunes/scripts/ss.php?sp=selectedtracksplayed]
    Message was edited by: downinitjr

Maybe you are looking for

  • Email response management system in crm 5.0

    hi buddies, preasently i am working on email response management system in crm 5.0 for auto routing and auto respounding of emails.can any one suggest me the document or customization steps for that thanks in advance manav Edited by: manav on Mar 8,

  • Can the can a Mac Mini connect to an Apple TV via Airplay?

    I don't own a Mini, but was wondering if I could project (connect wirelessly) the desktop of the Mac Mini on to a tv screen via an Apple TV. 

  • Importing Non-SAP WebService - Problem: Data Transfer

    Hi all, I need to integrate a non-sap Web Service into Dynpro. I generated a client-proxy and a logical port. The Web Service needs one object (the structure from the object was generated correctly) In the next step I was programming the following co

  • Notification-Itemdetails (Object Part &Overview Damage) - Catalog profile

    Hi PM experts, pl let me know any standard report which shows the item details of notification ie., object part & overview damage together. I have checked reports iw29,iw59, iw65,iw67 & iw69 for getting item detail "Overview Damage" in report, but I

  • Bundle not find in AS project

    Hi everyone ! I'm trying to localize an ActionScript project, but it fails... I've got the error : quote: Error: Could not find resource bundle application at mx.resources::ResourceBundle$/getResourceBundle()[E:\dev\flex\sdk\frameworks\projects\fra m