Extract InfoObject data, Text and attributes

Hi guys,
I have a need to extract InfoObjects data for 3rd-party use
I mean the whole snow flakes schema including the 'P' table and all accompanied 'T' tables,
I can do it with database view through SE11, but it is a lot of "dirty" job.
I also know that I can export infoobect data through openhub but it gives me either text or attributes only, I cannot combine them.
Does anyone have an idea on how to accomplish that?
Regards
Shlomi

Hi Sven and Vikram
As I wrote in my first post,
I know that I can create a view in SE11 but my problem was that it is a long process as I have over 30 tables and that's only to 1 Infoobject, I will need to do the same to many Infoobjects.
I was looking for a faster way.
Maybe there is already database view that is created automatically or there is another way without having to analyze all tables and join them manually.
Regards
Shlomi

Similar Messages

  • Master Data Text and Attributes

    Guys,
               I read some posts on sdn regarding differences between master data texts and attributes and now I am a little confused.  I thought attributes define a char.  then what does text do?  Does it not define or describe the char as well?  If both are doing the same thing then why do we need both ?  I am not sure if my understanding is correct.  Please help me.
    Thanks,
    RG

    Hi Ram,
    To understand in a better way little bit of R/3 work would have been helpful.
    In R/3 Every entity has master data maintained like customer, material, plant etc.
    If you would see a customer in R/3 you can see it has lots of information..like address,telephone number,street company name, etc.
    And along with it we have customer name...i.e. description..(text)
    Now in R/3...text tables are generally maintained separately then master data tables...it can be together as well.
    Something like for you Ram Goswami is descrption(text) for the user ID XXXXXXX in SDN.
    Email ID and company name is the master data stored here for him.
    BW has used the same modelling concept to keep the text table separate from the msater data table.
    It creates to separate data target for master data and text so that two seperate tables can be maintained in BW and you have to load the data in both to see the master as well as text.
    Since we have separate master data table and text table in R/3 therefore we have separate data sources as well based on them.
    You would like to have you master data table exactly as the master data table of R/3 so you will add attributes in the infoobject 0customer and it will create a P table for 0customer...keep adding attributes to make the columns in the table and to make the exact copy of R/3 table i.e. to bring all the information from R/3 about customer master you add attributes in the 0customer.The data soiurce based on this table in R/3 will contain the fields from the table.
    Now you do the mappings with fields between infoobject and data source and load the data ...so master data is loaded.
    For text...once you check the text option in infoobject..SAP creates a new table Tcustomer in the background..
    Now you have to do the mappings for this as well through the data source based on the text table in R/3.
    In some cases the master data table contains text as well and in that case you use the same data source based on this table to create two separate update rules one for master data object and another one for text object and do the mappings accordingly.
    In this case you schedule the load to both the target at the same time and data gets loaded.
    but for different data sources you will have to schedule the load separately.
    Once data loaded for this...now you can use it in the report and see the text as well as master data attributes in the reports and there values.
    I hope that was more then enough
    Thanks
    Ajeet

  • Can't get master data text and attributes

    Hi,
    I have a BEx query report which is reading data from a virtual infocube in BI7.0 environment. In this query report I need to display the company code and also its long text and 3 of the company code master data's attributes.
    My company code master data has been loaded and its data activated. However when I ran this BEx query report, I could not see the long text and 3 of the company code master data's attributes.
    I know this is not a problem for a basic infocube but will this query report able to do the same when reading data straight from a virtual infocube?
    Please let me know.

    Hi
    I had tried all sorts - attribute change run and manually activating the master data.  Still doesnt work.
    Anthony

  • Master data text and ods

    can i load the master data text and ods parallely?

    Hi Abby,
    If your ODS contains a characteristic value of an infoobject and you want to load master data (texts and attributes) of this IO, you'd better load master data first (not in parallel), then transaction data.
    You can do it in a process chain.
    Such a sequence will prevent the possible ODS activation failure.
    Best regards,
    Eugene

  • Open hub destination of text and attribute for Functional Area

    Hi Expert
    I have a requirement to accommodate both attribute ( 0FUNCT_LOC_ATTR)  and text ( 0FUNCT_LOC_TEXT ) for functional area in open hub destination .For this a DSO has been created from both 0FUNCT_LOC_ATTR, 0FUNCT_LOC_TEXT data sources .Problem is that DSO has 0FUNCT_AREA ( Functional Area ) as only key fields . So text for both english ( EN ) and Dutch ( NL) for particular 0FUNCT_AREA not getting loaded .If we assign both 0LANGU and 0FUNCT_AREA as composite key of dso , data from attribute transformation is loaded as blank as there is no language filed in attribute data source ( 0FUNCT_LOC_ATTR ).   Please let me know how can I design to accommodate both text for different language and functional area for open hub destination  .
    I know that I can create separate open hub destination for master data TEXT and Attribute.
    Any help is highly appreciated.
    Regards
    Saikat

    HI Saikat,
    You can create an additional characteristics counter and make it a key field in the DSO.After that we can populate this characteristics in the end routine .It value would increase by 1 everytime  different text comes for the same functional area.
    Sample code
    data: counter type n,
             w_farea type /bio/oifunc_area.
    Sort result_package by func_area.
    count =0.
    *checking whether we have the same functional area or we have a different functional area.
    Loop at result_package assigning <Result_fields>.
    if w_farea is initial or w_farea = <result_fields>-func_area.
    count = count +1.
    else
    count =1.
    endif.
    w_farea= <result_fields>-func_area.
    <Result_fields>-zcount = count.
    ENDLOOP.
    Clear w_farea.
    This way the value of counter would get increased by one everytime a new text comes for the same functional area.We can have any number of texts for the same functional area by this method.
    The only issue would be when some delta update comes for the existing text in this method.If you are doing a full load to the DSO from the datasource, then there would be no issue with this method.

  • Load Text and Attribute using same DataSource

    Hi,
    Is it possible to load text and attributes using same datasource? If yes than how can this be done?
    Thank you,
    CD

    Yes you are right in that case it will be an attribute , and in the report show it as display attribute. If you want to apply the text at Infoobject level,
    (1) In the change mode of Iinfoobject , check both with Master data and Text boxes , in the Master data /text tab
    (2) Make Flexible or direct update
    (3) Create 2 Infopackages one loading from ATTR data source and the other from TEXT data source respectively.
    hope it helps,

  • Error message uploading 0material text and attributes.

    Dear all,
    i have received an error message when uploading 0material text and attributes.
    Error message is as follows:
    RSDMD 194
    Data record 512 & with the key '000000000000000081T &' is invalid in
    value '000000000000000081 &' of the attribute/characteristic 0MATERIAL
    The system has recognized that the value mentioned above is invalid, and
    has processed this general error message. A subsequent message may give
    you more information on the error. This message refers to the same
    value, even though it does not state this explicitly.
    any help?
    thanks

    Hi john mcquade,
    Your error message says it all!
    You have your 0material with wrong info to be loaded, check your PSA the records with error (should begin in record 512) and see what is inserted as 0material (probably you're missing some zeros before the number).
    You could compare that record with another one (less than the record 512) to see an example of a material that has the right input and this one that exists here with errors.
    Diogo.

  • Abt master data activation and attribute change run

    There is any difference between master data activation and attribute change run

    Hi,
    Master data activation is activating the master data once you extract the data from source system the data will be in inactive state, so in order to make the data available we will activate the master data.
    Attribute change run :Its used to update the newly changed master data records to the Hierachies and aggregates.
    If you are already using the available master data in aggregates in InfoCubes, you cannot activate the master data individually. In this case we will use attribute change run.
    For attribute change run we have direct tcode: RSATTR or  In the main menu, choose the path Tools Hierarchy/Attribute Change.
    regards
    KP

  • Maintaining attributes, data source and attribute list in web UI

    Hi
    Can we maintain attributes, data source and attribute list in web UI level. We can do it  in SAP GUI level but do we have the option of doing it on web  UI level??
    Regards
    Aakshi

    HI
    data sources and Attribute lists need to be maintained in GUI but these can further be used for Segmentation in Web UI using the Graphical Modeler.
    hey main thing is that when we design all the things our out put is reflected in both interface & most important thing is that 90% of our customization done in gui.only web_ui related customization done in web_ui.
    for more details revert me back
    debi prasad

  • Maintaining attributes, data source and attribute list in web UI level.

    Hi
    Can we maintain attributes, data source and attribute list in web UI level. We can do it  in SAP GUI level but do we have the option of doing it on web  UI level??
    Regards
    Aakshi

    Hi Aakshi,
    As far as I know,data sources and Attribute lists need to be maintained in GUI but these can further be used for Segmentation in Web UI using the Graphical Modeler.
    If you need more assistance please do revert.
    Regards
    Varun Taneja

  • Data source and attribute list transport

    Hello gurus!
    How can we transport data source and attribute list to another system?
    In IMG system writes "Transport is not required".
    Best regards,
    Artur Litvinov.

    Hi Artur
    Attribute sets can be transfered thorugh RFC connection. Create the RFC of the source system in target system, then import the Attribute sets using the option "Transfer of Attribute Sets from Other System " tcode CRMD_MKT_TOOLS - Expert Tools.
    Hope this will help 
    Rgds
    Mallikarjun

  • How to preserve encoded characters at text and attributes node?

    <greeting>hello, <World> </greeting>
    When I run a SAX parser, it automatically decodes the characters
    and make the document ill-formed after the round trip.
    <greeting>hello, <world> </greeting> --- ERROR
    Q: How do I preserve those special characters at text node and attribute nodes?
    Thanks

    Thanks for you guys' help.
    It's great to get a real-time help from this online community.
    Yue,
    What I attempted to do was
    0. I have 6G <database> document having 1.4 M <entry>s.
    1. Read one <entry> at a time using SAX
    2. Save each <entry> to a buffer
    3. Pass the buffer to a Unmarshaller ( JAXB ) and create a JavaObject
    Repeat above moving to next <entry> until reaches to the end.
    At step 1, unescape happens
    becomes >< becomes <
    and & &
    making my doc malformed (which is legal) :(
    At step 2, I did the following to perserve <, >, and &
    str = str.replaceAll( ">", "&gt;");
    str = str.replaceAll( "<", "&lt;");
    str = str.replaceAll( "&", "&amp;");At step 3, JAXB is now happy to get a healthy XML input
    <greeting>hello, <World></greeting>
    It turned out to be nobody's fault but myself.
    It was a good lesson, though.
    Thanks, buddies

  • Master data maintenance and attributes for GTIN/EAN

    A review of the SAP documentation indicates that  "You can use the consistency report to change the attributes (for example, quantity, length, height, and so on) of certain materials". The "and so on" seems to imply that the attributes can be user defined. If this correct, where is this data kept? Or do the attributes only include the fields from the Basic data 1 Dimensions/EAN data and Plant Data storage General data?
    I would expect we can use LSWM to mass update the GTIN for our existing material numbers. However, for new material master creation is there a function module that would be able to pull the next available GTIN number from the internal number range? Please note that we use LSWM to create all our material numbers. We would like to have the LSWM insert the next available GTIN number.
    Thank you for your response
    Brian

    Hi
    I had tried all sorts - attribute change run and manually activating the master data.  Still doesnt work.
    Anthony

  • Text and Attributes

    Hi.
    I've got a JTextPane and its formatted Document (with plain, bold or underlined words). Now I want to save this Document in someways, letting every word keep its own style.
    Can I save it in .doc format or .htm format????
    if I try to save it with PrintWriter out.println(); I lose all the attributes.
    or is there a method like this: Document.getText(0, 5).getStyle(), so I know what style is associated to that segment????
    thank you

    Hi.
    I've got a JTextPane and its formatted Document (with plain, bold or underlined words). Now I want to save this Document in someways, letting every word keep its own style.
    Can I save it in .doc format or .htm format????
    if I try to save it with PrintWriter out.println(); I lose all the attributes.
    or is there a method like this: Document.getText(0, 5).getStyle(), so I know what style is associated to that segment????
    thank you

  • Difference between text data and attributes in master data?

    Hello,
    a charcteristic in BW maintains texts, hierarchies and attributes.
    What exactly is the difference between texts and attributes?
    Attributes describe master data like a customer. The country where the customer resides, the industry etc. describe and classify the customer. Attributes are not just the structure/metadata of the characteristics. They are also the content. The following table should visualize what i mean:
    customer-no. | name
    112          | mcpherson inc.
    113          | donalds inc.
    Texts contain contain the description of a characteristic. Texts define a characteristic. An example is the customers name. It does not describe the customer but defines him/her.
    Is my understanding about these two parts of master data right?
    What else except the customer's name belongs to the texts?
    If I set up a characteristic like the customer in SAP BW, do I have to create an attribute "name". The name belongs to texts, not to attributes?? If I upload master data then, how does it work?
    Thanks in advance.

    Hi,
    If your analysis includes country and region then country  and region should be included in the Infocube.This is required because only if you include these characteristics then you can restrict your queries for country and region.You may need to select some particular countires/region and show the report.Then you have to restrict your queries to only those countries/region.This is possible only if you have these  characteristic in your infocube.
    I am just envisaging your model like this.
    Characteristic in the Infocube
    Customer
    Country
    Region
    Customer Attributes
    Customer Number (SID which is self generated)
    Customer Address1,2 ,3
    Registration No
    Date of Registration
    Deposit Amount
    etc ...
    Region Attributes
    Region Number (SID)
    Total Customers
    Sale Office Address
    Number of Sales Persons
    Customer Attributes
    Customer Number (SID)
    Total Customers
    Head Office Address
    Number of Sales Persons
    GDP
    Total Population
    So the conclusion is whichever entity you want to restrict or analyse should be a part of Infocube.It is very difficult to do analysis based on attributes as I mentioned in my earlier post that they are only "Display attributes" (u can just show that's it).
    Yes!! there are  methods available for analysis based on characteristics in attributes table and you have to do either with virtual characteristic or replacement path or with writing code in customer exits.But a good design and earlier study of all possible report combination and having a good design will avoid good amount of development time and changes.
    I have suffered  when I had only 0CALDAY in my cube and when I want to take a monthly analysis, I was unable to do it and then I have to redesign my whole cube.
    Please anyone, correct me if I am wrong.
    Regs
    Gopi.

Maybe you are looking for

  • Disk Utility - Verify Disk Permissions / Repair

    I run Disk Utility > Verify Disk Permissions with this rsult: Verify permissions for "Macintosh HD" Permissions differ on "usr/share/derby", should be drwxr-xr-x , they are lrwxr-xr-x . The following repair was successful. A few minutes later I run V

  • How do I expand a ActiveDirectorySubnetCollection so I can view all elements and export to a CSV file?

    Hello, In the following, I list SiteName, Location, Subnets, and Severs, however I don't see all the servers or the subnets, presumably because Subnets are an ActiveDirectorySubnetColletion and Servers are a ReadOnlyDirectoryServerCollection.  So I w

  • Qosmio X500-128, taking forever to boot also Toshiba service station error

    Hi My toshiba qosmio x500-128 is taking forever to boot up these days, iver rolled back the system using system restore, ive stopped any unessential startup services that i know are not req at startup but the system still takes forever to boot, ive a

  • Embeded html editor

    Hello there: In my project I wanted to add rich text support for the editor thus I used DefaultStyledDocument. It works fine, as it supports Bold/Italic/underline, foreground/background, etc, and I can save the data as the binary files. However, I wa

  • Getting an error when trying to restore iPod Touch 2g

    When I'm trying to restore my iPod touch 2g, I keep getting the following error: An error occured while restoring this iPod (-402620415). I called support but my phone support warranty has run out and I don't want to pay $30 to have this problem look