Maintaining connections to/ from XI system.

Hi,
plz tell me,how to Maintaining connections to/ from XI system.
with warm regards.
vikash

Connection from R/3 to XI  
You have to two create RFC destination (TCP/IP) LCRSAPRFC and SAPSLDAPI for the SLD connection.
Program ID will be
LCRSAPRFC_<PID>or<XID> depends on your XI Box for RFC destination LCRSAPRFC
and same for the next connection (SAPSLDAPI_<PID> or <XID>
Note: make sure you give the gateway host and gateway service of the XI sytem but not the R/3 sytem. The details you can find with TX-SMGW on the xi system.
Before testing these connections login to the VA tool on the XI system and create these destination under JCO RFC Provider and under repository make sure that you give the host name of the R/3 system as you have created the RFC connection on the R/3 server.
once these connections are successful, go with the TX-SLDAPICUST on the R/3 system and there the R/3 system should point to the XI SLD.
Go to RZ70 and run the data suppliers and register the R/3 system in the SLD
USE TCode SLDAPICUST and maintain the necessary information like Host, Port.
for RFC LCRSAPRFC and SAPSLDAPI...you hve to create this as TCPIP with PID...to find the appropriate PID for these...try to find out from the basis what they have maintained in the visual admin
login to Visual admin...click on servers....JCO connections there what is the name of the LCRSAPRFC and SAPSLDAPI use the same name...if you are not sure of this ask the basis to give exact name
once you do this run the TCODE SLDCHECK it shouls login to SLD...check SPROXY then
If you are doing the IDOC communication from R/3 to XI means
Ale Settings
Steps
SAP XI
1) RFC Destination (SM59)
a) Choose create.
b) Specify the name of the RFC destination
c) Select connection type as 3 and save
d) In the technical settings tab enter the details SAP SID/URL and system number#.
e) Enter the Gateway host as same details above SID/URL.
f) Gateway service is 3300+system number#.
g) In the Logon /Security tab, enter the client user & Password details of Destination system.
h) Test the connection and remote logon.
2) Create Port (IDX1)
a) Select create new button
b) Enter the port name as SAP+SID (The starting char should be SAP)
c) Enter the destination client.
d) Enter the RFC Destination created in SAP R/3 towards other system.
e) Save
3) Load Meta Data for IDOC (IDX2)
a) Create new
b) IDOC Message Type
c) Enter port created in IDX1.
SAP R/3
1) RFC Destination (SM59)
a) Choose create.
b) Specify the name of the RFC destination
c) Select connection type as 3 and save
d) In the technical settings tab enter the details SAP SID/URL and system number#.
e) Enter the Gateway host as same details above SID/URL.
f) Gateway service is 3300+system number#.
g) In the Logon /Security tab, enter the client user & Password details of Destination system.
h) Test the connection and remote logon.
2) Create Port (We21)
a) First Select Transactional RFC and then click create button
b) Enter the destination port name as SAP+SID (The starting char should be SAP)
c) Enter the destination client.
d) Enter the RFC Destination created in SAP R/3 towards other system.
e) Save
3) Create Partner Profile (WE20)
a) Create New
b) Create the Partner no. name as same the logical system name of the destination system.
c) Select Partner type LS
d) Enter details for Type: US/USER, Agent, and Lang.
e) Click on the + button to select the message type.
f) Select Partner no. and LS which ever create above.
g) Select Message type
h) Select Process code related to the Message type.
I) save.
In SLD – System Landscape Directory
TS for R/3 (Logical system):-Assign the client name created in R/3 as Logical system Name.
Ts for Third Party (Logical system):-
BS for SAP R/3 (Logical system):- Assign the client name created in R/3 as Logical system Name.
BS for Third Party (Logical system):-Enter the XI logical system name.
In Transaction SALE
Define and Assign the logical system name.
IDOCXIFile Scenario
/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
Note: reward points if solution found helpfull
Regards
Chandrakanth.k

