Rejected: Access Third party database from SAP

Hi,
Below mentioned query was rejected by moderator, I would like to know the specific reason for the same.
Kindly let me know which specific rule applies to reject my below query.
I want to connect third party SQL database access from SAP for read and write data into third party SQL server.
How it is possible?
Regards,
Himanshu Patel.

Eitan Rosenberg wrote:
So why this was not rejected ?
Connect External Database SQL server from ABAP
Regards .
I think you do understand that it's not possible to check each & every thread in the ABAP forums, considering the high volume of activity. So we have to rely on fellow SDNers to report such threads, in that case we can take action.
May be nobody reported it and so it might have escaped the axe, just a guess!
BR,
Suhas

Similar Messages

  • How to consume a web service provided by third party system from SAP system

    Hi Friends,
    Could any of you provide me a clear picture on how to consume a web service from SAP system and is provided by a third party system?
    Do we get an URL to create a client proxy for consuming the web service?
    Thanx in advance,
    Ram

    Hi Ram,
    of course you cannot supply the WSDL URL. Inside the WSDL (just view it in your browser) you find (usually but not necessary) towards the end something like
    <soap:address location="http://www.weather.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php"/>
    which is the actual adress of the service.
    An example service can be found here:
    <a href="http://www.weather.gov/xml/">National Digital Forecast Database</a>
    containing the WSDL URL at
    <a href="http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl">this address</a>.
    You might also want to browse for the amazon webservices which allow you to embed queries against amazon into your application.
    have fun,
    anton

  • Invoice status to third party system from sap

    Hi All,
    Could you please suggest me either to use functional module or bapi or badi so that i can send the invoice status from SAP to third party sytem.
    Thanks in advance for the response

    Hi,
    Invoice status can be sent to an external system based on IDOC or through an interface with proper program.
    For IDOC related stauts message do refer the below it may help you ..
    Electronic Data Interchange - EDI - ERP SCM - SCN Wiki
    Do refer the below OSS Notes to know the exist and badi in LIV.
    1156325 - BAdIs in the Logistics Invoice Verification environment

  • Accessing third party code from JNI. URGENT !!!!

    Hi,
    I have to use a .so library (Solaris) from another company. As this library has not the correct syntax to be accessed from JNI, I made another .so that calls it.
    For compile this library I just need the header file and I can compile it succesfully, but when I run it, throws an error:
    relocation error: file /usuarios/davidj/java/jnitest/libtmlog.so: symbol lgprnERRPar: referenced symbol not found
    where lgprnERRPar is a function in the 3 party library.
    Can anybdy helps me, please???
    This is very urgent for me.
    Thanks in advance

    Hi,
    I've found
    http://forums.java.sun.com/thread.jsp?forum=52&thread=94378
    http://forums.java.sun.com/thread.jsp?forum=52&thread=95551
    http://forums.java.sun.com/thread.jsp?forum=52&thread=95531
    http://forums.java.sun.com/thread.jsp?forum=52&thread=95577
    http://forums.java.sun.com/thread.jsp?forum=52&thread=95549
    http://forums.java.sun.com/thread.jsp?forum=52&thread=95567
    http://forums.java.sun.com/thread.jsp?forum=52&thread=91606
    http://forums.java.sun.com/thread.jsp?forum=52&thread=93411
    http://forums.java.sun.com/thread.jsp?forum=52&thread=95728
    Hope it helps,
    Klaus

  • How to Access External PostgreSQL Database from SAP On Linux?

    Hi all!
    I have Linux-Orale11-ERP6.0. I need connect to an external database PostgreSQL on Linux. I installed the driver ODBC on Linux-Oracle11-ERP6.0 and command isql-v<alias> connect to PostgreSQL:
    root@sap etc# isql -v <alias>
    Connected!
    sql-statement
    help tablename
    quit
    SQL>
    How do I now configure the Oracle DB Link?

    I installed DG4ODBS.
    Configured initH2P.ora, listener.ora and tnsnames.ora.
    /oracle/DEV/112_64/hs/admin/initH2P.ora:
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO = H2P
    HS_FDS_TRACE_LEVEL = OFF
    #HS_FDS_SHAREABLE_NAME = /usr/pgsql-9.0/lib/psqlodbc.so
    # ODBC specific environment variables
    #set ODBCINI=/etc/odbc.ini
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    /oracle/DEV/112_64/network/admin/listener.ora
    # Filename......: listener.ora
    # Created.......: created by SAP AG, R/3 Rel. >= 6.10
    # Name..........:
    # Date..........:
    # @(#) $Id: //bc/701-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#1 $
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (ADDRESS_LIST =
            (ADDRESS =
              (PROTOCOL = IPC)
              (KEY = DEV.WORLD)
            (ADDRESS=
              (PROTOCOL = IPC)
              (KEY = DEV)
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = sap-dev)
              (PORT = 1527)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = SUPPORT
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = DEV)
          (ORACLE_HOME = /oracle/DEV/112_64)
    #########I inserted###########
        (SID_DESC =
          (SID_NAME = H2P)
          (ORACLE_HOME = /oracle/DEV/112_64)
          (PROGRAM=dg4odbc)
    /oracle/DEV/112_64/network/admin/tnsnames.ora
    # Filename......: tnsnames.ora
    # Created.......: created by SAP AG, R/3 Rel. >= 6.10
    # Name..........:
    # Date..........:
    # @(#) $Id: //bc/701-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/TNSNAMES.ORA#1 $
    DEV.WORLD=
      (DESCRIPTION =
        (ADDRESS_LIST =
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = sap-dev)
              (PORT = 1527)
        (CONNECT_DATA =
           (SID = DEV)
           (GLOBAL_NAME = DEV.WORLD)
    #########I inserted###########
    H2P.WORLD  =
      (DESCRIPTION=
         (ADDRESS=
           (PROTOCOL=tcp)
           (HOST=77.120.107.XXX)
           (PORT=5432)
         (CONNECT_DATA=(SID=H2P))
         (HS=OK)
    And when I run: tnsping H2P,  I get an error:
    [root@sap admin]# tnsping H2P
    TNS Ping Utility for Linux: Version 11.2.0.2.0 - Production on 29-AUG-2011 15:37:00
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    /usr/sap/DEV/SYS/profile/oracle/sqlnet.ora
    TNS-03505: Failed to resolve name
    Although:
    [root@sap admin]# tnsping DEV
    TNS Ping Utility for Linux: Version 11.2.0.2.0 - Production on 29-AUG-2011 16:38:07
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    /usr/sap/DEV/SYS/profile/oracle/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD) (PROTOCOL = TCP) (HOST = sap-dev) (PORT = 1527))) (CONNECT_DATA = (SID = DEV) (GLOBAL_NAME = DEV.WORLD)))
    OK (10 msec)
    what am I doing wrong?

  • The third party database supported by SAP BW

    Hi
    Apart from SAP R/3 , my client has a historical data in thier legacy system so called  MFG/PRO, they wondering if SAP BW is allow to connect to such system.  Anyone know where I can check the third party database supported by SAP BW ?
    Panadda

    Hi:
    The native SAP NetWeaver BI functionality delivered to connect with such a system is called UDconnect ("BW" is an old term).
    Here are some resources
    http://help.sap.com/saphelp_nw2004s/helpdata/en/78/ef1441a509064abee6ffd6f38278fd/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/58f4db47-0501-0010-a2bf-ff01b150fdff
    You should be able to find a JDBC or ODBO driver for such a system that can work with UDconnect.
    Thanks for any points you choose to assign.
    Best Regards -
    Ron Silberstein
    SAP

  • Item master synchronisation from third party system to SAP

    Hello ,
    I would like to understand how we can desgin flow of data in case of changes in Catalog from third party system to SAP.
    We have implemented Catalog functionality.  Catalog maintained in third party system is accessed from SAP for procurement through catalog button.
    Now we want to update SAP contracts when ever there is change in prices in third party system. In this we are also validating currency,UOM, delivery time etc.
    How does we can make this synchronisation? What are the possible solution for this?
    You valuable inputs will be highly appreciable.
    Regards,
    Prashant

    Hi Neetu
    you have to mainatin Item text and not for material PO text...
    Do these settings:
    SPRO->MM->Purchasing->PO->Texts for POs--->Define copying rule for item texts..
    then check you should have a entry for "Item Text" if not then
    Put a Consec no. and against it enter item text. then for this you have to maintain text linkage where u should have source object as Purchase requisition.
    please confirm if these settings are already there?
    regrds
    yogesh

  • Third Party Database Support in SQL Developer

    As a rule I don't (blatantly) advertise my blog on this forum, but I have just had feedback from my recent posting which made realize you might not have stumbled on this new functionality. i.e. Third Party Database Support in SQL Developer. <br>
    <p>In the Evaluation Release 3 (1.1.0.22.71) you can connect to and browse MySQL and SQL Server databases. The Getting Started document on OTN, does mention where to get the jdbc drivers and briefly, how to set it up in SQL Developer. This blog entry takes that a step further.
    <p>If you have access to either of these databases, please take a whirl and see what you think. For production you will also be able to connect to an MS Access database.
    <p>Regards<br>
    Sue

    The great thing, as you see from Donal's reply, is that other teams can take advantage of SQL Developer's framework, so we have a few teams working on extensions to SQL Developer and the product benefits from the work they do.
    From the SQL Developer team's side, we have logged and fixed bugs for 8i support in 1.1. since the last evaluation drop, so when you get the next drop for SQL Developer, you should be able to browse more objects using 8i. Also I have logged further 8i bugs and will continue to have more fixed. This is an ongoing project. We also have a number of features that need to be added to support current releases and try to give these a high priority. So the team is focused on addressing as many requests as we can for supported features.
    We know we have many customers on unsupported databases and would like to support them too, having said that, we have run a poll on this forum for ages and have had 7.5% (22) responses for databases lower than 9.x. It's a small poll, but based on all our feedback we believe we have the right focus.
    Regards
    Sue

  • [SOLVED] mySQL third party database?

    I think it is surprising that mySQL is threated as a third-party database or has Oracle sold it?
    "You can also connect to schemas for selected third-party (non-Oracle) databases, such as MySQL, Microsoft SQL Server, Sybase Adaptive Server, Microsoft Access, and IBM DB2, and view metadata and data."
    I have searched most of the documentation and the forum and now I think that I have to install some kind of driver (jdbc perhaps) and then I get a new tab in the connection view where I now only have the oracle tab.
    I tried to use the oracle connection tab and use a jdbc connection string: jdbc:mysql://localhost:3306/cdr?useUnicode=true&characterEncoding=utf-8 both with and without the unicode string but it did not work.
    Found it -> Help -> Developer Center -> JDBE my SQL driver (from my mind, just restarting it)
    Edited by: 992601 on 2013-mar-07 23:26

    Oracle SQL Developer is the IDE for Oracle Database. We also have an extension for TimesTen. But primarily any database support for databases other than Oracle is provided to assist with migrating you from those databases to Oracle.
    The MySQL team has it's own IDE, it's called the MySQL Workbench.
    http://dev.mysql.com/downloads/workbench/5.2.html
    You'll notice it does not support Oracle Database.

  • Integrating third party recruitment with SAP

    Hi folks,
    I had a question regarding intergrating the third party system with SAP HR masterdata. I am basically looking at transferring the applicant data from the Recruiting (third party tool ) system into SAP HR Masterdata. I found using the feature PAPLI something like integration could be done. I do not know how ???
    Right now, at the click of button something like Data transfer (entering the applicant id) can be manually imported into SAP Masterdata from the SAP recruiting module on the same system.
    Can such a process be achieived using  a third party tool? Is direct transfer process from the thrid party tool into SAP Employee Masterdata possible? Is the feature PAPLI (found from IMG) something like this can be accomplished?
    The version we are using is SAP 4.6C
    Any thoughts or leads in this area will be highly appreciated.
    Thanks in advance,
    SK

    I am not sure of any standard integration programs specific to recruitment, but through customization we can integrate third party rectt systems like People click, HRP etc.
    Develop inbound programs with ALE-IDOC system to transfer the data to Rectt tables.
    The switch will control activation of integration between the systems.
    If this helps, pl do reward.
    Thanks
    Narasimha

  • Third party returns from customer to vendor (Urgent)

    Hi,
    We have an urgent requirement regarding an issue with third party returns from customer.
    The scenario required is as follows :
    When the customer returns the goods in Third party proccess the goods should be directly returned to the vendor instead of receiving into our plant .
    How can we map this bussiness proccess?
    Currently the returns are handled as per the standard SAP proccess ie.,
    Customer returns the goods> Return order is created>Return delivery created (PGR)>Credit memo created.
    In this case we are receiving goods into our plant .

    Hi Shrikant
    1. If delivery of goods is the only issue then you can ask customer to make invoice with Invoice to your company address and Delivery address as the vendor address. Practically it is possible.
    2. Then you can make corresponding entries in SAP and regularise it.
    Thnx
    Nilesh

  • Can SQL Developer connect to ANY third party database

    As of my investigations, SQL Developer can currently connect only to Oracle, MSSQL, MySQL and Access.
    What about connecting to any database using JDBC? Is this possible / planned? I'm currently interested in PostgreSQL.
    Thanks, Viliam

    In the next release users will be able to connect to Sybase. We do have plans to extend to further third-party databases, but this is not scheduled for the short term. Are you looking for a migration solution? The Migration Technology center has a lot of detail and support we provide for third party database support. http://www.oracle.com/technology/tech/migration/index.html
    Regards
    Sue

  • Sending query to third party portal from TREX Search Engine

    HI Experts,
    we need to implement normal search option in SAP portal.
    when we search any thing from portal ,
    It has to search in EP & KM and also it has to search
    windows sharepoint portal and bring the data back to SAP Portal.
    For this purpose one solution is
    1) implementing  enterpise search,
       but my client dont want to go for enterprise search(federated search).
    2) The other way
    Sending query to third party portal from TREX Search Engine
    In this way what i want is ,
    how TREX can send query to third party portal SEARCH ENGINE
    (in my case share point portal search ENGINE).
    There is no problem to search in EP & KM becuse it is default.
    To search in Micro soft Share point portal,
    TREX should pass the query to share point portal search ENGINE.
    Is there any API TO send a query to third party portal like sharepoint?
    I searched in SDN and Other sites also but i am not getting exactly what I require.
    If any one has ideas or implemented already please guide me.
    My client require searching option like this,
    we need to provide drop down box in SAP Portal with 3 options like
    1) search in Share point portal
    2) search in SAP EP & KM
    3) Search in both the portals
    please provide any code samples in case if you have.
    please help me , its urgent
    Thanks in advance.
    Regards
    Bala

    Hi Bala,
    please check the information on the KM IMS (Index Management Service) in KMC's developer guide. A connection to a 3rd party search is done from KM, then calling TREX and XY in parallel, not serially from TREX.
    Here's a paper describing this for an older KM release:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5e514b57-0701-0010-3796-deb3636835fa
    Regards, Karsten

  • Configuring the POS in ECC w/o having any third party tool and SAP IS Retai

    Hi All,
    I would like to know whether is there any way of configuring the POS in ECC without having any third party tool and SAP IS Retail.
    Becuse client can't efford to invest for the sake of small functionality like just sales and service at his compay owned outlets.
    Hope the query is clear to you all.
    Best regards,
    sushil kumar

    Hi Guru's
    I am closing this thread due to no reply  nor solutions from the forum
    Thanks for your time
    Regards,
    sushil

  • How to access third party plugin (inmath styles) in indesign SDK

    Hi All,
    I would like to know that how can we access third party plugins like inmath styles in indesign SDK using VC++. And also I got C++ header file from the third party to interface their style into indesign. Please help me how can we do that.
    Thanks
    Saravanan Rethinam

    You have the header file from inmath. It must contains something like this:
    #define kTPPrefixNumber 0x89ABC      // Prefix number of the plug-in issued by Adobe
    DECLARE_PMID(kInterfaceIDSpace, IID_ITHIRDPARTY, kTPPrefixNumber + 12)   //
    class IThirdParty : public IPMUnknown
         public:
         enum { kDefaultIID = IID_ITHIRDPARTY };
         virtual bool16 IsThirdPartyEnabled() =0;
    To use it in your code obtain an interface to object. You need to know where to look for it. Here is an example where it is on the Application boss:
    #include "../ThirdParty.h"
    InterfacePtr<IApplication> theApp(gSession->QueryApplication());
    InterfacePtr< IThirdParty > iThirdParty(theApp, UseDefaultIID());
    if (iThirdParty != nil) {
         // Safe to call functions on the Interface ...
         if (iThirdParty-> IsThirdPartyEnabled()) {

Maybe you are looking for

  • Photo App Crashes Since Upgrade to IOS 8

    Since I updated to IOS 8 I cannot get the "PHOTO" app (not Iphoto) to stay open...will open for 1-2 seconds and then crash.   Works perfectly fine on my Ipad Retina, but other Ipad, which is a generation behind just crashes.   Itunes shows the photos

  • What software do I need to add TouchEvents to app?

    I have just finished the development of version 1 of my application using Flash CS4. It's almost completely AS3 code with a SQL backend. For the next version  I want to look at adding TouchEvents for a mobile version of the application. But I'm confu

  • Video file how to stop and find Video is completed.

    hi we have load the .flv file the following code: //=================================== var vid:Video = new Video(310, 174); vid.y=24; vid.x=308; addChild(vid); var nc:NetConnection = new NetConnection(); nc.connect(null); var ns:NetStream = new NetS

  • How can I turn on spellcheck as default?

    I was happily typing along and noticed both a typo and the fact that the typo was NOT underlined in red squiggles. Hmmmm, I thought. Fiddling around, I discovered an option on right-click that allowed Me to turn on spellcheck. Now, every time I type

  • Can I display RSS news feeds in Keynote?

    I'd like to embed an RSS feed to display the latest news at the bottom of a presentation, as well as current weather information. Is this possible with Keynote '08? There are news ticker apps but none that overlay a Keynote presentation. Thanks!