Interface between Mysql to SAP

Hi all,
    I have to develop an interface between SAP to Mysql. Please suggest your ideas.
Requirement: There is a machine called Acelli with Mysql database. We have a custom transaction in SAP, where user will select a line in table cotrol and click on a button. Here the selected data should be transfered to Acelli machine. Once the data reached to Acelli the process will run and at a particular stage Acelli will send data to SAP again. Based on the recieved data SAP have to run a transaction and result should send back to Acelli. Like this the data will be flowed from SAP to Mysql and Mysql to SAP. Please share your ideas..
(Note: Only at the first level user interaction is possible, then after the process must be automated).
Regards,
Prakash .S
Moderator message: "spec dumping", please work yourself first on your requirement.
locked by: Thomas Zloch on Sep 24, 2010 1:41 PM

Hi Prakash,
1. To transfer data from SAP to Acelli after User input in table control
Build the logic under event of button in table control to extract the necessary data and place it in a flat file on application server then trigger a event. The event will inturn trigger Acelli to pick the file from application server & do further processing
Then Acelli will call an SAP RFC(you need to create a RFC in sap with import parameters same as the data format required from Acelli). SAP will run the transaction & will again update in file in application server + trigger event. Acelli will pick up the file.
Conclusion :-
Following objects have to be developed in SAP :-
1. 2 Interface programs
2. 1 RFC
Thanks,
Best regards,
Prashant

