Regarding  creating RFC connetion

Dear All,
I want to create the RFC connection between two different server the server's are
SAP ecc6.0 with database DB2(IBM) and
Sap ecc5.0 with database Oracle(9.2.0)
can I create it, if yes please give me the procedure to do so ,,
it is very much in need...
please....
Regards
Rahul
SAP Basis consultant

Hi,
using tcode - sm59 create rfc connection
run sm59
click on create
RFC Destination :  SIDCLNT<client number>  i.e SIDCLNT800    ( details of remote system)
Connection type: 3
Description :  connection description
under technical settings--.
target host:  host name or IP address of remote server
system number : instance number of remote server
under logon & security---
Language :  EN
Client :  remote client
User :  your remote client user
Password : remote user password
save your connection and test
regards,
kaushal

Similar Messages

  • Regarding creating RFC

    Hi frnds,
    Can u pls send me some doc/link or explain me how to craete RFC from scratch.
    I know the basic like rfc definition, Types of rfc, difference between those.
    I want to know how to send data from one sap sytem to non-sap sytem  the whole process. How the FM is build from the very beginning.
    Thanks ankita

    Hi
    There 's not a really big difference with to create a function group and no rfc function module.
    The RFC in SAP is a function module where the flag to REMOTE CALLING is setted in the attribute: so u can use trx SE80 in order to create a function group and SE37 (or SE80) in order to create the fm.
    Now if you define the RFC in SAP, it means your NON-SAP system calling this FM in order to dialogue to SAP: so it's very important the interface parameters of RFC function module: because the data can be transfered:
    - From non-SAP (system calling) to SAP (system called) by IMPORT and TABLES parameters
    - From SAP (system called) to non-SAP (system calling) by EXPORT and TABLES parameters.
    How to call a SAP rfc fm from non-SAP system depends on non-SAP systems, which kind parameters have to be use as IMPORT/EXPORT/TABLES parameters depend on which data you need to transfer.
    For example:
    The non-SAP system need to know the master data of a customer, so it can create a RFC function module with:
    - Customer code as IMPORT parameter
    - KNA1 as EXPORT parameter
    When non-SAP calls that rfc transfere the customer code and SAP will returns the record read from KNA1.
    U should consider u can need an help from your basis or your administrator in order to create the link beetwen remote system and SAP.
    Max

  • ERROR while CREATING RFC FOR SOLUTION MANAGER DIAGNOSTICS

    Dear all,
    Hi,
    I am configuring solution manager 7.0.
    In SPRO>basic setting >operation>solution manager diagnostics > create RFC for solution manager diagnostics i am getting this error
    program WEBADMIN not registerred.
    can any one tell me how to register this program in sap gateway.
    best regards
    azeem

    Hi Azeem,
    Just before creating the rfc connection do this step.
    Set-Up Solution Manager Connection to Solution Manager Diagn
    Use
    Check the connection to function Solution Manager Diagnostics.
    Default Settings
    The function Solution Manager Diagnostics is installed on the Java instance of the Solution Manager system by default.
    Activities
    If the default values are correct, save the settings.
    To run the Solution Manager Diagnostics in another system, enter the required data and save.
    Also check that your java is active.
    Regards
    Ashok

  • How to create RFC(TCP/IP Connections) For BW Maintain BI accelerator Index?

    HI Friend,
        I want to test Maintain BI accelerator Index for CUBE ( RSDDV ), but I don't create RFC(TCP/IP Connections), what Program name enter in Program?
        Because  RSCUSTA tocde need to  enter : RFC BI Accelerator  .
    ERROR:
    SP test: Error in BI Accelerator (module TREX_EXT_GET_TREX_VERSION_INFO)
       BW SERVER:
    Operating system     Windows NT
    Machine type         2x AMD64 L
    Server name          SAPBW1_BW1_01
    Platform ID          562
    Database system      MSSQL
    Release              9.00.13
    Name                 BW1
    Host                 SAPBW1
    Owner                bw1
        Thank you.
    Regards,
    Howard.
    Edited by: flying on Apr 30, 2010 7:39 AM

    Hi Howard,
    is this your first usage of BWA? Normally this config is done by the initial installation normally from your HW vendor.
    Please use the python standalone tool trexadmin to setup this RFC connection:
    1. Log on with the user <sapsid>adm.
    2. Enter the following:
    cd <TREX_DIR>
    ./TREXAdmin.sh
    Go to the tab 'Connectivity' and create a new RFC connection.
    Regards,
    Jens

  • How we create RFC in SAP R/3

    Hi all.
    I want to create a iview and when i click on preview or Deploy, it shoud display screen of Transcation SE11.
    I think we can do this by creating RFC of transcation(SE11). So Please tell me-
    How we create RFC in SAP R/3 for transcation SE11.
    I will rewards u points.
    Thanks in advance
    waiting---
    Naresh Kumar

    Hi Naresh,
    there is better way, you can display an transaction in the portal with an iView. Then use this URL of the transaction, then you can insert a html view with the URL of the transaction.
    You can add tabs with different transactions for example.
    Best Regards,
    Marcel

  • Create RFC in R/3

    Hey guys
    i m tryin to do a SOAP to RFC scenario and taking help of the following weblog
    /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
    its an excellent blog but as i m new to the SAP world i don't know how to create RFC.
    can anyone provide me with some links as to how to create the RFC for the above scenario.
    thanx
    ahmad

    Hi Ahmad,
    not sure if you mean <b>RFC destination</b> or <b>function module remote enabled</b> (as in the scenario RFC to WS).
    If you need to create a <b>function module</b> (function to be called on the backend system) then best would be to go through SAP documentation <a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db988735c111d1829f0000e829fbfe/frameset.htm">Function Modules</a>, you need a developer key on R3 (in simple words you need development rights) and ABAP knowledge.
    If you need to create an <b>RFC destination</b> then follow this: <a href="http://help.sap.com/saphelp_nw04/helpdata/en/22/042638488911d189490000e829fbbd/frameset.htm">Displaying, Maintaining, and Testing Destinations</a>
    Hope it helps,
    Kind Regards,
    Sergio

  • Use the authorization object while creating RFC

    Hi All,
    I'm able to create a RFC, can login from one sap system to another sap system and use the  following FM.  Here my concern is how to make the RFC more secure, i mean any user can access the target system with my login. Meanwhile came across a authorization object text box in the LOGON and SECURE tab while creating RFC.
    so please put on light on how to authenticate the specific user to logon using the RFC.
    Thanks in Advance.
    Regards
    Lalitkumar.

    Hi Lalit,
    Usually for RFC connection will be done with the, user type   system user type (means,they should not be able to login to system thru GUI)
    2. Even if the user know the login id / password, he should  have auth to create RFC like (SM59 and related auth objects)
    and even for remote connection also we have different auth to restrict
    3. These type of authorization will be  given to basis guys only.
    4. Logon/Security 
                 Lang-En
                 Client-` client no
                 user-  user
                 Password - bw password.
    Here you will be specfying the  user id  ( system type)  / password for connecting from one system to another.
    and in next tab you can do Test connection.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a08fbe33-0501-0010-2d9c-fb37e9795fd9
    Thanks,
    Sri

  • RFC - XI - WEBSERVICES scenario - Where to create RFC Destination

    Hi  Experts
    For my RFC - XI - WEBSERVICES scenario, I have to create one TCP/IP RFC destination on R/3 system with the following details
    RFC Destination Name    : XXXX
    Connection Type            : T (TCP/IP)
    Activation Type              : u201CRegistered Server Programu201D
    Program ID                      : YYYY
    Gateway Host                : R/3 Details ..??
    Gateway Service           : R/3 Details ..??
    My Function Module (Remote-Enabled) - u201CZZZZu201D is defined in R/3 System.
    This Function Module should be communicated with the target system i.e. NW XI system 
    As per the Note from SAP Help: To be able to communicate using RFC, you need to define the target systems as RFC destinations in the sending system(R/3)
    Target system u2013 XI Server
    Sending system u2013 R/3 System
    Are my details provided are good enough as per my explanation? Please guide me in this regard.
    QUESTION : Where exactly do I need to create the RFC Destination(SM59)? on R/3 side or on XI side?

    Refer the following link-
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414700)ID1636235450DB01012070359836134304End?blog=/pub/wlg/1438
    what are the inputs should be given to Gateway Host and Gateway Service while creating RFC Destination??
    Open transaction SMGW on the R/3 system and choose
    Goto -> Parameters -> Display. Beneath Attributes there will be the
    entries 'gateway hostname' and 'gateway service'.#

  • How to create Rfc for EP system in Solution manager

    Dear experts,
    I am doing ChaRM configuration for my EP system ( java only).
    I also configured CTS+ successfully but we want to integrate this with Chram in solman.
    I have done all configuration according to standard doc for ChaRM.
    But when creating project from solar_admin it is giving "   NO RFC for DEP system"
    so please suggest me how to create RFC for java system in Solution manager.
    thanks in advance
    dhiraj

    Hello,
    You need to setup an ABAP communication client and system, that's done through the TMS settings:
    For source system:
    - CTC                                              1
    - CTS_SYSTEM_TYPE                          JAVA  (others for a MDM system)
    - NON_ABAP_SYSTEM                          1
    - COMMUNICATION_SYSTEM:              (SAPSID of the ABAP communication system (e.g. the domain controller))
    - NON_ABAP_WBO_CLIENT                    (Client of the ABAP stack on which the Transport Organizer Web UI (CTS_BROWSER) is activated and will run.)
    - WBO_GET_REQ_STRATEGY                 TAGGED
    - WBO_REL_REQ_STRATEGY                 MANUAL
    For quality and production Java system (target systems):
    - CTC                                              1
    - CTS_SYSTEM_TYPE                          JAVA (others for a MDM system)
    - NON_ABAP_SYSTEM                         1
    - COMMUNICATION_SYSTEM:                 (SAPSID of the ABAP communication system (e.g. the domain controller))
    - DEPLOY_WEB_SERVICE                       CTSDEPLOY
    - DEPLOY_DATA_SHARE:
    When this is done correctly, you will see the fields ABAP communication system and client populated in SMSY.
    When ChaRM needs to operate on the non ABAP systems, it will take the RFCs for the communication system and client.
    Best regards,
    Miguel Ariñ

  • Steps to create RFC iview

    Hi ,
    I am new to create RFC iview,
    So please let me know steps to create RFC iview and one Example.
    regards
    mmukesh

    In its simplest steps:
    1 Create an SAP system in the system landscape - don't use Conenction String as the type.
    2 Give it an alias.
    3 Set permissions so your administrators and endusers can access the system.
    4 Use the RFC iView creation wizard and select the system alias and your RFC.
    5 Make sure you do step 4 as a user who has RFC access to the SAP system.
    6 Test it!
    Please note that changing the RFC iView after creation is a little messy. You might be better off using the Visual Composer - it is much neater at displaying RFC table data than the RFC iView.
    Cheers

  • Creating RFC dest'n for Registered Server Program

    Hi,
    I want to create a create a RFC destination for RFC Sender adapter. I am consulting this weblog:
              /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    However, i dont know what will be the Program ID and GatewayHost.... Please let me know how they are configured?
    Regards,
    Arpil

    Program id can be any name thats unique and given while u select registered server program in sm 59 (while u create rfc destination of type TCP/IP)also its case sensitive, and should be same in both the RFC destination and your RFC adapter.
    and gateway host has to be ur own application system not of XI ,(as specified in Michals blog) .
    TCODE : SMGW -> Goto-> Parameters -> Display
    Regards,
    Pratibha

  • Creat RFC destination for portal

    Hello,
    when i am doing RSPOR_SETUP , i am getting java and abap support package versions are different error message for step 2, i.e creating RFC destination for portal.
    Please send me suggestion regarding this issue.
    regards
    Sreesudha

    is ur BI and Portal SP versions different ?? ....if true ?? make sure they have the same SP
    use this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00bed70a-7501-2a10-ec9e-9a04485ab477
    for guidance......

  • Getting problem when creating RFC Destination on XI system

    hi,
    I m trying to create RFC Destination on XI system using sm59 tcode. In technical setting tab at  Target Host field, i gave SAP  ECC server IP address. and in Logon Tab I gave Login parameters for SAP ECC server  (Client 400, User : 05 & Password for user 05). Current user and Unencrypted Password fields are unchecked. also Logon Scree is also unchecked in Security Option.
    Problem is, when i click on Remote logon tab, It shows me Logon screen with client 000, User : 04 (which is XI system's user name) and Password. so it doesn't take given login setting for ECC system and if i tried this thing more than 3 times, ECC server block my pwd.
    Please suggest me the required solution
    Thanks & Regards
    Ritesh

    Hi ritesh
    First check if the user exists in ths system. Check the password especially. Because the password space (Number of characters)in SM59 screen is more than password character in SU01 screen.Check the password.
    Secondly, Check if you have given the proper client in the destination box of SM59.
    Check for the unicode test also.
    If possible change the user type as service user.
    When everything is perfect am sure the rfc connection should be fine...

  • Creating RFC Lookups

    Hi experts,
    In my File to IDoc Scenario , How can I create RFC lookups using the Ztables of SAP R/3 in XI.
    Please give me any suggestions.
    Regards,
    Sri

    Sree,
    Can you please brief about your requirement.
    If I am not wrong..you need a lookup before posting idoc in R/3 system. I think its better to write a code in User Exit on R/3 side rather than calling a R/3 RFC function module from SAP XI. This approach will slow down your process.
    Its better if you can find an user exit before posting idoc and write a code for lookup data.
    Let me know if you need more details.
    Nilesh

  • ESOA :create RFC detination to es workspace HU2

    I want to create RFC detination to es workspace HU2, I set the
    router string.error like this.(NWA->Configuration Management>destinations).
    Error during ping operation: Connect to SAP gateway failed Connect_PM  TYPE=A ASHOST=iwdf1030.dmzwdf.sap.corp SYSNR=00 GWHOST=iwdf1030.dmzwdf.sap.corp GWSERV=sapgw00 SAPROUTER_STRING=/H/155.56.56.170/H/ PCS=1 LOCATION    SAProuter 37.0 on lt0003 ERROR       lt0003: route permission denied (60.63.168.179 to            iwdf1030.dmzwdf.sap.corp, sapgw00) TIME        Sat Dec  1 19:08:33 2007 RELEASE     640 COMPONENT   NI (network interface) VERSION     37 RC          -94 COUNTER     156
    I'm wondering that host name/ gateway is not right( erp.esworkplace.sap.com can't work either).
    I can conntect to HU2 with SAPGUI or WEBGUI.

    Hi,
    thanks a lot for your feedback. please see my comments below
    >>can you explain more on this as i didnt understand the context.
    part of my problem is i dont have a real SAP R/3 system to test my component out. Hence i tried with remotely hosted SAP system (SAP ERP) which is being provided by SAP Enterprise Services (ES) Workplace [1] . This is actually a SAP test environment or sandbox like space hosted by SAP. Actually when you register you get access to several SAP systems (ie:- SAP ERP, CRM,PI,SCM,etc) to try/test out different SAP scenarios you might have. However these systems did not allow me to do any of the stuff to connect an external JCO program with it.  i am wondering whether SAP ESW systems only permits me to do SAP SOA level integrations and other native tasks. This may be a limitation of the hosted systems (ie:-since it is a shared env , may be to do with security concerns). WDYT?
    >>mentioned. For authorizations you need get in touch with basis team. Actually basis team can create these entries from ur >>guidance.
    >>check these blogs:
    >>/people/ayyapparaj.kv/blog/2008/11/20/r3-to-java-sending-idocs-using-sapidoc-jar
    >>/people/ayyapparaj.kv/blog/2008/11/21/java-to-r3-sending-idocs-using-sapidoc-jar
    thanks . i did go through these blogs. This is what i actually intended to do with SAP ES system , but failed
    Regards,
    Udayanga
    [1] http://www.sdn.sap.com/irj/bpx/esworkplace

Maybe you are looking for

  • PuTTY / SSH in Solaris 10

    When someone tries to login to a SOLARIS 10 server via SSH in PuTTY the details are limited to the following: login as: testacct Using keyboard-interactive authentication. Password: Using keyboard-interactive authentication. New Password: Using keybo

  • Replacement hard drive for T23

    I've got a 2647-HU8 and need a comatible replacement drive. It had a 4200 rpm, 40 gb drive. ATA-6. I parts list gives the number 08K9767 or a Travelstar 4K40. The Travelstar 4K40 is no longer available. Do I go with a 5K40? Thanks in advance. ThinkPa

  • About cache group

    一个程序向TimesTen的数据表中插入数据能正常运行.但这个表和ORACLE做Cache Group时就不行. I have a wired problem: a program can insers data into a table of TimesTen when there is no Cache Group with oracle. However, it can not do this while it is connected to oracle using cache grou

  • Can't open my programmes

    hello,please i would like you to help me with this problem i mistakenly opened a programe with my widows player nd also set all my programs to open with widows player. currently i can't open any of my programmes  properly. please i want my games,soft

  • Help with "unchecked conversion" warning

    Hello, following line Vector devices = SomeDeviceManager.getDeviceList(); gives a warning (when compiled in java 1.5 with -Xlint): found raw type: java.util.Vector missing type parameters for generic class java.util.Vector<E> When I change code to Ve