RFC - CRM to ECC6

RFC connections have been created using SM59.
I can connect from ECC6 to CRM, but NOT from CRM to ECC6. It fails.
I can ping both ways.
Services files on both servers contain sapgw00 3300/tcp.
Environment variables on both set.
Host files on both servers contain both entries.
ERROR: partner 'saperp:sapgw00' not reached.

Check the Gateway logs in transaction SMGW for both systems. Is the ECC box a different system number than the CRM system? If so, check your services file to see if the sapgwXX service needs to be updated.
Hope that is helpful.
J. Haynes

Similar Messages

  • Product Hierarchy download into CRM from ECC6

    Hi Guys,
    Recently we have added few Product hierarchies into ECC6 (level 2, 3 , 4 and 5 hierarchies)
    now they are not replicated into CRM...
    how can I replicate them into CRM from ERP6... quick guidance....?
    The object - DNL_CUST_PROD1
    Thanks
    KP

    it will be done maually,
    - On CRM
    For Defining the Product Hierarchy Strucuture :
    CRM IMG -> Cross Application Components -> SAP Product -> Product Category -> Define Category Numbering Schemes
       - make new entry
              Number Scheme     R3PRODHIER
       - after that select the new Scheme, and choose a new entry (should be the same as structure PRODHS on ECC)
    For Defining Product ID
    CRM IMG ->Cross-Application Components->SAP Product->Basic Settings->Define Output Format and Storage Format of Product Ids (tx. COMCPRFORMAT)
    note : should be matched with ERP (Tx. OMSL)
    refrence B09_BB_ConfigGuide
    الحمد لله الذي علمنا

  • How to verify if the RFC/BAPIs on ECC6 ides are unicode (UTF16) enabled

    Hello,
    I am not a SAP expert however I have knowledge about SAP RFCSDK. Let me give some background about what I am trying to do which would help to clear my question a bit more.
    1. I have a program written in "C", which uses RFCSDK to communicate with SAP server for  integration. This program works fine with non unicode RFCSDK 6.40
    2. For one of my need, I need to add UTF16 support to this code. So I am using unicode version of RFCSDK 6.40 with SAPwithUNICODE flag set. And using librfc32u.dll (Build : Tue Apr 08 09:22:11 2008, File version : 6405, 5, 228, 5755, Product version : 6405.5.228)
    3. I am using code page : 4103 (UTF16LE) in RfcOpenEx while communicating with SAP server.
    4. I am able to logon to the SAP server (version ECC6) successfully and also able to execute RFC_GET_FUNCTION_INTERFACE successfully to get interface info of the RFC. I am using function "RfcGetStructureInfoAsTable" from RFCSDK to get structure info, which also seems to be OK.
    After gathering the above info when I am trying to execute a BAPI I am getting "RFC_SYS_EXCEPTION" error.
    5. I am trying to execute "BAPI_EMPLOYEE_GETLIST" and I have already checked all the import parameters (including field values in RFC_PARAMETER structure) and they all seems to be correct. On execution I am getting following error in the trace file (.trc).
    T:3480 Error in program 'nleiact': ======> "SELECT ... LIKE ..." with leading, but no closing inverted comma.
    T:3480 Error in program 'nleiact': <* RfcReceive [1] : returns 3:RFC_SYS_EXCEPTION
    T:3480 Error in program 'nleiact': <* RfcCallReceive [1] : returns 3:RFC_SYS_EXCEPTION
    I was wondering if the RFC/BAPI on the SAP server might not be unicode (UTF16) enabled as one of the cause of this failure.
    Could somebody help me to point out a method to verify whether the RFC/BAPIs on this SAP server are unicode enabled or not?
    Also (I know it is against guidelines of forum of having multiple questions in one post) could somebody point out if I am doing something wrong or missing something in procedure (as described above.) of using unicode RFCSDK?
    Thanks
    Prasanna Joshi
    Edited by: Prasanna Joshi on Feb 4, 2009 4:15 PM

    Finding out the system code page you may need to first look this fm SCP_CODEPAGE_BY_EXTERNAL_NAME  and also check other function module under function group SCPA
    PS These fm are not RFC's you may need to write wrapper above these to use.

  • Replication of Sales Office and SAles group into CRM from ECC6

    Hi All,
    recently I added the sales group and sales office into and existing sales are in ECC6.
    1. how can I replicate that sales group and sales office replicate into CRM and Assign to the same sales area
    2, how can replicate a new sales area into CRM?
    3. do I need to do something in Org structure..?
    thanks,
    Ken

    Hello Ken,
    You can download new sales office & sales group using Transaction code CRMC_R3_ORG_GENERATE.
    After executing this transaction you can see new sales office & sales group structure.
    You have to select this new sales office & group rows & generate structure. After that you have to save. While saving you can give the earlier CRM Sales Organization unit.
    You can see new sales office & sles group under earlier sales organization in PPOMA_CRM.
    Best Regards,
    Rajendra Sonawane

  • Re: Rebate Agreements CRM 2007/ECC6.0

    Hello friends ,
    We are in process of Implementing CRM 2007. ECC 6.0 is already in place. Our business scenario is that FI Credit memo is generated in CRM and the accounting document will be created in ECC.
    We need to create a Rebate Agreement Shell in ECC. While creating the Rebate Agreement, it is Mandatory to put the Final Settlement Document Type. But we donot need to createa final settlement in ECC since FI credit Memo is being created in CRM.
    Can you pl help in this scenario as to how to bypass this situation ( Final Settlement document type) in Rebate agreement.
    Thanks,
    Juilie

    Hello Panduranga,
    Not as far as I know, but the following is a good starting point:
    IMG: Customer Relationship Management => Transactions => Settings for Sales Transactions => Define Profile for ERP Sales Transactions
    Kind regards,
    Johan Wigert

  • Debugging RFC function module from ECC to CRM

    Hi All,
    My requirement is to debug an RFC function module present in CRM(7.0) system from ECC(6.0) system. A report program in ECC will call CRM custom FM. I found many posts in SDN with the same issue and tried to implement suggestions provided there. But I couldn't succeed. The approach I followed is:
    I logged in to ECC report program and kept an external breakpoint just before the function module call.
    I logged in to CRM system, opened the function module and kept an external breakpoint there.
    In both the systems I provided the dialogue userid( id through which I log in to SAPGUI) in the system->settings->debugging option.
    In CRM I activated the external break point in  transaction SRDEBUG.
    Now when I execute the report program in ECC, control stops at the breakpoint. If I press F5 at the function call, control is not going to the external break point set in the CRM FM. I am getting output of FM directly.
    I tried with different settings like turning on the check box for IP matching and session breakpoint active immediate, switching to classic debugger etc. I also tried to provide the RFC user id instead of dialogue user but system throws exception saying only dialogue userids are allowed. I found that by inserting an infinite loop statement, control goes inside the RFC CRM FM but I prefer not to change the code.
    Please let me know if I missed anything.
    Thanks and Regards,
    Naren

    Hi,
    Debug RFC calls
    When an RFC function module is called it is usually not possible to debug the call, using the below techniques we can achieve the same. For this example we are calling an RFC enabled FM in ECC system from CRM system.
    Scenario 1: Calling a custom RFC FM
    STEP 1: Add an infinite loop in the remote custom Function Module (adding a u201CDO. ENDDO.u201D statement at the start of the FM would be enough).
    STEP 2: Execute your program in the CRM system. The execution stops at the RFC call, because of the infinite loop.
    STEP 3: Now login to the ECC system and go to transaction SM51 select the process which is executing the RFC and navigate to the menu: u201CProgram/Session->Program->Debuggingu201D this triggers the debugger session in a separate window.
    Scenario 2: Calling a Standard RFC FM
    When we are debugging a standard program we cannot add the infinite loop, hence we cannot go to SM51 and debug the work process. The RFC destination for the ECC system has a User specified, the RFC function module gets executed using this users credentials. Usually the basis team set up the RFC user as non Dialog user, this does not allow debugging. Contact your Basis team and get this changed to a dialog user enabling you to debug RFC function calls via the normal debugger.
    Note: User name configured in the RFC destination (transaction SM59) 
    Note: User type for the RFC User (transaction SU01D)
    Hope this will be helpful..

  • Configuration settings for RFC-FILE interface

    We have a requirement to test the SAP ECC6.0 connectivity with SAP PI7.1 system with a scenario.
    We need to use a RFC in ECC6.0, import the function module in PI and build the scenario.
    For this we have created a
    1. Logical system in ECC6.0
    2. Port in ECC6.0
    3. RFC destination in ECC6.0 with a registered program id, type T, gateway host of ECC
    4. Partner Profile in ECC6.0
    5.Technical System using logical system of ECC6.0(as created in 1) in PI7.1
    6. Associated Business system
    Somehow our scenario is not working, can anyone suggest with the correct settings.
    Rgds
    Kishore

    Whats not working is not clear? Can you do the connection, authorizations test via SM59?

  • External RFC logon not possible when auth/rfc_authority_check is set to 9

    Hello,
    we have to logon via RFC to an ECC6 system where auth/rfc_authority_check is set to "9" but SAP gives 'RFCAPI_RFC_SYS_EXCEPTION:RFC_ERROR_SYSTEM_FAILURE' error. If this parameter is set to "1" then logon is ok. I checked Saphelp and Sapnotes but the documentation for this parameter is a little bit unclear. I tried to change authorizations but without success. Does anyone have experience with this topic?
    Many thanks in advance for your help!
    Tamá

    Hello Julius,
    thanks for your answer and sorry for the long delay.
    We have only one instance so I think load balancing cannot be a problem.
    I'd to set authorizations for SRFC but it didn't help. I try to include it here:
    Manually   Authorization Check for RFC Access
    Activity                       Execute
    Name of RFC to be protected    *
    Type of RFC object to be prote Function group
    And another version:
    Manually   Authorization Check for RFC Access
    Activity                       Execute
            +Name of RFC to be protected    RFCPING, RFC_SYSTEM_INFO, SYSTEM_RESET_RFC_SERVER
    Type of RFC object to be prote Function group
    The shortdump created when I try to logon is confusing, because it says that password is incorrect but this is not true. And it says that RFC is sent with invalid user "SAPCPIC".
    I do not really familiar with the RFC authorization concept maybe this caused the problem.
    Many thanks in advance if you can help me!
    Regards
    Tamá

  • CRM 2007 - Replication Objects & developments

    Dear all
    We are on CRM 5.0 and in the process of migrating to CRM2007. Our business process is such that we have many replication objects  (BPs from CRM to ECC6, Sales transactions from CRM to ECC, Material, pricing from ECC to CRM) that flow back and forth via middleware.
    Now the question is during or after the upgrade, do we need to do something different to make sure this works seamlessly as it does for us now? Or do we need to do initial and delta loads again?
    Also regarding JAVA and ABAB development items, I am assuming we can just update these components to CRM2007 via technical master guide.
    In IC Win client, we have done a lot of enhancements including inbox searches, new EEWB fields. Would we need to develop these all over?
    Please send your replies and thoughts.
    Regards
    Jai

    Jai,
    If your middleware is "vanilla" then you should not have to do anything except for the upgrade guide post-processing steps. Just make sure to "turn off" the middleware before the upgrade(clear out all open queues on ERP, deregister queues on ERP, clear out all queues in CRM, clean up middleware history) According to the upgrade guide you may need to regnerate your adapter objects.
    Yes just follow the master/upgrade guides to upgrade those components as normal. 
    All your Winclient screen enhancements need to be migrated to the CRM webclient screens.  However you won't need to recreate any of the fields on the underlying database.  All the UI level enhancements will need to be reimplemented manually.
    Take care,
    Stephen

  • SAP CRM Projects Implemented or Done in India Required Urgent and Important

    hi, friends and experts
          I wish u could send me SAP CRM Projects done in india with information including, Clients Name Operations, Duration and Location as soon as possible. Its urgent and important. Pls send the details.
                                                      thanking you
                                                             with regards
                                                       PRAVEEN

    There are several potemtial root causes.
    + NetWeaver Mobile/DOE is not setup
    + DOE -> CRM should be Trusted RFC
    + CRM application user ID should be in DOE

  • CRM interface to ERP

    Hi,
    I'm an XI developer looking to understand a little more about CRM. I've been looking through the CRM configuration guide and I believe CRM makes RFC calls to the ERP system to create accounts from prospects. Does anyone know what RFC CRM calls in the ERP system to create the accounts.
    Regards

    Hi,
    you are right, the communication between CRM and ERP is based on Remote Function Calls.
    On R3-Site you have to ccreate an RFC Destination to the CRM System.
    In CRM system you have to create an RFC Destination to the R3-Site. And you have to maintain the R3-Site in the administration console (SMOEAC).
    In both systems you have to maintain the other system as consumer in table CRMCONSUM.
    Hope this helps.
    Best regards
    Manfred

  • A minimum ADOBE service setup

    Hi!
    We want to use our existing servers/systems to provide an ADOBE environment for developers.
    We have
    1) an ECC6 (ABAP only)
    2) an EP7 (JAVA only)
    Our plan is to
    1) configure ADS on the EP7 (JAVA only)
    2) create RFC on the ECC6 (ABAP only)
    Questions:
    after above setup
    1) Can we use the Form Builder on the ECC to develop SAP interactive forms by Adobe?
    2) what is needed on NWDS to develop SAP interactive forms by Adobe?
    Thanks!

    You require Adobe life cycle designer (download from ervice market Place), Adobe reader 8.1.1, Adobe credential (as per the ADS config guide for interactive forms. You don't require this for non-interactive forms)
    Thanks and Regards,
    - anto.

  • JMS unable to connect MQ after idling for 10 min

    Hi,
    I have come up with a working Async/Sync interface which is MQ->XI->RFC->CRM and CRM->RFC->XI->MQ again.
    I sent several messages to create tickets in CRM and CRM created the tickets successfully and sent back reponses back to MQ. MQ received the reponses messages.
    The problem is that after sending the messages, I waited for 10min or so and I started to send messages to create tickets in CRM. The tickets are again created successfully and tried to send the reponses messages to the receiver MQ but in the Communication Channel Monitoring, error is shown:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Connector for ConnectionProfile of channel: MQ_XML_Receiver_CC2on node: 74922450 having object id: 05e949939d4c3a649aa55b273caa390b encountered error: MQJMS2007: failed to send message to MQ queue in sending to destination queue:///MCLCT.INVESTIGATION.XML.01?targetClient=1, the message message: JMS Message class: jms_text  JMSType:         null  JMSDeliveryMode: 2  JMSExpiration:   0  JMSPriority:     4  JMSMessageID:    null  JMSTimestamp:    1192218203185  JMSCorrelationID:470bb330-f40a-01ab-0000-000081b0b8e9  JMSDestination:  queue:///MCLCT.INVESTIGATION.XML.01?targetClient=1  JMSReplyTo:      null  JMSRedelivered:  false  JMSXDeliveryCount:0 <?xml version="1.0" encoding="UTF-8"?> <InvestigationUpdateXML_DT><INVESTIGATION_UPDATE><LW_INVEST_N Another 162 character(s) omitted: javax.jms.JMSException: MQJMS2007: failed to send message to MQ queue
    So I have to stop the particular JMS channel and start it again in order to send messages over to the receiver MQ.
    Anyone has an idea why is it so? Is it a MQ problem or JMS adapter problem existing on the XI part?
    Appreciate if someone can give some acruate info to solve the hassle of restarting communication channel everytime.
    Thanks in advance.

    Hi,
    I have identified that the problem lies with sending messages to remote queue.
    For local queue, I am able to send messages anytime. Eg. sending 10 messages, wait for 30 min and send another 5. The JMS communication channel works fine.
    For remote queue, I sent 10 messages and wait for just 5 min and sent another 1. The communication channel again threw out such error message again. In short, it is unable to put the message in MQ. I have to restart the com channel again, in order to send the message over to MQ.
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Connector for ConnectionProfile of channel: MQ_XML_Receiver_CC2on node: 74922450 having object id: 05e949939d4c3a649aa55b273caa390b encountered error: MQJMS2007: failed to send message to MQ queue in sending to destination queue:///MCLCT.INVESTIGATION.XML.01?targetClient=1, the message message: JMS Message class: jms_text JMSType: null JMSDeliveryMode: 2 JMSExpiration: 0 JMSPriority: 4 JMSMessageID: null JMSTimestamp: 1192218203185 JMSCorrelationID:470bb330-f40a-01ab-0000-000081b0b8e9 JMSDestination: queue:///MCLCT.INVESTIGATION.XML.01?targetClient=1 JMSReplyTo: null JMSRedelivered: false JMSXDeliveryCount:0 <?xml version="1.0" encoding="UTF-8"?> <InvestigationUpdateXML_DT><INVESTIGATION_UPDATE><LW_INVEST_N Another 162 character(s) omitted: javax.jms.JMSException: MQJMS2007: failed to send message to MQ queue
    So is there any way to configure the JMS adapter to connect the MQ as it wish with success and send the messages anytime of the day? The MQ queue admin has decided to use remote queue and it's hard to convince them to switch to local queues and I am not an expert on MQ technologies, I can't list out the pros and cons of having local queues.
    Regards.
    Chee Nam
    PS: Appreciate if anyone can give some pointers.

  • CFolder with Documentum content server

    Hello,
    We have installed cFolder on WAS which has a RFC connection with ECC6.0 and this ECC6.0 instance uses  Documentum content server. I want to understand , is there any impact in terms of document export/import in between content server and cFolder ? Like in normal scenario where cFolder using SAP content server, we use CFE01 and CFI01 transactions in ECC for document import/export in between back-end system and cFolder, in my case can we use the same transactions for document import/export?
    Please clear my understanding.
    Thanks,
    Avinash

    Hi,
    Cfolders is basically a functionality in the PLM.
    However this can be used in the SRM for the Bidding Scenario.
    The functionality deals with the Creation and maintaining a collaboration room in the Public area by the Buyer so that all his bidders can access and allows the Bidders also to create a collaboration room so that the buyer alone can access.
    On conversion of a successful bid into the PO the PO will have a link to the Cfolders.
    The customizing would be quite simple.
    I am sure you will find a document in the SAP Market Place.
    Thanks
    Arbind

  • Multi System scenario in FSCM

    Hi,
    We are implementing FSCM with multi system scenario so could any one breif me how to set up the connection between Dispute management and R/3. We are using ECC6.0 for FSCM and 4.7 for R/3.
    Could any one clarify me on below points.
    1. How to set up RFCs in between ECC6.0 and R/3. I have maintained RFC in R/3 as well as FSCM but not able to establish communication/create disputes .
    2. What other set up needs to be done to enable the communication between two systems.
    3. Actually how we will create disputes in multi system scenario?
    Would be great if you clarify me on above points.
    Thanks in advance,
    Sunil

    Hi,
    Pls see the below link.
    http://help.sap.com/saphelp_sm32/helpdata/EN/b3/dd773dd1210968e10000000a114084/content.htm
    Anil

Maybe you are looking for

  • CRM 5.0: EP, UME, SLD etc. Down

    HI Experts: This question is a tricky one.  I recently finished updating the SPs to the latest level.  Everything went through fine.  The system also has the latest kernel as well. Now, when i restarted the system up, everything started up fine.  Eve

  • DIR Search at Folder Level

    Hi all, Is SAP DMS has the functionality to search the document using classification within the Particular Folder.  so far i have only seen the document Search is at classification charateristics or at the Document Text level. Pls Let me know, whethe

  • Scedule for triggering XI(BPM)

    Hi, My Scenario Database(JDBC)-- XI3.0-- SAP(RFC(synchronous)) Everyday Night once XI Trigger and fetch the data from JDBC and sends via RFC call to SAP and take the response and put the the Database via XI .So Here  I planned to use the BPM I readed

  • I upgraded my iPhone 4 from iOS 3.3.5 to iOS 5.0 and lost all my photos on the camera roll. Where are they and can I  retrieve them?

    I upgraded my iOS 3.3.5 to 5.0 on my iPhone 4 and lost all photos on camera roll. Where are they and can they be recovered?

  • Java.sql.SQLException: Cannot load JDBC driver

    THis topic has been discussed many many times but I still not able to connect to Oracle 8i from my servlet using Tomcat 4.1.12 on hp-ux and java1.3 I always got: java.sql.SQLException: Cannot load JDBC driver class 'null' In server.xml: <Context Path