Communication between SCM ICH and ECC

Hi every one,
We are trying to implement SCM ICHin our landscape. Can any one explain me, what all the stuff needed to configurations communication between SCM ICH to ECC. How to do that also? As per knowledge I head PI(Process Integration) is involved in the communication, but I do not know what all the configurations I need to do for that. Please let what all is needed for that. Can anyone provide me rlated documents.
Regards
Jack

Hi
The Connectivity settings are fully explained for cross systems in the Best Business Practice documents from SAP:
[BBP Connectivity Guide|http://help.sap.com/bp_scmv250/BBLibrary/Documentation/B02_BB_ConfigGuide_EN_DE.doc]
and the Replication Best Practice document:
[BBP Replication|http://help.sap.com/bp_scmv250/BBLibrary/Documentation/B05_BB_ConfigGuide_EN_DE.doc]
Other ICH configuration can be found in the Supplier Collaboration Document:
[BBP Supplier Collaboration|http://help.sap.com/bp_scmv250/BBLibrary/Documentation/S34_BB_ConfigGuide_EN_DE.doc]
There really is a lot of good documentation in SAP's own systems without having to email stuff around  ;o)
Regards
Ian

Similar Messages

  • Difference between 4.7EE and ecc 6.0

    hai sap legends,
    what is the main difference between 4.7ee and ecc 6.0
    Is there any changes in the screens
    i am working still on 4.7 ee
    thanks regards
    kumari

    hi
       IN  4.7EE it not based on netweaver software. but in ecc 6.0 is netweaver .
    advantages of netweaver
           With the SAP NetWeaver technology platform, organizations have a single infrastructure for uniform service definition, implementation, and usage based on Web services technology and standards. SAP NetWeaver supports enterprise services for user interaction, as well as application-to-application and business-to-business interactions through synchronous, asynchronous, stateful, and stateless communication models.
      benefits
       It creates new value from existing IT assets through the use of Web services. - It provides greater flexiblity for responding quickly to business change. - It ensures openness and interoperability between software systems.
                                                 thanks

  • Communication between HP eprint and Google Cloud Print

    Hi,
    the communication between HP eprint and Google Cloud Print seems to be broken. At least for me.
    The documents do get printed when I print vio Chrome browser or Cloud Print dashboard -- but the status in cloud print remains as "submitted". It seems like somehow the HP eprint status doen't get reported back to cloud print. In HP eprintcenter the log says "printed".
    Well, I wonder who will take care of this problem ...  (Hope it will not result in fingerpointing only ...)
    Thanks for your support!
    Best,
    George
    This question was solved.
    View Solution.

    Are you able to log back in later and the status at Google Cloud print update to reflect the true outcome of the print job? Or does it just remain as "submitted". Otherwise, if it is printing and showing in the log at ePrint Center (EPC) as printed, the issue would not be on the ePrint side but on Google's
    I am a former employee of HP...
    How do I give Kudos?| How do I mark a post as Solved?

  • Communication between a driver and application.

    Communication between a driver and application.
    I am writing a driver for a PCI card. I have found very good examples of how the driver should be build.
    Where do I find the information about how the user mode application should be talking the driver.
    So If you have any idea that will help me, please let me know.

    Hi,Sir
    This for your reference.
    It will create pci adapter device node at /devices .
    You can use AP function call ioctl to Communicate with your device driver.
    static int
    xxattach(dev_info_t *dip, ddi_attach_cmd_t cmd)
    int instance = ddi_get_instance(dip);
    switch (cmd) {
    case DDI_ATTACH:
    allocate a state structure and initialize it.
    map the device�s registers.
    add the device driver�s interrupt handler(s).
    initialize any mutexes and condition variables.
    create power manageable components.
    * Create the device�s minor node. Note that the node_type
    * argument is set to DDI_NT_TAPE.
    if (ddi_create_minor_node(dip, "minor_name", S_IFCHR,
    instance, DDI_NT_TAPE, 0) == DDI_FAILURE) {
    free resources allocated so far.
    /* Remove any previously allocated minor nodes */
    ddi_remove_minor_node(dip, NULL);
    return (DDI_FAILURE);
    * Create driver properties like "Size." Use "Size"
    * instead of "size" to ensure the property works
    * for large bytecounts.
    xsp->Size = size of device in bytes;
    maj_number = ddi_driver_major(dip);
    if (ddi_prop_update_int64(makedevice(maj_number, instance),
    dip, "Size", xsp->Size) != DDI_PROP_SUCCESS) {
    cmn_err(CE_CONT, "%s: cannot create Size property\n",
    ddi_get_name(dip));
    free resources allocated so far
    return (DDI_FAILURE);

  • Communication between the computer and the disc drive failed

    The disc can’t be burned because because communication between the computer and the disc drive failed (error code 0x80020022). This computer has been out of the box for less than a month and this has been a growing problem.

    My problem was FIXED at the apple store..... there was something wrong in the system preferences and the genius deleted something that recreated it's self. Surely enough we we're able to burn a 600 mb dmg of nothing onto a few test disks. For anyone having this issue...it's NOT The media, it's some configuration issue within the computer's preferences. I'm telling you all to take your machine to the nearest apple store and have them fix it, if your machine is still under warranty the fix is free. There was no hardware issue, so the optical drive was not replaced.

  • Communication between non SAP and SAP

    HI,
    do you have some information about communication between non SAP and ERP (WebAs) SAP System ?
    I would like to receive an xml file or xml IDoc from a Java Plattform (non SAP) into our SAP ERP System as an own defined IDoc.
    remember: we don´t have a converter like XI.
    What about using a proxy (do you have some information/blog how to use that) ?
    What about using a webservice (do you have some information/blog how to use that) ?
    What about storing the xml on the application server (do you have some information/blog how to use that) ?
    How to transform xml to IDoc ?
    other methods ?
    Thanks for your help.
    Gordon

    Here is a link to connecting MS SQL Server with SAP using Open Hub connection.
    http://msdn.microsoft.com/en-us/library/dd299430(SQL.100).aspx
    This might give you some insight into connecting with Non SAP Systems.
    I have used the information from this link to export data from SAP to MS SQL Server.
    Good Luck.
    MP.

  • Error 2032 in communication between Flex Client and WCF

    Hi All,
    I'm trying to establish communication between Flex Client
    and WCF service.
    WCF service accepts gZip compressed data and returns gZip
    compressed results.
    So I used Flex ByteArray.compress() and
    ByteArray.uncompress() for this purpose. However, it throws error
    2032.
    The gZip compression/decompression uses MemoryStream class in
    C#. Based on my previous experience, memory stream communication
    between Flex and C# gives erro 2032.
    Is there a work around for this?
    Thanks,
    Vishal

    I read some thread in the forum, and found somebody had the similar problem with me. Just want to know how to settle this problem.
    In the client/server program. Client is a JAVA program and Server a
    VC++ program. The connection works, and the problem appears after some time. The Client sends a lots of requests to Serverm, the server seems receive nothing. But at the same time, the server is able to send messages to Client. The Client also can get the messages and handle them. Don't understand why there this problem and why it appears when it wants.
    The client is a Win2k platorm with JDK1.3.1 and the server is also a Win2K platform with VC++ 6.0.
    In the Client, using:
    inputFromServer = new BufferedReader(new InputStreamReader(socket.getInputStream()));
    outputToServer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())),true);
    Hope can get your help.

  • Pls let what are the differences between 4.7 and Ecc 6.0.

    Hi all,
    Could you please let me know, we are going 4.7 to Ecc 6.0.
    Pls let what are the differences between 4.7 and Ecc 6.0.

    Try the [Solution Browser|http://solutionbrowser.erp.sap.fmpmedia.com/Default.aspx].
    Regards

  • Sap table differences between 4.6C and ECC 6.0

    how do i find out which sap tables has been changed between 4.6C and ecc 6.0 version.  Is there a program I can run? website?

    Hi,
    You have to check with the Relese Notes provided by SAP for the Latest changes of the SAP versions.
    But in that also, it will not be clearly mentioned by Table name, that it was changed. Only during the Upgrade of the SAP versions, all those problems will come into picture, which has to addressed and solved one by one.
    Regards,
    Anji

  • Gereral differences between 4.7 and ECC 6.0 from FI/CO view

    Hi Guys
    Can any one tell me key differences between 4.7 and ECC 6.0 from FI/CO view.
    In interview what i must tell?
    Thank you.

    Please visit the following links:
    [http://service.sap.com/erp]
    [http://solutionbrowser.erp.sap.fmpmedia.com/ (Functional prespective)]
    [http://service.sap.com/instguides] --> mySAP Business Suite Applications --> mySAP ERP --> mySAP ERP 2005 --> Upgrade
    [http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOVC/LOVC.pdf]
    For Functionality Differences pls refer to the below site -
    [http://solutionbrowser.erp.sap.fmpmedia.com/]
    After opening the site, please select the Source Release Version which is 4.6 b Then Select the Target Release Version which is "mySAP ERP 2005" or ECC 6.0
    Select the Solution Area like Financials, Human Capital Management, Sales....
    Select module like MM, PP, SD, QM.....
    Click on Search
    Then it displays the Release Version and the Delta Functionality. which can be downloaded to a word document if required.
    and also check the release notes of ECC 6.0 in service.sap.com.
    Regards,
    Ajit

  • Differences between 4.6c and ECC

    Hi,
          Is there any link or website, where i can get the diferences between 4.6 and ECC 6.0 Versions. Or if there is any document on that..can anybody send me that to may mail id...
              Thanks,
               Ram.

    There are so many differences between the version in different objects
    I will explain in two or more objects the difference
    1 in the customer master in 4.6 version there is no partner function tab in the customer in xd01 t-code
    and also there is no CIN tab in that version
    but it is there in the 4.7 EE version
    This is the major change from the 4.6cc to 4.7EE
    2. in 4.7EE there is some settings that are related for CIN
    which cannot be done in 4.7EE that means they need some patches for doing the configuration setting for the CIN
    But we can do the same in the 6.0 version
    These are the some of the settings that are differed in the two versions and in that two objects
    http://service.sap.com/erp
    http://solutionbrowser.erp.sap.fmpmedia.com/ (Functional prespective)
    http://service.sap.com/instguides --> mySAP Business Suite Applications --> mySAP ERP --> mySAP ERP 2005 --> Upgrade
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOVC/LOVC.pdf
    For Functionality Differences pls refer to the below site -
    http://solutionbrowser.erp.sap.fmpmedia.com/
    For Functionality Differences pls refer to the below site -
    http://solutionbrowser.erp.sap.fmpmedia.com/
    http://help.sap.com/saphelp_47x200/helpdata/en/fc/e3003deddfae4de10000000a114084/frameset.htm
    http://help.sap.com/saphelp_scm50/helpdata/en/28/b34c40cc538437e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/68805bb88f297ee10000000a422035/frameset.htm
    Re: Difference Between SAP Version ECC 4.6, 4.7, SAP 5.0, 6.0 with SA
    Re: SAP version differences 4.5b, 4.6c and ECC6.0
    You can find the difference in release notes of each SAP version.
    Here are the links.
    http://help.sap.com/saphelp_47x200/helpdata/en/fc/e3003deddfae4de10000000a114084/frameset.htm
    http://help.sap.com/saphelp_scm50/helpdata/en/28/b34c40cc538437e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/68805bb88f297ee10000000a422035/frameset.htm
    Please visit the following links:
    http://service.sap.com/erp
    http://solutionbrowser.erp.sap.fmpmedia.com/ (Functional prespective)
    http://service.sap.com/instguides --> mySAP Business Suite Applications --> mySAP ERP --> mySAP ERP 2005 --> Upgrade
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOVC/LOVC.pdf
    For Functionality Differences pls refer to the below site -
    http://solutionbrowser.erp.sap.fmpmedia.com/
    After opening the site, please select the Source Release Version which is 4.6 b Then Select the Target Release Version which is "mySAP ERP 2005" or ECC 6.0
    Select the Solution Area like Financials, Human Capital Management, Sales....
    Select module like MM, PP, SD, QM.....
    Click on Search
    Then it displays the Release Version and the Delta Functionality. which can be downloaded to a word document if required.
    and also check the release notes of ECC 6.0 in service.sap.com.
    . Please visit the following links:
    http://service.sap.com/erp
    http://solutionbrowser.erp.sap.fmpmedia.com/ (Functional perspective)
    http://service.sap.com/instguides --> mySAP Business Suite Applications --> mySAP ERP --> mySAP ERP 2005 --> Upgrade
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOVC/LOVC.pdf
    For Functionality Differences pls refer to the below site -
    http://solutionbrowser.erp.sap.fmpmedia.com/
    After opening the site, please select the Source Release Version which is 4.6 b Then Select the Target Release Version which is "mySAP ERP 2005" or ECC 6.0
    Select the Solution Area like Financials, Human Capital Management, Sales....
    Select module like MM, PP, SD, and QM.....
    Click on Search
    then it displays the Release Version and the Delta Functionality. Which can be downloaded to a word document if required.
    And also check the release notes of ECC 6.0 in service.sap.com.
    A2. When you are upgrading from 4.6C to ECC6
    Nothing major, follow the same process you'd follow if you were updating PI service packs in R/3 or enhancing data sources. Empty queues in RSA7 and lbwq. Also empty setup tables through lbwg as the upgrade doesn't like it if these tables contain data. This is all on the R/3 side (although you empty RSA7 by running each delta TWICE in BW).
    To transfer queues from lbwq to rsa7, execute jobs through LO cockpit (lbwe).
    Some of your data sources could also be using sm13 instead of lbwq, so do check it out as well.
    For installing ECC 6.0 you required a solution manager key. With out solution manager key you cannot install ECC6.0.
    For ECC 6.0 is called net weaver component here you have ABAP+JAVA stack.
    ECC6.0 supports UNCODE.
    For installing 4.6 you don't require solution manager key. It only having ABAP stack.
    4.6C supports NONUNICODE.
    Major difference is ECC6 is netwear product having WASJAVA+ABAP
    secondly support unicode apart from this we have other diff. you can get form master guide from service.sap.com/instguides.
    Please go through the link that is shown here and if there is any doubts then feel free to ask.
    A3. Major difference is ECC6 is net weaver product having WASJAVA+ABAP
    secondly support Unicode apart from this we have other diff. you can get from master guide from service.sap.com/instguides
    For installing ECC 6.0 you required a solution manager key. With out solution manager key you cannot install ECC6.0.
    For ECC 6.0 is called net weaver component here you have ABAP+JAVA stack.
    ECC6.0 supports UNCODE.
    For installing 4.6 you don't required solution manager key. It only having ABAP stack.
    4.6C supports NONUNICODE.
    A4. Refer sdn thread and make a small search where u can find lot of information Reg this
    olution Browser would give the differences (Features):
    http://solutionbrowser.erp.sap.fmpmedia.com/ Give source and target versions.
    Release Info:
    ECC 6.0:
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/68805bb88f297ee10000000a422035/frameset.htm
    Refer below and search for posts on this topic on sdn
    There are so many differences between the version in different objects
    I
    These are the some of the settings that are differed in the two versions and in that two objects
    Please visit the following links:
    http://service.sap.com/erp
    http://solutionbrowser.erp.sap.fmpmedia.com/ (Functional prespective)
    http://service.sap.com/instguides --> mySAP Business Suite Applications --> mySAP ERP --> mySAP ERP 2005 --> Upgrade
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOVC/LOVC.pdf
    For Functionality Differences pls refer to the below site -
    http://solutionbrowser.erp.sap.fmpmedia.com/
    Upgrade from 4.6c to 6.0 ECC
    upgrade from 4.7 to ecc 6.0

  • What are the differences between 4.6B and ECC

    What are the differences between 4.6B and ECC ?.
    Thanks

    Refer a similar post /message/1783778#1783778 [original link is broken] and my reply there in
    You can go through the Release Notes for each of the versions after 4.6B (4.6C,  4.7 , ECC 5.0 & ECC 6.0)
    Here are the Links
    for SAP ERP Central Component 6.0
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/688055b88f297ee10000000a422035/content.htm
    for 4.7 SAP R/3 Enterprise
    http://help.sap.com/saphelp_47x200/helpdata/en/12/9d78d6d8f74043a32e82be87e433b7/content.htm
    and for Release Notes on SAP Web Application Server 6.30
    http://help.sap.com/saphelp_47x200/helpdata/en/2b/64fc3e9d3b6927e10000000a114084/content.htm
    You can pick up the similar Release Notes for any version you are interested in

  • Difference Between 4.7 and ECC 6.0 in case Of Travel mgmt.

    Hi guys,
        Please let me know what is the main difference between 4.7 and Ecc 6.0 in case of Travel management.
    Thanks

    Hi Pulla,
    We use R/3 4.7 version for Travel Management (FI-TV) with fairly good features but the latest  version ECC 6.0 which is Enterprise Central Component version 6.0 gives you the opportunity to use ESS/MSS ie, using portal to create the trips/claims as against interfaces. 
    Therefore one difference would be to get the work done easily by logging into a internet site and complete the trips/claims which in turn updates your database tables where as in 4.7 there is no such functionality to use portal to make an expense claim.
    There might be other feature enhancements available in 6.0 which I am currently unaware of but surely SAP gurus in this forum will be able to provide more on that.
    Hope the above provides more info.
    Rgds
    CONMJI

  • What is the major difference in MM between R/3 and ECC?

    what is the major difference for MM module if any between R/3 and ECC?

    Hi,
    Pickup list - Batch where-used list display in transaction MB56
    Usability enhancements for transaction MIGO for the posting of goods movements
    New report : display list of invoice documents (MIR5)
    Requirement prioritizations in materials management
    Mass maintenance of outline agreements
    Commitment plan for purchase contracts
    Availability check in "Enjoy purchase order and requisition"
    External services: putting service items in the purchase order on hold (changed)
    Customizing transactions OX18 replaced by view
    Goods receipt: new movement types in inventory management
    Prepayment of invoices
    Purchasing accounting information to the former SAP Business Information Warehouse
    Automatic settlement of planned delivery costs with evaluated receipt settlement (MRDC)
    Parking service items
    Report MB5B : Stock on Posting Date
    Stock Transfer Between Storage Locations

  • Difference between SCM, SEM and SRM

    Hi
    Can anyone help me to understand the difference between SCM, SEM and SRM ?
    Regards
    Srini

    SRM is a procurement tool like ARIBA .
    SRM is a web based tool to handle all procurement business process .
    to know more about SRM . here you go..
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=18926
    SAP SRM will help you move beyond spend reduction to gaining competitive advantage and supporting top-line growth. The application enables purchasing excellence, increases profitability, and helps transform sourcing and procurement practices and create new business opportunities - all of which translates into a measurable ROI. SAP SRM enables the full range of supply and procurement activities, closing the loop from strategy stage to execution. SAP SRM will help you optimize operations and put together a world-class supply and procurement operation, with a scalable platform and an easy-to-use business user interface that enables processes in the following key areas:
    Spend analytics
    Supplier performance management
    Strategic sourcing
    Contract management
    Operational procurement
    Catalog management

Maybe you are looking for

  • JAVA 1.6.0_22 UPDATE CREATED NEW ERRORS IN DISK UTILITY.CORRECTED POST

    THIS IS A CORRECTED VERSION OF MY ORIGINAL POST AS IT MIGHT HAVE HAVE BEEN UNCLEAR. Permissions Verify and Repair Messages after Updating Java SE 6 to 1.6.0_22 Posted: Oct 21, 2010 3:49 PM THIS IS A CORRECTED VERSION OF A POST THAT I ALREADY MADE. AS

  • Imac 24 inch liquid cooled?

    I saw pictures of a guy that had opened his 24 inch iMac. I see copper parts on the photo's, is this liquid cooling? http://images.google.nl/imgres?imgurl=http://forum.insanelymac.com/uploads/post- 19964-1158606972thumb.jpg&imgrefurl=http://forum.ins

  • Powerbook G4 15inch, Hi-Res or not?

    I am wanting to upgrade my memory from 512 to 1GB, when I look to do this I am always asked if I have the hi-res 1.67Ghz or not. How do I determine if I have the hi-res product? I feel like I have looked everywhere. The screen resolution on mine is 1

  • Round tripping with the new Photoshop Elements 9

    After installing elements 9, I am able to get photo from Aperture to Elements but after saving changes the changes do not show up on Aperture side. Has anyone had the same problem & is there a way to fix problem?

  • Recording 'partners' and 'texts' in VA01 Tcode

    Hi, while recording VA01 tcode i'm not able to record partners and also texts. can any one tell me how to record the partners and texts in VA01. Thanks & Regards, Prasad.