ECC Via XI to Third Party system through Idocs

Hello,
I have done all the setting required to IDOC communication,
RFC's are created,
Distribution Model
Imported the Meta data
Partner Profile
ESR Objects Made (IDoc as my Source and WSDL as External Definition for Target)
ID Configuration made, sender channel is SOAP.
SLD Configuration (Business and technical system as third party systems and ECC as ABAP system)
Sender is ECC, no sender channel will be required (correct me if i am wrong), where as
now when i test my scenario with WE19, i do not see my XML while using tcode sxi_monitor.
have i missed  any step.
Any help will be appreciated,
Regards,
Abhishek

in IDX5 System is not a Central Integration System: unable to start program is the error, if i fix this error what will be impacts on the system
please follw bwlow step:
Check SXMB_ADM --> Check the Integration Engine Configuration
In the Global Configuration Data :
Role of Business System should be Integration server
Corresponding IS should point to Pipeline URL.
please check below link
Configure Role of Business System " as Central Integration Server , PI
and
Transaction SAP Adapter u2013 Monitoring (IDX5) : provides you with an overview of all messages sent to or from the Integration Server as IDocs. Double-clicking a message provides you with detailed information on this message in the Integration Server.
You can monitor the status of all XML messages by using transaction Integration Engine u2013 Monitoring (SXMB_MONI).
You can use transaction SM58 to monitor native RFC communication on the Integration Server. This type of communication protocol is used in two places here:
  To send an IDoc from an SAP system to the Integration Server
To send an IDoc from the Integration Server to an SAP system
and one more thing are you tested Rfc destination ? is it working ?

