How to configure RFC scenarios

Hi all,
I am creating an outbound RFC async interface and an inbound RFC async interface.  I have read the SAP Help documentation on 'Configuring Sender RFC Adapter' and 'Configuring Receiver RFC Adapter'.  What are the steps involved for each?
Outbound:
1. Create RFC connection in SM59 in R/3.  The outbound connection must be type TCP/IP.
2. Configure the sender RFC adapter in XI.  The Program IDs in the RFC connection and RFC adapter must match.
3. Activate the sender RFC adapter to register the Program ID in the Gateway.
Inbound:
1. Create RFC connection in SM59 in R/3.  The inbound connection must be type R/3.
2. Configure the receiver RFC adapter in XI.
3. Done.
Am I missing any steps or are any steps not correct?
Does anything need to be configured in the SLD for the RFCs?
Are the RFC types TCP/IP and R/3 correct?
Thanks in advance!
Dan

Hi Daniel
You already got replies from experts
I can add some load to thread that can be helpful
Troubleshooting RFC
Troubleshooting - RFC and SOAP scenarios *** Updated on 20/04/2009 ***
Sender RFC
The specified item was not found.
RFC calls from Adapter modules...the Web Service Way!
RFC adapter reconnect issue
XI : RFCAdapter ReConnect Issue
Thanks
Gaurav

