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,

Similar Messages

  • Load Text and Transaction from same DataSource

    Hi,
    I have a datasource i generated using DB COnnect.
    In that datasource i have (among others) the Fields employee id and employee name.
    I would like to use that datasource to load employee name as the text of my Zemployee infoobject i created.
    Is it possible, or a new datasource is a must here?
    Regards,
    Gili

    Hi Gilad,
    This will be possible if you enable your char as an InfoProvider and allow flexible update. Then you can create update rules from this transactional data InfoSource to your InfoObject. We are using this in more than one scenario.
    Hope this helps...

  • 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.

  • 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

  • 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.

  • Is it possible to extract the text and images using PHP

    Hi friends,
    Is it possible to extract the text and images using PHP, in the same order as it is in the PDF?
    Else is it possible extract the same as XML using PHP, or ASP
    I googled it but its in vain, any help is appreciated.
    Thanks in advance.

    Dear Mike,
    Thanks for your quick reply,
    I mean is it possible to parse the PDF line by line using the PHP.
    I extracted the whole text but couldn't the images. Since the PDF's images are decoded using various methods like DCTDecode, JPXDecode, etc.
    The text is decoded with FlateDecode, which i breaked using a function in PHP.
    Thanks,

  • My brother ipad was linked with old apple id and he forgot his id and never use same email.the problem now his mini ipad ask him for this id to open (activate ipad) what we can do ?

    my brother ipad was linked with old apple id and he forgot his id and never use same email.the problem now his mini ipad ask him for this id to open (activate ipad) what we can do ?

    He remember the id name and password but he can't enter we don't now if the password is wrong or the id was  lock . I have the all thing for the ipad such as his box . I now this is security thing but you could help me.

  • I have home videos in iCloud.  How do I view them on iPad?  Tech said to load iTunes and view using that but there is no itunes for ipad.

    I have home videos in iCloud.  How do I view them on iPad?  Tech said to load iTunes and view using that but there is no itunes for ipad.

    You can download a complete iPad 2 User Guide here: http://manuals.info.apple.com/en/ipad_user_guide.pdf
    Also, Good Instructions http://www.tcgeeks.com/how-to-use-ipad-2/
     Cheers, Tom

  • List of SQL tables and attributes used in SSRS reports

    Hi,
    I have around 450-500 reports deployed in SSRS reporting server.
    All these reports are built on SQL from multiple databases, and these databases are having unnecessary tables and attributes.
    My requirement is to clean the unused tables and attributes from the databases. For this, I need the list of SQL tables and attributes used in these 450-500 SSRS reports.
    Is there any way to get this data?
    Regards,
    RK

    Hi RK,
    According to your description, you want to get a list of the tables and attributes used in all reports.
    In your scenario, you can query the ReportServer.dbo.Catalog table to get Report name, data source name, dataset name, and query used in the dataset with query below:
    WITH XMLNAMESPACES ( DEFAULT 'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition', 'http://schemas.microsoft.com/SQLServer/reporting/reportdesigner' AS rd )
    SELECT ReportName = name
    ,DataSetName = x.value('(@Name)[1]', 'VARCHAR(250)')
    ,DataSourceName = x.value('(Query/DataSourceName)[1]','VARCHAR(250)')
    ,CommandText = x.value('(Query/CommandText)[1]','VARCHAR(250)')
    ,Fields = df.value('(@Name)[1]','VARCHAR(250)')
    ,DataField = df.value('(DataField)[1]','VARCHAR(250)')
    ,DataType = df.value('(rd:TypeName)[1]','VARCHAR(250)')
    --,ConnectionString = x.value('(ConnectionProperties/ConnectString)[1]','VARCHAR(250)')
    FROM ( SELECT C.Name,CONVERT(XML,CONVERT(VARBINARY(MAX),C.Content)) AS reportXML
    FROM ReportServer.dbo.Catalog C
    WHERE C.Content is not null
    AND C.Type = 2
    ) a
    CROSS APPLY reportXML.nodes('/Report/DataSets/DataSet') r ( x )
    CROSS APPLY x.nodes('Fields/Field') f(df)
    ORDER BY name
    For more information, please refer to this similar thread:
    Extract metadata from report server database
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Problem while loading texts and authorization objects file in RAR

    Hi all,
           i am getting internet explorer error while loading the texts and authorization objects text files in RAR .actually we uploaded rule file before this,does this step causes any error ?if so how to resolve this error.do i need to remove all rules/risks and then load text and authorization files? is there any shortcut to renove all risks generated in one shot? please reply me soon to resolve this.
    Thanks,
    Joseph.

    Hi Joseph,
    Please make sure to convert both the files in UTF-8 encoding format and then try to upload the files again. This should resolve the issue and if not then please paste the logs here.
    Regards
    Harleen

  • Have old MacBook Pro running tiger 10.4 want to save date to external hard drive and buy newer MacBook and still use same drive. Any suggestions, most  WD drives say nothing about os tiger 10.4.

    Have old MacBook Pro running tiger 10.4 want to save date to external hard drive and buy newer MacBook and still use same drive. Any suggestions, most  WD drives say nothing about os tiger 10.4. The OS compatibility  is much newer on the data.  Totally confused. Not a computer person.

    I haven't checked reviews recently but there's a difference between bare drives and drives with enclosures.  Western Digital made some of the most reliable drives last time I checked, though the enclosures weren't all that great.  It is convenient to get both in one package but I usually buy a highly rated enclosure and then put a highly rated drive in it myself.  OWC sells some good enclosures but if they put a so-so drive inside of it then the package is only as good as its weakest component.  If you get a package from them, ask them what drive is inside (some vendors have no idea what's inside  -  went to an Apple Store recently and they couldn't tell me what was inside some of their Apple brand enclosures).  My first thought if buying a new drive would be to buy a OWC enclosure with a WD drive, but chek around because I may be out of date.
    10 years ago Seagate was one of the best drives. Now they rate poorly in reviews.

  • I am having problems with my droid incredible 2 loading texts and so I thought maybe I had too many saved, I tried to delete some of them and it wont seem to delete either?

    I am having problems with my droid incredible 2 loading texts and so I thought maybe I had too many saved, I tried to delete some of them and it wont seem to delete either?

    Did you pull the battery?

  • 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

  • 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

  • Problems loading text to xib using plist in tableview's selected cell

    I am developing an app that starts with a grouped tableview cell.  Each cell has an image, text, and description from a plist.  When a cell is chosen a xib is loaded by a view controller in the plist.  I want to load into the xib some text, an image, and a sound file that is in the plist (dict for that cell).  This way I don't have to have lots of view controllers and xibs.  I have been able to load the xib using this method but I can't get the images and text to load.  I have been able to do it when I don't have a grouped table view but when I add the grouping in the plist the connection is lost.  below is my code.  Could someone look at it and tell me where I've gone wrong, how to correct it, or another way to do what I want to do?
    I know I am not calling the right array and then dictionary but I don't know how to correct this.  Help please.
    //  RootViewController.h
    //  TableViewPush
    #import <UIKit/UIKit.h>
    @interface RootViewController :  UITableViewController <UITableViewDelegate, UITableViewDataSource>  {
    NSArray *tableDataSm;
    @property (nonatomic, retain) NSArray *tableDataSm;
    @end
    //  RootViewController.m
    //  TableViewPush
    #import "RootViewController.h"
    #import "Location One.h"
    #import "HowToUseViewController.h"
    #import "TableViewPushAppDelegate.h"
    @implementation RootViewController
    @synthesize tableDataSm;
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
        const NSDictionary *const row = [self rowForIndexPath:indexPath];
        NSString *wantedClassName = [row objectForKey:@"controller"];
        UIViewController *const vc = [[NSClassFromString (wantedClassName) alloc] init];
        NSLog(@"controller is -%@-", wantedClassName);
        [self.navigationController pushViewController:vc animated:YES];
        TableViewPushAppDelegate *appDelegate = ( TableViewPushAppDelegate *)[[UIApplication sharedApplication]delegate];
        appDelegate.myImage = [[NSString alloc]initWithFormat:@"%@",[[tableDataSm objectAtIndex:indexPath.row]objectForKey:@"picture"]];
    NSLog(@"%@", appDelegate.myImage);
    appDelegate.textView = [[NSString alloc]initWithFormat:@"%@",[[tableDataSm objectAtIndex:indexPath.row]objectForKey:@"description"]];
        [vc release];
    //  TableViewPushAppDelegate.h
    //  TableViewPush
    #import <UIKit/UIKit.h>
    @class RootViewController, HowToUseViewController;
    @interface TableViewPushAppDelegate : UIViewController <UIApplicationDelegate>  {
        NSString *myImage;
        NSString *textView;
        UIWindow *window;
        UINavigationController *navigationController;
        HowToUseViewController *howToUseViewController;
    @property (nonatomic, retain) IBOutlet UIWindow *window;
    @property (nonatomic, retain) IBOutlet RootViewController *viewController;
    @property (nonatomic, retain) IBOutlet UINavigationController *navigationController;
    @property(retain,nonatomic)NSString *myImage;
    @property(retain,nonatomic)NSString *textView;
    @end
    //  TableViewPushAppDelegate.m
    //  TableViewPush
    #import "TableViewPushAppDelegate.h"
    #import "RootViewController.h"
    @implementation TableViewPushAppDelegate
    @synthesize window;
    @synthesize navigationController;
    @synthesize viewController;
    @synthesize myImage;
    @synthesize textView;
    //  Location One.h
    //  TableViewPush
    #import <UIKit/UIKit.h>
    #import "RootViewController.h"
    @interface   Location_One: UIViewController  {
        IBOutlet UIImageView *imageOne;
    IBOutlet UITextView  *textViewTwo;
    @property (nonatomic, retain) UITextView *textViewTwo;
    @property (nonatomic, retain) UIImageView *imageOne;
    @end
    //  Location One.m
    //  TableViewPush
    #import "Location One.h"
    #import "TableViewPushAppDelegate.h"
    @implementation Location_One
    @synthesize textViewTwo;
    @synthesize imageOne;
    -(id) init{
        if((self = [super initWithNibName:@"Location One" bundle:nil])){
        return self;
    - (void)viewDidLoad {
           NSLog(@"InView did load");
    [super viewDidLoad];
        TableViewPushAppDelegate *appDelegate = (TableViewPushAppDelegate *)[[UIApplication sharedApplication]delegate];
    textViewTwo.text = [[NSString alloc] initWithFormat:@"%@", appDelegate.textView];
    NSString *path = [[NSString alloc]initWithFormat:@"%@",appDelegate.myImage];
    UIImage *img = [UIImage imageNamed:path];
        [imageOne setImage:img];
    plist 
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <array>
         <dict>
              <key>header</key>
              <string>85710</string>
              <key>rows</key>
              <array>
                   <dict>
                        <key>text</key>
                        <string>52 Glass Illusions Studio</string>
                        <key>detailText</key>
                        <string>150 S Camino Seco, #119</string>
                        <key>image</key>
                        <string>VisualFEight.png</string>
                        <key>controller</key>
                        <string>Location_One</string>
                        <key>picture</key>
                        <string>VisualOne.png</string>
                        <key>audio</key>
                        <string>AudioOne.mp3</string>
                        <key>description</key>
                        <string>TextOne</string>
                   </dict>

    I think you problem lies in this part.
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath*)indexPath {
        const NSDictionary *const row = [self rowForIndexPath:indexPath];
        NSString *wantedClassName = [row objectForKey:@"controller"];
        UIViewController *const vc = [[NSClassFromString (wantedClassName) alloc] init];
        NSLog(@"controller is -%@-", wantedClassName);
        [self.navigationController pushViewController:vc animated:YES];
        TableViewPushAppDelegate *appDelegate = ( TableViewPushAppDelegate *)[[UIApplication sharedApplication]delegate];
        appDelegate.myImage = [[NSString alloc]initWithFormat:@"%@",[[tableDataSmobjectAtIndex:indexPath.row]objectForKey:@"picture"]];
    NSLog(@"%@", appDelegate.myImage);
    appDelegate.textView = [[NSString alloc]initWithFormat:@"%@",[[tableDataSm objectAtIndex:indexPath.row]objectForKey:@"description"]];
        [vc release];
    specifically the underlined part.  does this need modifying or completely rewritten.

Maybe you are looking for

  • If I reinstall Itunes will it delete all of my playlists, genres, etc?

    Help, First time IPod owner who loaded 1,800 songs most of which had bad info (ie: wrong genre, artist showing as title, etc.) I've spent hours making changes in ITunes trying to get them right. I am having troubles connecting my IPod to ITunes and t

  • 32-bit Oracle UEK kernel in Oracle Linux 6.1

    According to the release notes for Oracle Linux 6 update 1 at http://oss.oracle.com/ol6/docs/RELEASE-NOTES-U1-en the Oracle UEK kernel is also available in a 32-bit version. It seems some previous documentation needs updating, e.g. Oracle Linux FAQ h

  • Defective mp3 - horrible cust serv

    I wish i had read some of the horror stories with sony customer service BEFORE I purchased something from them! I purchased an MP3 player as a present in the beginning of december. When opened it was non functioning and I went to the web site and ope

  • XI and Soap with attachments

    We have a Http -> XI(3.0)-> Webservice scenario, where the webservice returns a SOAP response with one or more zip file as attachments. Any information on configuring SOAP adapter to receive the multiple attachments and pass it to outbound http inter

  • FEP Reports not reporting properly and report requirement

    FEP 2010 running on SCCM 2007 couple of issues: 1)  When I run a report say computer list report I see a disconnect between the data shown in the report and information I'm seeing elsewhere in FEP.  Example, in the report it indicates Server A has de