MES integration with ERP/SCM using XI

Hi Experts,
Could someone share any experiences on MES (Manufacturing Execution System) integration with SAP ERP / SCM.
Are there any best practices document available on MES-SAP integration?
Appreciate any help.
Thanks,
Shobhit

Hi,
Currently I am working on  MES (Manufacturing Execution System) integration.
Please find here with you some helpful material for it,
http://www.sdn.sap.com/irj/sdn/wiki?path=/display/espackages/integration%2bof%2bmanufacturing%2bexecution%2bsystems
http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/306a3efb-82c0-2910-69b3-89985491e1c8
http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0328886-1a48-2a10-158f-fe7b12241798
[Content Deleted]
Thanks
Swarup
Message was edited by: Jason Lax

Similar Messages

  • Integration with PeopleSoft Applications Using Oracle SOA Suite 11g BPEL

    Hi,
    I'm integrating BPEL with Peoplesoft FSCM 9.0 Application on tools 8.49 using Oracle SOA Suite 11g. The BPEL invokes the web service method generated from Peoplesoft Component Interface in a synchronuos manner.
    I have deployed the BPEL in Oracle SOA Suite 11g using Jdeveloper successfully but I have problem in configuring the BPEL node in Peoplesoft side using Oracle SOA Suite 11g(FMW) . I had done the integration of BPEL with Peoplesoft FSCM 9.0 on tools 8.49 using Oracle SOA Suite 10g earlier successfully by configuring BPEL node properties as follows:
    BPEL CONSOLE : http://Host Name:8888/BPELConsole (System with Oracle SOA Suite 10g server for deployment)
    BPEL DOMAIN : default
    Using this BPEL node configuration, I was able to ping the BPEL console of Oracle SOA Suite 10g from peoplesoft and hence complete the integration successfully.
    Now in order to acomplish Business rules and other functionality, the BPEL application has been developed in Oracle SOA Suite 11g using Jdeveloper 11g. This time I'm not able to configure the BPEL node in Peoplesoft for this integration as I'm assuming there is no separate BPEL console in Oracle SOA Suite 11g. All the BPEL deployments are administered in console (11g console used for deployment of BEPL)
    http://Host Name:7001/em (System with Oracle SOA Suite 11g server - Fusion Middleware).
    So when I Configured the BPEL node property in Peoplesoft as :
    BPEL CONSOLE : http://Host Name:7001/em (System with Oracle SOA Suite 11g server for deployment)
    BPEL DOMAIN : default
    I'm not able to ping the Peoplesoft BPEL node to the Oracle SOA Suite 11g. Hence I'm not able to proceed with my integration.
    When I searched the OTN discussion forum on BPEL console for Oracle SOA Suite 11g, all threads point that there is no separate BPEL console unlike Oracle SOA Suite 10g. Also most of the articles for Integration with Peoplesoft Application using SOA 11g do not state any specific configuration setting for property of Peoplesoft BPEL node in order to integrate with BPEL 11g. The examples published in OTN still point towards screen shots of integration using SOA Suite 10g.
    So I'm not able to proceed in this regard.
    Any help in this regard is highly appreciated.
    Thanks in Advance,
    Girish
    Edited by: user11214154 on Nov 23, 2009 8:12 PM
    typo error

    Hi,
    I found this document from the Oracle Open World 2009 (maybe you have found it too) :
    "Integration with PeopleSoft applications using oracle soa suite 11g BPEL" --> [http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-bpel-psft.pdf]
    And this could be a little more simple, but have a good step-by-step tutorial.
    [http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm]
    I think you must read this docs by now, but never come amiss.
    Hope this can help you,
    By the way, if you can help me with this I'll appreciate it a lot.
    Unable to access the following endpoint(s)

  • What is the best way to follow the scenario for Out look integration with share point using SAP Gateway?

    1)what is the best way to follow the scenario for Out look integration with share point using SAP Gateway?
    2)workflow concepts for Purchase order?
    3)Email triggering from out look for an approval process of PO? how these scenario can be best implemented with updated functions in Duet Enterprise.

    Hi,
    I do not have much idea on gateway integration with outlook but found out this document GWPAM Workflow Template which can be helpful for you to start with.
    also you may want to post your question in SAP Microsoft Interoperability forum
    Regards,
    Chandra

  • Integrating with Oracle EBS using XMLGateway issues

    Hi all,
    I'm trying to integrating with Oracle EBS using XMLGateway, and I meet some issues. Here are the steps I did.
    1) Update DATA_MAP.xgm file and DATA_TEST.dtd file into XMLGateway repository
    2) Define transactions in EBS client:
    Party Type: Supplier
    Transaction Type: Cat
    Transaction Subtype: Dog
    Transaction Description: test for cat and dog
    Standard Code: OAG
    External Transaction Direction: IN
    External Transaction Type: Cat
    External Transaction Subtype: Dog
    Queue: APPLSYS.ECX_IN_OAG_Q
    3) Define trading partners in EBS client
    Operating Unit: Vision Operations
    Trading Partener Type: Supplier
    Trading Partener name: ****
    Trading Partener site: ****
    Company Admin email: [email protected]
    ... other transaction info defined in step 2)
    4) Send inbound message using OTA send Inbound Page. It succeed.
    a. The return page display status code 1000 with status discription OK.
    b. From the transaction monitor, I can see the inbound message was processed successfully.
    c. From the database, I can see that this inbound message first arrived in ecx_inqueue table, and then moved to ecx_in_oag_q_table. And last disappeared from the ecx_in_oag_q_table. That means XMLGateway process the inbound message in transaction queue successfully.
    5) Send inbound message using SOAPUi. It failed.
    a. The return page display status code 200. That means the inbound message has been sent to inbound message queue successfully.
    b. From transaction monitor, I cannot see this request record.
    c. From the database, I can saw that this inbound message first arrived in wf_ws_jms_in table, then disappeared. It didn't moved to transaction queue which I selected when defined transations, so I guess it wasn't processed by XMLGateway. Using the following SQL, but cannot find error reason.
    select * from ecx_inbound_logs where process_id='******************'
    select * from apps.ecx_error_msgs where error_id='*****'
    I guess the reason is something happend to prevent inbound message to move from inbound message queue to transaction queue. So XMLGateway cannot process this inbound message.
    From XMLGateway user guide, I understand that there are three kinds of inbound queues(ECX_INBOUND which OTA uses, WF_WS_JMS_IN which soap over https uses, WF_JMS_IN which JMS uses), does't mention what are the corresponding transaction queues? Can they share the same transaction queue? Also see from this user guide, ecx_in_oag_q (transaction queue) is only for ecx_inbound queue. But when I try to define a transaction in EBS client, it seems that only ecx_in_oag_q can be chosen. I wondered why my second senarios failed when I used the same transation and trading partner. The message already arrived at wf_ws_jms_in and then disappeared. Is that because I selected the wrong transaction queue when defining transactions? But it was really cannot select any other transaction queues there. Or I missed some steps when using SOAP over HTTP/S?
    Appreciate you can give me some suggestions. Hope to hear your voice. Thanks in advance.

    Hi,
    Regarding the integration what type of integration you want.
    Can you please elaborate?There are some integration tools releases by Oracle for the integration.
    Regards
    Pramod

  • MDM Integration with ERP system

    Hello MDM Guru's.
    In our system Landscape, use Baan ERP system to fetch data into MDM, cleanse it and push data to SRM/BI system for Business Requirements.
    Our MDM is neither connected to any R/3 (ECC) system. we want to have a kind of Reports developed for MDM Data present in our system based on Companies (our Manufacturing sites) and have a automatic mapping of our Manufacturers , Suppliers & Customers based on Global and local Stratergy.
    According to my understanding, we can use MDM API's (ABAP or Java). As MDM is not integrated with any of the ERP (ECC or Netweaver Data base)?
    We have options to integrate MDM with ECC 6.0 & Netweaver system. Which could be a better option to connect with? we are planning to integrate MDM with E-Portal too, could Portal data base be used.
    Please guide me.
    Thanks in advance
    Cheers
    MSR

    Hi Srihari,
    If you want to use MDM in you landscape and store and cleanse data in it and then sent the cleansed data to a reporting tool for analysis then you can do it in one of the methods:
    - Either connect MDM to the other systems in your landscape using XI as the means of data trnasfer
    - Or connect MDM to other systems using the API.
    In the first method.you need to use PI/XI to manage the flow of master data to and from your MDM system to others. MDM can be used for data cleansing and enrichment within MDM before syndicating it out.
    In the second method you can connect to MDM through other systems using the API.
    As you mentioned about reporting on the master data in MDM based on the Companies or manufacturing sites etc.You can achieve this suing MDM ABAP API.
    ABAP can be sued as a reporting tool.wherein it will connect to your MDM system through the configured API and fetch the MDM data and generate simple reports .
    If you wish to access the MDM data online you can use portal front end. but in this case portal wont be capable to store any information as it is just a front  end.
    You will have to use MDM as a backend storage system.JAVA API can be used for futher customization on EP.
    For ABAP API use you can refer the below link:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/tip%2b%2bMDM%2bABAP-API%2b%2bThings%2bto%2bRemember%2b(for%2bStarters)(abap api)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e060251e-b58d-2910-02a2-c9a1d60d9116 (abap api)
    For Java API  you can refer the below link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2d18d355-0601-0010-fdbb-d8b143420f49  (Java API)
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Integration with ERP and other systems

    We have integrated iP Oracle with OEX and we are now trying to
    integrate with BBP/SAP, Maconomy Procurement systems. Has anyone
    tried to integrate OEX with other systems?

    We are now running a project to integrate OEX with SAP R/3 4.6c (MM Module). Oracle recommendation includes semiautomatic process associated to the RFQ in SAP and P.O. placement in SAP.
    This semiautomatic process is consequence of poor XML integration with some transaction on OEX in which the buyer needs to operate in both systems: SAP and OEX. Nevertheless we are trying to request the incorporation of this changes in OEX's new version.
    Its a matter of time that ORACLE will understand that a full integration is needed to satisfy users; SAP has done it and most of ERP transactions can be taken to XML format through their product Business Connector (Original a Webmethods product bought by SAP).
    Juan Carlos Blesa

  • Webcenter Spaces/Portal integration with UCM and use of FrameworkFolders

    Hi All,
    We are looking at the possibility of using Desktop Integration Suite organisation wide.. We are also in the process of an organisation wide roll out of Webcenter spaces.
    The preference is to use FrameworkFolders because its replacing the folders_g component and address the limitations posed by folders_g (for example can have a max of only 1000 content within a folder, time to load the pages when a folder has large no of content items).
    Since only folders_g can be used for integrating with Webcenter Spaces/Portal we are not sure of what our strategy should be. Is there plan to use framework folders with Webenter in the future?
    Thanks,
    Manjunath
    Edited by: 890922 on 14-Aug-2012 18:20

    Since only folders_g can be used for integrating with Webcenter Spaces/Portal we are not sure of what our strategy should be. Is there plan to use framework folders with Webenter in the future?Certainly there are. Unfortunately, no exact date/release has been communicated so far. If you need a quick implementation (following few next months) I'm afraid you will have to go with folder_g

  • Outbound integration with peoplesoft HRMS using a soap adaptor  fails

    We are trying to do outbound integration with peoplesoft HRMS as a part of interface requiremnt,we are using soap adaptor for this,we are getting the following error
    An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message transmission failure, response code: 500 at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeOperation(WSIFOperation_JaxRpc.java:1731) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeRequestResponseOperation(WSIFOperation_JaxRpc.java:1473) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.executeInputOnlyOperation(WSIFOperation_JaxRpc.java:1156) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(WSIFInvoker.java:865) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:781) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:801) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(OutboundAdapterService.java:208) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(OutboundAdapterService.java:127) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:118) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:95) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1444) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:112) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:305) at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispatcher.java:138) at oracle.tip.esb.server.dispatch.DeferredEventDispatcher.processSubscriptions(DeferredEventDispatcher.java:153) at oracle.tip.esb.server.dispatch.EventDispatcher.dispatchRoutingService(EventDispatcher
    Any clues about this..
    How to add HTTP header on top of the response..
    Thanks,
    Azeem.

    We have this working at our organization and my guess is that this is related to either a missing routing or having no security set on the service operation. We are only exploring this in test but we have the ESB set up as node in Peoplesoft. There is then routing defined from that node to financials. On the service operation we have attached the role PTPT1200. I am sure this is not best practice but we are currently only testing.
    If you want to attach headers for authentication/authorization I am sure it is defined in the documentation although I don't have the link in front of me.

  • Integration with Third-Party using WLC logs

    Hello everyone,
    In my scenario, the WLC Controller is in a different part of my network, controlling APs that are all are running in FlexConnect mode.
    Between APs and Controller I have WAN connections and a border firewall. I have locally PDC and AAA servers.
    The problem is: My wired end users when go to outside zone (from LAN to internet), need do a captive portal authentication that is integrate with AAA server using Radius.
    In WLAN network, I have a SSID using 802.1X that use the same VLAN as used by wired. Therefore, users that are using WLAN connections are needing to authenticate twice.
    My idea to contour this situation depends the level of logs that WLC can provide me. I had looking for SNMP traps and Syslog (debug level), but neither one log user/IP/MAC. If I had this informations, I can integrate with my firewall border using XML API and bash scripts.
    Anyone had this issue? Can help me with suggestion or other ways/ideias?
    Kind Regards.

    Hello,
    I understand that anyone that is using your VLAN (call it VLAN x) toward the internet will be interrupted by the firewall and is directed to a captive portal to provide the credentials.
    For those who use WLAN with dot1x, they have to provide credentials twice, once when they authenticate to the WLAN and once when they try to browse internet.
    Is that correct?
    I think the best solution for you is to utilize a separate VLAN for your WLAN.
    If you are looking for user MAC address via SNMP, that is exist AFAIK. What you may need to do is to enable that trap to be sent (not sure if its on or off by default). Go to SNMP config in GUI and then go to snmp trap controls page. There you may be able to allow traps for authenticated and associated clients.
    HTH
    Amjad

  • APO 7.03. Production Campaign - Integration with ERP

    Hi,
    I am using SAP ERP 6.0 and APO 7.03.
    I created campaign in APO and try to find out if I can see in SAP ERP that some planned orders belong to a campaign.
    Meaning: Can I see in SAP ERP that a planned order belongs to APO campaign? I do not see any campaign nr in the planned order itself nor in coois for planned orders.
    Any hint?
    Integration model for campaigns is active.
    thanks for any useful hints!
    br,
    Wojtek

    Hi Wojtek,
    1. Is is ok to assign the class types 023 and 300 in ECC to the same org area?
    MK> Yes. The organizational area is the filter to transfer classes and characteristics. It should be applied to both classes and characteristics and should be unique for APO transfer.
    2. Do I really need to assign class type 300 to the same organizational area P which has the calss type 400? or is just 400 enough?
    MK> I don't think class 300 has any meaning in APO. I could be wrong. In APO you should have classes 230, 400 and sometimes 001 with the same organizational area used in ECC. The organizational area is not mandatory in APO for master data transfer but is used in integrated scenarios such as variant configuration or batch processing.
    3. Do I need to consider something else?
    MK> Create the organizational area and make the assignments to classes in both ECC and APO before you create integration models.
    Best Regards,
    Mike

  • POS Integration-POSDM, ERP, PI - using enterprise services-Connectivity Kit

    Hello,
    below you find a link to the official Connectivity Kit for Integration Scenario: POS Integration.
    The integration scenario POS Integration is based on SAP ERP and SAP NetWeaver BI /SAP POS Data Management using enterprise services.
    You will find an implementation Guide as well as descriptions of the enterprise services used.
    https://wiki.sdn.sap.com/wiki/x/1ACFAQ
    Best Regards,
    Markus

    Hi, Markus,
    thank your for your input! very interesting!
    I'm wondering which benefits this POS Integration over Enterprise Services has, comparing with the conventional IDoc transfer?
    Regards
    Rene

  • Territory Management - Looking for integration with ERP Cost Centers

    We are exploring using Territory management in CRM 7.0.  However, the hierarchy structure is really the same as our cost center structure in ERP.  The Business does not want to have to maintain this information twice.  Is there some way to update one from the other?  Or is there any integration between the two?

    Milan,
    When we were first looking at automation/customization with Initiatives, the challenge was how different each project plan was. With all the different layouts and formats that different project leaders used in different areas of the same company, it make it impossible to come up with some way of standardizing how to get the data into Initiatives. If you were looking at bringing in the data to a table first, that would certainly solve that format issue.
    Initiatives aren't populated with data from PAS, instead they are created manually in the system. There are pop-up boxes involved as well. I need to do some further research into how you could best do this.
    This would be a customization.
    Regards.
    Bob

  • Capacity planning integration with ERP based on activity types

        Hello Friends,
    Please help me in understanding the integration of capacity planning with activity types.
    I have done the configuration but i am getting all the values double and giving the wrong roll up.
    Please help me how this integration works and how to configure it so that i can get the actual efforts from the SAP ERP.
    Regards,
    Lohith

    You can split operation and assign operation ticket to more than one Person (i.e. HR person number) even if they are not linked to one work center.
    I don't have system in front of me, but I think it's in Operation details. You can also check individual capacity in table or graph. It was available in ECC 6.0
    Hope this helps-

  • Impact on ERP integration with C4C using PI

    Hi All,
    We are about to install the add-on for C4C integration with ERP in ECC system. But before doing wanted to validate/confirm few things -
    1. The add-on seems to support all new versions of ECC, does this include ECC on HANA ?
    2. Is it necessary to backup the environment before installing the add-on ?
    3. The component seems to be isolated from impacting any ECC functionality and its just for the purpose of integrating C4C with ECC. Would this mean that no regression testing is required in ECC ?
    4. The component doesn't seems to have an uninstall option which would meant that any reverts could only be done through system backup only. Is this accurate ?
    Appreciate your quick response.
    Regards,
    Pola

    1. The add-on seems to support all new versions of ECC, does this include ECC on HANA ? --> The add-on supports all release of ECC above the base release mentioned in the Integration guide, including ECC on HANA
    2. Is it necessary to backup the environment before installing the add-on ? --> The Add-On does not contain any DB tables. It should not interfere with the ECC environment, so you can install these without any disruption or downtime. As part of general hygiene, you may want to make sure that there is a recent enough backup for the ECC system.
    3. The component seems to be isolated from impacting any ECC functionality and its just for the purpose of integrating C4C with ECC. Would this mean that no regression testing is required in ECC ?
    No regression testing is required for ECC standard functionality. It will not affect existing distribution models. You will have to set up new ones for Cloud for Customer Integration scenarios.
    4. The component doesn't seems to have an uninstall option which would meant that any reverts could only be done through system backup only. Is this accurate ? --> There is no uninstall option.

  • ARIS Integration with SAP ERP 6.0

    Hi,
    For integrating ARIS with Solution manager, we will import a transport request into Solution manager.
    What has to be done for ARIS integration with ERP 6.0?
    Will there be a transport request as well, Where can we get that from?
    Has anyone done this before.
    Regards,
    Siv

    Hi Markus,
    I have Installation and Administration guide for ARIS 7.1 (December 2008) version and it has only 3 chapters.
    Could you just let me know what steps i need to do.
    Thank you very much.
    Regards,
    Siv

Maybe you are looking for

  • Using SQLLDR to load files

    I guess this is kind of a newbie question, so sorry in advance, but I can't figure this out from the documentation. I would like to use SQLLDR to load a series of files (a.txt, b.txt, c.txt, for example) to a CLOB. I want one file per row as each one

  • How to Manually Perform software Updates and tips for making Macbook better

    Hi. So recently my internet was really slow. I figured the problem out and now is working well. Although the youtube site does not allow me to view entire videos. Well...i was told that since my macbook is turned off at night, it cant perform softwar

  • Balancing uninvoiced receipt report

    Hi all, Can anyone assist me in balancing the uninvoiced receipt report to the GL. What are the factors that I need to take into consideration and what other reports do I need to used in the reconciliation. Thanks alot. [email protected]

  • I have lion.  where is the hard drive? stupid question.  i know.

    hi, i have snow leopard but have just purchased macbook pro with lion.  where can i find the hard drive?  with snow leopard you just go to a finder window but lion doesn't have it listed there?  i need to upload a color profile, etc.  the directions

  • Imported images have poor colors

    Friends, I'm a new user to Motion 5 having what I hope is an easily-solved problem.  I want to create an animated image sequence.  The images were originally created and stored in Aperture.  Because I understand that Motion does not permit import fro