Open hub for PSA to Database Table...

Hi
My requirement is to use Open Hub for loading data from PSA (DataSource) --> to some BI table.
Question is: Can i make Data Source as Source of Transformation for Open Hub?
Once i try to do, i get an error of "Cannot connect DataSource to Open Hub Destination"
If we can't use Data Source as source of transformation in Open Hub, could u pls. suggest another way to fulfil my requirement. I dont want to create Infoprovider from my DataSource for Source of my Open Hub.
Thanks

Hi Harpal,
You can have data source as source of your transformation for Open Hub Destination.
Just check if your data source is active in the system or not.
Regards,
Durgesh.

Similar Messages

  • Open Hub Destination export to database table

    Hi Experts,
    I would like to create a multi source universe between SAP and non-SAP system. As we know the Jco connection to create a relational connection to access infocube data is not that great. I'm thinking or may be wrong in my approach that I would like to create a open hub destination of type database table on top of the infocube so that I'll have a new OHD table (/BIC/OH*) is created in BW database. Here comes my question that, can I query this new table in BW database via universe by creating a relational connection to the BW database server ?
    Please let me know your thoughts and suggestions!
    Thanks,
    Abhi 

    Hi
    I would like to create a multi-source universe between SAP and non-SAP system.
    Yes...In IDT...To build a universe on SAP NetWeaver BW, you must create a multisource-enabled data foundation based on a secured relational connection to SAP NetWeaver BW. Then build the business layer on this data foundation.
    I would like to create an open hub destination of type database table on top of the infocube so that I'll have a new OHD table (/BIC/OH*) is created in BW database.
    Creating universe on top of OHD tables is new idea, but while creating universe in IDT, we can able to select only below info providers.
    Info Object
    Info Cube
    DSO
    Multi Providers
    Virtual Info providers
    So we are not able to create universe on top of OHD tables. Please find the below screenshot.
    Here comes my question that, can I query this new table in BW database via universe by creating a relational connection to the BW database server ?
    No.....In 4.0 IDT,  OHD tables is not one of the info provider to select while creating universe. So it’s not possible.
    PLEASE mark the blog helpful & answered

  • Open Hub For BPC Cubes

    Hi Gurus,
    I have an issue about the open hubs for BPC cubes. I have a need to take my transactional data from my BPC cube to a table.So  I want to create an open hub on my BPC planning cube.
    But when i create the open hub on BPC cube, it doesn't read the package. So, data cannot be read. But the open hubs work on my BW cubes.
    Is there anything i should do different for BPC cubes ? How can i make the open hub work?
    Thanks in advance..
    Fatih

    Hi Fatih,
    Glad you got this working, but a word of warning: As far as I am aware, customer SAP BW development linked to objects in the BPC namespace is not supported. It may very well work, but BPC may also delete and recreate BW objects at any time and without warning, which can leave you in a situation in your production environment that is very difficult to recover from without manual modification of the production BW environment.
    The recommended way to export data from BPC NW into a flat table is to use the BPC data manager Export package. You may want to try this option and see if you can meet your requirements this way.
    Ethan

  • Sample report for filling the database table with test data .

    Hi ,
    Can anyone provide me sample report for filling the database table with test data ?
    Thanks ,
    Abhi.

    hi
    the code
    data : itab type table of Z6731_DEPTDETAIL,
           wa type Z6731_DEPTDETAIL.
    wa-DEPT_ID = 'z897hkjh'.
    wa-DESCRIPTION = 'computer'.
    append wa to itab.
    wa-DEPT_ID = 'z897hkjhd'.
    wa-DESCRIPTION = 'computer'.
    append wa to itab.
    loop at itab into wa.
    insert z6731_DEPTDETAIL from wa.
    endloop.
    rewards if helpful

  • Delete restrict for ABAP Dictionary database table

    Hi,
    I defined two database tables in ABAP dictionary, one with master data, and one with records referencing the master data.
    I also defined a foreign key relationship in the second table, so that new entries in the second table are checked against the master data table.
    In addition to this behaviour, I also want the Dicitionary to perform a check the other way round. In other words, if I try to delete a record in the master data table, this should not be possible if there are records in the second table referencing this record. Thats how foreign key relationships work in Oracle databases.
    Is there a way to force this behaviour for ABAP Dictionary tables, too? Or is it possible to make the table maintenance view perform this check?
    Thanks for your help!
    Kind regards,
    Tobias

    Hello Tobias,
    I can delete records in the master table which have dependent entries in the second table without an error or a warning.
    How are you deleting the entries, via SM30?
    If yes, you can use the [Event 03: Before Deleting the Display Data|http://help.sap.com/saphelp_nw04s/helpdata/en/91/ca9f14a9d111d1a5690000e82deaaa/content.htm]. In this TMG event you can check if the entry can be deleted at all!
    If you're using Open SQL statements to delete the records, i don't think DB layer implicitly checks the dependency. You can always put an explicit check though
    Btw, out-of-curiosity, is this a custom or standard table?
    BR,
    Suhas

  • Open Hub Destination to Oracle database

    Hello All ,
    I am supposed to send data from my SAP BI (7.0) system to and Oracle Database using open hub destination. I have to use the option " Third Party " as destination while creating the Open Hub Destination .
    From my reading and acc to Basis I  realised that I need a 3rd party ETL tool in between BI and Oracle system to write data into the Oracle system since oracle is not SAP RFC aware . The 3rd party ETL that I am supposed to use in this is Business Objects - Data Integrator(BO-DI) . If anyone has implemented this type of Open hub service please throw  some light on this issue as to how to setup the 3rd party ETL in between and how to proceed .  Any how to document would also be useful .
    Thanks and Regards,
    Riddhi

    Hi,
    Pls go thru this links,
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/79f902dfb06fc9e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/79f902dfb06fc9e10000000a1553f6/frameset.htm
    Hope it helps u,
    Thanks & Regards,
    SD

  • Build gui for existing oracle database tables with webdynpro java?

    hi
    i want to build a GUI to maintain existing oracle tables
    so far we used oracleFORMS to do so
    is there a good approach for webdynpro java? or do you recommend other sap tools?
    can we generate the gui with a wizard based on the fields in the table?
    do we have to generate sql statements or type in manually?
    regards
    joerg

    Hi Joerg,
    generally that is possible, but you'll have to implement the data access by yourself, by means of EJB or another Java persistance framework such as JDO, SQLMaps, Hibernate, whatever...
    Web Dynpro allows to build a GUI based upon a model - in this case this could be some POJOs (DTOs) representing your database tables, which are communicated to the GUI by your data access layer. Consider a model as a simple Java bean representing database data.
    This approach would require to build a data access layer which incorporates manually generated sql statements, so you'll have to have expert database and java knowledge.
    There might be other approaches, this is just to demonstrate one working possibility.
    regards,
    Christian

  • Open hub for Inventory data

    Experts,
    We have a requirement where we need to push out Inventory data from BW to third party systems.
    We have a daily cube and monthly snapshot cube implemented.
    Now, there are fields that the third party systems require including Movement type. There are 500K movements everyday so putting this field in the cube would make the cube huge. Can we have another DSO loaded only by 2LIS_03_BF that supplies data to the third party systems via Open Hub in addition to the model we currently have?
    Would this be a good design or rather would it work(in theory)??

    Hi,
    Yes you are thinking in correct direction. Adding movement type to cube will unneccessarily increase the data volume.
    Cubes are not meant for detailed data.
    I would suggest to go ahead with the DSO approach. The open hub will work with DSO.
    Regards,
    Geetanjali

  • Open Hub with DataSource as Source of Transformation

    Hello,
    I have created an Open Hub Destination to a database table and activated it.  I now try to create a transformation with the new open hub as the destination and a custom datasource as the source of the transformation.
    I get an error message that says "Cannot connect DataSource to an open hub destination".  We are on BI 2004s service pack 12.  I was able to perform this task successfully on previous support packs.
    For instance, I cannot open an existing transformation from a datasource to the open hub that was created before the application of the support packs.  I get the same error message.
    Any suggestions?
    Thanks for your help,
    Jason

    Hi Michael,
    I was loading directly from the DataSource into a database table because I was only going to use the table as a lookup table in a transformation.  The data doesn't really need to be in a BI object.
    I did the same procedure one other time while we were on service pack 6, and it worked fine.
    Anyway, I have loaded the lookup data into a DSO and everything is fine.  Thanks for your helpful response.
    Regards,
    Jason

  • Open HUB ( SAP BW ) to SAP HANA through DB Connection data loading , Delete data from table option is not working Please help any one from this forum

    Issue:
    I have SAP BW system and SAP HANA System
    SAP BW to SAP HANA connecting through a DB Connection (named HANA)
    Whenever I created any Open Hub as Destination like DB Table with the help of DB Connection, table will be created at HANA Schema level ( L_F50800_D )
    Executed the Open Hub service without checking DELETING Data from table option
    Data loaded with 16 Records from BW to HANA same
    Second time again executed from BW to HANA now 32 records came ( it is going to append )
    Executed the Open Hub service with checking DELETING Data from table option
    Now am getting short Dump DBIF_RSQL_TABLE_KNOWN getting
    If checking in SAP BW system tio SAP BW system it is working fine ..
    will this option supports through DB Connection or not ?
    Please follow the attachemnet along with this discussion and help me to resolve how ?
    From
    Santhosh Kumar

    Hi Ramanjaneyulu ,
    First of all thanks for the reply ,
    Here the issue is At OH level ( Definition Level - DESTINATION TAB and FIELD DEFINITION )
    in that there is check box i have selected already that is what my issue even though selected also
    not performing the deletion from target level .
    SAP BW - to SAP HANA via DBC connection
    1. first time from BW suppose 16 records - Dtp Executed -loaded up to HANA - 16 same
    2. second time again executed from BW - now hana side appaended means 16+16 = 32
    3. so that i used to select the check box at OH level like Deleting data from table
    4. Now excuted the DTP it throws an Short Dump - DBIF_RSQL_TABLE_KNOWN
    Now please tell me how to resolve this ? will this option is applicable for HANA mean to say like , deleting data from table option ...
    Thanks
    Santhosh Kumar

  • Open hub destination as ECC table

    Hi All,
    Is it possible to create a open hub destination to an ECC table?
    Can only see the option for csv, tabke and thrird party.
    Thanks,
    Nick.

    Alright Arun,
    Yeah I was thinking of that.  If we have 100's of R3 tables where all the data needs extracting, then cleansing then imported to another R3 system would you consider doing this in BI or would you go R3  to R3???
    Cheers,
    Nick.

  • Importing table using Open Hub - (BODI - 1112339)

    Hi all
    We could connect to the open hub for SAP BW 7.0 hosted in a remote server . Then tried to import the tables created there. However it stops us with:
    " Error: Cannot import the metadata table xxxx.
    Parser detected an unknown data type. Please notify Customer Support. (BODI - 1112339)."
    Have you any idea why it's happening?
    Thank you.

    Hey guys
    thanks anyway iam using open hub to export data to other sources by creating a file and Ftp the same.
    some one responding to the question posted 2 yrs back..!
    anyway thanks this is resolved. Thank u
    Regards

  • Looking for a value in a list stored in a database table field

    Hello,
    I have a field in a database table that contains a comma
    separated list on numbers. In my CFQUERY I am attempting to extract
    records from the database table where a parsed number is present in
    the comma separated list. I have tried the code below, but it is
    throwing an error.
    variables.publicationID is the number that I am looking for
    in the database table field.
    publicationList is the name of the database table field
    containing the comma separated list of numbers.
    where <cfqueryparam value="#variables.publicationID#"
    cfsqltype="cf_sql_integer"> in publicationList
    Can anybody help?
    Many thanks,
    smnbin

    The only way to do it with the data model you currently have
    is as follows:
    WHERE publicationList LIKE '#variables.publicationID#' OR
    publicationList LIKE '#variables.publicationID#,%' OR
    publicationList LIKE '%,#variables.publicationID#,%' OR
    publicationList LIKE '%,#variables.publicationID#'
    You need to check for 4 cases:
    it's the only ID in the list
    it's the first ID in the list
    it's in the middle of the list
    it's the last ID in the list.
    The better solution would be to replace this comma-delimited
    list with a mapping table, where each row in this mapping table
    contains a reference to the main table as well as a single
    publicationID.

  • Open sys_refcursor for select from table variable?

    Hi,
    I've got a challenge for you! :-)
    I've got a procedure that has a lot of logic to determine what data should be loaded into a table variable. Because of various application constraints, i can not create a global temporary table. Instead, i'd like to create a table variable and populate it with stuff as i go through the procedure.
    The end result of the procedure is that i must be able to pass the results back as a sys_refcursor. This is a requirement that is beyond my control as well.
    Is there a way to make this sort of procedure work?
    Create Or Replace Procedure Xtst
    Mu_Cur In Out Sys_Refcursor
    Is
    Type Xdmlrectype Is Record (Col1 Varchar2(66));
    Type Xdmltype Is Table Of Xdmlrectype;
    Rtn Xdmltype;
    Begin
    Select Internal_Id Bulk Collect Into Rtn From Zc_State;
    open mu_cur for select col1 from table(rtn);
    end;
    11/42 PLS-00642: local collection types not allowed in SQL statements
    11/36 PL/SQL: ORA-22905: cannot access rows from a non-nested table item
    11/19 PL/SQL: SQL Statement ignored
    Show Errors;

    Not anything i'd want to personally implement.
    But for educational purposes only of course....
    create table this_will_be_gross
       column1 number,
       column2 varchar2(30)
    insert into this_will_be_gross values (1, 'begin the ugliness');
    insert into this_will_be_gross values (2, 'end the ugliness');
    variable x refcursor;
    ME_XE?
    declare
       Rtn sys.ODCIVARCHAR2LIST;
    BEGIN
       SELECT
          column1 || '-' || column2 Bulk Collect
       INTO
          Rtn
       FROM
          this_will_be_gross;
       OPEN :x FOR
       SELECT 
          regexp_substr (column_value, '[^-]+', 1, 1) as column1,
          regexp_substr (column_value, '[^-]+', 1, 2) as column2      
       FROM TABLE(CAST(rtn AS sys.ODCIVARCHAR2LIST));
    end;
    17  /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.09
    ME_XE?
    ME_XE?print :x
    COLUMN1                        COLUMN2
    1                              begin the ugliness
    2                              end the ugliness
    2 rows selected.
    Elapsed: 00:00:00.11In the above example i 'knew' that a hypen was a safe character to use to break up my data elements (as it would not be found anywhere in the data itself).
    I would strongly encourage you not to implement something like this. I realize it's tempting when you are working in strict environments where it can take a serious battle to get structures like temporary tables or SQL Types created, but that's really the proper approach to be taking.

  • Database tables for Special GL - down payment

    As per my knowledge
         All vendor open items or with BSAK database table
         All vendor cleared items or with BSIK database table
         All customer open items or with BSAD database table
         All customer cleared items or with BSID database table
    My question is in which table following transaction will be saved (Special GL transactions)
    1.     Down payment request to customer / vendor
    2.     Down payment made to vendor and received from customer
    3.     Clearing down payment in both cases
    I request you to give me database table names in above cases
    thanking you

    Hi,
    1. Down payment request to customer / vendor - BSIK/BSID (UMSKZ - 'F' and BSTAT - 'S')
    2. Down payment made to vendor and received from customer - BSIK/BSID (filter with the field UMSKZ)
    3. Clearing down payment in both cases - BSAK/BSAD (Filter with the field UMSKZ)
    Hope this helps.
    thanks and regrards,
    anit
    Edited by: Anit Mangat on Nov 26, 2010 3:58 PM

Maybe you are looking for

  • Why is the iPhone 5's volume on headphones lower than before?

    When I am listening to music on my iPhone I can't help but notice that the volume when using headphones is pretty low. When I listen to music at full volume on my iPad I noticed that the sound is significantly higher than my iPhone. It's not just wit

  • Restrict user to input 0 - 9 for string data

    Hi I would like to input this control at the front panel. This control allow user to choose from 0 - 9. Eg 0 1 2 3 4 5 6 7 8 9 . The control do not allow user to put -1 -2 -3 ... or 10 11 ... or decimal place. This number will be further converted in

  • N80 New Firmware Timeline ?

    I know we are many, waiting the latets firmware release! anyone on here from Nokia whom can state dates and not just speculation.... pls,pls,pleeease.

  • No Library

    iPhoto was working just fine the other day. When I launched it earlier, it said "no photos" and did not prompt me to find my library. I tried moving the iPhoto Library to a different location and relaunching but was not prompted to choose my library.

  • Data input

    Please if somebody knows how JAVA reads a formatted data file produced by a FORTRAN code. Suppose the data has three columns (any rows), and the format is 3F15.6 Regards. Joshua