Communication between SAP and 3rd Party Systems using IDOC HTTP XML Interfa

Hi
i am try do
Communication between SAP and 3rd Party Systems using IDOC HTTP XML Interface
With The help of SDN Contribution
link----
( have look on it)
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4943f2b7-0a01-0010-37af-faff35b2f08c
I am getting error in
Partner system as HTTPLOG and "Execute" to check the results
Error is --  Port could not be created
RFC destination HTTPLOG Not specified for system HTTPLOG
any 1 have any idea  if plzzzzzzzz...........
Thank u
Ram

Hello .
  we are also in  process of implementing the same
could you share the knowledge pl?
1)is it a separate add on with ALE to saphr
   or using ECC ??
2)can u share the configuration part ??
we are trying it on webas as addon 3.0 .

Similar Messages

  • Integration between SAP and third party tax software

    can some body explain me or provide me docs regarding integration between sap and third party tax software like vertex.
    Thanks

    Hi
    First configure the same via the following menu path:
    1.) IMG>Financial accounting>Financial accounting global settings>Taxes on sales/purchases>Basic settings>External tax calculation>Define physical destination
    2.) Then test connection (option is available there).
    3.) If the connection is successful, also verify that the external tax package installed supports the R/3 4.6 version of the API. You do that by going to:
    System Information>Function List
    Check if the following functions are listed:
    • RFC_CALCULATE_TAXES_DOC
    • RFC_UPDATE_TAXES_DOC
    • RFC_FORCE_TAXES_DOC
    • RFC_DETERMINE_JURISDICTION
    4.) Then test the tax data retrieval:
    From SE37, select the relevant function modules like RFC_DETERMINE_JURISDICTION.
    The above 4 steps are necessary to satisfy that the RFC connection is established
    Hope useful
    S Jayaram

  • Mapping XML into 3rd party system using XIF adapter

    Hi Gurus,
    First of all let me thank all of you for a tremondous contribution you are making for these kind of topics(CRM XIF) in SDN. I could solve half my problems by looking into your replies.
    But I have a new & similar problem now. I am able to create and send XML file of order data into 3rd party middleware system using XIF & SOAP framework. But the 3rd party system(business connector) is unable to parse this XML file in their system. They keep getting the error message invalid XML file. I tried testing that myself and it gives me the error 'SOAP-ENV' error. They even tried some workarounds using some SOAP wrappers but it still didn't work. They are asking me to provide a DTD (data type definition) to this XML file generated out of SAP. Not sure if anyone has seen a similar problem like this but our interface is stuck at this point.
    Any suggestions would be helpful.
    Thanks,
    Sunil

    Hi,
    We have figured out this problem for ourselves. The 3rd party system gets this error because SAP generated 2 XML tags in the beginning of the XML file which cannot be interpreted by XML spy or many XML parsing software’s. When we deleted the first 2 tags we stopped getting that error. But it wasn't a feasible solution for us to delete the first 2 lines in the XML file and then save it and then parse it. We preferred an alternative approach via IDOC's instead of processing XML files directly. Its also better because the size of XML file is much bigger (15 mega) than Idoc ( max of 4 mega bytes). But if you have to process  XML files only then you cannot do that for real time or near real time processing as the parsing of XML file nearly takes more than 10 min. And it is definitely not preferred way especially if your middleware system has the capability to process Idocs from a middleware architectural stand point.

  • All VF01 Invocie from SAP to 3rd Party System

    Dear Experts,
    I am trying to send customer invoice to an external system via PI with IDoc type INVOIC02. I have done the basic setting for the output type ZRD0 to transfer the document via. EDI.
    I have created a partner profile for Logical System u2013 SYSCLNT100 (LS) in WE20 and have given the outbound parameters with the message type INVOIC.
    These are the settings for my partner profile:
    part type: LS
    msg type: INVOIC
    Outbound Options: Receiver port: A000000050 (tRFC)
    Packet size: 1
    Transfer IDOC immediately
    basic type: INVOIC02
    Message Control: Application: V3
    Msg type: ZRD0
    Process Code: SD09
    When the output is manually triggered in VF01
    Goto  Header  Output
    I manual add ZRD0,
    Partner type - LS
    Partner u2013 SYSCLNT100 & Language - EN
    The system given error message u2018Maintain EDI partner profile for SYSCLNT100u2019
    When Condition Record is maintained in VV31
    Billing type - F2
    Partner u2013 SYSCLNT100 & Medium - 6
    In Billing VF01, the Condition Record is ignored with error message ''SYSCLNT100u2019 is not an EDI partneru2019
    We are sending the Invoice to 3rd party system and not the Customer (KU); hence we would like to maintain WE20 for the Logical System. All the Invoice's generated in the system should be sent to a fixed 3rd Party system, please advice
    With Regards,
    Karthik

    Hello Max,
    Yes, the partner LS for the output type is already maintained in NACE.
    With Regards,
    Karthik

  • Communicating with a 3rd party system using webservices

    Hi all,
    I have a scenario
         3rd party <-> XI<->CRM.
    here im using SOAP between 3rd party <->XI, xi<->CRM im using ABAP proxies.
    scenario 1. 3rd party would send messages(client request) to cRM to get some data. CRM has to respond for that.
    scenario 2. CRM would request the 3rd party to get some data, then 3rd party would respond.
    scenario 3. there is no request from 3rd party but crm has to send the data.
    So 3rd party would communicate using webservices sends the request to cRM. if there is any request from cRM then 3rd party have a webservice to serve.
      My question is
      1) for cRM side i should create a webservice? if i create this where shold i create? i mean i should put this webservice on WAS of CRM or on XI ? If i create this webservice and put on CRM WAS, could this communicate with XI by using ABAP proxies? when CRM sends a request to 3rd party, to send this i should create another webservice ?
    could you please anyone tell me about this?
    thanks a lot in Advance

    Hi,
    <i>for cRM side i should create a webservice? if i create this where shold i create? i mean i should put this webservice on WAS of CRM or on XI ? If i create this webservice and put on CRM WAS, could this communicate with XI by using ABAP proxies?</i>
    As to your first question, you dont have to create webservice on CRM side, all you have to do is to define an outbound interface in XI, and generate proxies for that outbound interface in CRM.
    <i>when CRM sends a request to 3rd party, to send this i should create another webservice ?</i>
    You havent specified who the 3rd party is DataBase/R3/etc. Let us assume the end system is truely external from your landscape. if the 3rd party provides you with a webservice, you can import taht webservice into XI and use it as an inbound interface.
    Hence, you would then map the outbound interface from CRM-> XI to your inbound interface XI->3rd party.
    3rd party provided webservice could be written in java/.net.
    Naveen

  • Communication between SAP and Webserver

    Hi,
    we customize the communication between our sap ecc system (module HR) and https-Server of ELENA (see sap note 1408879).
    Between both server should be installed a proxy server. Is it possible to communicate from sap system (transaction sm59) over saprouter (as proxy server) to a https-server?
    We have not found information in documentation of saprouter or in sap notes. Is there any notes and links relating on this?
    Many thanks!
    Regards
    Helmut

    I think SAP Web Dispatcher should be the right solution for you.

  • Communication between SAP and JMS external server

    Dear all,
    I have to create a formular Smartform and provide file XML. For that it's ok because the smartform allow it in standard.
    After I have to send the file XML to server JMS. How to make that ?? I have got a system SAP Netwaever 7.0 ECC 6.0  only stack ABAP. And I haven't got SAP Netweaver PI and I can't to install it.
    I saw in SAP Netweaver Library "Components of SAP Communication Technology" differents connectors available for example Java connector (JCo). Can I use that for send to server JMS??  (with little developement of course).
    Or the stack Java (J2EE) is required ??? I am going to have to install it also.
    Thank you very much for your help....
    Lionel

    Hi Lionel
    Please check if the following links help you:
    http://help.sap.com/saphelp_nw04/helpdata/en/a3/63af1bbf09469fa1615c05f0daff6f/content.htm
    and
    http://help.sap.com/saphelp_nwce10/helpdata/en/46/31558a9f1214dfe10000000a155369/content.htm
    and
    http://xml.sys-con.com/node/40068
    Regards
    Chen

  • Integration between SAP and Third Party without PI in between

    Hi All,
              We have a requirement where in we need to integrate SAP and a Third Party Product without PI in between.The third party product is exposing their Web services as API.
    So, we have an idea of exposing our RFC/BAPI as web service ,so that it can call/consume the third party web services.On these lines I have a couple of doubts,
    1.How will the monitoring of message be done?Is there any Tcode to monitor the RFC exposed Web services?
    2.What would be the advantages and disadvatages of this approach?
    Thanks.
    Venu

    Well taking out PI will 'exclude' advantages like able to monitor the messages, resending messages, error handling etc.

  • Communication between Netweaver and R/3 System

    Hi,
    I'm trying out the Netweaver sneak preview for testing the capabilities of the pdk for .net. I've added the development R/3 system (4.6C) of our company to the system landscape of the portal.
    Does the communication between those two systems require that there's a gateway installed on the R/3 system?
    My SAP colleagues are not so experienced with connecting different SAP systems. Where can I find the necessary settings in the R/3 system (SID, Server Port, SAP client, ...)? Which settings are required (necessary) in the portal?
    Thanks a lot!
    Regards,
    Jef Geerinckx

    Hi Jef,
    a connection string which has the following parameters works fine, lang is not always necessary.
    1> CLIENT
    2> USER
    3> PASSWD
    4> ASHOST
    5> SYSNR
    6> LANG
    a sample connection string : "CLIENT=200 USER=diverse PASSWD=world LANG=en ASHOST=sapdev1 SYSNR=2"
    the ASHOST may need to be specified as "sapdev1.jefslandscape.com" in certain cases, but this depends on many things, one of which is where you make the access from [over the internet/intranet, etc...].
    Hope this helps.
    amit

  • Interface between SAP and Document management system

    Hi,
    I have a requirement to interface SAP 4.7 with a Document management system(Fakta).A  vendor invoice will be created in SAP using FB60 transaction.The vendor invoice(in paper form) will be scanned by the Fakta digital document system.The Fakta system will handle the approval process for the vendor invoice and update the status of invoice in SAP as APPROVED.
        My requirement is when an SAP user wants to see the scanned invoice stored in the fakta system,he should be able to view it from SAP preferably from FB60 or the document overview for the invoice in SAP.What is the best way to do this.
    I found one option of using RSDEMO_HTML_VIEWER which may not be useful as we think.Is there a better option available?
    Please share your experience.
    Thanks in millions,
    Leo

    Hi
    I'm sorry but I've never worked on this problem, but I think the better solution should be use SAP Archivelink, I know It should do what you want.
    See here:
    http://help.sap.com/saphelp_46c/helpdata/en/93/51b7569e0811d1a55e0000e82deaaa/frameset.htm
    Max
    Message was edited by: max bianchi

  • Provisioning 3rd party systems using SPML

    In our setup we have a legacy systems based on CICS which we need to provision. A web service has been developed on the CICS side which we can use to provision users and privileges through using the VDS as an intermediary. The VDS will then interact with our legacy web service through SPML. Certain challenges do however exist. Our web service requires a proper client side authentification with a standard X.509 certificate, which the webservice then will validate to make sure that it is an authenticated user that is making the request. As far as I know there is no standard way to implement this, but how could one think up a solution? Where are certificates stores?
    Best regards,
    Anders

    Hi Scott, we were considering something like this which I guess would be similar to setting up trust between the NetWeaver AS and the system we wish to provision. In our case the VDS and the NetWeaver AS are physically on the same system so in principle this solution might work. However, we do need to be able to identify different users that interact with our legacy system i.e. each user should have their own certificate, so that might be a problem as far as I can see.
    I have noted though that the VDS has something called a Keystore reference, which appears to be able to hold several certificates for interaction with other systems. Would anyone have any experience with the setup of such a Keystore?
    Best regards,
    Anders

  • Mass Data upload in SAP from 3rd party system

    Hi Experts.
    Can anyone help me how to do mass data upload in SAP. Actually, when any new joining is done, a form is being filled by employee(joining form), and that data is finally updated in SAP manually using various infotypes. Now, i m planning to make that form available in webpage. The employee will go to the webpage, fill the data , also the HR will fill the required fields, and once the form is complete, the data will get updated in SAP, in resp. infotypes. Like personal details in infotye 2, address in infotype 6, bank details in 9 and so on, in a single shot. Is there any BAPI or something like that, using which this can be achieved.
    Thnx
    S Kumar

    You can try BAPI_BANK_CREATE for IT0009, BAPI_ADDRESSEMP_CREATE for IT0006 and BAPI_PERSDATA_CREATE for IT0002. Otherwise, you can also use FM HR_MAINTAIN_MASTERDATA to create any infotype.
    Have a look also at the Life and Work Events functionality in SAP Portal (http://help.sap.com/erp2005_ehp_04/helpdata/EN/f6/263359f8c14ef98384ae7a2becd156/frameset.htm)

  • Communication between SAP and subsystem doesn't work (SM58)

    Hi,
    we have problems to send IDoc's on a sub-system. In SM59 we have tested the connection -> it's ok. In SM58 there are many records which not processed (status: transaction recorded). The system doesn't send the IDoc's not any longer.
    Any Idea?
    Thanks
    Michael

    are the idocs created if yes then wht is the status of the idocs....
    i think u have to set the partner setting in WE20 and set transfer idocs immediately for the partners

  • Distribute different versions of data to 3rd party systems from SAP ERP2004

    Dear fellow SDN users
    I am working in a large retail company where we are about to implement a new store system. The new system should be implemented in phases, where each phase covers one or multiple countries. Until the implementation is complete, our old store system should still be supported.
    My problem is that we also need to support multiple versions of the systems, which is something we have never done before. Do any of you guys have any experience in how to differentiate versions of the data being sent from SAP to 3rd party systems? The scenario today is:
    SAP ECC 6.0 -> SAP PI 7.0 -> STORE SYSTEM1
    And the scenario we would like in the future:
    SAP ECC 6.0 -> SAP PI 7.0 -> STORE SYSTEM1/STORE SYSTEM2
    (Where it is possible to send several versions of data: e.g. ARTMAS ver. 1 to SYSTEM1 and ARTMAS ver. 2 to SYSTEM1 and ARTMAS ver. 1 to SYSTEM2)
    The first thing that came to my mind was to differentiate on IDOC extension and then program different routines per extension when sending the idocs, but I guess there should be an easier way.
    Any idea is greatly appreciated.
    Best regards,
    Chris

    Hi Chris
    I guess it depends on how the information you want to send to various partner systems differs, but have you considered using reduction?
    I am at a client currently where we need to send similar information to a number of systems - for example Customer information using the DEBMAS message type, is going to three seperate systems.
    To do this we defined 3 reduced messages - Tcode BD53.  This not only reduces the load placed on PI/whatever middleware system is used by eliminating unnecessary data from each message variant, but allows the message to be treated differently by PI, using different data mappings, distribution models etc.
    Hope this helps

  • Idoc "missing" between SAP and PI

    Hi!
    We have an issue with Idocs that are "missing" between SAP and PI. First 5 idocs were processed ok, then 3 went into yellow status. We have set up queue processing on this particular idoc type as there can be posted 2 at the same time. The problem started when 2 idocs were processed at the same time
    What have been done
    - SMQ1/2 in SAP system does not show any trace of these messages
    - SMQ1/2 in PI system does not show any trace of the messages
    - Message monitoring in PI does not show any trace of the messages
    - SM58 in SAP system is empty
    - SM58 in PI system is empty
    What checks remain to find out where these Idocs are stuck?
    Thanks!
    regards Ole

    Hi Ole,
    Refer This link for IDOC Monitoring.
    http://help.sap.com/saphelp_nw70/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    In this it is mentioned like
    Main Tools
    XI Runtime Workbench
    Transactions:
    u25CF     IDX1
    u25CF     IDX5
    u25CF     SXMB_MONI
    u25CF     SM58
    u25CF     SM21
    using these we can monitor..
    Thanks.

Maybe you are looking for

  • SQL Loader and Java

    Hi, I am using a Java Stored Procedure to invoke a SQL Loader process. The RDBMS Version is 8.1.7 on HP-UX 11. I invoke the procedure by calling: exec runcommand('sqlldr user=scott/tiger@orcl control=/home/mydir/ctlfile.ctl log=/home/mydir/logfile.lo

  • IMessage Facetime Waiting for Activation...

    I am currently out of the country trying to use my iphone 4S, and I am not able to use iMessage or FaceTime with WiFi.  After I turn them on in the settings tab, it just says "waiting for activation..."  How do I fix this? I currently have a non-ATT

  • Stream DeMuxed Video Media Pending Issue

    I'm extracting portions of a client's DVD video for re-use in another of this client's project. Initially, I used DVD Decrypter to create a VOB of the chapter he requested, renamed it to MPEG and plays properly in Windows Media Player Classic. Import

  • Do we have any Standard table in CRM having all the Cities of World?

    Hi Folks, We want to impliment an serach help case for City in our screen and would like to know, do we have any standard table in SAP CRM with all the Cities in world. Thanks PG

  • Animation in FCE movie

    Hello, and HELP I've been working on a 7-minute company video. I've animated sections of it in Flash CS4 - the logo; customer map, etc. I've tried every-which-way to export the movie, and bring it into FCE. My last attempt converted a png.mov to flv