How many tables are created in Master data loading ( Including hierchy )

hi ,
Please anybody , can you tell us how many tables are created in Master data loading ( Including hierchy )
thanks
Phani

Hi PP,
Depending upon the definition of an infoobject, the tables are created when the objects are activated.
/BI<C OR DIGIT>/<TABLE CODE><INFOOBJECT>
<C or digit>: C = Customer-defined InfoObjects
digit = SAP-defined InfoObjects
<table code>: S = SID table
T = Text table
P = Time-independent master data attributes
Q = Time-dependent master data attributes
M = Union of time-dependent and time-independent master
data attributes
X = SID table for time-independent navigational attributes
Y = SID table for time-dependent navigational attributes
H = Hierarchy table
K = Hierarchy SID table
I = Hierarchy SID structure table
J = Hierarchy interval table
Thnaks...
Shambhu

Similar Messages

  • How many tables are created?

              How tables does weblogic (7.0) create in database when using JMSJDBCStore? According
              to the DDL, there are only two tables; JMSSTORE and JMSSTATE.
              Jeba
              

    That's it. Two.
              And in the next release (named 9.0?) it will likely
              go down to one.
              Tom, BEA
              Jeba Bhaskaran wrote:
              > How tables does weblogic (7.0) create in database when using JMSJDBCStore? According
              > to the DDL, there are only two tables; JMSSTORE and JMSSTATE.
              >
              > Jeba
              

  • How many computers are using my sync data

    I would like to know how many devices are utilizing my sync data.
    this seems like it should be in my sync management console online, but it is not.
    my paranoid brain sees a worst case scenario.. someone hacks my machine and somehow gets my sync key or was able to get a code generated to sync the data.
    is there a way to find out what devises are accessing my data ?
    thank you

    Unfortunately there's no easy way to do it, but there's a way to do it (and it's not obvious):
    Go to your Options/Preferences window and select the Sync tab.
    - From the "Manage account" drop-down, select "Reset Sync". (we are not going to Reset it...but is the way to go)
    - Select "Replace all other computers"
    - Press next and you will see the list of devices that are connected to the account.
    After that, close the window (unless you want to complete the process).
    I hope it helps.

  • How many Objects are created in this?

    Hi,
    How many objects are created in the flwg code:
    String str = new String("Hello");
    String str2 = "Hey there";
    str = str + str2;

    Depends if you're counting objects created at compile time.
    "Hello" is created at compile time. That's 1.
    new String("Hello") creates a new String object at runtime, pointing its backing array at the "Hello" in the constant pool. That's 2.
    "Hey there" is created at compile time. 3.
    str + str2 I might do everything at compile time, or it might do some at runtime. I don't know if str is considered a compile time literal here. I think not, but I'm not sure. You can check by using javap. If I'm correct, then at runtime you'll create a StringBuffer (4) and another String (5).
    So I'd say 5 objects. But if the compiler treats str as a literal and therefore can do the str+str2 at compile time, then it might do so without creating the StringBuffer. Or it might still create it at compile time, use it, and throw it out.

  • How many sessions are created in Server ?

    Hi All developers,
    SCJP back again.........
    Anybody please tell me......
    Is there any way to find out how many sessions are created in server ?
    Thanks in advance ..............

    Only by keeping track of them yourself.
    The various session listeners - SessionListener, SessionBindingListener are usefule here.

  • How many table are affected when sales order creation(O2C)

    Hi all,
             HOw many table are affected when sales order creation, can any one please help ,and please give me a description indepth please please. I know some of the table affected
    Thanks&Regrads,
    Surya

    Hi Kantur Shekar madhuri,
    Would you confirm the whether in your schedule line category is activated for "Product Allocation" or not.
    if not please activate and re run your scenario.
    Regards
    Arun

  • How many String are created?

    public String makinStrings() {
         String s = �Fred�;
         s = s + �47�;
         s = s.substring(2, 5);
         s = s.toUpperCase();
         return s.toString();
    }How many objects are created when this method is called?
    My answer is 5
    1. "Fred"
    2. "47"
    3. "Fred47"
    4. "ed4"
    5. "ED4"
    But my friend is telling it is 3.
    1. "Fred"
    2. "47"
    3. "Fred47"
    I know that any method called on String object creates a brand new String. Please help me with the solution whether it is 3 or 5.

    hi,
    First of all i want to thanks for all of your replies.
    My friend is saying that when we say "How many objects when method is invoked" it means at runtime. String literals are not created at run time.
    String s = �Fred�; // No object is creatd here
    s = s + �47�; // One object created "s"
    s = s.substring(2, 5); //Another object "s"
    s = s.toUpperCase(); //Another object "s"
    return s.toString();
    Hence total 3 objects.
    Now the i have got a doubt. Are String literals created at Complie time itself. Or since String s = "Fred" is a compile time constant field. And String literal "47" is also a compile time constant field.
    Suppose if the code is like this
    String s = new String("Fred")
    String s1 = s; ---------------- Then is this String object created at Run time.
    String s2 = "47" ----------- This object is created at Complie time.
    Please clarify my doubt.

  • How many objects are created?

    I have this question which some one posted to me.
    He asked me how many objects are created when an object of a simple class is created for example
    class A{
    public static void main(String args[])
    A a1 = new A();
    Now how many objects are created? I think only one. Can anyone tell me if any other objects are also created.
    Plz tell me .

    No, the answer is indeed 1. All the other objects
    (including the String[] in the main method
    parameters) are created outside of the A
    class, either by the JVM itself or by some other
    class that calls the A.main() method. You can try
    this out for yourself by adding a constructor such as
    A()
    System.out.println("Creating class A");
    } and see what prints out.Take a closer look at the question:
    how many objects are created when an object of a
    simple class is created for exampleIt doesn't say "how many objects of type A are created".
    I.e. The VM has to load class A before you can create an object from it, and thus an object of type Class is created. There are also a bunch of other objects which needs to be created before you can instantiate A.
    Kaj

  • How to rectify the errors in master data loads & transactional data loads?

    hy,
    please any one tell me
    How to rectify the errors in master data loads & transactional data loads?
    thnQ
    Ravi

    Hi,
    Please post specific questions in the forum.
    Please explain the error you are getting.
    -Vikram

  • How many tables are in my database

    I wanted to check how many tables I have so I ran the following query to list all of the tables in all of the tablespaces.
    select t.table_name, df_name from dba_tables t, v$tablespace df
    where t.tablespace_name = df.name;
    I got back 34377 tables or records.
    but if I wanted to count the number of tables I have I could run the following command.
    SQL> select count(*) from dba_tables;
    I got back 34700 tables.
    Can anyone tell me why these numbers don't match or what I am missing here?

    Also you can try to count them regarding to your tablespace which is better
    SELECT COUNT(*),tablespace_name  FROM USER_TABLES group by tablespace_name;also Laurent Schnieder provide with way that you count your tables in specific schema like the following :
    SQL> select
      2    table_name,
      3    to_number(
      4      extractvalue(
      5        xmltype(
      6     dbms_xmlgen.getxml('select count(*) c from '||table_name))
      7        ,'/ROWSET/ROW/C')) count
      8  from user_tables;http://www.dba-oracle.com/t_count_tables_schema.htm

  • How can i check how many tables are in my database?

    Hi Guyz,
    If any body can tell how can i check how any and which tables are in my database.how big are they.and who are the owners.
    Thanx in advance,
    Navneet Kaur

    hi,
    how any and which tables.select count(*) from dba_tables;
    how big are they.and who are the owners.select a.owners,a.table_name,sum(b.bytes)/1024/1024/1024 from dba_tables a, dba_segments b
    where a.table_name=b.segment_name
    group by a.owner
    regards
    Jafar

  • Garbage Collection: how many objects are created after for loop?

    Please see the fallowing java code
    1 public class Test1 {
    2     
    3     public static void main(String[] args) {
    4          
    5          MyObj obj = null;
    6          for(int i=0;i<5;i++){
    7               obj = new MyObj();
    8          }
    9 // do something
    10
    11     }
    12 }
    so my question is How may objects are eligible for garbage collection at line no: 9 (// do something)?

    so my question is How may objects are eligible for
    garbage collection at line no: 9 (// do something)?It's impossible to answer that question since we don't know how MyObj is implemented.
    Kaj

  • How to do Stastical Setup for Master data Loading

    Hi All
    Thanks a lot for all guys,who are helping me a lot.
    I want to do stastical setup for Master data of sales order.I know how to do for transaction data.
    But what is the procedure for MAster data in SBIW-Tcode.
    Regards
    Balaji

    Hi,
    <i>Actually first we should load data to Master data table and then to Transaction load data.By this reporting performance will be good.Right?</i>
    Actually this will decrease the time of transaction data loading .So it improves the loading performance ,  not reporting performance.
    <i>Now I got a doubt from where this Master Data is been loading? and how to load this data.</i>
    2LIS_11_VAITM and 2LIS_11_VASCL are the DS for Transaction data , not for master data.To load the master data, first of all find out the master bearing characterstics in the data target.And then search for teh DS of master data in R/3 with tcode RSA6 .You will use characterstic(info object) as the search option here.
    For example 0materail is the Master characterstic.
    And you can see the DS for this Characterstic in RSA6(if it is not there, you have activate it from RSA5)
    0MATERIAL_ATTR
    0MATERIAL_LGEN_HIER
    0MATERIAL_LKLS_HIER
    0MATERIAL_TEXT
    With rgds,
    Anil Kumar Sharma .P

  • How many tables are there in Infocube

    Hi Experts,
    Apart form Facttable and Infocube is there any other table in the Infocube. 
    Can any one help on this it is very urgent.
    Cheers
    Vara

    Hi Vara,
    How are you doing?
    You can check the number of tables generated for a cube.
    Go to SE11 transaction.
    In the table name field, give <Cube Name>
    Press F4.
    In the popup screen, you will see the list of all related tables for the given cube.
    Please refer to the below example. You can find the answer.
    If your cube name is "TEST", it can have the below tables generated based on the number of dimensions it has.
    Dimension related (Max 13):
    /BIC/DTEST1
    /BIC/DTEST2
    /BIC/DTEST3
    /BIC/DTEST4
    /BIC/DTEST5
    /BIC/DTEST6
    /BIC/DTEST7
    /BIC/DTEST8
    /BIC/DTEST9
    /BIC/DTESTA
    /BIC/DTESTB
    /BIC/DTESTC
    /BIC/DTESTD
    Predefined dimensions:
    /BIC/DTESTP (Data Package dimension)
    /BIC/DTESTT (Time dimension)
    /BIC/DTESTU (Unit dimension)
    Request related:
    /BIC/ETEST ( E tbale for compressed data)
    /BIC/FTEST ( F table for independent requests)
    Get back to me if you still have any issue.
    Regards,
    Sashi

  • How many tables can i create in Oracle 10g ?

    hi every body !
    how many tables can create in oracle 10g ?
    thank you !

    Unlimited
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14237/limits003.htm

Maybe you are looking for