HOW COULD CONNECT FROM SAP SYSTEM TO THIRD PARTY JAVA APPLICATION

HI expects,
        HOW COULD CONNECT FROM SAP SYSTEM TO THIRD PARTY JAVA or . DET APPLICATION.please provide me some scenarios and documents.please help me.

Hi,
In the sender side i.e. in SAP system you can use IDoc/RFC/Proxy to push the data to XI.
IDoc supports only Async communication and in Sync case performace is good using Proxy.
In the receiver side you can use Java Proxy to connect to the Java application or you can even bulid a webservice over the Java/.Net application and use SOAP adapter to post data to it.
Thanks
SaNv...

Similar Messages

  • Integrate SAP BI with third party Java application

    I want to display reports from SAP BI to third party java application. I have found many javadocs, but have not found any document that helps with this problem.

    Not much information provided.
    BO Version?
    Reports in question?
    There are different set of SDKs for different reports. Also there might be changes in the API's between different BO products.
    As suggested by Jawahar, its better if you post your query to SDK forum for better response as it is the dedicated forum for BusinessObjects Java SDK queries.
    Thanks,
    Prithvi

  • How to connect one SAP system to Non-SAP system(Example:Window's7)?

    Hi Experts,
        In general, One SAP system can connect another SAP system through RFC.How to  connect One SAP system  to Non-SAP system(example:window's 7) and is it possible through RFC?
    Thanks and Regards,
    Nageswar

    Hello  Wolfgang Schaper,
    Thank you so much for quick response.
    As you told I am trying to work with BRFplus/DSM to call decision services from nonABAP systems,so I tried with RFC.But it is not possible as you told.
    Please give any solution Without using Web Services, is there any ways to connect from SAP system  with the Non-SAP Systems.

  • How to file data from sap server to third party-tibco using EDI-Idoc?

    Hi all,
    I need to send data from sap server to third party system in th form of file.
    Please guide me how to send data file from sap server to third party-tibco using edi-idoc?
    Also guide the configuration ti be done for EDI.
    Thank you.

    1)create file port
    2)TCP-IP RFC destination with a program RFCEXEC to be executed on application server
    3)Dummy distribution model
    4)Partner pofile of type other han LS

  • How to connect from  bw system  ecc system.

    how to connect from  bw system  ecc system.

    Solution
    Maintain the entry using the following path:
    Call Administrator workbench (transaction RSA1).
    From the 'Settings' menu, select Global Settings'.
    If an entry already exists in the field "BW user for ALE", delete this.
    Enter the correct names for the BW users in this field.
    Save the entry.
    You must restart the Administrator Workbench (RSA1) now.
    The source system can now be linked without errors.
    hope this helps.

  • Sso with third party java application.

    hi all,
    I want to have single signon for third party java application deployed on websphere 5.0 advanced server .
    I am using SAP EP6.0 SP13 .
    Can anybody help me out.
    thanx in advance.....
    Sarang

    Hi Sarang
    Please refer to the following thread. It should answer your question.
    SSO between SAP EP and JAVA app on WebSphere Application Server 5.1
    Also refer to the following document.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/ibm/how to set up sso between sap enterprise portal and ibm websphere portal using tai.pdf
    Hope that was helpful.
    Warm Regards
    Priya

  • DST changes impact on third party java applications

    Currently we are running the following versions...
    O\S Windows Server 2003
    JRE 1.4.2_11
    JDK 1.4.2_11
    Should the JRE \ JDK be patched with tzupdater utility in case of running the third party java application?

    You don't have to apply tzupdater tool.
    Already JDK1.4.2.11 have the updated DST Time Zone Entries.
    Ref: http://java.sun.com/developer/technicalArticles/Intl/tzupdatertool.html
    Regards,
    Vel

  • How to connect from SAP BO Explorer (or) SAP Dashboard to Mobile device ( SAP BO Mobile app)

    Hi Friends,
                    Can you please guide me , how to connect the SAP BO Explorer/Dashboards in mobile device.
    Regards,
    Mahesh.

    Hi Mahesh,
    Take a look at this thread.
    http://scn.sap.com/community/mobile/businessobjects/blog/2013/10/10/how-to-connect-sap-bo-mobile-to-a-bi-server-40

  • How to connect from SRM system to Punch out Catalog

    Hi all,
    I would like to know connecting from SRM system to Punch out Catalog , do we require XI inbetween??
    Regards
    Vamsi

    Hi Vamsi,
    There is an XML variant of the OCI interface as described in the OCI documentation attached. Using this you can use XML documents instead of plain HTTP for the OCI transfer. No specific configuration is required as a transformation agent is contained within the FUNCTION bbp_ws_mapoci_to_sc
      map xml to oci structure
        CALL FUNCTION 'BBP_WS_DISPATCH_XML_MAPPING'
          EXPORTING
            iv_xml_type       = iv_xml_type
            iv_xml_document   = iv_xml_document
          TABLES
            et_oci_items      = et_oci_item_data
            et_longtext       = et_oci_longtext
          EXCEPTIONS
            xml_mapping_error = 1
            OTHERS            = 2.
    In this xml mapping function we use a CALL TRANSFORMATION to perform the XML -> OCI mapping:
      Transfrom OCI XML data via XSLT to RFC structures
        TRY.
            CALL TRANSFORMATION bbp_oci_xml_to_rfc
              SOURCE XML IV_XML_DOCUMENT
              RESULT sc_items = lt_sc_items.
          CATCH CX_ROOT INTO lr_exception.
         CATCH cx_xslt_runtime_error.
            RAISE xslt_failure.
        ENDTRY.
      ENDIF.
    Put mapped data into export strutures
      LOOP AT lt_sc_items INTO wa_sc_item.
        IF NOT wa_sc_item IS INITIAL.
    Hopefully this clarifies the possibility of using the XML variant of the OCI.
    Regards,
    Jason
    Edited by: Jason Boggans  on May 13, 2009 6:54 PM
    Forgot to attach the document

  • Need connectivity of SAP Oracle with Third Party tool with dsn

    Hi Friends,
    We need to access SAP's Oracle database with third party tool with the help of dsn creation. For that we need to create 2 staging tables and need a new segment for these tables. Our data will move from SAP transactions to these 2 tables and we want to fetch this data via dsn into another third party S/W.
    I am unaware of such kind of working, can you please help me how to create new segment and how to create dsn for accessing tables in this segment.
    Our requirement is as follow.
    The staging tables are required in the SAP database with user name and password. The user should have all access to the staging table only.
    Requesting your kind help on this issue. Please suggest for further processing of activity.
    Rgds, Krishan Raheja.

    Hi,
    Common way to integrate SAP (database) with third party Application is to use and implement SAP Connector (Java or .Net).
    Using this, you can fetch the data from SAP database to use it in Third party application.
    As per my understanding the method you mentioned, will void the SAP database license term.
    So Please check before doing such configuraiton. Also that method is NOT recommended..
    Regards.
    Rajesh Narkhede

  • Commitment Interface from SAP to the third party system!

    When we created Purchase Requisition or Purchase Order, the commitment will be created. The third party system needs to track the commitment. So SAP needs to send the commitment to the third party system by this interface.
    But when the Goods have been delivered, the commitment will be zero out and the actual will be posted to SAP. SAP needs to send the offsetting records to the third party system. In this way, the third party systems knows that how much commitments have been reduced.
    My problem is that I cannot find the right table to record the offsetting entry. In the table COSP, I can identify the commitment by the Business Transaction -- RMBA and RMBE. But it did not record the offsetting entry. It just becomes zero when the goods have been delivered. But I have nothing from that table to send to the third party system.
    Does anyone meet this problem before? Can you share some experience on this?
    Thanks

    Hello All,
    The issue is resolved now. In the EAI seebeyond at the time of writing the file to be sent after reading the IDOC the format is changed. Initially the file is written in the ASCII format now we have changed the formatting to ISO to resolve the same.
    Thanks,
    Mohit

  • How to connect from SAP on DB2 for i5/OS to external oracle database

    Hello,
    I managed to retrieve data from an external DB2 for i5/OS database using ABAP Native SQL running on another i5/OS server.
    I also managed to retrieve data from an external oracle database using ABAP Native SQL running on another Windows/Oracle server.
    Now i want to use ABAP Native SQL running on an i5/OS and retrieve data from an external Oracle database?
    I suppose i need software to connect fron I5/OS to this oracle database like you need extra software when you want to connect to an i5/OS database if you are running SAP on Windows (read note 751451)
    Does anybody know?
    Thanks in advance
    Bertil Rebergen

    Hello Bertil,
    to access an Oracle database from within an SAP system you'll need SAP's database interface library specific for Oracle plus the Oracle database client library utilized by SAP's database interface library. Both need to be available for the operating system your application server runs on, i.e. IBM i5/OS in your scenario.
    Since the required Oracle database client software is not available for IBM i5/OS your SAP application servers on IBM i5/OS cannot access your Oracle database.
    To overcome this limitation you would need to add at least one additional SAP application server based on Windows or Linux/Power to your current SAP system utilizing IBM DB2 for i5/OS. Since the required software libraries are available for these two operating systems you will be able to solve your problem this way.
    Best Regards, Christian Hoelters, SAP AG.

  • Integrating SAP System with Third Party Software

    Hi,
    I am working on an implementation project and need to integrate SAP system with a third party system. SInce I am a functional consultant, I am finding it tough to understand the integration issues. Can somebody explain me how to link up the two systems and what are the various tools available for this ?
    Regards,
    Rohit

    Hi,
    Inorder to integrate various systems we have various interface methodologies provided by SAP.
    SAP systems use the following interface technologies:
    ALE: Application Link Enabling
    BAPI: Business Application Programming Interface
    CPI-C: Common Program Interface Communication
    EDI: Electronic Data Interchange
    HTTP: HyperText Transfer Protocol
    LU 6.2: Logical Unit Type 6.2
    RFC: Remote Function Call
    OLE: Object Linking and Embedding
    SMTP: Simple Mail Transfer Protocol
    SOAP: Simple Object Access Protocol
    TCP/IP: Transmission Control Protocol / Internet Protocol
    XML: Extensible Markup Language
    In general we use ALEs and BAPIs.
    The ALE uses IDOCs as the data transfer medium and need various middle ware systems inorder to receive and process these IDOCs.
    BAPIs use Remote enabled functions which can be accessed from any platform also using any language ( like JAVA, VB etc).
    Thanks and regards.

  • How can I have SAP to identify third party new hires as a new employee?

    Hello,
    Situation:
    Our company has changed our vacation quota policy for new hires.  In 2011, new hires did not receive any vacation their first year.  In 2012, that policy has changed to give them vacation based on how many months are left in the year.  Example:
    If hired Jan 1 - June 30 = 80 hrs, July 1 - Oct 31 = 40 hrs, Nov = 24 hrs, Dec = 0 hrs.  I have configured the Rules for Generating Absence Quotas to make this happen, however we've discovered a slight problem.
    If a new hire has never been in our system, the logic works perfectly, however, in the case of third party employees, they are already in the system, thus have a Actions infotype with their third party onboarding hire date. At this point they are defined as employee group = 3.  After 90 days, we hire them as a production employee, employee group = P, so now they are now a company employee.  When they process through the generation rules, the system does not recognize they are a new hire employee because it uses their Actions entry date based on their third party onboarding entry.
    Question:
    When determining seniority, I'd like the system to use their third pary new hire action and not the third party onboarding action. Does anyone have a solution or suggestion?

    I did create a rule to determine if anyone coming through time eval is a new hire based on vacation elig. date in IT0041.  It compares Today to the vacation elig. date and if they match, set a time type indicator to 1.  I also added another decision to determine if they were a part time employee and pro-rate their quota entitlement based on what's in their IT0007 weekly working hours.  Instead of setting the time type indicator to 1, I recalculated based on a percentage of 40 hrs/wk and then updated the time type to that percentage.  In my quota generation rule I use that time type as a multiplication factor to recalculate their new pro-rated amount rounded up to the nearest whole number.

  • How can we get the message from sap system to 3rd party system

    it is related to XI only .if yes u can configure Java proxi-XI-BAPI or call the bapi directly in synchronous mode which can give u return message in BAPIRET.
    can u give the proceser step by step.. plz..
    thanks and regards,
    suresh

    Hi,
    Aout Proxy , you can go thru these-
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501d
    http://help.sap.com/saphelp_nw04/helpdata/en/87/5305adc23540b8ac7bce08dbe96bd5/content.htm
    Regards,
    Moorthy