Similar Messages

  • EWA RFC connection SETUP - From Customer system to VAR solution Manager

    Hi,
    we are going to setup the EWA for our customers. So how I have to create the RFC from the customer system to our Solution Manager?
    Thanks
    Andrea

    >
    Andrea Taccolini wrote:
    > we are going to setup the EWA for our customers. So how I have to create the RFC from the customer system to our Solution Manager?
    Hi Andrea,
    Have you already tried to use SMSY to generate the "Back" Destination from customer system to your SolMan?
    Once you have selected the customer system in SMSY, you are able to use the RFC connection wizard.
    Alternatively, you can define the RFC destination manually.
    For easier tracking and trouble shooting, I would recommend to setup a communication user in your SolMan for each individual connected managed customer system.
    Assign the appropiate profiles to the user in your SolMan system and create the RFC destination in the managed customer system.
    Best regards,
    Ruediger

  • Dúvida -  NF-e: Maintain Connected Authority Systems - layout 3.10

    Boa noite!
    Estou realizando o customize da SPRO, porém notei que só posso inserir a seguinte entrada para um mesmo CNPJ:
    Ou seja, quando tento colocar os demais estados o erro de chave duplicada é retornado devido aos campos logical system e Company's Own CNPJ. Dessa maneira, quando executo o novo programa de status de serviço (/XNFE/NFE_CHECK_SRV_STATUS) relalizando o debug noto que existe uma verificação durante a execução da função (/XNFE/SRVSTA_READ_CUST) na qual, por mais que eu tenha cadastro todos os cUF na spro que ficam registrados na tabela (/xnfe/tcuf) o status de serviço acaba sendo executado apenas para o que existe na tabela (/xnfe/govpar) alimentada pela configuração da NF-e: Maintain Connected Authority Systems da imagem que enviei posteriormente. Sendo assim só é executado o status de serviço para SP e não para todas as cUF que estão na atividade NF-e: Define Service Status Request for Authority (SEFAZ). Abaixo segue trecho do código que verifiquei que realiza esse controle no debug:
    SELECT * FROM /xnfe/govpar INTO TABLE lt_govpar
                                  WHERE doctype = iv_doctype.
    *--- 2. Version determination
      IF lt_govpar IS NOT INITIAL.
        SELECT * FROM /xnfe/xmlversdet INTO TABLE lt_xmlversdet
                           FOR ALL ENTRIES IN lt_govpar
                                 WHERE doctype  = iv_doctype
                                   AND logsys   = lt_govpar-logsys
                                   AND ( cnpj     = lt_govpar-cnpj
                                    OR   cnpj     = ' ' )
                                   AND messtype = iv_messtype.
    *--- 3. Service status check parameter
        SELECT * FROM /xnfe/tcuf INTO TABLE lt_tcuf.
        LOOP AT lt_govpar ASSIGNING <ls_govpar>.
    *--- Get corresponding entry from version determination
          READ TABLE lt_xmlversdet WITH KEY doctype = <ls_govpar>-doctype
                                            logsys  = <ls_govpar>-logsys
                                            cnpj    = <ls_govpar>-cnpj
                                  ASSIGNING <ls_xmlversdet>.
          IF sy-subrc <> 0.
    *--- If nothing is found try with blank CNPJ
            READ TABLE lt_xmlversdet WITH KEY doctype = <ls_govpar>-doctype
                                              logsys  = <ls_govpar>-logsys
                                              cnpj    = ' '
                                    ASSIGNING <ls_xmlversdet>.
          ENDIF.
          IF sy-subrc IS INITIAL.
    *--- Get corresponding entry for service status check parameter
            READ TABLE lt_tcuf WITH KEY doctype = <ls_govpar>-doctype
                                        cuf     = <ls_govpar>-cuf
                                      ASSIGNING <ls_tcuf>.
            IF sy-subrc IS INITIAL.
              ls_stacheck-cuf       = <ls_govpar>-cuf.
              ls_stacheck-tpamb     = <ls_govpar>-tpamb.
              ls_stacheck-xmlvers   = <ls_xmlversdet>-xmlvers.
              ls_stacheck-sscperiod = <ls_tcuf>-sscperiod.
              ls_stacheck-tzone     = <ls_tcuf>-tzone.
              ls_stacheck-respcont  = <ls_tcuf>-respcont.
              ls_stacheck-checkcont = <ls_tcuf>-checkcont.
              APPEND ls_stacheck TO et_stacheck.
            ENDIF.
          ENDIF.
          CLEAR: ls_stacheck.
        ENDLOOP.
      ENDIF.
    Sendo assim, como faço para que na atividade NF-e: Maintain Connected Authority Systems eu possa inserir todos os cUF com para os quais executarei o status de serviço e posteriormente enviarei notas?
    Obrigado.,

    Bom dia Luís,
    Exatamente! De fato o que ocorreu foi uma confusão, pois na versão anterior era possível enviar o status de serviço mesmo se você não possuísse uma filial para o estado em questão. Quando fui fazer a migração do cliente todos os estados estavam configurados para emitir status de serviço, porém não há necessidade de enviar o status de serviço para um estado visto que você não possui uma filial para emissão de Nota no mesmo.
    Abs.,

  • How to connect from  bw system  ecc system.

    how to connect from  bw system  ecc system.

    Solution
    Maintain the entry using the following path:
    Call Administrator workbench (transaction RSA1).
    From the 'Settings' menu, select Global Settings'.
    If an entry already exists in the field "BW user for ALE", delete this.
    Enter the correct names for the BW users in this field.
    Save the entry.
    You must restart the Administrator Workbench (RSA1) now.
    The source system can now be linked without errors.
    hope this helps.

  • Connection From Satellite System to Solution Manager for key users

    Hi All,
    Can anybody suggest which RFC connection/destination should be maintained in BCOS_CUST table under satellite system to connect to Solution Manager.
    1. SM_SSMCLNT010_TRUSTED
    2. SM_SSMCLNT010_BACK
    I don't want user to Login to solution manager while creating a support message. They should create a support messsage seamlessly from satellite system.
    Any help is greatly appreciated.
    Thanks...

    Thakur,
      Sorry for the cryptic answer back there - read it myself and it didn't make much sense to me either so here we go with the seamless way to allow users to create service messages.
      There are 2 ways to do this - 1 way is to use a connection like the 'BACK' connection but if you do this - all user tickets entered will have the username of the 'BACK' connection logon id as the message creator.  The other way is to use the trusted connection so the userid of the person logging the message is transfered with the created ticket.
      I will assume that you want to preserve the unique userid and use trusted connections. So here we go:
    Step 1 - Go into BCOS_CUST on the Satelite and put in your TRUSTED RFC Connection as the detination for the Service Messages - either use the one that Solman created when generating or make your own ABAP Trusted Connection.
    Step 2 - All users in Satelite and in Solution Manager need to have Authority Object S_RFCACL assigned to their userid's so they can use the Trusted RFC Connection (this is not in SAP_ALL or SAP_NEW).
    Step 3 - All users that will use this method of creating service tickets need both a userID and a BP with the respective system keys to allow them to enter tickets for those Satelites.
      That is all there is to it assuming that all issues with Trusted Connections have been worked through already (test this in SM59 by going to your 'TRUSTED' connection on the Satelite and execute the RemoteLogon button - you should be sent to the Solution Manager with out having to logon).
      If this answers your question, please set this message to answered.
    Edited by: David Milliken on Jan 25, 2008 1:55 AM

  • NF-e: Maintain Connected Authority Systems - Já existe uma entrada com a mesma chave

    Bom dia!
    Estou tendo um problema para adicionar novas entradas na SPRO - OUTBOUND -NF-e: Maintain Connected Authority Systems para configuração do layout 3.10:
    Sendo assim, como devo configurar todos os estados para a SEFAZ se o sistema lógico e CNPJ são chaves da tabela /xnfe/govpar?
    Com isso, não consigo executar todos os status de serviço no layout novo através do report (/XNFE/NFE_CHECK_SRV_STATUS) depois de cadastrálos na atividade NF-e: Define Service Status Request for Authority (SEFAZ,) pois durante a execução do report  (/XNFE/NFE_CHECK_SRV_STATUS) além da tabela  /xnfe/tcuf a tabela /xnfe/govpar também é verificada.
    Grato.,

    Bom dia Luís,
    Exatamente! De fato o que ocorreu foi uma confusão, pois na versão anterior era possível enviar o status de serviço mesmo se você não possuísse uma filial para o estado em questão. Quando fui fazer a migração do cliente todos os estados estavam configurados para emitir status de serviço, porém não há necessidade de enviar o status de serviço para um estado visto que você não possui uma filial para emissão de Nota no mesmo.
    Abs.,

  • How to connect ECC 5.0 system from EP?

    Hi
       I want to connect ECC 5.0 system, which is located in a remote SLD, from EP 6.0.
       If anyone knows, please post the step by step details .
    Thanks and Regards,
    Abdul Kareem.S

    Hello Abdul,
    This should help you
    How to connect IDES ECC 5.0 to EP ?
    Also check
    http://help.sap.com/saphelp_nw04/helpdata/en/77/931440a1c32402e10000000a1550b0/frameset.htm
    regards
    Mahesh

  • HOW COULD CONNECT FROM SAP SYSTEM TO THIRD PARTY JAVA APPLICATION

    HI expects,
            HOW COULD CONNECT FROM SAP SYSTEM TO THIRD PARTY JAVA or . DET APPLICATION.please provide me some scenarios and documents.please help me.

    Hi,
    In the sender side i.e. in SAP system you can use IDoc/RFC/Proxy to push the data to XI.
    IDoc supports only Async communication and in Sync case performace is good using Proxy.
    In the receiver side you can use Java Proxy to connect to the Java application or you can even bulid a webservice over the Java/.Net application and use SOAP adapter to post data to it.
    Thanks
    SaNv...

  • Checking system connected to SOLMAN or Not from Satellite system

    Hi ,
              How to check system connected to SOLMAN or Not from Satellite system.
    thanks in advance..
    Rgds,
    BBR.

    All connections via SM and satellite system are view RFCs.
    In SM, you will have 3-4 RFCs trusted/read/ etc pointing to satellite sm.
    in satellite, you will have one RFC to SM called back RFC generally with name - Solution Manager created during SMSY configuration in SM.
    Do a test for Connection/Authorization etc for all the RFC's which if fine then the connection is good..
    Regards,
    SS.

  • How to connect from SRM system to Punch out Catalog

    Hi all,
    I would like to know connecting from SRM system to Punch out Catalog , do we require XI inbetween??
    Regards
    Vamsi

    Hi Vamsi,
    There is an XML variant of the OCI interface as described in the OCI documentation attached. Using this you can use XML documents instead of plain HTTP for the OCI transfer. No specific configuration is required as a transformation agent is contained within the FUNCTION bbp_ws_mapoci_to_sc
      map xml to oci structure
        CALL FUNCTION 'BBP_WS_DISPATCH_XML_MAPPING'
          EXPORTING
            iv_xml_type       = iv_xml_type
            iv_xml_document   = iv_xml_document
          TABLES
            et_oci_items      = et_oci_item_data
            et_longtext       = et_oci_longtext
          EXCEPTIONS
            xml_mapping_error = 1
            OTHERS            = 2.
    In this xml mapping function we use a CALL TRANSFORMATION to perform the XML -> OCI mapping:
      Transfrom OCI XML data via XSLT to RFC structures
        TRY.
            CALL TRANSFORMATION bbp_oci_xml_to_rfc
              SOURCE XML IV_XML_DOCUMENT
              RESULT sc_items = lt_sc_items.
          CATCH CX_ROOT INTO lr_exception.
         CATCH cx_xslt_runtime_error.
            RAISE xslt_failure.
        ENDTRY.
      ENDIF.
    Put mapped data into export strutures
      LOOP AT lt_sc_items INTO wa_sc_item.
        IF NOT wa_sc_item IS INITIAL.
    Hopefully this clarifies the possibility of using the XML variant of the OCI.
    Regards,
    Jason
    Edited by: Jason Boggans  on May 13, 2009 6:54 PM
    Forgot to attach the document

  • Tried to upgrading ipad 1 from itunes and l guess it did not complete because all I have showing on the ipad is the itunes logo with the usb cable. when l try to connect it to my system, it resquest that a driver be used to install the device. Pls help

    Tried to upgrading ipad 1 from itunes and l guess it did not complete the process because all I have showing on the ipad is the itunes logo with the usb cable. When l try to connect it to my system, it resquest that a driver be used to install the device. Please help! How do I restore?

    Restoration is relatively simplistic. Here's whatcha do. Plug your ipad in, open itunes, now if itunes doesn't recognize it then you may have a problem, anywho, click on the ipad in the devices interface and go to the info tab, click restore, and it'll be just like it was when it left the factory. To get you data back, it should ask if you would like to use a backup, just select the backup you want and you'll be good to go. That is if you regularly backed up your iPad.

  • Connecting to 64bit database from 32bit system

    Hi everyone. I'm going to install 64bit oracle 11g on new machine and move the whole database (which is now on oracle xe running under 32bit windows) onto it. So the question is: did anyone experience any problems while connecting with JDBC Thin to 64bit oracle from 32bit system ? Thanks in advance for answers and any suggestions.

    strannik wrote:
    did anyone experience any problems while connecting with JDBC Thin to 64bit oracle from 32bit system ? Testing it would obviously be a good idea.
    Myself the only problems I would expect would be in correctly setting up the database itself.

  • Connect to Server App from other system

    I have a clean install of OSX 10.8.2 with Server from Appstore. So far all is fine when running the server.app thru Remote Desktop Software. However, when trying to connect to the server.app from another System ( i use OSX 10.8.2 on both machines, updated the software also) then the system refuses to login. The Admin name and password are fine, they also work if just connecting via finder or when using thru Remote Desktop.
    I am turning cracy because I have tried just about everything. I was reading about this problem existing under OSX Lion, but the fix recommended does not help at all.
    Can anyone help - please? I hope the guys at Apple start looking into this as well.
    Regards,
    Reinhard

    This did not solve my problem. I had tried this before, it seems so that the (remote) Server app has no right to connect at all.
    Just to let you know: I enabled Remote Apple Events, Remote Login and Remote Management on Server. And I run and addminister the server via Apple Remote Desktop.
    Also the "Allow remote administration using Server" on the server App is set.
    Still, nothing solves this problem.

  • Cannot set required connection params for interface import from SAP system

    Hello all
    I'm trying to import some interfaces (RFC) from SAP system. For this I need to set the connection paramters pointing to the SAP system. Unfortunately it is not possible... all fields remain "greyed out" regardless what I'm trying.
    JVM is 1.4.2_12
    My user account has SAP_ALL so it shouldn't be an authorization problem...
    Where to control this?
    Any ideas?
    BR
    Renaud

    Hi,
    After you import the SWCV from SLD. while creating the NAmespace in IR select the radio button Import RFC/IDOC from SAP radio button.
    And the save it.Now it shld be possible
    Regards
    Seshagiri

  • Open Service Connection to Enterprise Portal system from Solution Manager

    Hi All,
    We are getting below error, when we tried to Enable/Open Service Connection ( DSWP -> Solution Landscape ->Service Connection) to Enterprise Portal system.
    Here we selected the row Connection -> R/3 support  and Connection tab -> open/change connection and clicked on SUBMIT. The we got below short dump.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_WD_CONTEXT
    Short text
        An exception occurred that was not caught.
    What happened?
        The exception 'CX_WD_CONTEXT' was raised, but it was not caught anywhere along the call hierarchy.
        Since exceptions represent error situations and this error was not adequately responded to, the running ABAP program
         'CL_WDR_CONTEXT_NODE===========CP' has to be
        terminated.
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis:
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_WD_CONTEXT', was not caught and
        therefore caused a runtime error.
        The reason for the exception is:
        The node does not contain any elements. COMPONENTCONTROLLER.1.SYSTEMS.1.CLIENTS
    How to correct the error:
        If the error occures in a non-modified SAP program, you may be able to find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following keywords:
        "UNCAUGHT_EXCEPTION" "CX_WD_CONTEXT"
        "CL_WDR_CONTEXT_NODE===========CP" or "CL_WDR_CONTEXT_NODE===========CM00R"
        "_RAISE_ELEMENT_NOT_FOUND"
    SMSY configuration ( logical component assignmnet) is alredy done. Is it required to do any other settings. SMD ( Solution Manager Diagnostics ) settings are not done. Is this required?
    We are able to enable/open Service Connection open to ABAP system . Only for Java system we are getting error.
    Please help me on this.
    Thanks..
    Preethish

    Hi,
    note 1081895 should solve this. Otherwise please create a ticket.
    Regards
    Andreas

