Connecting non SAP system to GTS

Hello Everyone,
I have to connect PeopleSoft to GTS. Does anybody know how to connect a non SAP feeder system to GTS? We have already ECC 6.0 connected to GTS, so it will be a heterogeneous application environment.
I have to send People soft orders (which will be converted to PO since there is no stock of materials in people soft) to GTS for SPL screening, if order is not blocked it will go to ECC for further processing.
My first task is to connect PeopleSoft to GTS.
Any help will be appreciated.
Thank you.
Renu Garg

Hi Renu,
Just a word of caution on what to transfer and which function modules will be required:
1.  If customer 1 in ECC is also in your PeopleSoft as customer 1 you will only be able to avoid the retransfer of customers if you put both systems into the same logical system group (LSG).  GTS will then know that customer 1 (whether from ECC or PeopleSoft) is the same customer.
2.  If ECC Customer 1 exists in PeopleSoft as Customer A, you will be REQUIRED to send your customer data across from PeopleSoft to GTS.  If you don't, GTS will have no way to recognize the customer until the transfer is made and you will have two master records for the customer in GTS (unavoidable) one for the customer as it exists in PeopleSoft and one for the customer as it exists in ECC.  This won't cause problems in GTS.  If this is the case it will make no difference whether both systems are in the same LSG, but I would recommend separate LSG's.
3.  If a Customer 1 exists in BOTH PeopleSoft AND ECC, but they are not the same customer, you will need to transfer your customers from PeopleSoft to GTS and you MUST NOT include both systems in the same LSG.
Wish I could help with some connection info, but at SEAL, we have a techncal team that deals with that.
Hope this helps,
Doug

