Connecting the third party softeare output to SAP

HI there,
             Suppose we are using MIMI (Manugistic Networks) for the planing instead of MRP , then how in SAP the output of MIMI can be connected to SAP ?
Is there are number of ways for doing that & their respective Pros & cons...
Please enlighten me ......
Kaushik

Hello Kaushik,
We use WebMethods to transfer MIMI data to SAP. You could also use XI.
I don't have the pros and cons but I am sure you can find it with either vendor.
Hope this helps !

Similar Messages

  • The third party database supported by SAP BW

    Hi
    Apart from SAP R/3 , my client has a historical data in thier legacy system so called  MFG/PRO, they wondering if SAP BW is allow to connect to such system.  Anyone know where I can check the third party database supported by SAP BW ?
    Panadda

    Hi:
    The native SAP NetWeaver BI functionality delivered to connect with such a system is called UDconnect ("BW" is an old term).
    Here are some resources
    http://help.sap.com/saphelp_nw2004s/helpdata/en/78/ef1441a509064abee6ffd6f38278fd/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/58f4db47-0501-0010-a2bf-ff01b150fdff
    You should be able to find a JDBC or ODBO driver for such a system that can work with UDconnect.
    Thanks for any points you choose to assign.
    Best Regards -
    Ron Silberstein
    SAP

  • How to call the RFC's from the third party applications or Non SAP applicat

    Hi,
    For calling RFC's from the wedynpro , SAP has provided the modeling concept.
    In the same way, if i want to access or call the RFC 's from the third applications or Non SAP applications what is the procedure and what is the methodoligy.
    As per my knowledge, we need to expose those RFC's as webservices . Then we must be able to acces in hetrogeous environment from any third party applications..
    Please revert back soon, It is very urgent.
    Regards
    Vijay

    Ayyappa Raj,
    Thanks for the reply.
    Please let me the detailed information for implementing.
    AS you said . I need expose the RFC's as webservice. This point is clear to me.
    2) Use tthe JCo to connect and create client proxy.
    Can u please elabrate the above point?
    If u have any steps created in the document or url to refer. Please forward it to me.
    Please forwar the document to this id "vijay00" in yahoo.
    AS the sdn is not allowing to give  the maill id i have given only the id details in yahoo.
    I am new to this procedure.
    Regards
    Vijay

  • Connecting to the Third Party Applicatin through Portal

    Hi,
    Does anyone know how do we connect to the Third Party Application through Portal? WHat technology EP uses to connect to the third party application and retrieve data from the system to display?
    ALso if i have 2 application connected to the portal and if I retrieve one record from one application, then i want Portal to bring information related to that record from another application. In that case, do we have to maintain referential information about the records in both the applications, so that Portal will know which record id to pull from another application? How does it work?
    Thank you very much in advance.
    Shakil

    Hi ,
    Have a searched sdn before posting this? have a look and post your message if your requirement dont match with below solution.
    Want to access non SAP system from EP
    Regards,
    Koti Reddy

  • Who will do benefit enrollment? third party or In sap itself? who is the third party vendor?

    who will do benefit enrollment? third party or In sap itself? who is the third party vendor?

    Hi Rakesh,
    Who should handle benefit enrollement depends on client requirement.
    In SAP Benefit Administration module we do have enrollment function.
    Here is the document
    http://help.sap.com/saphelp_46c/helpdata/en/7e/8a5f51545711d1891c0000e8322f96/content.htm
    Client may chose to only store benefit related information and take help of other third party vendor and use interfaces to communicate it to SAP for payroll and master data maintenance.
    Aon Hewitt is one of the well known vendors. Might be more not sure of all names.
    Hope it answers your question.
    Regards,
    Jignya

  • The 'Third Party Connections' drop down box on the 'Source Database' step in the Migration Wizard is empty.

    Here are the environmental details:  
    SQLDeveloper 32-bit Version 3.2.20.09 (Build MAIN-09.87)
    Oracle Database:  12C single instance (no RAC)
    Oracle client:  12C 32 bit
    Windows 64 bit desktop
    I am attempting to migrate an MS Access application to Oracle.  I pick the ‘Migrate’ selection from the ‘Tools’ Menu SQL Developer.  This puts me into the Migration Wizard.  When I get to the ‘Source Database’ step of the migration wizard, the ‘Choose the Third Party database from which you are migrating’  drop-down box is not being populated with the current available connections. It is empty.  If I type a valid connection name into the box, SQL Developer takes it on this screen but does not keep it for the next screen/step.  It has no persistence.  I even tried to make sure that each connection was open/connected before beginning the migration process.
    Due to the fact that I am attempting to migrate an MSAccess application, I am mixing 32-bit and 64 bit software.  This may be the issue as to why the drop down is losing addressability.  I have not applied any patches to this version of SQL Developer.

    Hi,
    If you need easy way to migrate Microsoft Access to Oracle probably it is more reasonable to review some tools specially designed to this purpose. For example:
    Access to Oracle converter by Intelligent Converters
    Access to Oracle converter by SpectralCore
    Access to Oracle converter by Interface Computers
    Hope, this will help.
    Sincerely,
    Vlad

  • 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

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

  • Connecting a third party router to accompany actiontec router?

    So I'm thinking about ordering a second router but I don't want to replace the actiontec router that Verizon supplied me, only because I don't have any clue what to do with my STB's so I'm going to leave the Actiontec specifically for that reason. I have the exact same setup with this exact router at my father's house and nothing seems to have gone wrong. Except that we hooked up an extra room specifically for the third party router. This time, I have nowhere for that to happen, so I was thinking about buying a moca bridge and plugging it in to an existing coaxial jack which another STB is plugged into. If I did this with the new router and simply gave only the one STB internet connection via Ethernet through the third party router, and left the rest on the actiontec, would it still work without messing anything up? Thank you.
    Solved!
    Go to Solution.

    I'm not exactly clear what it is you want to accomplish, but if I understand correctly that you want to have an Ethernet connection for a single device in another part of your house, a part of the house where there's an existing coax feed, then a MoCA adapater should do the trick for you.
    If indeed you're just trying to get that single Ethernet connection you won't need another router.  You can plug the Ethernet device directly into the output of the MoCA adapter.
    If you need more than one Ethernet connection after the MoCA adapter what you can use is a simple and inexpensive Ethernet switch.  Again, you don't need another router.
    The only case I can envision for needing a second router in your situaiton is if you want to use it to extend WiFi coverage, but just  for Ethernet connection(s) a second router is not needed and may be counter productive.

  • BIW connect to third party tool

    Dear All,
    Can anyone tell me that how i connect my BIW with the third party tool to transfer the data using the open hub services of the BIW . In that i requires a RFC connection but how i create this RFC.
    what are the things which we have mention in the system when we create the RFC.
    Thanks in Advance,
    Nitesh

    Crating RFC @ source
    In  SM59 in BW or R/3 System
    1. Enter RFC Destination as (name)
    2. Connection Type as 3
    3. Enter Target Host as (ur host name)
    4. System number as (ur sys no)
    There will be 3 Tabs available
    Give Login Details , Client , User , Password in one tab.
    Select the Logon Security Tab
    1. Enter Language as EN
    2. Client as (client)
    3. User Name as (username)
    4. Enter your BW system Password.
    You Please go through these
    [ Procedure for creation|http://help.sap.com/saphelp_nw04s/helpdata/en/da/11df3a9b10355ae10000000a11405a/content.htm]
    [Document for creating RFC in more detailed graphical way |http://help.sap.com/bp_biv235/BI_EN/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc]
    Once you read the following and document  on creating source system,Most of teh doubts will be cleared :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ac/4a4e38493e4774e10000009b38f889/frameset.htm

  • Consume WS from Third Party System in a SAP Portal

    Hi everybody,
    I would like to know if it could be possible to consume a WS from a Third Party System from a SAP Portal page or iView directly.
    If not, could anybody propose a solution for that?
    I thought about the possibility of creating a WebDynpro Java application which would consume this Web Service.
    Thanks a lot.
    Kind Regards,
    Victoria

    HI Victoria,
    Create Web Dynpro Java application for consuming u Web services.Create SAP webdynpro iview Template to create your iviews.
    Thanks,
    Amith.

  • What types of third party loyalty solution can SAP POS 9.5 intergrate with

    What types of third party loyalty solution can SAP POS 9.5 intergrate with (reserached already Rediron, and DBS)?
    Looking For Loyalty\rewards and giftcard solution.  Any advice would be appreciated.

    Hi Hiram,
    The SAP POS Suite has solutions already in place for Loyalty - Allegiance Analytics and for Gift Card - SVA.  However, there are other 3rd party options that can be incorporated into the POS as well, but you would need to contact those vendors directly.
    Regards,
    Mark

  • Third Party Systems Integration with SAP Business One

    Different techniques are available in SAP Business One for Integration such as DI API, DI Server, B1WS, etc. In this blog article we tried to describe the architecture and details of different techniques through which ‘Third Party Systems Integration with SAP Business One’ usually happens
    Third Party Systems Integration with SAP B1 - APPSeCONNECT

    Hi,
    Thanks for sharing such excellent blog with advantage and limitations.
    Thanks & Regards,
    Nagarajan

  • Error 1073807302 while connecting a third party USB device,and showing invalid setup

    While connecting a third party USB device,In NI MAX it is showing error 1073807302,Unable to start operation because setup is invalid,and error 1073807246 Object Reference is Uninitialized,in the USB settings Tab it is showing no pipe present in Bulk in pipe and in VIEW ATTRIBUTE Tab it is showing invalid property....
    please kindly reply me.....!!!

    sir,without configuring in NI-MAX how can we open a connection to VISA.
    If i install the device driver provided by supplier,i am not able to view my device in NI-MAX,so that, I had created and installed .inf file for my device using VISA driver wizard, In NI-MAX now I can see my device and its properties in visa interactive control.But it was showing some errors(Error-1073676418,error-1073807302,error-1073807298),in the USB settings Tab it is showing, "No pipe present in Bulk In-pipe", and in VIEW ATTRIBUTE Tab it is showing invalid property.In program it is showing error 1073807302,Unable to start operation because setup is invalid,and error 1073807246 Object Reference is Uninitialized,
    While Searching in ni.com, some one posted that change the USB Alternate settings to 1/2/3,default value is 0,but now also my problem is not solved.
    I am using VIATOR USB HART modem, Model 010031.

  • Integration of HR Masterdata with the third party Recruitment system

    Hi folks,
    I was doing some analysis regarding the process of integrating the HR Masterdata with the thrid party recuritment system. One of the process is exporting all the new hire data coming from the third party soffware( the entire hiring process will happen in this sytem)  into the HR Masterdata.
    From SPRO documentation I found there are two ways one is Inbound IDOC and the other is through interface. Since we do not have EDI service, we have to with interface, however it should not be an automated process. Because, the person getting hired has to have the intial procedure completed before hiring process occus and his data is entered into HR Masterdata. Hence the data coming from the interface file has to be processed manually
    How to configure this process in HR? The version we are using is 4.6C How can this be done?
    Any thoughts or ideas or leads would be really helpful.
    Thanks in advance,
    SK

    Hello Sk,
    i think the integration between SAP Recruitment and SAP Administration would be a bit more complicated as it is supplied from the SAP Recruitment tables which you probably would have to fill.
    As promised I had a look to t752f. Run the following code to add lines into the table. After the values were inserted you can run PA48 without any other configuration. You will see an new line which you can select and than choose the Hire button. The system will guide you through the hiring screens and set the Name fields as default values.
    REPORT  zrwe_fill.
    CALL FUNCTION 'HR_PREPARE_NEW_EE'
      EXPORTING
        lastname       = 'Test_Lastname'
        firstname      = 'Test_Firstname'.
    The function module us part of the standard HR component and offers many fields to preset in T752F. If you supply an existing EmployeeId the PA48 transaction will suggest you to do an organizational change when you choose the "hire" button. If you do not fill the value the system sets a dummy Id and suggests a hiring.
    The function module is RFC enabled so if you can call an RFC from your external recruitment application you can fill the T752f table. If that works and you need additional fields just copy the module and add whatever you want.
    Rgds.
    Roman

Maybe you are looking for