Similar Messages

  • Scenario for interface between a non sap system and a SAP erp

    Hello,
    I need some help in order to elaborate a interface between a SAP ERP and a non-sap system with the help of a XI system.
       -  At first regarding the interface from the non sap system and a SAP ERP :
           the non sap system sends a flat file to the XI system. The flat file contains a row with header data and rows with item data. We were thinking when the file arrives to the XI system, to save the data in a header database and in a items database in XI. is it possible ?
    And then to have like a job that reads the database and creates idoc and sends them to the SAP erp and updates the xi header and items database  with a flag that means that the records have been sent to the SAP erp.
       -   Regarding the interface SAP erp to non SAP system:
           the SAP erp sends idoc to XI. Then the idocs are transformed into flat file.
    Is this scenario possible ?
    Do we need any adaptator between the non sap system and the XI ?
    Thank you for your help
    Christophe

    Hi Bontron,
    Idoc doesnot support synchronous call. So you can use either proxy or function module and inturn call the idoc from them and send response back to xi. You need to have two scenarios for your design.
    Scenario1:   Source File (file adapter) -- xi -- Dump into database tables (Jdbc Adapter)
    Scenrio2:  Pickup form Database tables  (Jdbc Adapter) -- xi -- RFC Adapter  ---> This is synchronous call.
    Regarding the interface SAP erp to non SAP system
    You can send idoc to xi and from there use File adapter to send to the receiving system.
    These blogs may help you to some extent:
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
    https://wiki.sdn.sap.com/wiki/display/XI/step%2bby%2bstep%2bRFC%2bto%2bJDBC%2bscenario   (your scenario will be opposite to this)
    Regards,
    ---Satish

  • Interface between Legacy and SAP for Equipment Master

    Hello
    I got a requirement where I need to develop a interface between legacy system and R/3 system for Equipment Master Data update in R/3. I am thinking of getting a Idoc file from Legacy and then update the changes or any new creation of Equipments in R/3. I found a standard BAPI for this BAPI_EQUIPMENT_CREATE/CHANGE. This BAPI use a strcture BAPI_ITOB for data record of IDoc. But I got more data from legacy except what we have in BAPI_ITOB. I got Partner Data, Classification data also for Equipments. I am thinking of copying the BAPI to a Z function module and modify the Idoc structure , message type and all to capture all the data and then do a update in same way as standard transaction IE01(Equipment Create) is doing in Batch Input. Do you think if there is any better way of doing this? I am not used to transaction BAPI . just wondering if we Can use that in someway to include our modification?
    Thanks
    Harkamal

    20,000 is on quite higher side for IDOC.
    IBIP help doc says it needs 2 Kbyte for each record, i.e. 40 Mb for 20,000 rec. that should be ok. Since it has structures for Partner & classification data , I don't think u need to modify the BAPI.
    Transaction IE01 - Create equipment
    Transaction IE02 - Change equipment
    Structure - IBIPEQUI Equipment record
                     |->    IBIPNSTA     New status profile if necessary
                     |->>   IBIPSTAT     User status records
                     |->>   IBIPDOCU     Doc. from Doc. management system
                     |->>   IBIPPART     Partner details (comment below)
                     |-->>  IBIPTEXT     (see comment below)
                              for long text:          TEXT_MARK = " " empty
                              for internal comment:   TEXT_MARK = "1"
                     |-->>  IBIPCLAS    Classification record (eqpmt class)
                         |-->> IBIPFEAT     Classification characteristics,
                                               ie. features for the class
                     |-->>  IBIPBDCD     see below (from screen 102)

  • Standard-interfaces between crm and sap for insurance

    Hello,
    are there existing documentations to connect crm and sap for insurance components (policy management, claims managment, fs-cd)?
    Best regrads
    Oliver Prodinger

    20,000 is on quite higher side for IDOC.
    IBIP help doc says it needs 2 Kbyte for each record, i.e. 40 Mb for 20,000 rec. that should be ok. Since it has structures for Partner & classification data , I don't think u need to modify the BAPI.
    Transaction IE01 - Create equipment
    Transaction IE02 - Change equipment
    Structure - IBIPEQUI Equipment record
                     |->    IBIPNSTA     New status profile if necessary
                     |->>   IBIPSTAT     User status records
                     |->>   IBIPDOCU     Doc. from Doc. management system
                     |->>   IBIPPART     Partner details (comment below)
                     |-->>  IBIPTEXT     (see comment below)
                              for long text:          TEXT_MARK = " " empty
                              for internal comment:   TEXT_MARK = "1"
                     |-->>  IBIPCLAS    Classification record (eqpmt class)
                         |-->> IBIPFEAT     Classification characteristics,
                                               ie. features for the class
                     |-->>  IBIPBDCD     see below (from screen 102)

  • IDOC type for interface between SAP ECC and SAP F&R

    Hi Experts,
    I need SAP standatd IDOC type for interfacing between SAP ECC and SAP F&R [SAP Forecasting and Replenishment] using message type u201CFRE_LOC_SITEu201D.
    Please help me in finding the idoc type?
    Regards,
    Krishan

    Hi Denish,
    You have 2 ways of loading data from R/3 to APO.
    1. R/3 to BW cube to APO-BW cube to APO planning area
    or
    2.  R/3 to APO-BW cube to APO planning area   
    BW can be a enterprise BW system ( independent) or you can use the BW inbuilt in APO also referred to as APO-BW.
    The only difference between the 2 BW systems is APO-BW can not take the load of reporting where as the enterprise BW can.
    Unless your company policy requires the enterprie BW system, I suggest using 2nd way.
    You can load the data from R/3 to APO-BW cube using extractors either generic or standard depending on your data. You need to have a RFC connection setup between APO-BW and R/3. ( This is not CIF).
    When you load the data into the APO-BW cube, you just have to load the data from the cube to APO planning area using the transaction /sapapo/tscube.
    Refer to [DP Data Mart|http://help.sap.com/saphelp_scm50/helpdata/en/13/5ada58309111d398250000e8a49608/frameset.htm] for more information about the data transfer between APO-BW and APO.

  • Interface between business ware house system and SAP SD module

    hi,
    I want to develop interface between business ware house system(file adapter) and SAP SD module.  how can i post the data into SD system? can any one tell me which Idoc i should use in receiver side?
    if i want to go abap proxy how can do it?
    give some inputs(methods which i should use)
    Thanks in advance
    regards
    Ruban

    Hey
    the selection of IDOC depends upon what you wanna post into SD.get in touch with the ABAP guys and they should be able to tell u exactly which IDOC to use.
    once u have decided on IDOC,you can go for a File to IDOC scenario.
    as far as proxies are concerned,they kinda give better performance compared to IDOC but you need to do ABAP coding for them,in that case u dont need any IDOC
    Thanx
    Aamir

  • Interface between D&B and SAP using XI

    We need to set up following interfaces between
    - SAP CRM and Dun and Bradsteet through XI 3.0
    - SAP SRM and Dun and Bradsteet through XI 3.0
    Could anyone give me any feedback on such a kind of interface ?
    laurent pialot

    Hi,
    D&B offers their D&B Toolkit as AML services over HTTPS. (Not SOAP). With those services you can search for DUNS numbers, order reports etc.
    In our case we use SAP FSCM and the integrated outbound interface to external credit agencies to call Xi. In Xi we use a XSLT mapping to convert the request to the D&B toolkit schema and use the HTTP adapter to call D&B. The response is then mapped back to the SAP FSCM interface format and updates the business partner.
    You don't say anything on what kind of D&B data you want to request or what you want to do with it (reports, update BPs etc) therefore it is kind of hard give any further advice.
    rgds Johan

  • What is the difference between ERP2004 and SAP 47 Enterprise?

    Currently we have SAP 47 Enterprise with WAS 6.2. I understand ERP2004 is NW and 6.4 sp9. Can any one please let me know the major difference between ERP2004 and SAP 4.7 Enterprise ( more from abap / workflow view)?
    Thanks
    Swamy

    From Abap point of view some of the major add-on in erp2004,netwever :
    1) Development of webdynpro studio for java development for portal and iviews.
    2) Major abap development uses <b>Abap object oriented</b> methodology, rathet hten old conventional Abap,i.e MVC model (Model,View,Controller) where in it uses concept of classes,interfaces,etc.
    3) Advanced BSP tech using MVC model to develop web based modules
    4) It is closesly integrated with web-based CRM and BW/APO

  • Differences between Product Version SAP ERP 2005 and SAP ECC 6.0

    Hello Guys,
    I have to setup an new XI interface between two R/3 system. During Integration Scenario setup you have to select under Application Component Type the Product version for the R/3 systems.
    Now, i am able to select SAP ERP 2005 or SAP ECC 6.0 from menu
    Could someone tell me the differences between SAP ERP 2005 and SAP ECC 6.0. Both are listed as Product Versions.
    Thanks in advance!
    Jochen

    SAP ECC 6.0 is latest version 2005 is last year version . as you are intergatin between 2 . you need select accordingly our source and target.
    let me know you still require any doubt
    Thanks
    Sreeram
    Message was edited by:
            Sreeram Reddy

  • How is the interface between the Java Stack and ABAP stack is achieved?

    How is the interface between the Java Stack and ABAP stack is achieved?..Please send me the answer to [email protected]

    Hi,
    By interface, I assume you mean the connection between the ABAP and the Java stacks in a double stack system.
    The connection from Java to ABAP is through JCo connections defined in the WebDynpro section of the J2EE start page. So Java to ABAP requests are processed through JCo.
    The connection from ABAP to Java is through RFC connections defined in TA SM59. The ABAP to Java requests are processed through RFC.
    Refer https://dsd.esco-salt.com/StartPage/documents/integration/3.html for detailed explanation.
    The UME can be maintained in either ABAP or in JAVA depending on the persistence.
    Refer: http://help.sap.com/saphelp_nw70/helpdata/en/5b/5d2706ebc04e4d98036f2e1dcfd47d/frameset.htm
    Check UME data source configuration.
    Some quick FAQs can be found at:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad47eb90-0201-0010-7cb2-ddfa5ed879ec
    Hope this helps.
    Best Regards,
    Srividya.R

  • IDOC Interface between CO and BW

    Hi Gurus
    I am just looking for documents about all interfaces between CO and BW/BI. Can any body supply me these??
    Thanks in advance
    SIM

    Hi Joe-
    There are several How To guides that provide detailed instructions on how to automate transactional and master data loads from NW BW into BPC.  Please check out the following guides:
    [How to Migrate Transactional Data|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0427318-5ffb-2b10-9cac-96ec44c73c11]
    and
    [How to Automate Master Data Loads|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00380440-010b-2c10-70a1-e0b431255827]
    Regards,
    Sheldon

  • How to we create interface between EP-XI

    How to we create interface between EP-XI... Is there any real time scenario for that.......

    Hi Alexander,
    For example you could create a Web service to RFC interface.
    The RFC does something on the backend R3 (reads flight availability) and you consume it as a webservice from your web dynpro, that is used as an iView in the portal.
    A couple of interesting blogs:
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1334">EP-XI [original link is broken] [original link is broken]
    <a href="/people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii XI Web Services using Web Dynpro – Part II</a>
    <a href="/people/riyaz.sayyad/blog/2006/05/10/consuming-xi-web-services-using-web-dynpro-150-ui-design-part-iii XI Web Services using Web Dynpro – UI Design (Part III)</a>
    Hope it helps,
    Kind Regards,
    Sergio

  • Interface between SD & PP

    Hi All,
    Can anybody explain the interface between SD & PP?
    Thanks,
    SP

    Hi Praisy,
    SD INTGRATON WITH PS (Project Systems)
    PS SD integration happens during Milestone billing...
    Below is whole process-
    Billing Plan for Milestone Billing
    Milestone billing means distributing the total amount to be billed over multiple billing
    dates in the billing plan.
    As each milestone is successfully reached, the customer is billed either a percentage of
    the entire project cost or simply a pre-defined amount.
    During sales order processing, the system determines from the item category whether a
    billing plan is required and, if so, which type of plan
    The type of billing plan that is determined at this point is set up in Customizing and
    cannot be changed in the sales document.
    Billing plans for periodic billing and milestone billing plans for project-related milestone
    billing have different overview screens so that you can enter data relevant to your
    processing.
    For example, for milestone billing, you must be able to enter data to identify the
    individual milestones.
    IMG configuration requires:-
    1. Maintain billing plan types for milestone billing in OVBO.
    2. Define date description in SM30 - V_TVTB.
    3. Maintain Date Category for Billing Plan Type IN OVBJ.
    4. Allocate date category in SM30 - V_TFPLA_TY.
    5. Maintain date proposal for Billing Plan Type in OVBM.
    6. Assign Billing Plan Type to Sales Documents Type in OVBP.
    7. Assign Billing Plan Type to Item Categories in OVBR.
    8. Define rules for determining the date in OVBS.
    Milestone billing is typically used for billing projects, such as plant engineering and
    construction projects. Such projects often include a series of milestones that mark the
    completion of different stages of the work. In the SAP R/3 System, milestones are defined
    in a network along with planned and actual dates for the completion of work. The milestones
    are also assigned to the billing dates in the billing plan.
    Each milestone-related billing date is blocked for processing until the Project System
    confirms that the milestone is completed.
    Delivery-relevant order items for which a milestone billing plan applies are billed on the
    basis of the requested delivery quantity and not on the total of the confirmed quantities.
    The connection between the project and the sales document item is made in the individual
    schedule lines of the item. Each schedule item can be assigned to a network in a project.
    To display the project-related data for a schedule line, proceed as follows:
    In one of the overview screens of the sales document, select
    1. Item -> Schedule lines.
    2. Mark the schedule line and select Procurement details.
    The following figure shows an example of milestone billing where only the Contract have
    been billed :
    Order Item Turbine 100,000
    Billing Plan
    Billing date Description % Value Billing Block Milestone Billing Status
    01-10-94 Contract 10 10,000 - x x
    01-03-95 Assembly 30 30,000 x x
    01-04-95 Maintenance 30 30,000 x x
    01-05-95 Acceptance 30 30,000 x x
    01-06-95 Final invoice .. .. x
    Network/Activities
    Milestone Estimate Actual
    Assembly 01-03-95 01-03-95
    Maintenance 01-04-95
    Acceptance 01-05-95
    For each billing date in a milestone billing plan, you can specify whether the billing
    date is:
    1. fixed
    2. Always updated with the actual date of the milestone
    3. Updated with the actual date of the milestone, if the date is earlier than the
    planned billing date for the date
    A2. Following is the SD & PS integration scenarios where milestone billing & Periodic billing plays the important role for these integration:
    Milestone billing is typically used for billing projects, such as plant engineering and
    construction projects. Such projects often include a series of milestones that mark the
    completion of different stages of the work. In the SAP R/3 System, milestones are defined
    in a network along with planned and actual dates for the completion of work. The milestones
    are also assigned to the billing dates in the billing plan. The connection between the project and the sales document item is made in the individual
    schedule lines of the item. Each schedule item can be assigned to a network in a project.
    PS-SD Integration as below:
    A) Billing plan, at each WBS element, network and Activity level.
    B)DIP profile which is assigend to item category. DIP for resource related quotation works only with ECP ( easy cost planning).
    C)sales pricing - generally, there r 2 types of sales pricing in PS . lumpsum contract and unit rate contract.
    D)BOS - bill of Services. which has to be activated. It is industry specific solution. If BOS is activated you also have integration for vendor RFQ and Analysis.
    Further pls provide ME ur mail id , will mail some zip files regarding integration of SD module with all other module including PS.
    A3. Project System(PS) works for any project e.g construction, operation or any large projects where project management tools are required. it integrates all modules may be like MM for vendor process or for RFQ etc or say may be SD for Resource related quotation with the help of DIP profile or Milestone process etc. IT is largely used in construction projects. IT helps in controlling the whole of project from one single screen and it works with 3 elements WBS element ( work break down structure), Network and Activity.
    Please go throgh this Please check this links perhaps they may help.
    http://help.sap.com/bp_imcv1500/IMC_US/HTML/preconfigured_scenarios.htm
    ETO:
    http://help.sap.com/bp_imcv1500/IMC_DE/HTML/E83_EN_DE.htm
    http://help.sap.com/bp_bblibrary/500/HTML/E46_EN_DE.htm
    MTO:
    http://help.sap.com/bp_bblibrary/500/HTML/V66_BB_EN_US.htm
    http://help.sap.com/bp_imcv1500/IMC_DE/HTML/E70_MTOQuotProc_EN_DE.htm
    PS - SD integration are on
    1.Billing pan, at each WBS element, network and Activity level.
    2. DIP profile which is assigend to item category. DIP for resource related quotation works only with ECP ( easy cost planning).
    3.sales pricing - generally, there r 2 types of sales pricing in PS . lumpsum contract and unit rate contract.
    4. BOS - bill of Services. which has to be activated. It is industry specific solution. If BOS is activated you also have integration for vendor RFQ and Analysis.
    5. resource related Billing
    The specified item was not found.
    Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • Difference Between Book on sap press and Advice on which book I should take ?

    Hello,
    Could someone explain me the difference between those two Sap Press.
    SAP CRM Web Client Customizing and Development
    http://www.sap-press.com/products/SAP-CRM-Web-Client-Customizing-and-Development.html
    SAP Web Client: A Comprehensive Guide for Developers
    http://www.sap-press.com/products/SAP-Web-Client%3A-A-Comprehensive-Guide-for-Developers.html
    I thought that web client were only in SAP CRM ?
    I have only done ECC and CRM.
    did the SAP Web Client include the SAP CRM web Client ?
    As I wiork on SAP CRM, I suppose that the "SAP CRM Web Client Customizing and Development" would be the better choice.
    Best Regards.
    Abdou BOURAKBA

    "SAP CRM Web Client Customizing and Development" is an older release is more focused on the functional/technical customizing of the Web Client and "SAP Web Client: A Comprehensive Guide for Developers" if purely focused on development. I purchased both and I think are very complementary.
    I thought that web client were only in SAP CRM ?
    From ECC ehp4 (I belive) WebClient was shipped as part of the Netweaver solution.
    did the SAP Web Client include the SAP CRM web Client ?
    Are the same, when SAP decided to include Web Client as part of the Netweaver solution, they changed the name because the Web Client is no longer CRM specific.
    Cheers!
    Luis

  • How to create a interface with NTR from SAP XI?

    How to create a interface with NTR from SAP XI?

    Hi,
        What do you mean by NTR ?...
    What are the details you needed...Please be clear and more elaborative as far as possible..so that you will get straight forward answers...
    HTH
    Rajesh

Maybe you are looking for