Similar Messages

  • Sending Data from BI to Third Party System through CIB Interface

    Hi Experts ,
    We have a requirement where we need to send data from BI to any Third Party System through CIB Interface . We do not have to use the OHD's . Please share the documents for the same .
    Regards
    Garima

    Hi,
          My problem is solved.
    Sol:  Getting wrong data from third party sytem. They are adding spaces in front of the payload and end of the payload so it was not processing. After deleting that spaces its is working fine.
            Thanks for your help.
    Thanks & Regards,
    Purshothamm

  • Interfacing to a third-party system through a shared SQL Server DB Table

    Guys, I have been given a task of interfacing to a third-party system through a shared SQL Server database table.I had never come across such implementation.Can anyone please let me know the methodologies involved in it.
    Thanks,
    Jack.

    This line:
    stmt.executeQuery(query);
    should be:
    stmt.executeUpdate(query);

  • Howto Send IDOC to third-party system. programID can not be registered.

    Hi, guys.
    I want to post IDOC to a third-party system through XI. And for sure, the third-party system can receive IDOC.
    In the receiver communication channel, I would fill in the RFC Destination with a RFC connection defined in SM59.
    In SM59, it is a tcp/ip connection and in technical settings the activation type is Registered Server Program. I name the Program ID randomly with 'a.a'. In Gateway Options, I fill the host with XI server and service with sapgw01.
    Then I test the connection, the result is program a.a not registered on XI server.
    My question is how to register the progam when I want to use this RFC to send IDOC to the third-party system. And how the RFC know which system he would connect. I don't find anyplace with the connection information such as IP or something like this.

    Sergio Cipolla 
    Thank you for your material. I have read the doc you refered.
    Almost I understand the process, there is one part.
    I should register the program ID in saprfc.ini file with the following content:
    DEST=FROMXI
    TYPE=R
    GWHOST=saphost
    GWSERV=sapgateway
    PROGID=a.a
    Here I am wondering the fiield "DEST" represent for. Does it mean the hostname of the target external system?
    And Here is the UNIX system, what is the path location of the file saprfc.ini or where I should put this file to be effective.
    Thanks in advance.
    Bu Ju

  • Third party system (JCO) ---RFC--- PI ---RFC--- ECC

    Hello all,
    We are trying to implement the following scenario:
    Third party system (JCO) -RFC-> PI -RFC-> SAP ECC
    The third party system connect to PI via Java Connector API with a know user id in PI. After that third party system tries to obtain the RFC that is already implemented and remote enabled in SAP ECC environment. But at this step there is something wrong in third party system software because we are not able to obtain the RFC interface and metadata from PI repository.
    1. This step is working correctly. Connection is OK.
                JCO.Client mConnectionPI = JCO.createClient("100", // SAP client
                                                                                    "user_id", // userid
                                                                                    "********", // password
                                                                                    "pt", // language
                                                                                    "10.x.x.x", // application server host name
                                                                                    "01"); // system number
                mConnectionPI.connect();
    2. This step is not working correctly:
                JCO.Repository repository = new JCO.Repository("TestRep", mConnectionPI);
                IFunctionTemplate ftemplate = repository.getFunctionTemplate("Z_RFC_XXX"); - not found exception
    We would like to know if there is something missing in any environment that we have to configure or implement in order to fix this issue. Thanks a lot.

    Hi Primini,
    couple of stupid-but-necessary questions:
    1) have you imported the RFC model in PI Repository?
    You don't need to have the RFC metadata in PI ABAP stack (there is no point in doing that), but rather in the PI Repository/ESR, within the SWCV you've created.
    Check the "Activities" session of this link for more details:
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/2b/a48f3c685bc358e10000000a11405a/frameset.htm
    2) if you have done 1), have you configured the RFC Sender scenario properly?
    I mean, have you ran the configuration wizard to create the agreements & determinations, setting the RFC interface as both the sender and the receiver interface? Of course, the systems would be different: as the sender system, you'll have a Business Service representing the legacy/JCo system; as the receiver, you'll have the ERP Business System.
    This should make your scenario work.
    If it doesn't, try one more thing: in the JCo code, just for the metadata repository connection, use a connection to the ERP system. But for the actual call, use the PI system.
    Let us know the results.
    Best regards,
    Henrique.

  • Third party system call function module/BAPI through RFC to update Z table

    Dear Friends,
    We have a third party system which directly inserts a Z table in SAP through its programming, which is an auditing issue.
    We want the third party system should call function module/BAPI through RFC so that the Z table gets updated.
    waiting for inputs..
    Thanks,
    Kumar

    if third party system is capable of making Remote Function call, then writing a Function module & making it remote enable is not difficult task in ABAP.
    You may have to prepare specifications first to decide if third party system is going to Read, insert, update, delete records from Zee table.

  • Avtivation of BC set from Third party system

    Dear All,
    We are using BC sets for configuration of regular business organizational units. We also have a workflow in third party system (like MS Share Point) for approval of such elements. Now we are looking to call BC sets for configuration of these elements Via third party system upon approval in workflow.
    Kindly help me to understand the feasibility & possible approach to develop the system.
    Thanks & Regards,
    Sandip

    Hi,
    Your question if i understood correctly.
    You cannot transfer the BC Set from one system to another.
    BC sets are used to have a snap shot for your customizing in SAP.
    This are predefined by SAP, which as per mine knowledge you cannot transfer from an external tool to SAP ECC.
    Kindly refer the below doc which may help you...
    Business Configuration Sets (BC Sets) and their use - Basis Corner - SCN Wiki
    Rgds,

  • IDoc Scenario SAP ERP - PI(Receiver IDoc Adapter) - IDoc to Third-Party system

    Dear All,
    I have created a scenario  to send IDocs via PI system (PI 7.1) to a third party system.
    There is no message mapping involved(Only ID part)
    I have imported Idoc Metadata from the source ERP system.
    Created an RFC destination(BC_ERP_SEA) in the PI system of type TCP/IP with registered Server Program to third party system.(Tested success)
    Created a port in IDX1 BC_ERP_SEA with above TCP/IP destination.
    Receiver communication channel of type IDoc is created with the following parameters:
             RFC Destination: BC_ERP_SEA
             Segment Version: 640
             Interface Version: SAP release 4.0 or Higher
             Port: BC_ERP_SEA
             SAP Release: 640
    Now when I execute the scenario, I get the following error in SM58 of PI system.
    Bena IDOC_INBOUND_ASYNCHRONOUS not found on host.
    Request your help for this issue.
    Thanks,
    Jishi

    Hi,
    Check below steps..it may resolve your issue
    1. It is mandatory to specify Ack Destination value in IDoc_AAE sender channel. The value should be an RFC destination name which is connecting to your SAP ECC system.
    2. In inboundRA resource adapter, the value for the property "local" should be set to "true".
    Regards,
    Tulasiram.

  • SAP IDM  7.0 integration with third party system

    Hi Experts,
    I know SAP IDM  7.0 can integrate with third party systems and create user ids on most of the third party systems.
    But I need to know regarding If it is possible to integrate with following systems
    1) Microsoft Exchange 2007 (  I know till exchange 2003 SAP  IDM support )
    2)  Microsoft  Active directory 2008 ( I know till Actice directory 2003)
    3) EMC  Documentum 6.5
    4)  ARIS 7.1.0
    5)  BlackBoard, Release 9.0
    6) Oracle 10g  ( Is it possible to create users at oracle level ? or at what level ? )
    7)  Sun Solaris Sparc  ( Is it possible to create users at  OS level )
    If you have information how on this please share. I know that  provisioning framework will have templates for most of the target systems. I want to know if they are available for above systems on SAP IDM 7.0 or if not have we can connect to them?

    Hi Matthew
    Your expertise in SAP IDM is indeed a great help!!
    >Can't see why not, it's all done via SQL commands. I've done similar things with MSSQL
    You mean that there will be oracle 10g drivers/oledb connectors in SAP IDM and in through SQL commands like "create user alfredo identified by alfredos_secret; " we can create user  in oracle database ?. As you said this should be possible.  What about creating user( user management ) in oracle 10g application  like dba or scot  and assigning the privileges in oracle application?
    >might need to do via UNIX scripts, but it can be done
    You mean that Unix scripts will be defined in SAP IDM and SAP IDM will execute these scripts in the Sun Solaris Sparc ?. It should be possible as you said. By the way how we will be able connect to Sun Solaris sparc ?  Is it via  the option "file " under the "Repositories" with repositories wizard  and later executing the file from SAP IDM ?
    Thank you once again for your expert answers on third party systems.

  • SAP Archiving in SAP 3.1 into third party systems

    Hello,
    1. Is it possible to archive the documents in SAP 3.1i and retrive via any third party systems? If yes, let me know the steps and third party systems details?
    2. Is it possible to archive the documents in SAP 3.1i and retrive from ECC Via SAP ILM? If yes, let me know the steps.
    Thanks
    Srini

    Hello,
    1. Is it possible to archive the documents in SAP 3.1i and retrive via any third party systems? If yes, let me know the steps and third party systems details?
    2. Is it possible to archive the documents in SAP 3.1i and retrive from ECC Via SAP ILM? If yes, let me know the steps.
    Thanks
    Srini

  • PO import from third party system

    Hi All,
    We have a third party system where PO's are created and imported into Oracle as an approved PO via Standard interface table. A PO was created in Aug 2012 and is stuck in interface tables with rejected status as the vendor site ID missing. So updated the interface table with vendor site ID. And ran import standard PO program. PO is imported but with the date in FEB 2013 instead of the date in Aug 2012. ( As the PO period for Feb 2013 is opened)Why it happened? And is there any way I can cancel/delete the PO from Oracle and resend it with the same old date I.e., Aug 2012 date and so that it can create with old PO Number.
    Thanks in advance,
    Regards,
    Pramod

    Why not starting with docu?
    The general process  is explained well in help.sap.com
    As a service, put this into your Google: vendor invoice edi site:help.sap.com

  • Adding Third Party system in PI SLD

    Hello Experts,
    I new to PI and would like to know, how to add any Third part system in the SLD, and
    scenario where sender is ABAP Proxy and receiver is Third party system, via SOAP Adapter.
    Regards,
    Abhishek

    hi,
    How do i maintain the entries for all the component in SLD. -> generally we dont have authorizations to create Business system,products in sld.
    if you have, then follow what was i posted earlier link:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50924080-0627-2a10-2b89-8cb87b972fb1?QuickLink=index&overridelayout=true
    any information on IDOC to SOAP Scenario.
    In R3 :
    1.Craete Logical system for R3 say SAPR3
    2.assign client to this LS.
    3.Create Logical system for XI say SAPXI
    4.create RFC pointing to XI say R3_To_XI
    5.Crate port of type Transactional RFC say PORT_To_XI.... give RFC created in step 4.
    5.Create Partner Profile of type LS.
    Give Partner no as SAPXI (LS of XI created in step 3)
    In outbound parameters add ur Message type
    Double click on message type & give Port PORT_TO_XI created in step 5.
    6.Create Distribution Model..... Transaction BD64
    In XI
    SM59 - R3 connection pointing to R3
    IDX1 - define the port with the above dest.
    in ESR:
    import Idoc and create everthing based on your requirement.
    please refer below threads:
    IDOC to SOAP scenario
    IDOC to websevice (SOAP) scenario
    thanks,

  • How to receive receipt in third-party system?

    I want to send message from third-party system via HTTP-adapter and
    integration server to SAP MDM. I have created outbound interface for my
    third-party system, message for this system, message mapping between my
    messageand ABABusinessPartner, scenario for transporting business
    partner data between message interface of third-party system and MDM
    interface ABABusinessPartnerIn.
    On third-party system side I have developed function which sends XML-
    message via HTTP protocol to SAP XI integration server (to HTTP-
    adapter). I want to receive delivery acknowledgement in synchronous
    mode (in same HTTP session). I want have delivery result
    (delivered/undelivered) in my third-party system.
    Because ABABusinessPartnerIn is a asynchronous interface then I can't
    use HTTP synchronous mode (parameter &qos=BE).
    Whether I should use the sync/async gateway?
    Message was edited by: Eugeny Balakhonov

    You can see the stocks with mvement type 101-O for that material

  • Rollback work in third party system thru RFC

    Hi Gurus,
    Here is my scenario:
    I am using RFC_UPDATE_TAXES_DOC to update records in third party system.
    After successful updation only , I am calling BAPI_ACC_GL_POSTING_POST to post records into SAP.
    Suppose I could post Taxes successfully into third party through RFC, but my BAPI gave me some error, I need to revert back the updation done in third party system as well.
    Could you please suggest me an RFC which could do this or guide me with some pointers on how to achieve this.
    Many Thanks,
    Madan

    Hi Primini,
    couple of stupid-but-necessary questions:
    1) have you imported the RFC model in PI Repository?
    You don't need to have the RFC metadata in PI ABAP stack (there is no point in doing that), but rather in the PI Repository/ESR, within the SWCV you've created.
    Check the "Activities" session of this link for more details:
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/2b/a48f3c685bc358e10000000a11405a/frameset.htm
    2) if you have done 1), have you configured the RFC Sender scenario properly?
    I mean, have you ran the configuration wizard to create the agreements & determinations, setting the RFC interface as both the sender and the receiver interface? Of course, the systems would be different: as the sender system, you'll have a Business Service representing the legacy/JCo system; as the receiver, you'll have the ERP Business System.
    This should make your scenario work.
    If it doesn't, try one more thing: in the JCo code, just for the metadata repository connection, use a connection to the ERP system. But for the actual call, use the PI system.
    Let us know the results.
    Best regards,
    Henrique.

  • ABAP source code to connect to third party systems using web service calls?

    Hi all,
              can any one provide an example ABAP source code to connect to third party systems using web service calls? The base system is CRM.

    Do you want to call a web service in a remote system, or do you want to provide a web service?
    If you want to call a web service you should create a proxy object via SE80. Open your development package, right click on the tree entry and choose: Create -> Enterprise Service / Web Service -> Proxy Object and provide the needed information (including the WSDL description file). You may then use the proxy object to call the web service (if the connection and everything else works right).
    See [http://help.sap.com/saphelp_nw04/helpdata/en/9b/dad1ae3908ee44a5caf57e10918be9/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/9b/dad1ae3908ee44a5caf57e10918be9/content.htm]

Maybe you are looking for

  • Apropriação de impostos em ordem de investimento

    Olá pessoal boa tarde! Precisamos que o valor do imposto da substituição tributária ICMS seja lançado para a ordem interna informada na pedido de compras. Situação Atual: Exemplo: Valor da despesa: R$1000,00 - Conta: 49100 (conta de resultado) - Orde

  • Oracle RDB Driver fails with JDBC/ODBC Bridge

    Has anyone experienced problems using the latest Oracle RDB Driver (3.0.2.0) with the JDBC/ODBC Bridge. We have been using the Oracle ODBC Driver for RDB (2.10.17) successfully on NT, but it is not supported on W2K. The new drivers work fine for Acce

  • Problem in installing Reader

    I have a problem in installing Reader X. Windows 7,  64 bit, and trying to download using IE8  (32 bit.)   I have checked that the Security options for Trusted and Internet zones are set to default   -  I assume that this would then not stop any Acti

  • How to run tests in Firefox when running script using runScript.bat

    I am trying to run OATS script from commandline without opening Openscript IDE(eclipse). I use the following command to execute my script: runScript "<scriptpath>/<scriptName>.jwg"The script starts to execute and launches IE. I wanted to run my test

  • I'm receiving configuration error 16

    I just installed Acrobat and i'm getting this error: "Configuration error 16 when you start a Creative Cloud (CC) or Creative Suite (CS) application Asked to uninstall and reinstall your product in a configuration error ("Error 16") when you try to s