Transfer XML to Non-SAP System

Hi,
We have a requirement to transfer data to a Non-SAP system using HTTPS. As of now we are looking for a possibility of transfer it as XML over HTTPS protocol. Can anyone please share their experience. Mainly the pre-requisites & architecture for the total setup. Our SAP version is ECC5.0. Also if anyone have a detailed document on this will be of great help.
Regards,
Sanujit

Hi,
Thanks for those links. But both the links speaks about the configuration in a XI system. Which may be helpful, when we will think of implementing it. My basic need is the architecture. What all pre-requisites we need to have for transferring data to a non-SAP system i.e. will only SAP XI will help or we need to have a adapter as well to transfer the data to the non-SAP system. Please note also the non-SAP system is running on AIX.
Regards,
Sanujit

Similar Messages

  • SAP (ECC) extractor to transfer data into Non SAP System

    Hi Experts,
    Scenario : We had a requirement to decommission the existing SAP BW system and merge it into Non SAP BI system (say MSBI).
    Existing BW system getting data from standard extractor and populating till cubes.
    Now If this SAP BW system will be decommissioned and all the data needs to be moved to new Non SAP System BI.
    What will be the approached for this smooth transfer.
    Will SAP (ECC) std extractor will be used to move the data into non SAP BI system ? How ?
    Any documentation and experience will be helpful.
    Thank-You.
    Regards,
    VB

    Hi VB,
    First you need to identify that your MSBI system support BCI(business content integration) method. For example Informatica support BCI and provide RFC plugins to integrate with SAP. If your MSBI support BCI method then you can use standard dataextractors to extract data in new BI system. You will also need to plan the reporting model and how the extracted data will be feeded in your BI datamodel/reporting side. You may use some transformation reference from your existing SAP BI system.
    Thanks
    Amit

  • File Transfer from non-SAP System.

    Hi Experts,
    We have the requirement to copy/transfer file from non-SAP system to SAP system file server. Can we use these FMs FTP_CONNECT, FTP_COMMAND and FTP_DISCONNECT?
    or can we also use SXPG_COMMAND_EXECUTE?
    Thanks,
    Edson

    Hi Varma,
    Thanks. I'm looking at the FTP_COMMAND FM. If I got it right the 'command' parameter here should be the OS level commands? Example would be cp <file path from source> <file folder of destination> for unix. ?
    Thanks again,
    Edson

  • Problem transferring file to non-sap system from R/3

    Hi,
    I used one Z function module to transfer file to non-SAP system as follows.
    CALL FUNCTION 'Z_INTERFACE_OUT_1'
           EXPORTING
                INTID           = V_INTID
                EXTRACT_DATASET = P_V_FILENAME.
      IF SY-SUBRC = 0.
        WRITE: / P_V_FILENAME, 'file has transferred successfully'.
      ELSE.
        WRITE: / P_V_FILENAME, 'file transfer has failed.'.
      ENDIF.
    I am getting message 'file has transferred successfully'. But it is not found on destination system.Can anyone please tell me the reason.
    Thanks,
    Venkatesh.

    Hi,
    You can use transaction code SNOTE to see whether a particuler OSS note is implemented or not.
    First navigate to GOTO> Download SAP Note and import the OSS note to your system.
    Then navigate to GOTO > SAP Note Browser and check the status of the OSS note, it will show whether it is implemented in your system or not.
    Also in the OSS note, there is release specific information. You can check whether that OSS note is applicable to your release or not.
    Regards,
    Gaurav

  • What is best way to connect a non-sap sys sending  xml idocs to SAP system

    Hi Can some one please guide as to what will be the best approach in connecting a NON SAP system to a SAP system.
    The non sap system should not be connected to access real time data,it does not support RFC,it can send data in IDOC xml format and i think in teaxt files also.Also I dont think there is any EDI subsystem in place.
    There has to be a periodic upload of material data from SAP /stock status/
    then there will be incoming data into SAP for sales order/purchase order etc
    What would be the best way to connect the two systems,IDOCs with partial EDI looks the best way ,but I am confused as to how will the XML IDOC be converted to normal IDOC and viceversa,how to handle the event triggering mechanism.
    If someone has experience in such a scenario ,please help.
    There is a option to update the database of the application through SQL also...

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

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

  • Steps of EDI is used to transfer IDOC from R3 system to non sap system

    Hi Experts,
    Can you provide me Steps to configure EDI is used to transfer IDOC from R3 system to non sap system?
    Full points will be assigned.
    Thanks in advance!
    Sapna

    Hello,
             The EDI Configuration required to be done for Transfering IDoc to non SAP System is.
    1. First of all, we need to identify the Transaction Data which is required to be Transfered to external System.(Ex: Sales Order Data or Shipment Data or Delivery Related Data).
    2. Secondly, Identify the IDoc Type & Message Type. IDoc Type can be found in Transaction WE30 & Message Type Can be explored in Transaction WE81.
    3. After that, assign the IDoc Type to Message Type in WE82.
    4. Identify the Selection Program (Outbound) which is generally a Function Module in the Form of IDOC_OUTPUT_<Message Type>. Example, if the Message Type is ORDERS, the FM will be IDOC_OUTPUT_ORDERS.
    5. Assign the Function Module to a Process Code in WE41 (Process Code for Outbound).
    6. Configure Port Definitions in WE21 for which the RFC destinations are to be maintained in Transaction SM59.
    7. Maintain Partner Profiles for the Outbound Message Processing in WE20.
    8. Last, but not the Least, we need to Focus Mainly on Message Control Configuration which is nothing but maintaining the Output Type for the Outbound IDoc to be Triggered for the Sales Order Application or Delivery Application.
       i. In Message Control Configuration, we'll maintain
          a. Condition Tables
          b. Access Sequences
          c. Output Types
       ii. To Create the above elements, we can go to SPRO Transaction and do the same depending on the Application Area such as Sales / Shipping / Logistics Execution etc.
       iii. For Output Types & Access Sequences, we can go to the Transaction NACE or VK01 in which we'll maintain the Output Types / Access Sequences & Condition Records.
       Please note that all the above steps may not be needed if we are using some of the Standard Elements provided by SAP such as Message Type, Process Code, IDoc Type & Selection Program as many of the Standard SAP Applications have their own Elements for different Application Areas.
       For example, if you want to send an Order Confirmation IDoc when the Sales Order is saved, you can use the Message Type ORDRSP, IDoc Type ORDERS05 & Selection Program as IDOC_OUTPUT_ORDRSP.
       However, Message Control Configuration is the Key Factor and is required for all the Applications as per the Customer's / Client's Requirements.
    Hope the above procedure was clear.
    Thanks and Regards,
    Venkat Phani Prasad Konduri

  • Regarding Transfer of HR data From SAP System to Non-SAP System

    Hi All,
    Can anyone Please help me how i can transfer HR Payroll Data from a SAP system to a Non-SAP system. If it can be done by using Bapi's Please send me some notes or code the way how it can be done,data can be transfered through IDOC wht wud be the IDoc format and the message type etc.Please help me out in this, if some one have done it or got any idea pls send it across. Even if my idea is wrong pls sujjest me ur method and the way it can be done.
    Thanks & Regards
    Sathish

    Hi manoj
    Thanks a lot, u can send it to [email protected] and [email protected] Pls Send it accross to both.
    Thanks
    Sathish

  • How to send a IDOC-XML to a non-sap system

    Hai Frnds,
                      Can you give me a hint , if i would like to Convert a IDOC into xml and need to send it to a Non-sap system.And can i use change pointers here...
    i have have similar one but it stores in the Front End system only....
    waiting for ur replies...

    Hi Mr. Jeevan,
    And can i use change pointers here..>>>.
    i think it wont be useful.. as change pointer only replicates master datas in the target system.
    Actually u can use CHANGE POINTER in such cases where When ever changes occur in  the field values then idoc triggers automatically and send changed information via ALE to other system.
    for example:
    u r setting up ALE for material master.
    suppose u change material description in one side then change pointers triggers idoc and generate idoc with changed description and send to other end.
    main use of change pointers is to track changes and send to other end if there is any changes.
    i will suiggest u to follow this....
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e07dcaa0-a92b-2a10-3a96-b3d942bd1539
    also see
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    regards
    biplab

  • Transfer Data from SAP system to non-SAP system

    Hi all,
    I want to send material no, site and price data from SAP system to non-SAP system. Would you tell me how can I do it
    Thanks
    Arif
    Moderator message: please do more research before asking, show what you have done yourself when asking.
    Edited by: Thomas Zloch on Oct 16, 2011 10:38 PM

    Hi,
    you can create the same...
    but normal practice what we do is create swc for each system so that it is easy to maintain and easy to extend in the future..
    or else follow some conventions if you are just starting the things..
    HTH
    Rajesh

  • Interface b/w SAP and NON SAP system

    Hi GEMS,
    Please give me some suggestion .My requirement is i have to transfer data from sap system to non sap system.
    There is no middleware between these systems.The data will be in the xml format.
    Please help me regarding these how can we link these systems and transfer data
    Best Regards,
    Phani

    Please let us us know the platform of the non-sap system such as JAVA/.Net. It's can be done using PI/XI.
    As per my experience, I've worked with only SAP JCO and .NET connectors. These connectors can be downloaded from service marketplace and needs to be installed on the non SAP platform. The Data transfer can be done through RFCs, which will be called from the non-sap systems.
    Also, the data needs to be in XML format. XML transformations can be created using transaction XSLT_TOOL to convert the ABAP data to XML and viceversa. The generated XML string can be passed to non SAP system through RFC from SAP.
    If the process is not synchronous, another option can be dumping the SAP data to FTP, which will be used by the non-sap system whenever required.

  • Using ale u can send from sap to sap and sap to non sap systems

    hi,
    using ale u can send from sap to sap and sap to non sap systems,
    then what is diff b/w ALE and EDI

    Hello KALYAN KUMAR,
    Application Link Enabling (ALE)
    1.You distribute data using ALE if you want to communicate from one system to one or more other (mostly internal) systems.
    2.ALE transfers data in IDoc format and uses the methods of tRFC for data transfer.
    3.ALE enables the integration of business processes across several SAP or non-SAP systems.
    Electronic Data Interchange (EDI)
    1.You use EDI if you want to exchange business application documents with an (external) partner system (for example, a customer or vendor).
    2. The SAP system sends EDI messages in IDoc format to an EDI subsystem, where they are converted to a universal EDI standard (UN/EDIFACT or ANSI/X12).
    3. This enables communication with non-SAP systems.
        By definition, two partners are involved in the process in an EDI application scenario: The sender and the recipient of an EDI message
    I hope u understands the difference:)

  • 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

  • Creating materail in non sap system when it is create in sap

    Hi,
    As with the help of IDOC  we can perform the activity in multiple sap server,  like creation of material master if it is created in one system it can be created in other,  I have one requirement , we are suing one non sap systems there we are performaing some activity with the RFC,  now if any material is created in the sap system can we create the same in the non sap with IDOC. same time when it is being created in the sap.
    regards,
    zafar

    HI,
    You can use MATMAS03 or MATMAS05 idoc for transfering the material data to an externam system.
    You should define this in  outbound partner profile in WE20 trx.
    Here you maintain the the MATMA05 in out bound parameters, and select the mode as transfer idoc immediately in output mode, give the receiving port details also.
    Once the material is created, then it is automatically transfered .
    Regards,
    velu

  • Best way to export mass data from SAP R/3 to non-sap system

    Hi,
    I have to transfer mass data from a sap R/3 system to a non-sap system. Any experiences to find the best solution/interface?
    Requirements:
    - fast
    - delta load ability
    Any help will be appreciated.
    Thanks,
    Detlef

    HI,
    Using Proxies is also a good option.
    Thanks,
    Manish

