Openhub services

hi friends,
       while i am trying to upload a infoobject attribute into a flat file (using infospoke)on sap bw 7.0  i am getting the error
OBJECTS_OBJREF_NOT_ASSIGNED
your help is appreciated in helping me sorting this out,
thanks in advance,

Hi Guru
I am also facing the same problem.
While I am trying to upload a infoobject attribute into a flat file (using infospoke)on sap bw 7.0 i am getting the error
OBJECTS_OBJREF_NOT_ASSIGNED
Any pointers to this issue.
Regards
Amit

Similar Messages

  • Error in activation of openhub services

    Dear Experts,
    I have issue while creating open hub services in SAP BI 7.0.
    when i am trying to create openhub services to extract data from BI to database table the following error pops up
    You have selected more than 16 key fields
    i am selecting technical key option in first screen and in filed definition tab i am restring to my selection of fields to 10 and i am trying to activate the open hub. But automatically the all key fields are selecting and semantic key  option also automatically selecting and activation of open hub is failed with above error.
    please help me to achieve the same
    thanks&Regards,
    Mannu

    Hi,
    Please check the below thread :
    Open Hub in BW 3.5
    -Vikram

  • SAP XI for openhub services

    hi guys
    i created OPENhub services as file as destination. i want to push this file to other DW. I am just curios how i can use SAP PI wil be useful?
    how to configure SAPPI? from my application server how i can move the file to  other data warehouse?
    anyone used sap xi for open hub services?
    please advise

    I would agree with Raghavendra that simply FTPing from your BW server is the easiest method.... unless where you are has a standard of only using PI.  There are a number of ways to go about the PI integration but typically you could create ABAP proxies to do the communication.  The only time I have ever done this was when we needed to push data out in an xml schema.  So then we sent it over to PI via proxy and PI did the conversion to xml.  But it really is more overhead going through PI for simple outbound transfers, in my opinoin.
    Thanks
    Eric

  • Open hub Services - How to extract the master data related to a object ?

    Hi Gurus,
    I am implementing OpenHub services for our project, it's on BW 3.5, I have the list of required fields with which I am creating an InfoSpoke. Now I am stuck in some the info objects which are having master data associated with it.
    Example : Business partner(BP) data, when I map the 0BP infobjects in infospoke it's extracting the BP ID (ex: CT065316,CT068638 etc) in flat file but I want the BP name, address & telephone number as well, which are coming from master data table. But I am able to map only 0BP infobjects as a part of ODS/Cube.
    Can any one tell me how to get the master data extracted in the flat file with associated info object???
    Answers will be highly appreciated.
    Regards,
    Kironmoy Banerjee
    Edited by: Kironmoy Banerjee on Oct 1, 2009 3:34 PM

    Hi Kironmay
    Please follow the below mentioned procedure to create a transformation. This is applicable for BW 3.5 as well.
    - Enter your infospoke in the edit mode.
    - On the Transformation tab set the indicator for the Infospoke with Transformation with BADI so that the infospoke is activated.
    - This will take you to the Addin implementation/BADI builder.
    - Enter the short text/description for the implementation. The implementation name is always the same as the technical name of the infospoke
    - The implementation of the BADI is always filter dependant.
    - In the properties tab of the infospoke enter your infospoke under the Filter specifications.
    If you do not specify an InfoSpoke under Filter Specifications, then this implementation is valid for all InfoSpokes. This means that this is called up for all InfoSpokes during the extraction.
    - Activate your class
    - From your interface tab page, double click on the Transofrm Method and you will arrive in the class builder page
    - Here you can enter the code
    - To do a look up of the master data you have to write a code similar to the one I've given below. This is just an example for looking up material master.
    IF FLT_VAL = 'Your infospoke'.
        T_DATA_IN[] = I_T_DATA_IN[].
    Select zstd_cost from /bi0/pmaterial into table T_return
    For all entries in T_DATA_IN
    WHERE material = T_DATA_IN-material.
    ...Continue with your code.
    Append output from T_return to your output E_T_DATA_OUT
    - Activate your method. Return to the BAdI builder. Return to your InfoSpoke.
    I hope this helps.
    Thanks.

  • Open hub service - Cube as source system

    Dear gurus,
    i am new to open hub concept.
    i need to transfer values from my query to a custom table in R/3.
    im using bi7.
    Questions:
    1) i guess pen hub is my solution. is it correct?
    2) do i have to transfer values from my cube or can i send values from my query too?
    3) i have created openhub service under modelling tab, i have selected target type as TAB. it says database table /BIC/OHZTABLO.
    is it correct?
    4) then i am trying to create Transformation from open hub ZTABLO to/ BIC/OHZTABLO. ?
    in that case it shows that transformation target is DEST- ZTABLO? i mean open hub service is my destination? then what is the source?i am confused in that point.
    5) Thanks all!

    1) i guess pen hub is my solution. is it correct?
    ->If u want to transfer dat from yr query then APD (analysis Process designer) will be the best bet to go for. Create APD and schedule it in process chain
    2) do i have to transfer values from my cube or can i send values from my query too?
    ->Using OH(open hub) you have to use Cube as a source,,,you cant use query then.
    3) i have created openhub service under modelling tab, i have selected target type as TAB. it says database table /BIC/OHZTABLO.
    ->ya,correct,there are two ways to do that,,,either u send the cube data to a open hub table(as its happening in yr case) or send it to application server/flat file
    is it correct?
    --> yes
    4) then i am trying to create Transformation from open hub ZTABLO to/ BIC/OHZTABLO. ?
    in that case it shows that transformation target is DEST- ZTABLO? i mean open hub service is my destination? then what is the source?i am confused in that point.
    ---> yr source is InfoCube and target is Open hub table /BIC/OHZTABLO
    5) Thanks all!
    Than you.

  • Open hub services for badis implementations

    I want to implement a openhub services for badis.
    could u please send me a screen shot implementation am new to this task.
    thanks for help

    Hi Madhavi,
                    Can you please  send  those  docuemnts to me also.
    Mail-Id : [email protected]
    Thanks in advance
    Regards
    Ramakanth.

  • BI 7.0 Open hub service

    Hi All,
    We are trying to extract data from our BI 7.0 system to our desktop. I could do this easily in BW 3.5 by creating an infospoke and activating it and finally executing it but looks like as usual SAP has changed this for BI 7.0. In BI 7.0 it is completely different and i i did not understand how to proceed. Can anybody provide me with documentation on how to extract a flat file to my desktop using Openhub service.
    Thanks

    Hi,
    Don't worry.  Just check this link . This step by step screen shots take to complete you task.
    Steps with screen shots:
    http://learnsapbw.blogspot.com/2008/04/open-hub-service-using-sap-bi-70.html
    Architecture:
    http://help.sap.com/search/highlightContent.jsp
    I hope this will help you .
    Thanks.
    Hema

  • Error with Openhub destination

    Hello Experts...
    I have got the requirment to create an openhub services with destination as file. I have done in my Devlopment system and i have transported it to quality. when I run open hub services in quality it is successfully executing with but it carries zero records. is there any other settings or am i missing any thing while transportation.
    FYR:
    I have transported this openhub objects as we transport other objects in BI 7.
    I have transported OHD,Transformations,DTP individually
    Thanks&Regards,
    Mannu

    HI Pravender,
    well, in dev system i dont have data. so i moved to quality in assumption  that it will work fine as in quality system i have sufficient number of records. And I am running DTP without any selection. i.e. full update method.
    Thanks&Regards,
    Mannu

  • Best practice for extracting data to feed external DW

    We are having a healthy debate with our EDW team about extracting data from SAP.  They want to go directly against ECC tables using Informatica and my SAP team is saying this is not a best practice and could potentially be a performance drain.  We are recommending going against BW at the ODS level.  Does anyone have any recommendations or thoughts on this?

    Hi,
    As you asked for Best Practice, here it is in SAP landscape.
    1. Full Load or Delta Load data from SAP ECC to SAP BI (BW): SAP BI understand the data element structure of SAP ECC, and delta mechanism is the continous process of data load from a SAP ECC (transaction system) to BI (Analytic System).
    2. You can store transaction data in DSOs (granular level), and in InfoCubes (at a summrized level) within SAP BI. You can have master data from SAP ECC coming into SAP BI separately.
    3. Within SAP BI, you SHOULD use OpenHub service to provide SAP BI data to other external system. You must not connect external extractor to fetch data from DSO and InfoCube to target system. OpenHub service is the tool that faciliate data feeding to external system. You can have Informatica to take data from OpenHubs of SAP BI.
    Hope I explain to best of your satisfaction.
    Thanks,
    S

  • How to export data from ODS through Open hub destination ?

    Hello Expert,
    I ahve some data in ODS.I want to export that data to some thirdt party application through Open Hub destination .How will I do that ??
    Eary reply is appreciated .

    HD IS :
             1.DATASOURCE
             2.INFOSOURCE
             3.DATASTORE OBJECT
             4.INFOCUBE
             5.INFOOBJECT
    1.Assume that info cube existing  with data
    2.Create openhuB services
        GO FOR OHD---->select Any  info area ->CONTEXTMENU>Create OHD
         Give the 'OBJECT NAME'----Continue
    In OHD Destination type Depends upon 3 types
       1.DB-TABLE
       2.FILE
       3.THIRD PARTY TOOL
      3.Go for the Defination Tab give the File name
    4.Create Transfermations
    5.Create DTP
    OPEN HUB SERVICES WITH -
    INFOSOURCE:OHD---DB TABLE SPECIFY:/BIC/OH
    1.Assume that info cube existing  with data
    2.Create openhuB services
        GO FOR OHD---->select Any  info area ->CONTEXTMENU>Create OHD
        Give the 'OBJECT NAME'----Continue
    3.Select Dbfile----->Continue
       Select file location where you want to store file .
        O.Semantic key
    4.Create Transfermations
    5.Create DTP
    Regards ,
    Praveenyagnamurthy.

  • Difference between APD,Infospoke and Infohub

    Hi
    Can anyone explain me what is and how they differ
    APD
    Infospoke and
    Infohub
    Thanks

    Hi,
    Analysis Process Designer (APD) makes it possible to find and identify these hidden or complex relationships between data in a simple way. Various data transformations are provided for this purpose, such as statistical and mathematical calculations, and data cleansing or structuring processes
    OPenhubservice enables you to distribute data into external systems.
    Infospoke is a component of OPENHUB service
    For more info go through the below links
    http://help.sap.com/saphelp_nw04/helpdata/en/66/76473c3502e640e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/49/7e960481916448b20134d471d36a6b/content.htm
    Regards,
    Marasa.

  • Info spoke and Info hub

    Hi,
    What is an infospoke and infohub? How they are related to each other? Is there any benefits for using the Infospoke and Infohub?.
    Please update me on this.
    Thanks and Regards
    Satish

    Hi Satish,
    Infohub represents the data in the data targets such as ODS,infocubes acting as source to external system.
    It is provided as openhub service.It implies that data could be stored in tables or provided as flatfiles which can be accessed by BAPIs.
    Infohub and infospoke mean the same.
    <b>Infohub was not present in BW 2.0 It is available from BW 3.0B
    RSBO is the transaction used to access infospoke</b>.
    Regards,
    Balaji

  • How connect to the BI to BPC Cubes in 7.5 ms version

    Dear Experts,
    Thanks for watching this thread.
    How to load the Data from SAP-BI to BPC MS7.5 version.I heard in BPC ms7.5 we have  Some add ons,through we can Connect the Directly SAP-BI Cubes,no need of Flat files and Openhub services.
    Could you please tell me for BPC ms Sql knowledge is Mandatory.
    Waiting for your valuable suggestions.
    Regards,
    Srinivasan.

    Hi,
    You can try looking at the below link from MSDN:
    http://msdn.microsoft.com/en-us/library/dd299430%28v=sql.100%29.aspx
    Hope this helps.

  • Open Hub services in BI 7.0

    Hi Experts,
    I am working on BI 7.0 and have a requirement where i have to extract data from a standard sales cube(0SD_C03).I will be using open hub services,but i also need to send the master data attributes along with this into the application file server.
    I did the following steps
    1) created an openhub destinationa as a CSV file and selected the fields i needed.(Cube has 80+,but i selected only 10 fields for my file).
    2) added an infoobject YINVGP which is an attribute of 0Material
    3) The transformations were automatically created by the system.
    4) Created a tranformation between 0MATERIAL and its Attribute YINVGP and selected the rule type as "Read Master Data".
    5) When i click on transfer values to activate the changes,its giving me the following error.
    Rule11(Target/BIC/YINVGP Group:01 Standard group) No master data characterstic selected.
    Rule(Target Field:/BIC/YINVGP) No source assigned.
    Can the experts confirmif i am missing anything?If so please suggest on how to get the master data using open hub services.
    Is this possible with open hub services,if so i would really appreciate anybody can pass me screenshots or step by step procedure,as i have not worked on open hub earlier.
    thanks in advance

    Hi Naga,
    I have seen the link you have sent me.It doesnt really help me.But thanks anyways.I am able to create a CSV file,which is not a problem.But my question is can i get the attributes of 0Material to appear in the same file.SAP has provided an option to read master data in the transformation rules,and when i try to use the rule,its giving me an error saying source has not been assigned.
    thanks

  • What is the limitations of an Openhub

    Hi
    When we use openhub what is the limitations.
    Is there any limitations of an Openhib
    shankar

    Hi BI,
    The Open Hub service enables you to distribute data from an SAP BW system into external data marts, analytical applications, and other applications. With this, you can ensure controlled distribution using several systems. The central object for the export of data is the InfoSpoke. Using this, you can define the object from which the data comes and into which target it is transferred.
    No real technical limitation if you are looking for bulk transfers
    You may have to manipulate a datamodel to suit the scenario as the OLAP processor is not used
    SO if you have complex requirements you may have to create a query to APD into a DSO then open hib from there
    And naturally if APD starts to have memory problems then you use the infoprovider read function module to do have an ABAP to read data then into a DSO and open hub out
    I dont really use open hub off standard cubes as there is always a OLAP requirement in the extraction fo data
    Naturally if you require just to dump raw data out then you could open hub of the cubes - but in that instance your global IT architects may ask why you are dumping data to a third party tool where they could come in on OLAP BAPIs etc at run time to access BW ie extra front ends
    The functionality will work with extraction to a database table.
    In BW 3.5:
    The assignment of Open Hub Destination and InfoSpoke is an one to one relationship. One InfoSpoke
    should not be used in more then one process chain. For the extraction, the database table must
    contain the technical key. This option must be set.
    An InfoSpoke should be a used at most in one process chain.
    In NW2004s:
    It is possible to assign one Open Hub Destionation to more then one DTP.
    One DTP can be a process step of more then one process chain.
    In the runtime only one request can be loaded into the Open Hub Destination. The next load can
    started, if the status of this request is set to u2018Greenu2019.by the 3rd party application.

Maybe you are looking for