Maybe you are looking for

  • P6N SLI Platinum random shutdowns

    System: MSI P6N SLI Platinum MoBo Intel E6750 CPU Etasis 850W PSU Corsair CM2X1024-6400C4 RAM (using only 1 stick while troubleshooting) MSI NX8600GTS GPU OK, this is a strange one. I put my new system together and everything seemed to be working fin

  • Audio Issue

    So when I'm in a Skype call, the call plays through my earphones, no problem. However all my music/google chrome/youtube videos play through the speakers. How can I get it so they play through my earphones as well as the call?  Solved! Go to Solution

  • .txt file to .xml file using  FVU 3.2 validation tool

    Dear Gurus,          How to convert .txt file generated from T.Code J1INQEFILE needs to be validated using the FVU 3.2 validation tool which will convert it to xml. and then it can be uploaded at NSDL website.  Please suggest the steps. I am in ECC 6

  • Help! Back button doesn't work, new tabs won't take addresses, restart, refresh & an uninstall haven't done any good

    Serious issues. My entire browsing history is missing, website addresses don't show in address bar, back and forward buttons don't work, when I type an address in a new tab, it opens in the old tab only. Tried restarting PC, opening Mozilla without a

  • EA1, can't edit Java class

    When I open a Java class in EA1, I see the code and I see a toolbar button for editing, but I can't edit.