Maybe you are looking for

  • Error in My Procedure

    Hi Guys, Error is my stord Proc still not yet resolved, though it my proc not efficient way to write but at the moment I have only this option write it. create or replace PROCEDURE PROC_SEC_SYNCH3 IS DATATYP CHAR(10); BEGIN FOR LR_UPDATE IN (SELECT S

  • PO CREATION WITH DIFF SCENARIO

    Dear All, Please guide us the solution for placing the Purchase Order. Total Price of  the Material  is 3500 Rs PMT(per metric tonne) Inclusive of All. for that the Vendor is biforcated like this. Basic  3464 PMT Customs Duty 137.59PMT (Vendor is ask

  • SaveAs Document Failed ... Deski document being saved to Favourites folder in Webi

    Post Author: amcc CA Forum: Administration I have been unable to work out what access right is needed for Webi users to be able to save a Deski document to their Favourites folder.  We have some migrated documents containing features that will not co

  • Layouts in AWT

    I have tried to use null Layouts alone they work fine. But with another layout, they don't work. Can I use both null Layouts and Border/Flow Layouts together? Panel p1 = new Panel(); p1.setLayout(null); Panel p2 = new Panel(); p2.setLayout(new Border

  • When will the iphone get audio directions in the maps app like the droid?

    When will the iphone get audio directions in the maps app like the droid?