Qestion: Table about Infoobjects

Hi
The situation is:  I get an Infoobject name in the run time, and I need to know if the Infoobject has a master table and what the table name is.
Is there a table which contain such kind of infomation?
Thanks
Best regards

dynamically build table name like below
if vendor is table name..
then table would be /BI0/PVENDOR ---> table
and do select * (table).
check sy-subrc

Similar Messages

  • BW database table to infoobject

    Hi,
    I have created a table in bw and filled up the data......
    From this table i would like to add the data to infoobject....
    how to assign BW Database table to InfoObject....
    Plz answer its an urgent.
    Anjali

    Hi,
    If you want to load data into InfoObject (Master data) from BW itself.
    1. Then create Generic DataSource in RSO2 in BW
    2. Select DS type as Master Data.
    3. Select datasource based on Table or View & mention this table name.
    And use this datasource for loading data.
    Regards
    SS

  • Table about Marine Transportation

    Dear all,
    Is there any table about "marine transportation"  in SAP?
    Thanks regards

    Yes possible , for Inbound and Outbound- Transportation module (available std with sap ). You can have shipment through road, water , air . every scenario could be mapped .
    rewdzzz

  • Table for infoobject metadata

    Hi Experts,
    I need to know the table for Infoobject metadata,
    the length and type of infoobjects stored in any table.
    Ex: 0Employee length -8, Type - NUMC.
    Pls help me.
    Thanks in advance,
    Kalpana

    Hi,
    The required table is RSDIOBJ.
    Sorry, Umesh is correct RSDCHABAS table will give you metadata information.
    Regards,
    Durgesh.
    Edited by: Durgesh Gandewar on Jul 20, 2011 4:51 PM

  • Tables for InfoObject

    Hi all,
    what are the tables that will be formed when creating a Info Object.
    And what is the tcode to lookup these tables.
    Regards,
    Raj

    Hi Ram,
    Depending on the infoobject definition, the tables are created at the time of master data activation:
    /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
    <InfoObject>: The name of the InfoObject without leading digits (if any)
    Thanks..
    Shambhu

  • List Database Table – Infoprovider, InfoObject, Flag Authorization Relevant

    Dear Expert,
    I’m working with SAP BI 2004s user management & authorization. I have several objects that I’ll have check. I don’t like check one by one, I like to check for the SE16 transaction, for this reason, I need to know what is the database table have content Infoprovider by InfoObject (Characteristics) which each have the flag authorization relevant.
    Moreover, in the same idea, which database has content Queries by Infoprovider which authorization variable?
    Thank for all,
    Luis

    For your first question:
    In addition to be above mentioned table, RSDCUBEIOBJ will give the information about Infoprovider and all the Infoobjects within this infoprovider.
    1. Find all the authorization relevant Infoobjects from RSDCHA table and copy them.
    2. In the table RSDCUBEIOBJ, paste all the Infoobjects obtained from 1 in the field "Infoobject". The result will be list of Infocubes and their corresponding authorization relevant Infoobjects.

  • How to see that r/3 table for infoobject

    hi to all
                      i am working in time management ,i have a two key fields , like planned time according to personal work schedule (0plhrs) n planned time without public holiday (0whrs) , i have two data sourse 0hr_pt_01 and 0hr_pt_02 , so i want to see for that this two keyfig underline r/3 table , means which r/3 table table data is coming plz help me
    its urgent
    thanks
    smita

    Hi Smita,
    Go to R/3 --> transaction RSA5. Find your datasource there (say 0hr_pt_1), double click on this. On next screen, you will see all teh fields comprising in this datasource. Select your perticular fileds which you want to find the R/3 table. Preess F1 on this --> go to Technical information and you will see R/3 table and Filed name associate to that infoobject.
    If this helps you, please reward teh forum. Else do revert back.
    Regards
    Pankaj

  • Table for Infoobject-Infocube Relation

    Dear All,
           I want to know whether there is a table that maintains information on infoobjects i.e. for a particular infoobject the table maintains all the infocubes where that particular infoobject is used. Is there such a table.If yes please tell me the table.
    Yours truly,
    Ratish

    Sir,
                  Perfect Thankyou Sir!
    Yours truly,
    Ratish

  • Table the infoobject parameters are saved

    Hello,
    Can somebody tell me the name where parameters of infoobjects are saved. For example, check mark  "lowercase letters", conversion routine name, check  mark "Attribute only".
    Thanks

    Hi,
    many parameters (like lowercase) are not stored in the InfoObject but in the Data-Element (Table DD04L) or the Domain (DD01L).
    You can find the link between InfoObject and Data-Element / Domain in Table RSTSDTEL.
    Regards
    Stephan

  • M table of infoobject takes lot of time to display data

    Hi All,
    When we try to display M table data of infoobject, it takes hours and hours. But if we display SID table data for same object, it comes in a couple of minutes. Can anyone tell me what would be the issue and how can we solve it?
    Regards
    Preethi

    Hi,
    Can you activate your master info object by using program - RSDG_IOBJ_ACTIVATE.
    it will reactivate all master data tables and later try to check at  M Table.
    I think it may display data in time.
    Thanks

  • Table of InfoObject

    Hi experts!
    I need to know all InfoObject with master data in my system.
    Does anybody know wich is the table with the InfoObjects detail?
    Thanks!

    You can find different naming conventions in the attribute table:
    1) /BIC/P<Name of characteristic> (for customer-defined characteristics that have time-independent attributes)
    2) /BIC/Q<Name of characteristic> (for customer-defined characteristics that have time-dependent attributes)
    3) /BI0/P<Name of characteristic> (for SAP standard characteristics that have time-independent attributes)
    4) /BI0/Q<Name of characteristic> (for SAP standard characteristics that have time-dependent attributes)
    5) Providing that one of either the P or Q table exists, a view (/BIC/M<Name of characteristic>) of P or Q or P and Q is generated.
    6) The X table is only generated when at least one time-independent attribute is defined as a navigation attribute.
    7) The Y table is only generated when at least one time-dependent attribute is defined as a navigation attribute.
    You can find /BIC/ZABC in P table or view /bi0/M..

  • New & Confused about infoobject

    Hi I am new and confused.....
    If I have an infoobject and it has nothing in the master data tab, then how do I get data into that infoobject and into my cube?

    Hi Amanda,
    The InfoObject can still be a part of the cube even if it has no master data. The values for the InfoObject would be loaded to the S table and the SIDs would be referenced in the dimension of the cube. The data will come from the transactional data loads (assuming that the datasource delivers the values and it is propoerly mapped in the rules)
    Hope this helps...

  • Table about Plants/Branches in EBP

    Hello people,
    which table in EBP has the information about Plants/Branches?
    In R3 we have this informatio in T001W table.
    Thank you!

    Hi,
      The only tablestoring info abt the Plants  in SRM is "BBP_LOCMAP".Here in this table you will find all the plants which are brought in from the R/3 backend system into SRM by running the report "BBP_LOCATIONS_GET_ALL".
    BR,
    Disha.
    Pls reward points for useful answers.

  • Problem about InfoObject locked by conversion

    Hi Experts:
       Now I am doing BW Upgrade Project and one task is to check all infoobjects consistency (RSUPGRCHECK).
    And one infoobject 0MATERIAL is inconsistent.
    1. I have used RSD1 to repair it, but it failed
    2. When I tried to activate manually, but it popup with message that it is locked by conversion.
    3. I tried to use SE14 to delete /BI0/PMATERIAL data, but the option for "activate and delete data" is greyed out.
       This is my situation now, any one could give me some suggestion?
       Thank you so much,
       Louis Lu

    Hi,
    I RSA1, click on Tab Find, type ur IO name, then down, check on the box All Object Types. It vll show u where all u used that IO, then delete them accordingly.
    or
    goto T-code RSDMD, type ur IO name, and delete manually.
    or
    Goto T-code SLG1, In object type RSDMD, in sub object type
    MD_DEL, then type ur user name, then execute.,,u vll c what all data u have loaded so far, delete what is pertaining to ur IO
    try to delete the content as u are unable to perform the same with SE14... and then try repairing the same.. and perform ur steps..
    Thanks

  • Tables about country and regio and city

    Hi all
    I need  to find the relation between country-regio-state
    For example
    LAND (Country)  : VE --> Venezuela
    REGIO(Regio)    : DC --> Distrito Capital
    CITYC(City)        : CCS--> Caracas
    Which Tables can i use for this relations???
    Regards
    Gregory

    Hi,
    The Country (field COUNTRY) is checked against table T005, as is the other country for the postal code (field PO_BOX_CTY). The texts "Name of country" and "Nationality" are stored in table T005T, which is language-dependent.
    The field name "Region" for the field REGION is used as a collective term for the subdivisions of a country, which are known as provinces, Federal states, states, cantons, counties, or similar, depending on the country.
    The region, together with the country, are checked against table T005S, as is the other region for the postal code (field PO_BOX_REG). The name of the region is stored in table T005U, which is language-dependent.
    Hope this helps.
    Thanks,
    Balaji

Maybe you are looking for