Similar Messages

  • Interface module in GTS from Non-SAP system

    Hi, GTS experts,
    Can you give me some hint please.
    Now I'm plannning to connect Non-SAP system to GTS.
    Are there any interface modules or something in GTS?
    At least, following objects & actions are to be transferred and maintenanced.
    - business partner (customer or vendor in ERP)
    - customs product (product in ERP)
    - customs document & customs declaration document (document in ERP)
    - release of blocked customs document
    regarads,
    Katsumi

    Hello Katsumi,
    Some further info to what has been provided above, here is how the following function groups align with data from the ECC system:
    /SAPSLL/API_1006 -> Business partners
    /SAPSLL/API_6800 -> Customs documents
    /SAPSLL/API_6850 -> Products
    For each group there usually is a function module for individual or mass update, e.g.
    /SAPSLL/API_6850_SYNCH
    /SAPSLL/API_6850_SYNCH_MASS
    The function modules in these function groups are remotely-enabled (i.e., they are BAPIs).
    It is, thus, true to say that GTS can interface with non-SAP systems. Some GTS users have done this. But you have to use some sort of connector technology to build up the proxy and call the function modules (e.g. JCo) from your non-SAP system directly.
    Regards,
    Randy
    Edited by: Randy Strader on Dec 5, 2008 11:03 PM

  • Connect b/w SAP and Non SAP -system

    Hi All,
    I have a requirement where i need to connect between a SAP system and Non-Sap System.
    the front end is an E-Build tool (for construction Industry) from where the user will pick the data and the data should get store at the backend i.e in the SAP system.
    E-build is a tool for construction industry with lots of flexible options for the user to check for their house, along with their prices.
    These all data needs to be captured and store at the backend.
    Can any one suggest me which method shall i go for this in ABAP(and How)  or need to go for the XI-Netweaver or EP technology.
    Thanks & Regards
    Mona

    you better to go for middleware tools .  keep files( whichs contains data to be stored in SAP)  in one folder at 3p systems  and  middleware adapters will pick that filles automatically and sent it to Application server or then process the data into SAP.
    tks.. venkat

  • Connect Non SAP Oracle DB and MSSQL DB to SAP BW 7.0 Orace 10g system

    Hi All,
    Well I have a scenario, where I have to connect Non SAP Oracle 9i DB and MSSQL DB (2000, 2005) to SAP BW 7.0 Orace 10g system.
    There are all together 4 Non SAP systems to be connected.
    Up till now I have understood that in order to have to integrate Oracle 9i to BW system - TSNNames.ora has to be updated, then create new Logical system, then Create Source system in RSA1 with all the required information, Create user at Oracle 9i end.
    As far as MSSQL Server is concerned - Client Software + DB Shared  Library has to be installed in BW server.
    Could anybody please guide me in the complete Basis Activities including above to complete the process.
    I tried to create Source System, the initial screen has fields - Logical System, Source System & Type and Release.
    I have created the Logical system through Tcode SALE
    How to create Type and Release - for DB Oracle 9i & MSSQL 2000/2005.
    Does OS version of DB & BW also matters ? Do we need to have that information as well.
    Thanks & Regards
    Rupali S

    Hi,
    I am getting following error when I try to do TNSping
    C:\Documents and Settings\bitadm>tnsping HRPRN815
    TNS Ping Utility for 64-bit Windows: Version 10.2.0.2.0 - Production on 06-AUG-2
    008 16:40:58
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    E:\usr\sap\BIT\SYS\profile\oracle\sqlnet.ora
    TNS-03505: Failed to resolve name
    This is my TNSnames.ora file content
    BIT.WORLD=
      (DESCRIPTION =
        (ADDRESS_LIST =
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = poinmssapdev)
              (PORT = 1527)
        (CONNECT_DATA =
           (SID = BIT)
           (GLOBAL_NAME = BIT.WORLD)
    HRPRN815.VSHODC.LNTINFOTECH.COM =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 172.25.8.79)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = HRPRN815)
    Do we need to manually update Listener.ora as well so as to function.
    All this is not letting me create Source system.
    Gives me following errors
    TNS-12514 TNS:listener could not resolve SERVICE_NAME given in connect
    descriptor
    Cause: The SERVICE_NAME in the CONNECT_DATA was not found in the
    listener's tables.
    Action: Check to make sure that the SERVICE_NAME specified is correct.
    TNS-12541 TNS:no listener
    Cause: The connection request could not be completed because the listener is
    not running.
    Action: Ensure that the supplied destination address matches one of the
    addresses used by the listener. Compare the TNSNAMES.ORA entry with the
    appropriate LISTENER.ORA file (or TNSNAV.ORA if the connection is to go by
    way of an Interchange). Start the listener on the remote machine.
    Thanks & Regards
    Rupali S

  • 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.

  • Integrate or connect SAP system to non-SAP system

    Hi All,
    We need to connect SAP system or integrate inspHire rental software to SAP. Do you know the process or initial summary on how to integrate this one?
    As of now, the only way that we know to integrate SAP to non-SAP for posting is thru LSMW and batch input.
    your suggestions will be greatly appreciated.

    Hi,
    LSMW is just tools for integration and you can use BDC Call Transaction, BDC session or BAPI, or Function to update something ins SAP.
    1/Easier is if your non-SAP system is able to create file and ftp to SAP folder.
    2/You will have background job running program that will every 5minutes or hour or daily(it is up to you how fast dat has to be bring to SAP) check if file was create in SAP folder.
    3/Program will move file to folder in process
    4/Program will process file, usinf function, or call transaction to update SAP on the base of file
    5/Program will move file to process folder
    If you need more info give me detail about what you would like to update in SAP and I could send you code.
    Bye Jan

  • Activating WebService on R/3 to connect a non-SAP system (XML)

    Hi Experts,
    Apologize if my thread is not on the right category. I'm not sure where to put this.
    Is there any steps on how to activate webService to connect to a non-SAP system without using middleware like XI/PI. I'm trying to connect to a non-SAP system that sends an xml format message and then directly connect to an R/3 system. Is this possible? thanks!

    Hi,
    Check this link.
    Web Services from Function Module
    it might help u.
    Thanks.

  • RFC Adapter to connect to Non SAP System

    Hi,
    I have a scenario to connect to a non SAP system using RFC adapter. I am not used to the same. I need to know whether this is possible and what are the steps to be done.
    Thanks and regards
    Siji

    Hi,
    These links should help.
    Non-SAP application connecting to PI via Sender RFC Adapter
    Error by setup RFC Interface with non SAP system
    SAP PI to Third Party system through RFC Connectivity ??
    Regards,
    Jannus Botha

  • SAP to External Non SAP Systems C++ Connections

    Hi guys,
    i should develop a C++ application that should transfer/receive data from an external Non SAP System to a SAP System (MM SD FI Modules) and viceversa,
    This bidirectional integration should be synchronous and asynchronous, depending on the data flow type,
    I was thinking to use IDocs for this communications,
    I should be able to send purchase and sell orders requests from the Non Sap System to the Sap system and receive the result of SAP processes once the SAP transactions will be finished.
    So i'll have a C++ process that send idocs (created with sdk end sent throught RFC to SAP) for SD or MM operations and a SAP Abap module that receive this idocs and start internal operations.
    After this i need an internal SAP abap module that send to my external application Idoc's with the result of internal operations.
    Are the idocs the common way to transfer data(low cadinality) in this scenario, or there is a better way?
    Note: my sap system versions are previous to the netweaver release, so i can't use a Service Oriented comunication...
    Thanks in advance!!!

    Hi,
    try sending the data through BAPI Function Module.
    and use the FM in your C++ program.
    hope this works....
    try
    best of luck!!
    thanks
    ravi aswani

  • How to connect to a non-sap system in HCI?

    Dear experts,
    My scenario is to replicate the customer information to SAP Cloud for Customer from a non-sap system. The non-sap system is in the internet and it can be accessed by any system.
    Now my questions is: The customer information flowed from the non-sap system is in a very specific format, should we develop a webservice for the customer information in HCI? If so, how to create new webservice in HCI? Does SAP allow user to create customized webservice in HCI?
    BR,
    Kurt

    Hello Kurt,
    HCI is available as a platform as part of the HANA Cloud Platform edition. With the platform edition you can develop your own interfaces within HCI. HCI has SOAP, FTP, IDOC and a succesfactors adapter which you can make use of.
    It is possible to import webservice definitions and create the custom interface with your own mapping.
    Best regards,
    Fons

  • Connecting the UWL to a non-SAP system

    Hi,
    I am in need of a solution for showing the tasks from a non SAP system (DotNetNuke to be precise) in the UWL.
    Our client wants to change from DotNetNuke to the SAP Portal, but doesn't want to change all the processes at ones.
    J

    I think I found it myself: It is possible to create a Custom Connector API
    check this out: http://help.sap.com/javadocs/NW04S/current/uw/UWL%20Custom%20Connector%20API.pdf
    If this doesn't work I will report this on the forum.
    J.

  • How to implement SSO to non-SAP systems using SAP logon ticket?

    Hello,
    We would like to implement Single Sign On between our SAP Netweaver system and a Siebel which is a non-SAP system using SAP logon tickets.
    Can anyone please give me some leads on this, in particular:
    1. Is there a JAVA API or an SAP plug-in that can be implemented on the Siebel machine to extract the SAP logon ticket?
    2. As the other machine might seat on a complete different domain, is it possible to implement SAP logon ticket without using cookies (perhaps through the HTTP header?
    3. In case you think using SAP logon tickets is not the best solution here I would be happy to hear any other suggestions you might have.
    Roy

    Hi,
    I'm currently using SAML as well. Unfortunately the SAP J2EE cannot work as authority (identity provider) but what you can do is using an open implementation of SAML such as opensso which is an open version of SUNs Java System access manager.
    There are a couple of other projects such as opensaml, apache's wss4j or shibboleth that might be interesting in this context.
    I just installed opensso and got it working with SAP J2EE 7.0 using SAPs JAAS SAMLLoginModule to authenticate users within SAP J2EE.
    In this scenario opensso serves as identity provider just as you need! There are a couple of Policy agents available on SUNs Download site you can use with Apache, Tomcat, JBOSS, WebSphere, Bea Web Logic etc. in order to authenticate! Otherwise you just directly authenticate against opensso. When installing opensso you can configure the type of user store you want  to use! By default it uses LDAP but you can also use different types of user store using JDBC or other mechanisms. Since you have a Directory Service you could easily connect it to your existing directory.
    There is also a way to map user ids directly in opensso by adding a uid mapping class. I created some documentation with lots of screenshots about using opensso with SAP J2EE. You can easily use opensso with any other system that supports SAML. In the case of SAP the usage is currently limited to SAML versions 1.0 and 1.1. Version 2.0 is not yet supported but should be in one of the following versions.
    Here are some links you might want to check:
    OpenSAML: https://spaces.internet2.edu/display/OpenSAML/Home
    wss4j: http://ws.apache.org/wss4j/
    shibboleth: http://shibboleth.internet2.edu/
    opensso: https://opensso.dev.java.net/
    On SDN you will find a documentation on how to connect SUN Java System Access Manager to SAP J2EE (see https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/906d9fc6-31b9-2910-1385-90edad7d7570). As I said opensso is based on the SUN Access Manager code and looks quite the same. So you can adapt this documentation in order to configure opensso or you can just ask me for the documentation.
    Hope this is helpful...
    Let me know if you need further assistance on this topic
    Cheers

  • Creation of a partner profile for an non sap system

    hi,
    I need to create a partner profile for an non sap system(SQL Server).
    step by step procedure will be useful.

    Hi,
    1>goto SM59 create R/2 connections and give the connection type as 2 and give the receiver address.
    2>create port in we21 tcode.
    3>create partner  profiles in we20 and give the receiver system (LS).
    Regards,
    nagaraj

  • Unable to send IDOCs from SAP PI 7.3 system to a NON-SAP system

    Hi Experts,
       We have a simple file to IDOC scenario in our SAP PI system. There is no mapping as the file is already in the IDOC-XML format.
    However , the target system is a NON-SAP system. We are using a TCP/IP RFC destination to connect to it.
    Here are the settings we have done,
    1) Creates a 3rd party technical system and business system in SLD.
    2) We have assigned a logical system name for the business system (LSKABA100).
    3) Created a port in IDX1 with the same name LSKABA100 and assigned the TCP/IP RFC destination. The RFC destination is pinging fine.
    4) Imported the metadata for the IDOC from a SAP port and copied the same to LSKABA100 port.
    5) Created the sender agreement, receiver determination, interface determination and receiver agreement in ID.
    When we send the file, there is an error on SM58 transaction of our PI system. It says "RFC_ERROR_SYSTEM_FAILURE: IDocException occurred."
    Other than that it does not provide a lot of details.
    We have seen this thread and this blog but did not get any break through.
    Please help us, if someone has any ideas.
    Best Regards,
    Ravikanth Talagana

    Hi all,
        I am not using any SAP Jco user either in my config or in the RFC destination.
    What is the user id that needs to have the authorization?
    I am using a TCP/IP RFC destination and it does not have any user id/pwd.
    There is also, no problem while doing a connection test to the RFC destination.
    Best Regards,
    Ravikanth Talagana

  • Call rfc sender adapter from non-sap systems

    Hi,
    is ist possible to connect to an rfc sender adapter from non-sap systems? I want to use the the RFC-Connector from http://rfcconnector.com, but in the client connect options there is no way to specify the program id.
    Best regards,
    Daniel

    hi,
    you don't need to use RFC type T (with program ID) - you can use whole connection string - just like in the example:
    http://www.rfcconnector.com/documentation/examples/client/#functioncall
    so just specify: host system number etc.
    it should work like that - but let me know as I don't know this RFC connector
    Regards,
    Michal Krawczyk

Maybe you are looking for

  • SQL report region source to call a pl/sql function using DB link

    Hi - I have a pl/sql function fn_dbtype(id NUMBER) defined in database X. The pl/sql function executes couple DML statements and returns a string (a SELECT query). I am able to call this function using SQL Plus (Connected to Database X) as below and

  • Changing left and right margins

    I want to produce a document which will have the pages printed back to back and then bound. I would like  the margins on the inside of the pages to be wider than those on the outside. As I will be printing back to back this means the wider margin wil

  • Movie playback problem for PC iTunes

    Hello, I recently began having an issue with playing movies in iTunes.  For some reason, I am no longer able to play music videos / movies in my iTunes. When I click to play the movie, the screen is completely back and the timer / play length, is alr

  • The .length()

    hi in some programs when i use .length is need the braces while in some it works without braces. just i want to know is there a difference between the length and the length()

  • Over-riding _init in shared library?

    Hi, I've just jumped to Solaris. I designed a library which contains the startup code in _init function. On Linux is used the -shared -fPIC -nostatupfiles and the init function got caled each time the library was loaded. However, using "cc" ( i have