Similar Messages

  • How to configure RFC receiver adapter

    HI,
    I have a Proxy-to-RFC scenario. But I have no knowledge in RFC receiver adapter. Could you please provide me the step-by-step guideline or sample about how to configure RFC receiver adapter.
    Thanks in advance.
    Best regards, Johnney.

    Hi,
    Refer these links which will help you understand the concept and configure the Scenario.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm
    The specified item was not found.
    Refer this blog for synchronous scenario
    RFC Scenario using BPM --Starter Kit
    Sender RFC Adapter:
    The specified item was not found.
    Troubleshooting - RFC and SOAP scenarios *** Updated on 20/04/2009 ***
    RFC -> file scenario: application stopped
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=rfctofile&cat=sdn_all
    RFC to file
    RFC -> XI -> WebService - A Complete Walkthrough (Part 2)
    Send RFC to SAP XI – Asynchronous
    The specified item was not found.
    ABAP Proxies in XI(Client Proxy)
    Regards,
    Nithiyanandam

  • How to configure a scenario which posts same file to different directories

    How to configure a scenario which posts same file to different directories of a receiving system?
    Consider an Idoc to file scenario where I have to post same file to two different directories but logical receiver system has to be same.

    Hi,
    You can try out like this: Using multiple receiver interfaces you can send it to multiple directories with the help of enhanced interface determination/conditions and with the help of multiple receiver communication channels.
    Another option is to copy the file from one target directory into another directory  with the help of Unix script by executing the same from the OS command level.
    One more option is to create a Java Server Proxy and inside the proxy, you can write java code to FTP into different locations.
    Hope this helps,
    Regards,
    Moorthy

  • How to configure RFC

    Dear Expert,
    I have make a program in VB . Through VB when I connect SAP . My Login Pad comes.then I give user name & password . But its give RFC error  and say check CPIC.
    So please help me how I Configure RFC link in SAP via sm59  . Please tell me step by step.
    So that I come in sap via my this VB program.
    Thanks
    manu

    Hi Manu,
    Here I am giving example of connection Non SAP ( Informatica system) to SAP system. For this,
    You need to type logical system name in RFC destination field. You can give the logical system name of non-sap system in SAP thorugh tcode BD54.
    Then You need to select the connection type. As it is non-sap it wont be R3.It will be T ( Start an external program  via TCp/IP).
    Also you need to register the program id filed in Informatica & select radio button regiatered server program
    Hope this helps.

  • How to configure ESOA Scenario is PI 7.1

    Hi All,
    I am new to PI 7.1 and working on the ESOA concept in PI 7.1, I am not sure to post this question in this blog or not, please help me on this urgent issue. I have developed a service interface in ESR, created a proxy in ECC 6.0, make it as a webservice and published it in service registry. Please help me how to proceed further from here and provide me the possible ways to configure this scenario in PI 7.1. Kindly provide me the information what adapter should I configure at sender side and what adapter at receiver side? Is there any other possibility to configure without receiver side adapter? The requirement is urgent kindly provide me the information. I appreciate your quick response.
    Thanks and Regards,
    Swaminathan.

    Hi,
    Please fallow that link: http://en.wikipedia.org/wiki/RTFM
    /wg

  • RFC - How to configure RFC

    Hi all,
    I need to configure RFC in my SAP system in order to execute remote functions in a machine that accesses the SAP trough ITS. ie, this machine is not in the same network with the sap server, it passes through a gateway to achieve the server. how does the SAPRFC.INI file looks like? what is the connection string in this case?
    Thank you in advance.
    Kind regards,
    Sérgio Nuvunga.

    hello,
        u can go through this linke...which u can troubleshoot.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/ca39bafc501516e10000000a114a6b/frameset.htm
    ragards,
    sumanth reddy
    Edited by: sumanth reddy on Jan 23, 2009 7:33 AM

  • How to configure IDoc scenario?

    Hi All,
             We have a scenario where we have to send wire transfers to the bank. It's a standard transaction tha produces the IDoc in file format and then XI picks it up and sends it over to the bank.
    So for Xi it's a simple file to file scenario without any mapping.
    But now the issue is bank wants some kind of identifier in the control segment so that they can identify that the file came from our company.
    Is there a way we can put some kind of identifier in the IDoc Control segment with any mapping in XI.
    I believe that we can use Idetifiers in the File adapter to somehow configure this. But I don't know how...
    Please advice..
    Regards,
    XIer

    The IDoc is PEXR2002. used for wiretransfers....
    We are not allowed to change the standard program that is producing this IDOC.
    So we need to do something at configuration level....
    Regards,
    XIEr

  • Can anyone plz send HTTP to RFC scenario

    Hi everyone,
              can u guys send me the HTTP to RFC scenario? plz send the detail scenario for HTTP-XI-RFC.
    thank u in advance
           xilearner

    1.Created data types for mapping with HTTP request and response.
    2. Created messsage types and assigned corresponding data types to the message types.
    3. Created one Message Interface (Outbound/Synchronous) for HTTP type and no need to create interface for RFC. You ca use the one which you have imported from R/3.
    4. Create request and response message mapping and one Inteface mapping (with request tab and response tab) properly assigned.
    Defined the following in ID:
    1. Created HTTP business system (no communication channel)
    2. Created communication channel for receiving system (SAP).
    3. Created receiving determination and interface determination, receiver agreement, no sender agreement.
    Check this link on how to configure RFC channel.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm
    Send XML message  from HTTP client and you will see the response in the same.
    Regards,
    Sudheer.

  • How to configure 3 different members under a single Month column

    Hi SAP Gurus,
      My client requirement is to show the report in following format, where under a Month column 3 different columns having
    1) Quantity (Number of unit ) of a product,
    2) its rate (Amount per unit), and
    3) Total (amount)    will appear in a single report.
       I have Month as a Time Dim, while Qty, Rate and Total are members of account dim.
    Que: How to configure such scenario in a single report?
    Jan.2011
    Product Category:            Qty (Input)   Rate (Input)   Total (Output)                    
    Product 1                                               
    Product 2                                             
    Product 3                                             
    Product 4                                             
    Group1                                             
         Where: Total = Qty X Rate                                        
    Thanks and Regards,
    SouarbhD

    Hi,
    Use an EVDRE to create your input schedule. You need to have one row with products and 2 columns with time and account. Choose the memberset options as per the requirement. For the accounts, is total calculated with a dimension formula? If yes, then you just need to enter the values for quantity and rate and send the data. The total will be calculated by the system and will be displayed automatically.
    Hope this helps.

  • How to configure bulk breaking articles in SAP retail

    hi frnds...
    This is my client needs...
    How to configure bulk breaking articles in SAP retail for hyper market..
    Scenario is like this... Ex: for MEAT
    There should be a Parent article & child articles process.
    i.e Chicken X - 100 corcoss is divide into child articles (A,B,C,D,E,F) like
    Brest bone - 5kg     - A
    leg pieces - 2.5kg   - B
    wings - 2.5kg         - C
    P - 7.5kg                 - D
    Q - 10kg                 - E
    R - wastage - 50kg - F
    these child articles wont consider for inventory
    So how to configure this scenario in SAP Article master & to run this process.
    Pl help me out with scenario

    Please have alook at
    [http://help.sap.com/erp2005_ehp_03/helpdata/en/2b/b03889df3611d1953b00a0c930e0da/content.htm]
    Material type WERT is correct.
    In Material type maintenance you can control at all if a store will be value only inventroy managmenet or both.
    Further in the Site master WB02, you can control it on MC level.
    regards
    B

  • How to configure jobwork process in Co

    Hi,
    In our business process in one of operation we need to send the material to jobwork and client want to track that amount and want to include in cost rollup?
    In out scenerio, first two operations will be held inside and third operation will be sent to vendor, after it returns to company 4th operation will be happend again in company.
    Some times company will pay the amount based on fixed charges and some times based on activities performed.
    And how to configure this scenario in costing.
    Thanks
    Sateesh

    I hear you describing a process that SAP calls External Processing.
    We used it in one plant years ago.  the operations list in the Routing included steps for work in internal workcenters and one step was done in a work center that represented an outside process.
    The operation had control key PP02 Routing/Ref. op. set - external process
    For that operation - the details have a section titled: External processing.
    This included fields for :                                                                               
    Purchasing info rec.      Purch. organization    0610        
    Material group       
    Purchasing group
    Vendor               120945                                             
    Plnd delivery time   10  Days                                           
    Price unit           1                 Cost Element         513051      
    Net price            0.48 ;                                                                               
    I don't remember all the details of setting it up, it did cost correctly though
    Issue - the PO were not always correctly recieved, make final settlement of the production order an issue and we were not able to CLSD the order because of open PO on the Production order.
    Issue  - the material was not trackable (could be the way we did it, may be something to do about it) but when the External operation was reached, the Production stopped, the material went out and waited for the return.  The material at the vendor was part of WIP not a stock item in a separate location.
    Because of these two issues, we discontinued the practice and changed to standard subcontract (Spec Prc KEy 30) with a separate material number for the material that went to the vendor and a different number for the material on the purchase order that was returned.
    hope this is of help

  • To configure a HTTP to RFC scenario

    HI all,
    I am trying to configure a HTTP to RFC scenario.
    I have to get the data from a URL - http://supplierportal.com/.
    I know that the design and configuration part is gonna be the same as any other scenario.
    Can anyone tell me what are the extra configurations that needs to be done for this scenario. I am wondering where do we give the URL from which the data is fetched and how do we get only certain fields from the portal
    Regards
    Arun

    Hi Danus,
    Thank u so much for the informaion.
    The scenario that i am working on is as below.
    There is a customer who raises PO in their own portal. We have been provided a login to their portal for accessing the PO that they raise and we will supply the material to them.Now, we are implementing SAP in our company, our agenda is to get the PO that is created in their portal and create a sales order against that PO and then send them a ASN (anyway this ASN will be separate interface).
    The below are the configuration that i have done...
    Design part:
    1 ) Created the neccessary datatypes and message types for the information that we get from the portal.
    2) Cretaed the message interface :
                          outbound interface - message type (of type with info from portal)
                          inbound interface   - RFC function module.
    3) Done the message mapping and interface mapping.
    Configuration part :
    1) Configured the receiver comm channel.
    2) since there is no need for a sender comm channel and sender agreement (am not sure abt this yet). am stuck with the receiver agreement b'coz we will have to fill the sender details in this part..
    3) As I understand it is the responsibility of the Portal ppl to deliver the PO to the XI link.Right?
    Plz help me to proceed further...
    Thanks and regards
    Arun Kumar
    Message was edited by:
            Arunkumar sukumar

  • Configuration part of File to RFC Scenario

    Hi,
    Can you please send me the Step by step process of Configuration for ythe same.The web log in SDN is confusing.
    As I am new to Xi I require some explanation for the same.
    I possible pl send me how the msg exactly sent from the sender to the receiver.
    Diagramatic explanation would be appreciated.
    Thannks,
    P.Srinivasa

    Hi ,
    I think this weblog clearly explains how the message exactly sent from source to destination....
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    steps :
    1)Sender sends the XML message to the BPM (recieve step catches the file)
    2)then basing on the value in the XML file the call is going to R/3 to get the details from R/3(send synchronous step)
    3)Once it recives the response from RFC then it sends the details to the File.(again send asynchronous step)
    sekhar

  • How to configure a full JMS Sender Adapter Scenario

    Hi guys,
    I have to do a JMS -> PI (7.1) -> File scenario, I never used JMS Adapter, and I'd like to tell you what I have done, and what I think is missing.
    First I went to the NetWeaver Administrator ->Configuration Management ->Infrastructure ->JMS Server Configuration-> Create ->JMS Queue.. and I created a new Queue from a Virtual Provider (SAP JMS Provider).
    The first thing I didn't know how to configure it is which transport protocol I have to choose in the CC adapter (SonicMQ JMS Provider, WebSphere MQ, etc..)
    But I also don't know is if there's something missing on the NWA, to create, modify, etc. I read this slide: (https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a05b2347-01e7-2910-ceac-c45577e574e0) where was shown how to create a SAP standard queue, and I also read all the documentation from help.sap.com (all the JMS basics and explanation) but I still don't know how to fully configure the CC and how to trigger the messages.
    Please, if you need further information I can give it.
    Thanks in advance.
      Juan

    Hi,
    did you try this blog from William?
    /people/william.li/blog/2006/11/13/how-to-use-saps-webas-j2ees-jms-queue-in-exchange-infrastructure
    Regards,
    Michal Krawczyk

  • How to configure Soap to RFC adapter in J2SE engine

    Hello,
    i want to configure a scenario using J2SE engine..
    want to configure soap to rfc..
    can anyone please help me out in configuring the scenario.
    Thanks,
    Soorya.

    hi,
      check the below link..
    [http://help.sap.com/saphelp_nw04/helpdata/en/bf/27fd3b651f6a1ce10000000a11402f/content.htm]
    [http://help.sap.com/saphelp_nw04/helpdata/en/6f/246b3de666930fe10000000a114084/content.htm]
    *Reward Points its Useful*
    Regards,
    Prakasu

Maybe you are looking for