Regarding openhubs

HI,
is there any possibilty to fetch the data directly from sap to 3rd party system like database oracle/mssql/access....
i think its poosible from ohb.
can anyone provide me the steps for this???
what are the prerequisities for these type of steps and does it require any extra license from sap to use openhubservices???
please suggest me.
Thanks in advance,
Regards,
V. Vijay.

hi vijaya,
go thru the link below
http://infoframeworks.com/BW/SAP_BW_3rd_Party_Access_ETL_Tools.htm
hope it will help u.
thanks.

Similar Messages

  • Scheduling BW Query to store data as CSV file on server

    Good Morning,
    I have a user requirement to schedule a BW query using the Reporting Agent but to store the results in CSV format on a shared network drive rather than printing out the contents. Is this possible? I'm using BW 3.0
    Many thanks in advance.
    Mike

    Hi Mike,
    Refer thez link below regarding Openhub
    http://help.sap.com/saphelp_nw04/helpdata/en/ce/c2463c6796e61ce10000000a114084/frameset.htm
    · BW Open Hub (ppt)
    https://websmp204.sap-ag.de/~sapidb/011000358700002201112003
    · BW Open Hub - Transcript (doc)
    https://websmp204.sap-ag.de/~sapidb/011000358700002320152003
    How to guide on RSCRM_BAPI
    http://help.sap.com/saphelp_nw04/helpdata/en/49/7e960481916448b20134d471d36a6b/frameset.htm
    https://forums.sdn.sap.com/click.jspa?searchID=3318270&messageID=3626098
    hope it helps

  • Error while transporting Openhub (BI7)

    Hi Gurus,
    I am getting an error while transporting the open hub. In the dev system it worked perfectly but when i transport it to quality, it is showing the following error.
    "Unable to activate table /BIC/OHZxxxxxx ."
    When i checked the table in quality it says that /BIC?OHZxxxxx-0UNIT ( Reference field ) does not exists. But 0UNIT is there in the DSO on which i developed the openhub and the infoobject 0unit is also active in quality system.
    Why this error is happening?
    Regards,
    Raghavendra.

    Hi Raghavendra,
    There are chances of missing some objects in transport request wile assigning objects to request...please check the objects list and open hub structure.
    and also plsease check the 0Unit field status in Quality system.if it is in modified status means make it it active ststus.
    Please create one more transport request and validate the tr objects...
    Best Regards,
    maruthi

  • 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

  • ABAP Program or Function Module to activate infospoke/openhub table

    Hi,
    Post migration to production, when i am trying to load the data in open hub table, its showing OH table is not active. i had tried to all aspect but i am unable to load the data.
    is there any ABAP Program or Function Module to activate infospoke/openhub table
    Thanks & Regards,
    Pankaj Bansal

    Hello Pankaj,
    Please check whether you have access to TCode SE14 . If Yes , You can use this TCode to activate the Tables.
    There are lot of  Posts talk about the procedure for activation through SE14. please refer the same
    Thanks & regards,
    Prasath

  • How to create filters for OPENHUB?

    hi experts,
    how can i create filters for OPENHUB Destination for the below scenario.
    Make some kind of u201Clogicu201D to support a filter on an open hub. E.g. only data from month 2011-04  and until today are u201Copen hubu2019edu201D each day and data before 2011-04 must be u201Copen hubu2019ed u201D e.g. each weekend.
    The filter on the open hub can be different from open hub to open hub. We must be able, to filter one or more fields from the open hub.
    Regards
    venuscm

    hi this may helpful for you
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0a5e58d-1117-2d10-13a7-fa10c2cf20d8?QuickLink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90441228-52a8-2d10-e683-fe4b2d65c331?QuickLink=index&overridelayout=true
    Edited by: Srikanth.T on Nov 24, 2011 10:03 AM

  • Technical Name of Openhub in logical file name

    Hi All,
    I am creating a few open hub flatfiles for a client. I want to use logical file names to create the files on the application server.
    I want to create one logical file name which creates a file like <"Open Hub Technical name">_<DATE>_<TIME>.csv.
    Now i can't find a way to include the openhub technical name in the file name.
    It says in F1 that i can use a function module named FILENAME_EXIT_* that will be called in the function module FILE_GET_NAME.
    Does anybody know about the coding that can be used for this? I have just basic ABAP knowledge on this one. Or is there perhaps another way on this.
    Let me know!
    Thanks in advance!
    Best regards,
    F Geldof.

    Hi guys,
    Thanks for your answers first of all.
    I don't want to store the technical name of the openhub in the logical file name....i want this to be determined dynamically, depending on the openhub that is used with this logical file name.
    I was wondering were i can fetch the openhub technical name during the execution of the DTP on the openhub / when also the function module FILE_GET_NAME is being ran.
    Let me know!
    Thanks in advance!
    Regards,
    Freek

  • Using OpenHub Unix to export to SQL Server

    Hi,
    I have SAPBW 3.1(DB2 database) on a Unix machine and I need to export data to a SQL Server database on Windows.  There are general issues with accessing SQL Server from a Unix machine (ODBC drivers), but what I would like to know is, does this apply using OpenHub?
    Any assistance is greatly appreciated.
    Kind Regards,
    Lee.

    Hi Lee,
    You have a good point but I think it should be ok if you take care with the reads/writes. SAP does not encourage non-SAP programs to directly read or write to tables for numerous reasons: performance impact, read consistency, locking, change management, DDIC consistency, etc.
    As long as your program can ensure the above, I personally would not see an issue. Because of the above most people use some ABAP code to copy or move the table entries. The ABAP code could then be integrated into the Process chains to ensure the execution at the right time.
    Just some thoughts,
    Mike.

  • OpenHub using Infoset as source

    Hi gurus,
    which is the best approach to use an infoset as a source of an OpenHub destination? Any experiences on this?
    Thanks in advance!

    Hi Inaki,
    You can create openhub destination based on Infoset, I dont' have any realtime exp. but I just read throug tech. documents,
    1) Create a Open hub destination, on the same screen it will ask you the template. This template will be used to select the fields for your openhub destination.
    2) Once you select all the fields and create open hub destination activate it and goto context menu from RSA1 to create transformation on this open Hub destination.
    3) Select the source of transformation as InfoSet, do the field mapping.
    4) Create DTP and you are ready to do data loading.
    Regards,
    Durgesh.

  • Empty OpenHub files

    Hi!
    We have a BW set-up that loads a lot of data to several OpenHub-destinations, all of the destination types are files.
    These are being loaded every night (delta) and recently we wanted to do a full load of these files since we have had several issues recently with interrupted nightly jobs, just to be sure everything is up-to-date i.e. We deleted all the "where-used" instances from ODS (which loads into OpenHub) and then ran the InfoPackage again (delta but this time "all data" i.e.).
    This worked just fine but we can see that just before the new file with "all data" is written, there is a large number of "empty" OpenHub-files created.
    Now we're wondering what is the cause of this? It causes some issues for us since this is loaded into another Data Warehouse which checks all these files. Is this perhaps something that happens for all the deletions from the where-used list?
    Any advice would be much appreciated!
    UPDATE: All the new files are S-files I just realized, i.e. structure files so the question now is if there is any way to avoid having these created when I do a deletion from the where-used list which is what I'm guessing is causing the repeated creation of these.
    Regards
    /Fredrik
    Edited by: Fredrik Helderyd on Aug 17, 2010 12:16 PM

    Take a look at them with QuickLook or TextEdit; they may not really be empty.
    Apple has suggested formats for plist files, but not all 3rd-party apps follow them. Thus many apps that claim to check whether they're corrupted can only check them against the suggested format.
    Unless they're huge, or related to an app you've deleted, or you're having trouble with the app they relate to, it's safest to just leave them alone. They won't hurt anything.

  • 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

  • Infospoke or openhub

    Hi,
    We need to create a Infospoke on a Master Data attributes and also include extract date& time in one field and userid in another field.
    How can I achieve this using Infospoke including  2 separate fields???
    Can this be achieved using openhub???
    Please let me know.
    Thanks in advance!

    Hi...
    As of SAP NetWeaver 7.0 SPS 6, the new Open Hub Destinationobject replaces the InfoSpoke that was previously used for the open hub service.....
    Check this...
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/31d4fcff4e4964e10000000a11466f/frameset.htm
    Re: infospoke
    http://gassems.com/SAP%20Reources/Open%20Hub%20Service.pdf
    Regards,
    Debjani...

  • Regarding sy-index and sy-tabix

    Hi,
    What is the major difference between sy-index and sy-tabix ,
      can you give me one good example with code..
    Regards,
    Reddy.

    Hi,
    SY-TABIX - Current line of an internal table. SY-TABIX is set by the statements below, but only for index tables. The field is either not set or is set to 0 for hashed tables.
    APPEND sets SY-TABIX to the index of the last line of the table, that is, it contains the overall number of entries in the table.
    COLLECT sets SY-TABIX to the index of the existing or inserted line in the table. If the table has the type HASHED TABLE, SY-TABIX is set to 0.
    LOOP AT sets SY-TABIX to the index of the current line at the beginning of each loop lass. At the end of the loop, SY-TABIX is reset to the value that it had before entering the loop. It is set to 0 if the table has the type HASHED TABLE.
    READ TABLE sets SY-TABIX to the index of the table line read. If you use a binary search, and the system does not find a line, SY-TABIX contains the total number of lines, or one more than the total number of lines. SY-INDEX is undefined if a linear search fails to return an entry.
    SEARCH FOR sets SY-TABIX to the index of the table line in which the search string is found.
    SY_INDEX - In a DO or WHILE loop, SY-INDEX contains the number of loop passes including the current pass.
    sy-tabix is the tab index - the index of the record in the internal table you are accessing,
    sy-index is the loop counter.
    If you use a condition in LOOP the sy-index will go from 1 to n, but sy-tabix will refer to the line in the internal table.
    Hope this helps u.
    Thanks,
    Ruthra

  • Regarding Field Missing in Dso Transformation

    Hi
    Folks
    I am facing the issue like
    In Datasouce to DSO transformation i can see the 55 objects in DSO table, and in DSO to Cube Transformation i can see 54 fields in DSO table, one field is missing , the object  0TXTSH(short discription) is mapped to field 0TXZ01in DS to DSO transformation.
    so How can i get the field in DSO to Cube transformation.??
    any settings have to be change???
    waiting for yours Valuable answers
    Regards
    Anand

    Hi,
    Please identify the object and check it whether it is an attribute or a characteristic, if it is attribute only disable that option then check it.
    Regards,
    Srinivas

  • I am having an issue regarding a placed order via customer service department

    I recently relocated to Anchorage Alaska as part of a permanent change of station per the United States Air Force. I was initially located on the East Coast in the lower 48 and at the time of activating my contract I had purchased two separate Iphone 4 devices. I also recently went in to a store in February to purchase a Nexus 7 as well.
    Upon arrival in Anchorage I had multiple issues regarding the Iphone 4 devices including being unable to send and receive text messages & imessages, unable to make phone calls, dropped phone calls, unable to utilize GPS, as well as not being able to access general account information and use anything related to web browsing or data usage. It was determined that because the Iphone 4 operates on the 3g network and Verizon does not have a 3g network in Alaska, as a result I was utilizing an extended service network from another carrier. As a result of this I am only able to use my Iphone 4 devices while connected to my wi-fi network while within my home, which is totally unacceptable.
    I was not made aware that I would be dealing with this when I moved to Alaska and inquired as the the use of the devices I currently owned prior to purchasing the tablet. I was assured by three separate store employees one of which being a manager that all devices would function at 100% efficiency including the Iphone 4s. In fact I was recently billed 350$ for roaming charges last month, which prompted me to speak with a representative via the online chat regarding the significant increase she said that she was unable to process any sort of credit to the account regardless of what I had been told at a local Verizon store where I purchased the tablet.
    As a result of all of these mishaps since arriving here in Alaska I determined I was in need of newer devices that utilize the 4G LTE network currently provided by Verizon in Alaska. I know for a fact that the 4G LTE works great up here because my Nexus 7 tablet runs flawlessly and does not incur roaming charges when utilizing the 4G LTE network.
    Yesterday I attempted to contact Verizon through the live chat feature regarding upgrading two of the devices on my account. The live chat representative immediately asked me when my upgrade date was. Upon telling her my upgrade date 9/29/2014 she told me I should contact the customer service department as I might be eligible for an early upgrade. I then proceeded to contact the customer service department using my Iphone 4.
    My attempt to speak to anyone in the customer service department resulted in a merry-go-round of being put on hold 6 separate times by two different employees, both of which had me wait for more than an hour while they attempted to speak to a manager to gain approval for an early upgrade. The first rep seemed almost sure she would be able to have my devices upgraded early especially considering the issues I was having regarding service.
    The second rep seemed newer and was very dodgy about my questions and was very unwilling to help at first. He even mentioned that I had been a Verizon customer for almost two years, had never missed a single payment and had outstanding account history which should have garnered some sort of importance to the level of my request. But I digress, during this time I was disconnected from the call twice from each separate representative.
    Both reps assured me they would call me back, I never did get a call back from either one of those reps and I was becoming very frustrated having waited four hours trying to find some sort of solution to my current predicament.
    After waiting an hour for the second representative to call back I grew impatient and contacted the customer service department, was put on hold again, and finally reached a third customer service representative who was able to provide a solution for me.
    I explained everything I had been dealing with to Cory ID #  V0PAC61, both regarding the phones, the issue of the level of service I was receiving, the dire need for working devices and the multiple times I had been disconnected. I explained to him as a result of these issues I was certainly considering switching to a different provider, a local provider even who could provide me the adequate service that I require for my mobile devices.
    I explained to Cory that I had been with Verizon for almost two years, and I had been on a relatives account prior to owning my own Verizon account and had never received this kind of treatment when trying to work towards a simple solution. Cory proceeded to tell me he needed to put me on hold to see if there was anything that could be done regarding the upgrades of the device considering all of the trouble I had been dealing with.
    After Cory reconnected with me in the phone call he was able to successfully reach a solution by allowing me to upgrade my devices. We conversed about the options available and I eventually decided to upgrade both Iphone 4 devices to Moto X devices as we determined those would be sufficient for my needs while in Alaska. I also proceeded to add two Otter Box Defender cases to the order so that the devices would have sufficient protection. Cory inquired as to whether or not I would like to purchase insurance for the phones as well and I opted for the $5.00 monthly insurance which including damage and water protection.
    Cory explained to me the grand total for the devices which included an activation fee of $35.00 for each device, $49.99 for each Otter Box case, and an additional $50.00 for each device which would be refunded as a rebate upon receipt of the devices and activation, a rebate that I would be required to submit. Cory explained to me that the devices would most likely arrive Tuesday of 6/17 and no later than Wednesday 6/18.
    Cory took my shipping information and told me everything was all set and the only thing left to do was to transfer me to the automated service so that I could accept the 2 year agreement for both devices. I thanked him very much, took his name and ID# so that I might leave positive feedback about his exemplary customer service and was then transferred to the automated service.
    Once transferred to the automated service I was then prompted to enter both telephone numbers for the devices that would be upgraded, I was then required to accept the new 2 year agreement for both devices and after doing so I was required to end the call. I did so in an orderly fashion and expected a confirmation # to arrive in my email regarding the placed order.
    I have never received a confirmation email. I decided to sleep on it and assumed a confirmation email would be sent sometime tomorrow. Nothing has since been received however. I woke up early this morning around 6AM Alaska time to speak to another live chat representative, Bryan, in the billing department who assured me the order was currently processing and verified the order #. I asked him whether or not it was typical for a customer to not receive a confirmation email for an order placed and he said it can sometimes take up to 2-3 business days. He then stated that he had taken note of the issues I was experiencing and told me he would transfer me to the sales department as they would be able to provide more information regarding the shipment of both devices and a confirmation email, as he stated he did not want me to have to wait any longer than necessary to receive said devices.
    I was then transferred to Devon in the sales department via the live chat service where I was then required to repeat everything I had said to both Bryan and the other representatives I had spoken too. After a lengthy discussion and repeating everything I have just wrote he told me the order was indeed processing and that he would send a confirmation email in the next 30 minutes.
    That was 2 hours ago. It is now 8am Alaska time and I still have not received a confirmation email regarding my order. I was sent an email by Verizon an hour ago stating I had a device to "discover". The email contained no information regarding the shipment of my device, the order confirmation number, or anything regarding my account. The email I received was a typical spam email asking an individual to check out the current available phones and sign up for a new contract.
    All I want is a confirmation email to assure that the devices are being sent. I need my phone for work and to communicate with my family in the lower 48. I desperately need to make sure that the device is in fact being sent to the proper address, this is why a confirmation email of the order is so important. I do not care about the shipping speed I just want what I ask to be taken care of for a change. I would hate to sit here unable to determine what the status of my devices are only for the order to be stuck in "processing" limbo and be unable to receive the devices when I was told they would be sent.
    I feel I have been given the run around treatment way more than is typically given with any company when an individual is trying to work towards a solution. I have been patient and cordial with everyone I have spoken with, I have not raised my voice or shown stress or anger towards the situation I have only tried my best to work towards a solution with anyone I have spoken too but I am becoming increasingly frustrated with this situation.
    Any help regarding this matter would be greatly appreciated. This situation has left a sour taste in my mouth and if the devices were indeed not actually processed in an order, or they were not shipped correctly, or in fact if the order had never existed at all it will only deter me from keeping my Verizon account active and affect my decision to switch to another provider.

        Hello APVzW, we absolutely want the best path to resolution. My apologies for multiple attempts of replacing the device. We'd like to verify the order information and see if we can locate the tracking number. Please send a direct message with the order number so we can dive deeper. Here's steps to send a direct message: http://vz.to/1b8XnPy We look forward to hearing from you soon.
    WiltonA_VZW
    VZW Support
    Follow us on twitter @VZWSupport

Maybe you are looking for

  • Difference b/w static and dynamic pdf

    hi... I want to know how can I check for a pdf as "Dynamic or static" in a process? Is there any specific property which can be checked through (or in) the process? I guess, content type for both will be "application/pdf". Please, let me know. its re

  • Custom Fields in BSEG not updating on FI document post

    Hello Experts I'm facing a problem when posting FI documents. I'm using BAPI_ACC_DOCUMENT_POST and passing some Z fields using Table Extension2 (bapiparex). The problem is that the Z fields are not getting updated. BADI_ACC_DOCUMENT is implemented an

  • Adobe flash player and labview

    Hi How can I make labview interact with adobe flash player and read variables? Adobe flash player is displayed by internet explorer and I'm using Adobe Flash player 10, with labview 8.2

  • Regarding standard menu in module pool... have ur point.s

    Hi all, I wanna copy stanadard status to my module pool program. Could u pleas help me for that... <b>have ur points..</b> Regards, [email protected]

  • Making pdf content downloadable via link in Iview problem

    Hi, I have been having problems with the following scripting code, where I have a link that when clicked makes a PDF file stored in the KM downloadable to the users local area.The file does download to the users desktop but when opened, the content i