Maybe you are looking for

  • Open PR, PO and Contract for services.

    Dear All, I want to develop a report that gives the open PR, PO and Contract for services. When user will enter the service number report will give the open PR, PO and Contract. But for services quntity in item overview is always 1 AU. I want to comp

  • Existing pictures from PC not displayed in Ovi - a...

    I have pictures taken using various devices over the years stored on my PC and want them all to show up in Ovi. One such directory which I cannot make appear is at: C:\Users\Peter\Documents\My Multimedia\My Pictures\2000-04 I renamed the directory

  • Just bought a MacBook Pro how do I move my files.

    I got the 13" MBP (my first mac) with 160gb hdd I have my pc with two HDDs totaling aboout 600GB of stuff. The HDDs are SATA and not usb and they are both ntfs formatted. How do I move those files over if they are in NTFS format and are sata i really

  • Inner Join with For All Entries - Performance ?

    I am using following the following <b>Select using Inner join with For All Entries in.</b>       SELECT kebeln kebelp kvbeln kvbelp         FROM ekkn AS k INNER JOIN ekbe AS b ON kebeln = bebeln                                            AND kebelp =

  • Execute multiple sql queries in plsql

    Hello All, I have two queries, How to execute multiple sql queries in plsql. Once the query completed in sql+ that report/output has to come in html. Please guide to how to do that. Thanks and Regards, Muthu [email protected]