Setting a different rfc destination if code is run on a particular server ?

Hi,
I need to fetch blocked data from GTS server....
I am doing the same using the function module '/SAPSLL/BLCK_DOCS_SD_R3' present in the transaction '/SAPSLL/BL_DOC_SD_R3' ...
Now as per my requirement, i need to fetch data from a different rfc destination if the code is run on a particular server.... ie I need to set the RFC destination in that particular case....
I do not want to copy the whole function group and make changes in the place where the RFC destination is determined.
Is there any other way to get through this.   ....
Thanks....

Hello
The RFC destination to the GTS server is determined within fm /SAPSLL/BLCK_DOCS_LS_FETCH_R3:
*------- RFC-Destination Legal Services ermitteln
  CALL FUNCTION '/SAPSLL/CD_ALE_RECEIVER_GET_R3'
       IMPORTING
            EV_RFC_DEST                   = LV_RFC_DEST
       EXCEPTIONS
            NO_RFC_DESTINATION_MAINTAINED = 2
            CUSTOMS_SERVER_NOT_UNIQUE     = 4
            OTHERS                        = 8.
  IF NOT ( SY-SUBRC IS INITIAL ) .
    MESSAGE ID     SY-MSGID TYPE SY-MSGTY
            NUMBER SY-MSGNO
            WITH   SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4
            RAISING ERROR_ALE_SETUP.
    EXIT.
  ENDIF.
*------- Daten fuer RFC-Aufruf vorbereiten
  PERFORM BLOCKED_DOCS_REF_PREPARE USING    IV_APP_LEV
                                   CHANGING CT_DOCUMENT_NUMBER
                                            LT_OBJECT_DOCUMENT .
*------- Prozessindikator
  IF NOT ( IS_OUTPUT-SHWMSG IS INITIAL ) .
    CASE IV_APP_LEV.
      WHEN GC_APPLICATION_LEVEL-SALES_ORDER.
        PERFORM PROGRESS_INDICATOR USING IS_OUTPUT-SHWMSG
                                         TEXT-M05.
      WHEN GC_APPLICATION_LEVEL-OUTBOUND_DELIVERY.
        PERFORM PROGRESS_INDICATOR USING IS_OUTPUT-SHWMSG
                                         TEXT-M06.
      WHEN GC_APPLICATION_LEVEL-INVOICE.
        PERFORM PROGRESS_INDICATOR USING IS_OUTPUT-SHWMSG
                                         TEXT-M07.
      WHEN OTHERS.
*------- Nada
    ENDCASE.
  ENDIF.
*------- FB: RFC-Aufruf in Legal Services
  CALL FUNCTION '/SAPSLL/LC_BLCK_DOC_SELECT_RFC'
    DESTINATION LV_RFC_DEST
    EXPORTING
Calling fm /SAPSLL/CD_ALE_RECEIVER_GET_R3 the system tries to find the RFC destination from a distribution model (transaction BD64) for
- OBJECT = 'BUS6801'
- METHOD = 'SYNCHRONIZEIFR3'
If we are already on the GTS server I assume that the fetched RFC destination should be 'NONE'.
If you are on another system (<> GTS server) then you should create the appropriate distribution model which allows the system to determine the RFC destination to the GTS server.
Regards
  Uwe

