Info Object Attribute table

Hi All,
Could you please let us know the table name where info object attributes are stored in BW system?
Regards,
Rahul

Hi,
Try this table RSDBCHATR
Thanks
El.

Similar Messages

  • How to use ZMATERIAL info object attribute in existing report

    Hi all,
             Using generic extraction we have created data source related that data source we have created navigational attribute for
    info object ZMATERIAL. Data available for ZMATERIAL info objects. Now ZMATERIAL info object related navigational attribute
    want to use in existing report.
    For eg. Already sales report developed in that 0MATERIAL only using now i required to use ZMATERIAL also in that report
    My requirment is ZMATERIAL  related navigational attribute want to use in exisiting report, how to do that? kindly guide me.
    Thanks

    Goto CMOD
    Enter the projname
    select component
    click on display
    --seelct the Fm EXIT_SAPLRSAP_002
    -- double click on include program to insert your code double click on ZXRSAU02
    Enter your code below
    CASE i_datasource.
    Sample code ...
    WHEN '0MATERIAL_ATTR'.
        LOOP AT i_t_data INTO lt_mara.
          l_tabix = sy-tabix.
          SELECT SINGLE ZCOMP ZSUPP ZPUBL ZIMPR ZFORM ZSUBJ ZSDET ZAUTH ZREDT ZPUDT ZADAT
                  INTO (lt_mara-zcomp, lt_mara-zsupp, lt_mara-zpubl,
                        lt_mara-zimpr, lt_mara-zsubj, lt_mara-zsdet,
                        lt_mara-zauth, lt_mara-zpudt, lt_mara-zADAT)
                 FROM mara
                 WHERE matnr = lt_mara-matnr.
    Endloop.
    Regards
    KP

  • No master data info objects' attributes in infoset

    Hi All,
    I am trying to create an infoset out of two ODSs. When I tried to create a report on this infoset, I cannot see the attributes of the master data info objects. What to do at this point?
    Regards,
    Mike

    Ok now I am confused.
    1. Replicate data source: these are all z objects. And it is a flat file extraction . In the Q system , when I go to source system tab and right click on the BW Q System , I can see replicate data source. Is that the point that you are talking about?
    2. Should I transport the transfer rules ?
    Thanks
    Message was edited by: Pooja Mittal
    Message was edited by: Pooja Mittal
    Message was edited by: Pooja Mittal
    Message was edited by: Pooja Mittal

  • Info-object Maintenance -- Master Data/Texts Tab options

    Hello Bi Gurus,
    In BI 7.o:
    Path:
    Info-object Maintenance -->Master Data/Texts Tab -->Master Data infoSource/Data Taget/Infoprovider/Master Data Read Access.
    Scenario 1:
    1. Master Data Access - Own Implementation
       Name of Master Data Access -
    CL_RSMD_RS_SPEC     class for accessing generic Bw special info objects
    CL_RSR_XLS_TABF4     Table Master Data Read Class
    CL_RSROA_LOCAL_MASTERDATA     Master Data for Virtual Characteristics
    CL_RSMD_RS_BW_SPEC     Base class for accessing Bw special info objects
    CL_RSMD_RS_SPEC_TXT     Class for Accessing Generic BW-Specific InfoObjects
    Under what scenairo we go for this option?
    Any body used this option?
    Scenario 2:
    1. Master Data Access - Direct Access
       Name of Master Data Access - CL_RSR_REMOTE_MASTERDATA
    Under what scenairo we go for this option?
    Any body used this option?

    Hi,
    With Master Data:
    If you set this indicator, the characteristic may have attributes. In this case the system generates a P table for this characteristic. This table contains the key of the characteristic and any attributes that might exist. It is used as a check table for the SID table. When you load transaction data, there is check whether there is a characteristic value in the P table if the referential integrity is used.
    With Maintain Master Data you can go from the main menu to the maintenance dialog for processing attributes.
    The master data table can have a time-dependent and a time-independent part.
    In attribute maintenance, determine whether an attribute is time-dependent or time independent.
    With Texts:
    Here, you determine whether the characteristic has texts.
    If you want to use texts with a characteristic, you have to select at least one text. The short text (20 characters) option is set by default but you can also choose medium-length texts (40 characters) or long texts (60 characters).
    Helpfull link:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/71/f470375fbf307ee10000009b38f8cf/frameset.htm
    Regards,
    Suman

  • Reg: No enries in SID table of attribute of a  Master data info object

    Hello SAP Gurus!!!
    I Hope everyone is doing good.
    I found some issues , when i loaded master data into master data info object in sap bi.
    I have an object which is holding master data (master data info object)---ZEMPID(employee id)
    I have attributes for this object are :   Emp name , Emp Phone number
    I loaded master data attributes into ZEMPID. I could see some entries in SID table of ZEMPID char info object  .
    But i am unable to see the entries in SID table of Emp name , which is a attribute of master data info object.
    According to my knowledge whenver we load data into sap bi , automatically sid values will get generated for that characterstic info object.
    so here in this case  Emp name is also a char info object , so whenever we load the data into master data info object , we have to see the entries in SID table of Emp name also  .But i am unable to see the entries in the SID table of Emp name. .
    So what might be the problem ?
    Awaiting for your valuable answers!!!
    Cheers!!

    Hi Rajavamshi,
    You are right whenever we load data in BI, it will create SIDs for info objects.
    But it will create SID in 'S Table' not in X/Y - Table.
    If master data is enabled for Emp name then it will create SID in X/Y table. I think the master data is not enabled for attribute(Emp Name).
    Please check in S Table, the SIDs will be there.
    If it is not the case, activate the attributes info objects and EMPID info object and load the master data and run ACR for EMP ID.
    If it is not working still, then do master data check in RSRV.
    Regards,
    Vignesh.B

  • Tables While Creating Info Object

    Hi Experts,
    What are the tables created when we create and activate an Info Object. I Came to know that it will create 11 tables when we activate an Info Object what are they It was my Intv Question. are these 11 tables created automatically or with the user specifications?
    Elaborated Answer will be awarded with points.
    Krish

    Hi
             The number of tables depends on the charecteristics of the infoobject selected. if it has time dependent attributes or hierarchy
    suppose an infoobject is product then we could have the following tables
    •     Product hierarchy table: /BIC/HProduct
    •      Product hierarchy SID table: /BIC/KProduct
    •      Product SID-structure hierarchy table: /BIC/IProduct
    •     Product master table for non-time dependent attributes (table name: /BIC/PProduct)
    •     Product master table for time dependent attributes (table name: /BIC/QProduct)
    •     Product SID table (table name: /BIC/SProduct)
    •     Product non-time dependent attribute SID table (table name: /BIC/XProduct)
    •     Product time dependent attribute SID table (table name: /BIC/YProduct)
    Thanks

  • To switch on the Navigational attribute feature in the info object

    Hi there,
    I have a sceanario where I created an info-object to extract the KNKK table information.
    I am using the datasource 0fi_ar_9 to do flexible update to this info-object.
    The issue is that: I am adding the required infoobects as attributes to this infoobject.
    I want to switch on these attributes as  navigational attributes.
    But to some of them I am getting the option to switch it on as Nav and not all. Like 0C_CTR_AREA has got the icon Navigational attr on/off. Also 0CRED_GROUP has got this icon across it.
    But objects like
    0LST_INT_RV -Last Internal Review
    0LST_REVIEW -Last Review (external)
    0REPR_GROUP -Credit management representatives group
    0NXT_REVIEW-Next Review
    do not have the Navigational attribute on/off icon across them.  So I am unable to change them to Nav.
    Any advise why is the behaviour different for different objects ?
    Thanks in advance.
    Kind Regards,
    Kate

    Hi There,
    Many thanks for the answer.
    It really solved my doubt about this.
    This means that I need to create customised info objects
    to add them as navigational attributes.
    Just wanted to know what is the advantage of creating infoobjects as reference charateristics of standard infoobjects.
    Thanks once again.
    Kind Regards,
    Message was edited by: Kate Smith

  • Table for info objects

    Hi Experts,
    I have lot of info objects descrption. and i want to find out technical names for all these, is there any specific table for this?
    Thanks
    David

    Hi David,
    Check out the below 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
    check out the below link
    http://zodano.wordpress.com/2009/01/16/sap-bw-tables/
    Regards,
    Venkatesh

  • Info-Object Master Data is not populated using Attribute View

    Hi Colleagues,
    I have one info-Object 'Resource', compounded with client, resource type and scenario.
    I want to fill its master data using an attribute view.  In Master data tab, i have mentioned the package and attibute view (SAP HANA MODEL).
    Assigned all the attributes to respective fields in attribute view.
    I can see data using the 'Data Preview' in my attribute view.
    Two issues --
    1. Maintain master data option is disabled in the context menu of 'Resource' Info-Object.
    2. Also the data available in attribute view is not populating in master data of info-Object ( I tried seeing by creating a report).
    Please suggest what is wrong here.
    Thanks in advance.
    Regards,
    Rohit

    Hi,
    When you are loading data from DSO to IO, seems like some filtering is happening. Just check the active table of DSO and make sure that you have all the 59 records available.
    Another important thing is check the primary key of your master data i.e. if there is any compounding attribute if not then records from DSO might be getting overwritten in the master data. i.e. only 6 unique records.
    Regards,
    Durgesh.

  • 0vendor info object - Plant Attribute

    Hi,
    I had modified 0vendor info object for using all the Dun and Bradstreet objects. After activating the 0vendor infoobject, 0plant attribute version got changed to 'Revised' version.
    Since, 0plant info object is used in many info providers, if i try to activate the 0plant info object, all respective transformations and DTP's of info providers will be inactive.
    Is there any other way, in which without disturbing the existing info providers, i can move 0vendor info object alone from BI development/Quality environment to BI Production environment.
    Please suggest.

    Hi,
    Even if 0plant is display attribute it suppose not to chnage the version in case of 0vendor activation alone( if you have done activation with dependent object then it would effect ).
    If you activate plant now it would effect the existing dependent objects.
    Do not try to activate the 0plant ( since plant is Master data table, if will defiantly effect the existing objects)
    also make sure that is it happen coz of 0vendor activation
    Regards,
    Satya

  • Removal of Compound attributes of an info object in the BEx display

    Hi,
    i have a Info object Parentid which is compounded with the Parent Source and a Date.
    I have to remove the compounded attributes when I am displaying the info object Parentid in the BEx report.
    What is the best way of doing this?
    Any help is deeply appreciated
    Regards

    Hi Arvind,
    put the compounding attributes into the filter section and make sure the ouput is restricted to only one compounding value.
    regards
    Siggi

  • Table for Communication structure Info Objects

    Hi all,
    Is there any table which has list of all infosources along with the Info objects assigned to it.
    I tried to see in RSKSFIELD but some of the infosources are not present in this table.
    regards,
    Rk

    hi krishna,
    RSIS for the available Infosources but this is for the transaction data. If you need to know which Infosource is from which Infocube then check RSUPDINFO table.
    RSDCUBE table: displays the list of available cubes.
    RSODS table: to find the ODS/DSO.
    regards,
    raghu.

  • How to know the R/3 table field mapped to BW info object!

    Hi,
    I have an extractor which is extracting the data from R/3 using View in generic data source.
    Now i am making a documentaion of each infoobject involved in the extraction of how exactly it is mapped and how is it getting filled.
    In transfer rules i could find the R/3 find easily but i want a table as well as i need to make a screen shots as well for the documentaion.
    Example, the field AUFNR which is order number is existing in three tables namely AFRU,AUFK and AFKO ( all are used in view definition )
    Now how can i ensure that from whcih table the data is getting filled to the BW info object?
    Any suggestions would be appreciated .
    Thanks,
    Ravi

    Hi Ravi,
    Check this blog:
    <a href="/people/sap.user72/blog/2005/09/05/sap-bw-and-business-content-datasources-in-pursuit-of-the-origins BW: In pursuit of the Origins</a>
    Udo

  • Adding navigational attribute in Info Object.

    My staging layer is as below.
    Data source1-> DSO1
    Data source2-> DSO1
    Data Source 3->DSO1
    From DSO1 : there are 3 Transformaitons.
    DSO -> Info Object “ABC”
    DSO1- > DSO2.
    DSO1 -> DSO3.
    That means. DSO1 , is supplying data to ABC info object and 2 more DSO's.
    I need to Enhance Data Source 1, with Field “X”  add it in DSO and then add that field in Navigational attribute of IO “ABC.
    I dont need this field “X” in DSO2 and DSO3.
    Question :
    1) I want to understand its effect on Transformations if I add field in DSO1.
    Data source2-> DSO1
    Data Source 3->DSO1.
    DSO1- > DSO2.
    DSO1 -> DSO3.
    2) Will all these be inactive ( assuming yes, )
         a. Do I need to retransport all the transformations.
         b.And if Yes, I assume we need to transport DTP’s too.
    3) Does adding of navigational attribute affect any other Cubes and DSO  or transformations ,containing the main Info Objects. "ABC"..
    Note:  This new navigational attribute is not used in any of the old cubes. it wil be used in new design.

    hI,
    1. If add any field to DSO1, then incoming and outgoing transformations will go inactive.
    2. a. Yes.
        b. Yes.
    3. No, but info ABC object transformations may go inactive.
    Thanks

  • Secure an attribute of a Master Data Info Object

    Hello,
    We would want to secure one of the attributes of the Master Data InfoObject. For eg. In  Material master data info object, we have price as an attribute. We would like to impose a field level security on the price field.
    Anyone please let me know how we can do it ...

    Steps:
    1. Make the info object authorization relevant. RSA 1- info object in change mode and in bex tab therw will be a check box and check that to make it authorization relavant.
    2. go to RSSM - create an authorization object.
    3. In PFCG, set the values for this object.
    4. Whereever this object is sued, the system will check for authorizations.
    Ravi Thothadri

Maybe you are looking for