Open Hub: Using Infoset as the source.

I found SAP documentation indicating that an INFOSET can be used as a source to a OPEN HUB. See  below.
Structure
The open hub destination contains all the information about a data target: the type of destination, the name of the flat file or database table and its properties, and the field list and its properties.
BI objects such as InfoCubes, DataStore objects, InfoObjects (attributes or texts), and InfoSets can function as open hub data sources. Note that DataSources may not be used as the source.
My question is When creating the Open Hub Destination in the Template section; What Object Type do I select for an INFOSET? I do not see an INFOSET as a choice.
We are BI 7.0 NewtWeaver 2004s.
Thanks for your assistance and expertise.
Den

Sure,
this is available for over 3 years, now.
Best,
Tobias

Similar Messages

  • Open Hub Using Multi Provider as Source

    I want to use MultiProvider as source for Open Hub. Can anyone tell me the steps for this and is it really possible.
    Thanks & regards
    Manoj Damle

    hello,
    BI objects such as InfoCubes, DataStore objects, or InfoObjects (attributes or texts) can function as open hub data sources.It is because they physically store data.
    BUt multiprovider,infoset do not hold any data,hence not posible to define them as open hub datasources.
    refer open hub details at:
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/79f902dfb06fc9e10000000a1553f6/frameset.htm
    Reg,
    Dhanya

  • Adobe reader will not open pdf files I have saved as, or, export as pdf to my desktop (latest Maverick). The same file does open when I am on the source website (i.e. user manuals etc.). Why?

    Adobe reader will not open pdf files I have saved as, or, export as pdf to my desktop (latest Maverick). The same file does open when I am on the source website (i.e. user manuals etc.). Why?

    iMac G4, Mac OS X (10.4.9)
    Make sure you have the latest Adobe Reader installed for your OS.
    http://www.adobe.com/support/downloads/product.jsp?platform=macintosh&product=10
    Did you try using Preview. If you control click on the PDF on your desktop you can use the "open with" option.

  • Open hub destination to download the output file into R/3

    Hi Guys,
                 I have a requirement where i need to down load the data from my BW cube to R/3.For this i am using Open hub destination.
    While creating the open hub destination we have option called RFC Destination(in that i have selected destination as my R/3 system).When i execute my DTP it is saying the load is successful and it is showing the no.of records transfered.
    But i am not able to find where this data is getting transfered From BW cube to R/3 system using open hub.

    Hi Friends,
    I have one Query on WDJ. Here I have two requirements.
    I have done click on u201CExport Excelu201D Button that data was download into Excel file Now my requirement is click on Save Button that file will save into (/exchange/CED) this path of R/3 System.
    CED -
    >is R/3 System ID
    Under System id we can save this file.
    Here EP Server and R/3 Servers in Diff Systems.
    I was write codeing
    InputStream text =      null;
         int temp = 0;
         try
         File file =      new File(wdContext.currentContextElement().getResource().getResourceName().toString());
    //       String File = "abc.xls";
    //       String file = "anat" + ".xls";
         wdComponentAPI.getMessageManager().reportSuccess("File::"+file);
         FileOutputStream op =      new FileOutputStream(file);
    //       FileOutputStream op = new FileOutputStream("D://usr//sap//BPE//"+file);
    //       FileOutputStream op = new FileOutputStream("D://KumarDev-BackUp//"+file);
         wdComponentAPI.getMessageManager().reportSuccess("op::"+op);
         if (wdContext.currentContextElement().getResource()!= null)
         text = wdContext.currentContextElement().getResource().read(false);
         while((temp=text.read())!= -1)
         op.write(temp);
         op.flush();
         op.close();
    //        path = file.getAbsolutePath();
         path =      "/exchange/CED/"+file;
         wdComponentAPI.getMessageManager().reportSuccess("path:"+path);
         catch(Exception ex)
              wdComponentAPI.getMessageManager().reportSuccess("ex.printStackTrace()");
    My Req is that file will saved in this path (path =      "/exchange/CED/"+file; )
    Regards
    Vijay Kalluri

  • Using InfoSets as Data Source for segmentation

    Hi Experts,
    I'd like to use my own InfoSet as Data Source for segmentation.
    The goal is, for example:
    Select all BPs who have Leads (Just simple one to describe my question).
    So I've created new InfoSet which joined tables:
      CRMD_ORDERADM_H
      CRMD_LINK
      CRMD_PARTNER.
    The question is how should I restrict the InfoSet to use only object type "CRM Lead" (CRMD_ORDERADM_H = 'BUS2000108') and partner function "Activity partner" (CRMD_PARTNER-PARTNER_FCT = '00000009')?
    I've managed to do this by small addtitional coding in Record Processing in the InfoSet as:
    CHECK crnd_orderadm_h-object_type EQ 'BUS2000108'
      AND crmd_partner-partner_fct EQ '00000009'.
    But it seems that it's not the best way (and no the best practise's one) because all records from the joining are processed and for each of the record this conditions are checked.
    It'd be better, I think, to put this conditions as selection options. But it doesn't work (or I didn't do it properly). What I've done is: I've made them as selection criterions in my InfoSet and put default values for them. But segment builder didn't use them (default values) as I can see.
    Appreciated for your any advices.

    Hi Monica,
         Ofcourse query will be written by BW consultants but the requirement should be passed on by Business. CRM Functional Consultant responsibility is to understand the Business requirement and should guide BW consultants. Also make sure that BW system is in the CRM landscape for such requirement.
    regards
    KK

  • How to send  Million records using  Open hub using  into my own file server

    hi
    i am using OPEN HUB process to send  6 miilion record to my own network server. is there any limitaiton how i need to go about that? my process is failing when i execute DTP openhub. i am abel to send few records to sap aplication server.
    did any body send  more than million records to aplication server out side SAP ? how to achieve this. pelase help me out..
    i am trying to send ods records into file server

    I'm glad you solved your problem.
    Generally it is nice to post how you solved your problem so that when others have a similar problem and search the archives, they can see your solution.
    Thanks

  • URL Variables used to set the source property for the VIDEO COMP.

    Can you take a url variable and have that variable be the value for the source parameter of the video playback component in flash CS4 or CS5?
    Example:
    the url with url variable:   http://www.mydomain.com/videos/videoplayer.cfm?vplayer=videofile1
    the actionscript 3.0
    var videoFile:String = [who do I get the url variable's value here?]
    myVideoPlayer.source = videoFile +".mp4"
    in the end the file that should be playing in the video player is:   videofile1.mp4
    Thanks.

    Either
    A) Using ExternalInterface, call a Javascript function that returns window.location.search
    B) Use Javascript to create FlashVars from window.location.search

  • Using HANA as the source

    Hello,
    We have a scenario which we would like to use SAP HANA as the source system.
    will delta mechanism (change log via db trigger) work?
    Thanks,
    Ky Can

    Sure,
    this is available for over 3 years, now.
    Best,
    Tobias

  • Clone of auxillary database using rman with the source database unavailable

    Hi,
    Is it possible to clone a database with just the source database's backup pieces. The source database is currently unavailable. The source database backup was taken through rman - nocatalog mode. We have been provided the backup pieces. Any clues on how to go about it?

    NAME TYPE VALUE
    db_file_name_convert string /u34/oracle/data/FRD9, +DG_OAP
    PST1/OAPPST1/DATAFILE, /u34a/o
    racle/data/FRD9, +DG_OAPPST1/O
    APPST1/DATAFILE, /u35/oracle/d
    ata/FRD9, +DG_OAPPST1/OAPPST1/
    DATAFILE, /u36/oracle/data/FRD
    9, +DG_OAPPST1/OAPPST1/DATAFIL
    E, /u37/oracle/data/FRD9, +DG_
    OAPPST1/OAPPST1/DATAFILE, /u38
    /oracle/data/FRD9, +DG_OAPPST1
    /OAPPST1/DATAFILE, /u39/oracle
    NAME TYPE VALUE
    /data/FRD9, +DG_OAPPST1/OAPPST
    1/DATAFILE, /u40/oracle/data/F
    RD9, +DG_OAPPST1/OAPPST1/DATAF
    ILE
    log_file_name_convert string /u32/oracle/data/FRD9, +DG_
    OAPPST1_AUX1/OAPPST1/ONLINELOG
    SQL>

  • How do I create envelopes in Pages using Numbers as the source?

    I've done this successfully before back in 2011 when I was sending out Holiday Cards.  Now I go in there today looking to use the same envelope template and an updated (not everybody lives in the same location) Numbers spreadsheet and I keep getting..."Please select a numbers document that has one or more named header columns and one or more rows of data".  The numbers file has 6 header columns (FN, LN, Address, City, State & Zip) and 77 rows of data.  I've tried to recreate the file under a different name, I've deleted and reinserted the header columns, etc and nothing has worked.  I'm now at the point where I'm toying with the idea of pulling the plug on the Holiday Card all together unless somebody could save the day.  PS...their is a holiday card in it for you
    Please help..

    Fair enough...it sounds like the Holiday cards will be put on pause until 2014. 
    On a different note, I'm noticing all sorts of issues with the OS...are you finding that Mavericks is less stable than prior versions of the OS?  The entire reason I went away from Windows based PC's was because of the instability of the OS and now I'm finding that the stability of the Apple OS is starting to follow the same path. 
    Thoughts?

  • I can open PDFs using Foxit in the browser, but not Power Points...why is that?

    I did the plugin checker off of the Firefox website, and it says that it is an unknown plug in. Please help, I need to read my lecture slides

    The '''Office Authorization plug-in for NPAPI browsers ''' ''(which you do have installed for Firefox)'' and the Office program is what would be used for displaying a Power Point presentation in Firefox. I don't use Office and can't help you with specific instructions, but there should be a preference in the Office program under something like Tools > Options > Internet > Browser Plugins that needs to be set to have it '''display in browser'''.

  • How to delete data from Open Hub DB table when the DTP is inactive..

    Hi Gurus,
    I am transporting some 2LIS extractors to QA with some enhancements.
    The data goes to an OHD ( third party ) pulled by a process outside SAP enabled by a BAPI.
    Now , By mistake , I imported the OHDs with still some old left in the DB table of OHD ( /bic/oh<>)
    It's not allowing to me do manual activation and also DTP is inactive ( cannot do a delta DTP and make no of records zero )
    I want to delete the data in the OHD DB tables ..any clues....
    Thanks,
    Chetan

    Hi Chetan,
    The OHD table name is usually /BIC/OH<OHD-name> .  You can find it in the OHD definition.
    Go to transaction se14, give the table name and say edit.
    Select Delete Data and say Activate and adjust database.
    This will delete the entire contents of the OHD DB table.
    Regards,
    Uma Maheswari

  • Open hub destination with datasource as the source

    Hi,
    I am trying to use the new features of BI for open hub destination where you can use datasource as the source for extraction.
    I have created an infopackage, loaded data to PSA and from there to open hub destination via the DTP.
    When I try to execute the DTP, I get the following error:
    <b>Datapackage processing terminated.
    Error in substep
    You are not authorized to use this transformation.</b>
    I have been able to use the DTP to load open hub destination targets with datastore and infocubes as source.
    Also when we turn on the security trace, it doesn't fail anywhere.
    Has anybody faced a similar problem?
    Any help appreciated,
    Thanks,
    Payal.

    I have created to OHD - one for a 3.5 data source and one for a 7.0 data source (both are different data sources). While creating DTP for the 7.0 data source, it did create a default mapping for transformation.
    But I still get same error in both cases.
    When I create the DTP, it tries to create a transformation. But I get an information message :
    Exception CX_RS_MSG occurred (program: CL_RSBK_PATH==================CP, include: CL_RSBK_PATH==================CM00I, line: 16).
    I can still activate the DTP and when I run it says I don't have authorization to this transformation.
    I think there are issues while creating the transformation, but I don't know what!
    -Payal.

  • How to get rid of zeros for the data which has been extracted with open hub

    Hi all
    I am trying to extract data from the cube thru an open hub, but the data which i have extracted, for a cost center i am able to see '0's which is expected to be an empty space, even in cube there is an empty space.
    Can anyone suggest me quickly, points will be rewarded
    thanks
    preethi......

    In the transformation of the Open Hub,use BAPI....
    Create a target structure with all fields as type characters,move data from source structure to target structure in the BAPI using ABAP codes.When there is no value in character fields it would not show up 0's.

  • How to open only one clip at a time in the source monitor?

    Ok the answer to this question may be simple.. hopefully...
    At the moment each time I open a clip in the source monitor it adds it to the dropdown list.
    Fine... but I am opening and closing hundreds of clips in a day and after a while I noticed it seemed to be slowing down the whole PPCS5.5 system.
    It appears that PP seems to be keeping each clip I open... active.
    Is there a way to allow only one clip to be open at a time in the source monitor... other than having to close them all first??? (would be ideal if there was some kind of shortcut like shift-doubleclick)

    SonyZ7's can record to compact flash cards as well as tape, so I generally log and transfer from the cards.
    So I guess I should do a bit more research on workflow's in Pr
    No probs, here's a bunch of MediaInfo...
    General
    Complete name                            : /Volumes/Rugged 1TB/Business/WAPLES 10.October/Check It 2011 Event/Check It 2011 event footage/001 CheckIt2011.mov
    Format                                   : MPEG-4
    Format profile                           : QuickTime
    Codec ID                                 : qt 
    File size                                : 195 MiB
    Duration                                 : 1mn 0s
    Overall bit rate                         : 26.9 Mbps
    Encoded date                             : UTC 2011-09-08 21:37:37
    Tagged date                              : UTC 2011-10-28 11:50:04
    Writing library                          : Apple QuickTime
    Original source medium                   : Check It event CF2
    ©TSC                                     : 2500
    ©TSZ                                     : 100
    Video
    ID                                       : 1
    Format                                   : DV
    Codec ID                                 : hdv3
    Duration                                 : 1mn 0s
    Bit rate                                 : 25.0 Mbps
    Width                                    : 1 416 pixels
    Original width                           : 1 440 pixels
    Height                                   : 1 062 pixels
    Original height                          : 1 080 pixels
    Display aspect ratio                     : 16:9
    Frame rate mode                          : Constant
    Frame rate                               : 25.000 fps
    Color space                              : YUV
    Chroma subsampling                       : 4:2:2
    Scan type                                : Interlaced
    Scan order                               : Top Field First
    Compression mode                         : Lossy
    Bits/(Pixel*Frame)                       : 0.665
    Stream size                              : 181 MiB (93%)
    Language                                 : English
    Encoded date                             : UTC 2011-09-08 21:37:37
    Tagged date                              : UTC 2011-09-08 21:37:37
    Material_Duration                        : 61560
    Material_StreamSize                      : 192330610
    Material_FrameCount                      : 1539
    Audio #1
    ID                                       : 2
    Format                                   : PCM
    Format settings, Endianness              : Little
    Format settings, Sign                    : Signed
    Codec ID                                 : sowt
    Duration                                 : 1mn 0s
    Bit rate mode                            : Constant
    Bit rate                                 : 768 Kbps
    Channel(s)                               : 1 channel
    Channel positions                        : Front: L
    Sampling rate                            : 48.0 KHz
    Bit depth                                : 16 bits
    Stream size                              : 5.57 MiB (3%)
    Language                                 : English
    Encoded date                             : UTC 2011-09-08 21:37:37
    Tagged date                              : UTC 2011-09-08 21:37:37
    Material_Duration                        : 61560
    Material_StreamSize                      : 5909760
    Audio #2
    ID                                       : 3
    Format                                   : PCM
    Format settings, Endianness              : Little
    Format settings, Sign                    : Signed
    Codec ID                                 : sowt
    Duration                                 : 1mn 0s
    Bit rate mode                            : Constant
    Bit rate                                 : 768 Kbps
    Channel(s)                               : 1 channel
    Channel positions                        : Front: R
    Sampling rate                            : 48.0 KHz
    Bit depth                                : 16 bits
    Stream size                              : 5.57 MiB (3%)
    Language                                 : English
    Encoded date                             : UTC 2011-09-08 21:37:37
    Tagged date                              : UTC 2011-09-08 21:37:37
    Material_Duration                        : 61560
    Material_StreamSize                      : 5909760
    Menu
    ID                                       : 4
    Language                                 : English
    Encoded date                             : UTC 2011-09-08 21:37:37
    Tagged date                              : UTC 2011-09-08 21:37:37