Similar Messages

  • Help with html code. not running properly once on server

    The video works fine in captivate and works once i publish it, but when I try to upload it onto the server it does not. This is my first time using captivate 4, and when I matched the codes from my old movies they were quite different. So I just messed with the code I had and made it lok like the old vodes and it runs fine on the server.
    I was wondering if anyone had any ideas on what is going on with the code that it does not work on the server?
    Thank you!!!!!
    -danielle

    Hello Sue. It's very easy actually.
    If you have the lastest update of Muse CC from Nov 2013, there is a FREE Muse Library by musegrid.com that you can download from the Adobe Muse Exchange page that does this specifically using Google Analytics.  Here is the direct link should you like to check it out: 
    http://muse.adobe.com/exchange-library/add-google-analytics
    Start by "Right Clicking" on the "Master Page Icon" in the "Plan View" and choose "Page Properties" from the list of menu options available. 
    This will open up the "Page Properties Dialog Box" for the entire site. Once that dialog box is open, paste your code into the "Metadata" tab section (I believe that tab is displayed at default - at least on the Mac it is - I'm pretty sure it's the same on the Windows platform).
    All anaytics embed code goes in the <head> tag of an html page (note: it actually says "HTML for <head>" at the top of the embed window area - making it helpful to know you're in the right area). This is also where you would add any <meta> tags too like facebook's OpenGraph code etc.
    If using more than one master, included it to all masters.  If just using it on a specific page - say like a landing page, just go to that particular page in your site's "Plan View" and paste it there instead.
    Incase i get too "wordy" i've attached screen shots of what these should look like. 
    Good luck Sue!
    And congratulations on a nice new computer too - its got "juice".

  • RFC destination with CIF application case !

    Hi,
    Can someone explain the difference between
    Assigning a logical system to a RFC destination  and
    u201CAssigning a logical system to a RFC destination with CIF Application case" (there are 4 of them in all as i see - AC, RL, RQ, DG, AC- refers to availability check)
    e.g I have 2 entries in the system landscape settings.
    1)     Logical system u2013 RFC destination
    2)     Logical system- application case AC u2013 RFC destination.
    Even if I remove the 2nd entry, the relevant APO ATP FMu2019s are called  (just a negative testing to see what goes wrong without application case) but am clueless about this concept of CIF application case. Why such a provision to begin with. The context help says. some transaction need to have synchrious RFC and hence the need but i see the same even without his entry.
    Regards,
    Loknath

    Hello Loknath,
    If I understand your query correctly,
    1.Assign logical system to RFC destination is OK for you.
    2.Assigning the RFC destination to a specific CIF application is used in the following case,
    You have a system/service user set up for communicating with the R/3 system thru CIF & this is assigned to the RFC destination assigned to the point no:1
    & for debugging purposed you need a dialogue user, so you may assign this dialogue user to a different RFC destination & assign it here in the customizing (Assign RFC to application cases) to the application Debugging..so that while the particulat application is called (Debugging...CIF cockpit...etc)the corresponding settings from the different RFC destinations will be used.
    I could not understand your query, where u relate some ATP stuffs with this CIF topic...
    Thanks,
    Mahesh

  • SSL certificates not visible while RFC destination creation

    Hi all,
    I am setting up an RFC destination to connect to external server and which uses SSL certificates for its authorization.
    So i have imported the Client certificates into STRUST.
    While setting up an RFC connection of type G, in the security tab when we select the SSL security certificate radio button, will we be able to see the certificates(in the combo box) that we have imported in STRUST.
    Currently, though i have imported the Client certificates into STRUST, i am not able to see them in the SS security certificates combo box.
    Kindly help me out.
    Cheers,
    Siva Maranani.

    Well, first of all we should avoid confusion by using the term "<i>ABAP destination</i>" rather than "<i>RFC destination</i>" (although ABAP transaction SM59 still has this old title).
    When referring to an "ABAP destination of type G" we are talking of an outbound http connection to a non-ABAP server (e.g. an SAP J2EE server or any other http server).
    I'm not sure whether you are aware that in this context "<i>SSL client certificate</i>" refers to the ABAP <u>system</u> (which is the SSL client in this scenario). This is different from scenarios where "X.509 client certificate" refers to a certificate which is assigned to an individual <u>user</u> (using a web browser). <b>In the given scenarios, where two systems are the communication peers, SSL cannot be used for user authentication.</b> That fact is often misunderstood.
    By default you'll find 3 different SSL certificates (actually: PSEs) in an ABAP system (which can be used only after enabling SSL, of course - see note 510007 for instructions):
      - SSL Server
      - SSL Client (anonymous)
      - SSL Client (Default)
    Well, the "<i>SSL Client (anonymous)</i>" is actually not really a "client certificate" but used for outgoing http requests where you do not intend to send your own SSL client certificate. Since you cannot use the server's SSL client certificates for user authentication it might make sense to use "<i>SSL Client (anonymous)</i>" is most cases.
    Please notice: you have to add the server's SSL certificate (respectively the root CA certificate and potentially intermediate CA certificates) to the certificate list of the "<i>SSL Client (anonymous)</i>" PSE (using STRUST). By default, that list is empty - consequently no SSL server certificate is trusted (in contrast to a web browser which is already shipped with a long list of "trusted CAs").
    Only when the (remote) server demands SSL client certificates it might make sense to use either "<i>SSL Client (Default)</i>" or to define a new SSL client certificate (for the ABAP system that submits the https request).
    Please notice:
    SSL client certificates need to be issued by an Certification Authority (CA) in order to be accepted by the SSL server.
    In addition to importing the SSL server's certificate to the certificate list of the SSL client PSE (see above: <i>anonymous SSL client</i>) you also need to export the root CA certificate (and potentially all intermediate CA certificates) of the SSL client certificate and import it to the (remote) SSL server's keystore (kindly refer to the manuals of that server for instructions).
    Kind regards, Wolfgang
    PS: I assume that you have imported some certificates to the certificate list of a SSL client PSE. In SM59 only those SSL client PSEs are listed: "<i>SSL Client (anonymous)</i>", "<i>SSL Client (Default)</i>" and all SSL client PSEs that you might have defined in addition (using transaction STRUST => <i>Environment</i> => <i>SSL Client Identities</i>).

  • Steps for RFC destination in TMS

    Hi ,
    I need to configure a transport system , First I need to set RFC destination.
    I need to do a two system landscape. I need to set RFC destination for tis two systems only .
    Is that I need to set a RFC destination(t-code SM59) in DEV as
    DEV-DEV (DEV IP address)
    DEV-PRD (PRD IP address)
    In PRD as follows
    PRD-PRD (PRD IP address)
    PRD-DEV (DEV IP address)
    I know we have to set a path :
    DEV-DEV
    DEV-PRD
    PRD-PRD
    PRD-DEV
    as RFC Destinations, but where i need to set tis either in DEV or in PRD is my doubt.
    In which client i need to login , for tis RFC destination creation . Is that i need to login in 000 client.
    If i m wrong please correct me please..
    Regards,
    Hari

    In a very simple terms
    Yes! You have to login to client 000 for tme configuration.
    1.you have to create the transport domain.<PRD>
    2.Go to Dev and QA and run stms and add these systems to transport domain.
    3.Again login to transport domain <PRD> and accept the system into the transport domain.
    4.Later you can go to the graphical tool in transport domain and configure the transport route .
    Dev-qa consolidation
    qa to prd  -delivery
    and then distribute the configuration.
    You dont need to worry about the rfc etc.It is automatic process.
    Good Luck.
    Amit

  • RFC Destination prompt

    Hi BW Gurus,
    We recently upgraded to BW 3.5 (from 3.1C) and everything seems fine so far except I get a prompt to select RFC Destination every time I run BEx or tcode RSA1. It gives me a choice between a blank RFC Destination, which the description says Local BW System, and our BWP production RFC Destination.
    I am the only BW team member to have this prompt. Any ideas where to reset this so it does not come up?
    Thank you,
    A. Berkey
    BW - Version 3.5
    R/3 - Version 4.71 - mySAP + ISU-CCS
    DB - Oracle 9i

    Got it. We were both wrong. The problem existed in my Favorites for the 2 transactions. I deleted and recreated my Favorites setting in the upgraded version.
    Thanks for trying.

  • Best practice usage of system users for different RFC functions execution

    Hello experts,
    Could you guys share your thoughts on RFC type 3 - system userid usage:
    Would it be recommended to use ONE RFC destination (type 3) for execution of various functions?
    Is it recommended using the different RFC destinations (type 3) (with different system user ids) depending on the functions execution?
    Thanks in advance for your thoughts.
    Thanks
    Himadama

    Thanks Julius for your information.
    Option 1: System user id / password:
    Password is sent over the network. But SNC control would take care of this.
    1 destination = 1 system userid
    If the useru2019s password is compromised the risk would be limited to that destination function group (RFC_NAME in S_RFC auth object)
    System users only need RFC authorizations (S_RFC).
    Only monitoring System users would be enough.
    Better password management if required.
    Option 2: u201CCurrent Useru201D option:
    One user may need access for more than one function groups access ( RFC_NAME).
    Compromising user's password would result more damage than the system user. Since this user has broad access to execute multiple function groups.
    Monitoring these users would be overloaded job in this case becoz of increased users numbers. 
    The management of authorizations (roles) to these users may require strict approval process.
    Option 3: Trusted system option:
    u2022          RFC_SYSID :                                                             
    u2022          RFC_CLIENT:                                                          
    u2022          RFC_USER  : ' '                                                                      
    u2022          RFC_EQUSER: Y (for Yes)                                                              
    u2022          RFC_TCODE : *                                                              
    u2022          RFC_INFO  :                                                          
    u2022          ACTVT     : 16                                                             
    Seems user requires both the auth objects S_RFCACL and S_RFC in this case.
    Compromising user's password would result more damage than the system user. Since this user has broad access to execute multiple function groups.
    Monitoring these users would be overloaded job in this case becoz of increased users numbers. 
    The management of authorizations (roles) to these users may require strict approval process.
    Would you say considering the system userid/password is better option than other methods with SNC control in place? Please share your thoughts.
    Thanks
    Himadama

  • How to configure the tcpip RFC destination

    Hi,
               Can any one help me to how configure the TCP/IP rfc destination.
      Thanks in advanced

    Hi Micky,
    Create RFC Connection:
    1. Start the transaction Display and Maintenance of RFC Destinations (transaction code SM59).
    2. Choose Create.
    3. Maintain the RFC destination:
    - RFC destination: <RFC_DESTINATION>
    - Connection type: T for TCP/IP connection
    - Description: <Description>
    - Technical settings
    - Activation type: Registered server program
    - Program ID: <PORTAL_HOSTNAME>_PORTAL_<SID>
    - Gateway host: <GATEWAY_HOST>
    - Gateway service: sapgw<SYSTEM_NUMBER>
    - Logon/security
    - Send SAP logon ticket: Activate
    4. Save your entries.
    Hope this will help.
    Regards,
    Ferry Lianto

  • RFC Destination User Authority

    Hi fellow XI-ers,
    I have an Integration Server (A01) and a Business System running ECC 5.0 (B01). Now I am sending IDocs from the Integration Server to the Business System.
    To do this I set up an RFC Destination B01CLNT010 and a port SAPB01 which is referenced by the Idoc Communication Channel.
    My question now is: In the RFC Destination I need to specify a user id. What authority must that user id have to succeed with my Idocs.
    I tried a user (on B01) with the roles SAP_XI_IS_SERV_USER and SAP_XI_APPL_SERV_USER but the sending of an Idoc failed (in SXMB_MONI it shows a red flag in the 'Outbound Status' - actually where can I follow up on this error?).
    When I assign SAP_ALL profile to the user, it works fine. But I'm sure there must be something inbetween that is also sufficient for the purpose.
    Your help is appreciated,
    regards,
    Peter

    Hi Peter,
    If IDocs fail while being sent from XI to SAP, there should be an entry in tRFC queue (transaction SM58). This entry should typically give an error like "missing auth. to send IDoc XXX".
    This means, that the user is missing the authorizations to send this IDoc to R/3. The necessary auth. object is B_ALE_RECV which allows the reception of IDocs via RFC with the according message types you are going to send. 
    Additionally if your Inbound IDocs are configured for immediate processing the user sending the IDocs needs the according application authorizations e.g. for an Orders IDoc the user needs authorizations to post an order.
    Best regards
    Christine

  • RFC destination  ((((URGENT PLZZZZZZZZ)

    Hi Sap Gurus
    I am executing  bd82 by giving my  other client  logical system  that means mm_re
    There It is giving one message
    port could to be created  
    RFC destination MM_se( this is RFC destination name) is not specified for mm_se( logical system name)
    Enter RFC destination restart generation is coming what I have to plz guide me
    Points will be rewarded

    Hi,
    You need to create a port from we21 transaction.
    You need to provide these 3 parameters. 1. Rcvpor 2. rvcprt 3. rcvprn.
    in your case rcvpor is RFC destination name (mm_se)
    port no. means your dev server name (like dev200 etc..)
    port type may be LS(Logical system) in your case.
    if its related to vendor then you can create port under LI. or customer then it is KU. etc..
    Look at this link.
    https://secure.topxml.com/biztalkutilities/walkthroughs/SAP%20Configuration.pdf.
    Thanks,
    Yoga.
    Edited by: Yoga JJ on Feb 4, 2008 1:23 AM

  • Help with RFC sender, Program And RFC Destination

    Hi!!
    my scenary is asynchronous
         RFC Sender -> SAP-XI -> Oracle reciever
    I have a problem with abap, especially rfc, program and rfc destination. The connection with SAP-XI exist and SAP-XI  receive the message but the message is empty.
    1. In my program on the line
              CALL FUNCTION 'ZBAPI_SD_PED_ORD_SERVIC' DESTINATION 'ZXI_ENVIAR_PED_ORD_SERVIC'
              catch an error system_failure = 2 and it dont execute the rfc ZBAPI_SD_PED_ORD_SERVIC
    2. I rewrite my program, that line to
              CALL FUNCTION 'ZBAPI_SD_PED_ORD_SERVIC' STARTING NEW TASK 'NEW' DESTINATION 'ZXI_ENVIAR_PED_ORD_SERVIC'
              catch an error communication_failure = 1 but the rfc ZBAPI_SD_PED_ORD_SERVIC is executed but no send to SAP-XI
    3. I rewrite my program, that line to
              CALL FUNCTION 'ZBAPI_SD_PED_ORD_SERVIC' IN BACKGROUND TASK DESTINATION 'ZXI_ENVIAR_PED_ORD_SERVIC'
              No error but it dont execute the rfc ZBAPI_SD_PED_ORD_SERVIC and the message in SAP-XI is empty, display the tables but not the row. i check the table PED_ORDEN and RETURN but the controls fields dont are afected.
    What is my Error?
    Where am i making a mistake?
    RFC
    FUNCTION zbapi_sd_ped_ord_servic.
    *"Interfase local
    *"  TABLES
    *"      PED_ORDEN STRUCTURE  ZSD_RFC_T04
    *"      RETURN STRUCTURE  ZSD_RFC_R06
      TABLES: zsd_ped_orden, zsd_rfc_r01.
      DATA: tb_ped_orden LIKE zsd_ped_orden  OCCURS 0 WITH HEADER LINE,
                     tb_rfc_orden_error LIKE zsd_rfc_r01 OCCURS 0 WITH HEADER LINE.
    *Get Pedido by Ordenes
      SELECT  *  INTO CORRESPONDING FIELDS OF TABLE tb_ped_orden
              FROM zsd_ped_orden
              WHERE estatus  EQ  space.
      LOOP AT tb_ped_orden.
        MOVE-CORRESPONDING tb_ped_orden TO ped_orden.
        APPEND ped_orden.
        tb_ped_orden-estatus = 'X'.
        tb_ped_orden-fecha_actualiz = sy-datum.
        tb_ped_orden-hora_actualiz = sy-uzeit.
        MODIFY tb_ped_orden.
      ENDLOOP. 
      MODIFY  zsd_ped_orden FROM TABLE tb_ped_orden.
      COMMIT WORK.
    *Errors in Ordenes
      SELECT  *  INTO CORRESPONDING FIELDS OF TABLE tb_rfc_orden_error
              FROM zsd_rfc_r01
              WHERE estatus  EQ  space.
      LOOP AT tb_rfc_orden_error.
        MOVE-CORRESPONDING tb_rfc_orden_error TO return.
        APPEND  return.
        tb_rfc_orden_error-estatus = 'X'.
        tb_rfc_orden_error-fecha_actualiz = sy-datum.
        tb_rfc_orden_error-hora_actualiz = sy-uzeit.
        MODIFY tb_rfc_orden_error.
      ENDLOOP.
      MODIFY  zsd_rfc_r01 FROM TABLE tb_rfc_orden_error.
      COMMIT WORK.
    ENDFUNCTION.
    PROGRAM
    REPORT  ZBAPI_SD_PED_ORD_SERVIC.
    DATA: ped_orden LIKE ZSD_RFC_T04 OCCURS 0 WITH HEADER LINE,
          return LIKE ZSD_RFC_R06 OCCURS 0 WITH HEADER LINE.
    CALL FUNCTION 'ZBAPI_SD_PED_ORD_SERVIC' DESTINATION 'ZXI_ENVIAR_PED_ORD_SERVIC'
         TABLES
              ped_orden             = ped_orden
              return                = return
      EXCEPTIONS
        communication_failure = 1
        system_failure        = 2
        OTHERS                = 3.
    IF sy-subrc <> 0.
      MESSAGE 'error' type 'I'.
    ENDIF.
    COMMIT WORK.
    RFC DESTINATION
    RFC Destination: ZXI_ENVIAR_PED_ORD_SERVIC
    Connection TYpe: TCP/IP Connection
    Register Server Program: ZBAPI_SD_PED_ORD_SERVIC
    Gateway host: host00
    Gateway service: sapgw00

    hi
    For rfc sender adapter we hv to do some settings .Please chk whether this settings are well configured or not.
    a) RFC destination
    b) RFC channel in the XI directory
    This weblog is a response to a few question about the basic configuration of the RFC sender adapter
    that were posted on the XI forum (and also on my e-mail)
    So here we go, basically we have to configure 2 things:
    a) RFC destination
    b) RFC channel in the XI directory
    RFC destination:
    1. To create the RFC go to TCODE: SM59
    2. Create new destination of type T (TCP/IP)
    3. Make sure you select Registered Server Program option before writing your program ID
    4. Write you program ID (remember it's case-sensitive)
    5. In the gateway host and gateway service write the values of your "Application system" - business system (not the XI server)
    7. No configuration in the J2EE administrator nessecary
    Now we can proceed to RFC channel configuration:
    1. Enter your Application Server
    2. Your Application Server Service
    3. Enter your Program ID from the RFC destination
    And we're done:)
    Now you can test the RFC destination in SM59 to see if it works.
    Please chk this following link.
    1. RFC Processing with the RFC Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/25/76cd3bae738826e10000000a11402f/content.htm
    2. Configuring the Sender RFC Adapter -
    http://help.sap.com/saphelp_nw04/helpdata/en/67/6d0540ba5ee569e10000000a155106/content.htm
    3.  /people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous
    regards
    Manas

  • RFC destination error in SM58

    Hi,
    We are getting an error in SM58 "P85040 does not exist".
    What could be the  reason for this error in PI system?
    When I checked, there is no RFC destination configured with the name P85040. Also there is no communication channel configured with the RFC destination parameter P85040.
    Kindlly help.
    Thanks,
    John

    Hi John,
    The reason can be the host name you are assigning is not existing.
    In RFC destination the host name is for that particular client which is pointing to IP address not to the logical system. You can choose name of RFC destination same as of your logical system.
    You can get the host name by login to SAP system and the using MENU ... System->Status and in lower right corner you can find it.
    Sachin
    Edited by: Sachin Dhingra on Dec 18, 2008 1:18 PM

  • RFC Destination SAPFTPA is not working

    Hi,
    I am able to connect FTP via RFC Destination SAPFTP which is for front end but RFC Destination SAPFTPA for background run is not able to connect with FTP location.
    I have checked the trace with program RSFTP005 and it looks okay. However, when I run RSFTP002 to test the RFC destination SAPFTPA it gives error message " Attempted to connect ftp destination failed "
    Please, let me know if I need to check something in SM59 ( I suppose all is well there as the RFC destination would be created automatically ).
    Thanks,
    Alok Mehta

    Hi
    Greetings!!
    Actually i am also stuck up in a similar situation.
    When I use SAPFTP as the destination since it works. However with SAPFTPA, i am getting the same login error as in your case.
    If you were successful in getting the issue resolved, can you please share the solution.
    with best regards,
    Hector

  • RFC Destination with other Environments and Execute. Please help

    Hi GURU,
    I have a problem and I would like your help.
    I'm new at Abap and I'm trying to develop an application from ABAP to connect to an environment of java.
    I watched how to do this in various forums and the help of SAP, but just as I have found make the connection.
    In java I have already developed the server side and I have developed a ABAP function. But is not exactly how it works.
    Can you give me an example of how to send data from the sap application to java? Or give me any manual please.
    Another problem is,
    As I record the RFC destination?
    When I run a BAPI ABAP occurs to me the following error:
    RfcExecProgram'#Win32 error 2
    Because it can be?
    Thank you very much in advance
    RAFA

    The (Alesis Digital Audio Tape) ADAT optical I/O gives 8 channels up to 48Khz 24bit and 4 I/O at 88.2, 96 Khz... this are the technical specifications for this connectors!
    http://www.nationmaster.com/encyclopedia/ADAT
    If you need to use 8 ADAT I/O at 88.2/96 you need to buy device such as
    Yamaha MY16at (for Yamaha Digital Mixer) http://www.studiocare.com/store/index.php?mainpage=product_info&productsid=62346
    and similar devices
    ... or Motu 828MK3 that comes with 2X ADAT I/O....
    Motu 828MK3 is able to work with up to 8 ADAT channels at 88.2/96 and up to 16 ADAT I/O at 44.1/48.
    BUT... Apogee Ensemble comes with only 1X ADAT I/O... so you can use up to 4X 88.2 I/O channels and you need a second Ensemble unit for reach 8 ADAT I/O.
    Optical connectors can be used also for 2 I/O at 192Khz...
    in this case this kind of connection will be named as TosLink, even if it uses the same ADAT plug.
    cheers
    G

  • Rfc sender problem(sap r/3 -se37) 'alternativeServiceIdentifier: party/serv

    Rfc sender problem: While executing the rfc in sap r/3 system
    It is showing abap run time errors are
    'alternativeServiceIdentifier: party/service from channel
    configuration are not       
    (i have taken hint from this weblog /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step)
    These are the configuration at sap xi and sap r/3 system
    1) SAP XI (ID)
    I have created rfc sender commuication channel in I.D.
          Rfc server Parameters->
                A.S.(Gateway)-> server    {sap r/3 server name}
                A.S.S.(Gateway) -> sapgw00 
                program id         -> PDPT
         AND RFC Metadata repository parameter
    2)SAP R/3 (SM59)
        Rfc destination ->  PPPP
        Connection type -> T
        Technical Settings->
             (*)  Registered Server Program
          Program ID  ->    PDPT
    Gate way options
          Gateway host -> server
          gateway service -> sapgw00
    Testconnection-> connected
    3) testing rfc at sap r/3(se37)
    But when i am executing a rfc in sap system
    Rfc target system -> PPPP
    and some import parameters
    and it is showing the error message as
    'alternativeServiceIdentifier: party/service from channel
    configuration are not  '
    4)SAP R/3( SMGW)
    CONNECTION TO CLIENT FOR PDPT(TP NAME) REGISTER STATUS IS WAITING
    Please help me how to solve this problem

    Hi,
    SAP Note 730870 FAQ: XI 3.0 RfcAdapter Q.no 15
    <i>Q 15: Whats wrong when the error message "lookup of alternativeServiceIdentifier via CPA-cache failed" shows up while sending a RFC call to the RfcAdapter?
    A: A RFC sender channel is located beneath a service within the Integration Directory. Within this service choose "Service" -> "Adapter-Specific Identifiers". The values in the fields "R/3 System ID" and "Client" has to be maintained with the correct values of the system, that sends the RFC call to the RfcAdapter. It normaly only makes sense to have these values filled for services of type "Business System". If maintained in SLD, this fields will be filled automaticaly for services of type "Business System" and can be updated with the button "Compare with System Landscape Directory".</i>
    - Give correct appserver and gateway service details in XI.
    - Open the service holding the RFC adapter you are trying to use. On the top menu, goto Service -> Adapter Specific Identifiers..
    Regards,
    Prateek

Maybe you are looking for

  • How can I change the shortname of my iMAC?

    I purchased a used iMac, that did not come with the reboot software, etc. from a good friend of mine, who was changing systems. I managed to set up my own user accounts, change the computer name, etc, but the shortname on the system is STILL his shor

  • Viewing more than 9 Forms from the Window Menu Item

    Hi, I would like to know if you can list more than 9 Forms at one time from the Windows Menu Item before you have to select the MORE WINDOWS option to display the entire list of currently opened forms. Can this be set in the .mmb or some config file?

  • How do you change the name of a folder/file on an expansion drive

    How do you change the name of a folder/file on an expansion drive or external hard drive?

  • ITunes 7.7.1    Outlook Sync solution?

    I just did an Mac software update and noticed itunes 7.7.1 download. Has anyone with Win XP found it and if so does it solve the Outlook Sync Client failure problem with iPhone 2.0?

  • HT201303 Payment type

    I just update my ipad2, try to purchase an app and the system always ask me to verify my payment type. I did all of the information to verify my credit card info, but I cannot install the app because it keep ask me to verify payment type. Can you ple