Maybe you are looking for

  • I am trying to download a flash player but my computer is asking for a tchnical password and I do no

    I am trying to download a flashplayer and my computer is asking for the technical password for the computer and I do not know it. How can I work around that?

  • MacBook Pro 2011 10.7.5 frequently hanging programs and freezing.

    For over a week my system has frequently been hanging all its programs and then spinning the beach ball of death when you try and click around or repeat actions. It happens always after it’s been woken up and then later too. -It sorts itself out but

  • Ipod 5th Gen 60gig isn't recognized by Windows XP

    Hi, My 60 gig 5th gen Ipod isn't recognized at all by my PC. I tried different usb ports already, and in all of them when i connect the Ipod the PC just makes the typical sound when coneenecting any usb device and after that it doesn't shows the ipod

  • Regular Report Not Returning All Rows

    Greetings, On APEX version 4.1.1.00.23 Using latest versions of Chrome and IE. I found some threads that discussed this aspect some, but not to the extent that is helpful to my situation. I know it is crazy to have APEX return 40K+ rows on a report,

  • EDITABLE FILEDS IN SCREEN AFTER ERROR.

    HI all, Below is my code to validate the screen fields and then make them editable in case any error. When i complie my program it gives me an error saying *zec_acd_structure *is not defined. although i can access the data from zec_Acd_structure in t