Clear explanation of Sender Agreement, Receiver Determination..etc

Hi Experts,
In Configuration, I know the terms Sender Agreement, Receiver Determination, Interface Determination and Receiver Agreement.
But I would like to understand cleary what exactly each of above term and what it does.
No direct technical definitions please.. as i already read those in help.sap.com
Can someone please explain in usual simple terms, which even a layman can also understand what is SenderAgreement, Receiver determiniation etc..
Thanks in advance.
Sree

Hi sree,
u need to give Receiver of ur message in <b>receiver determination</b>....if u hv more than one recivers of ur messages then u can also do this with condition
in receiver determination we give sender service, sender interface and receivers
now we must provide inbound interface( interface/structre of receiver)...so we provide it in <b>interface determination </b>
<b>Sender agreement </b>contains sender communication channel...that is one who can understand message from sender...eg if ur sender is file ur sender Comm channel will b file.
Similarly <b>Receiver agreement </b>contains receiver communication channel...that is one who can convert message understandable to receiver...eg if ur receiver is RFC ,ur receiver Comm channel will b RFC.
is it clear??? if not u can ask again....we r here to help u
Thanks,
Maheshwari.

Similar Messages

  • Multiple sender agreements mean multiple receiver detr??

    I have several JMS Channels that will be process thru one BPM.  Is there a way to combine the JMS Channels into one or several
    Sender Agreements / Receiver determination?  Or will multiple Config's be required?
    Thank you.

    Parimala,
    <i>Would I need 70 receiver determination records?</i>
    Unfortunately you will have to do that
    Reason: Receiver Determination is associated with SENDER INTERFACE and as you have 70 SENDER INETRAFCES / 70 SENDER AGREEMENTS, you wil have to have 70 receiver determination.
    Just look into the possiblity of cutting down on the number of Communication Channels and cominbing all 70 comm channels into a lesser number.
    Regards,
    Bhavesh

  • No Sender Agreement Configured in Dual Stack( PI 7.31)

    Hi All,
    I am configuring a simple file to file scenario.
    Initially i Have created the scenario without ICO and It worked fine.Later I changed this ( ie, I have deleted sender agreement,Interface determination etc)
    and used ICO to configure.
    But I am getting the below error.
    If the configuration is based on ICO,I don't think sender agreement is required.Please help.
    Regards,
    Tibin Joseph

    Hi Tibin,
    Please, if your issue is solved close the thread according this How to close a discussion and why
    In this way further SCN members can figure out how to resolve their problems easier.
    Regards.

  • Condition check (based on sender file name) at receiver determination step

    Hi,
    My scenario is File to AS2 (Sender side file adapter and receiver side AS2 adapter)
    We have 5 customers, but the source location is same to pick the files, Here we are not using any ESR objects.
    Based on the source file name PI need to determine to whoom this file need to send at receiver determination step
    Craeted objects
    1 Sender CC,
    1 Sender agreement,
    1 Receiver determination
    5 Interface determinations
    5 Receiver agreements
    5 Receiver CCs.
    Could you please provide me your valuable inputs.
    Thanks
    Ramesh

    Hi Venkataramesh,
    I understand your scenario as, picking files (different file naming standard for different target customer) from one source folder. Based on file name, that payload should be sent to corresponding target customer. You have mentioned u201CHere we are not using any ESR objectsu201D. I can see two reasons for this decision
    1. PI is used to route the messages, i.e., no need to transform the payload. OR
    2. Files can binary files like PDF, ZIP, JPG, GIFu2026
    Now I can see two possible solutions
    1.     Simple solution, as proposed by u201CPrabhu Rajesh Janardananu201D, make it into 5 different scenarios  (5 sender channels).
    2.     Bit complex solution, only one sender channel, using extended receiver determination
    Step 1:- In Sender File channel check u201CAdapter u2013 Specific Message Adapteru201D in Advanced tab. File Name should be checked.
    Step 2:- In Receiver Determination, Select Type of Receiver Determination as u201CExtendedu201D. http://help.sap.com/saphelp_nwpi711/helpdata/en/48/ce2a423a8e5430e10000000a42189b/frameset.htm
    Step 3:- Do a Graphical Mapping (use it Operation Mapping in Receiver Determination).
    Step 4:-
    Source and target of graphical mapping will be same (below), because you donu2019t want to access input payload (it can be XML, flat file, JGP, GIF and you donu2019t have its structure).
    <Receivers>
       <Receiver>
          <Party agency="" scheme=""></Party>
          <Service></Service>
       </Receiver>
    </Receivers>
    Step 5:- Write a UDF in Graphical mapping as below. http://help.sap.com/saphelp_nwpi71/helpdata/EN/43/03612cdecc6e76e10000000a422035/frameset.htm Pay attention to method declaration
    public String Determine_Receiver( Container container) throws StreamTransformationException
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create(u201Chttp://sap.com/xi/XI/System/Fileu201D,u201CFileNameu201D);
    String valueOld = conf.get(key);
    //Put your logic here
    if (valueOld.equal(u201Cuser1u201D)) {
    return u201Cuser1u201D;}
    if (valueOld.equal(u201Cuser2u201D)) {
    return u201Cuser2u201D;}
    if (valueOld.equal(u201Cuser3u201D)) {
    return u201Cuser3u201D;}
    Step 6: Now use this UDF to map to u201CReceiveru201D and u201C Serviceu201D.
    This solution need more fine tuning.
    Regards,
    Raghu_Vamsee
    Edited by: Raghu Vamsee on Jan 8, 2011 5:56 PM

  • Interface and Receiver determination steps

    Dear Experts,
    I have list of queries which I am facing issue in ID. I am working on SOAP<->SAP-PI<->PROXY scenario.
    1. Created 2 Service Interface i.e. SI_SOAP_OB and SI_PROXY_IB in ESR.
    My question is that in the sender and receiver tab what should be the entries in Business System of SOAP and PROXY systems ( i.e. BS system created under the  node Communication Component without party). I created this Business System ABAP from the entries of SLD.
    2. What is the sequence of steps in the ID i.e. Cc,ID,RD,SA,RA.
    3. In the Receiver Determination, I can see in the "Configuration Overview" tab
    that the PROXY business system has red entries. I think that this system should show SI_PROXY_IB
    but it shows SI_SOAP_OB.
    4. When trying to create Interface Determination, I receive "JAVA.lang stack overflow error"
    and INTERNAL ERROR.I made sure that there is no inactivated objects under my user.
    5. I am sure that the step till creating SI in ESR and sender agreement in ID is correct. Can I create proxy as well as WSDL with end point at this stage.
    I need urgent suggestions from experts , kindly help.
    Regards
    Alice Rebecca

    1. Created 2 Service Interface i.e. SI_SOAP_OB and SI_PROXY_IB in ESR.
    My question is that in the sender and receiver tab what should be the entries in Business System of SOAP and PROXY systems ( i.e. BS system created under the node Communication Component without party). I created this Business System ABAP from the entries of SLD.
    ANS -
    For SOAP, anything like Legacy_filer can be created & used.
    For PROXY, use the business system of R/3 system maintained in SLD.
    2. What is the sequence of steps in the ID i.e. Cc,ID,RD,SA,RA.
    ANS-
    Sender CC
    Sender Agreement
    Rec Determination
    Int Determination
    Rec CC
    Rec Agreement.
    Create the steps in COnfiguration Scenario directly.
    3. In the Receiver Determination, I can see in the "Configuration Overview" tab
    that the PROXY business system has red entries. I think that this system should show SI_PROXY_IB
    but it shows SI_SOAP_OB.
    4. When trying to create Interface Determination, I receive "JAVA.lang stack overflow error"
    and INTERNAL ERROR.I made sure that there is no inactivated objects under my user.
    ANS
    its cache error. Go for full cache refresh in IB>AdministrationData cahce--cache refresh.
    5. I am sure that the step till creating SI in ESR and sender agreement in ID is correct. Can I create proxy as well as WSDL with end point at this stage.
    ANS
    Nope. create the structure in ESR & generate proxy for the same in ECC system. that's it. No need of WSDL here.
    -santosh.

  • What is the Receiver determination Conditon

    Hi Experts,
    I want to know when we will use receiver determination condition. How it will be where we can mention.

    HI
    Tasks at configuration time.
    The 3 task areas at Configuration time are the Collaboration profile, Logical Routing, and the Collaboration agreement.
    u2022Collaboration Profile u2013 (Objects: Communication Party, Service and Communication Channel)
    u2022Logical Routing u2013 (Objects: Receiver Determination, Interface Determination)
    u2022Collaboration Agreement u2013 (Objects: Sender Agreement, Receiver Agreement)
    In the Collaboration profile we specify which services (Business Service, Business Process or Business System) will participate in a message exchange.  For each we may also specify a communication channel, which represents the technical communication path. (For instance, the adapter type and configuration parameters for the adapter)
    In Logical Routing we determine both who should be receiver of a message and what interface should receive the message.
    In a Collaboration Agreement we define which communication channel to use to process message for particular combination of senders and receivers.
    Receiver Determination:We use a receiver determination to define one or more receivers for a sender and an outbound interface.  The receiver can be a party or a service.  We can also specify that the receiver will be determined at runtime from the message contents.
    A Receiver determination is the final step in establishing a logical routing for a message. It allows the association of an outbound message interface from a sender to 1 or more receivers. A condition can be defined for each receiver that, based on data values in the message itself, will allow/prevent the forwarding of a message to that receiver. Then R.D specifies for the incoming message from a given sender all the potential receivers of that message.
    Simply saying, it defines on or more receivers for a sender and an outbound interface.
    Steps:
    Enter Sender Service.
    Select the Outbound message interface and namespace.
    Enter Description.
    Give the condition and Receiver Service.
    cheers

  • Receiver and Interface Determination, Sender and Receiver Agreement

    Hi Experts,
    Could you please tell me, what Receiver Determination, Interface Determination, Sender Agreement and Receiver Agreement we have to use for the below blog.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    Regards
    Sara

    Hi Sara,
    WS->BP
    Receiver Determination: Sender IF, Sender NS, Sender BS determine the BP
    Interface Determination: Sender IF, Sender NS, Sender BS determine your start msg IF (abstr IF) and IF mapping
    Sender Agreement: SOAP sender channel for that Sender IF, Sender NS, Sender BS
    Receiver Agreement: not reqired
    BP->DB
    Receiver Determination: BP IF (abstr), BP IF NS, BP determine the 3rd party BS (DB)
    Interface Determination: BP IF (abstr), BP IF NS, BP determine Inbound-IF and IF mapping
    Sender Agreement: not reqired
    Receiver Agreement: JDBC receiver channel for that Inbound IF, NS and 3rd party BS
    BP->File
    Receiver Determination: BP IF (abstr), BP IF NS, BP determine the 3rd party BS (File)
    Interface Determination: BP IF (abstr), BP IF NS, BP determine Inbound-IF and IF mapping
    Sender Agreement: not required
    Receiver Agreement: File receiver channel for that Inbound IF, NS and 3rd party BS
    Regards,
    Udo

  • Sender Uses Virtual Receiver - Receiver Determination & Sender Agreement

    Hello all,
                There is a Checkbox with Sender Uses Virtual Receiver  while creating Receiver Determination & Sender Agreement.Could anyone tell when one shall use that checkbox & diffrence of using the same in Rx Determination & Sender agreement ? And Lastly What is the significance of using * in Party &
    Service in that Sender Uses Virtual Receiver  part ?

    Hi,
    we will use it when we are using B2B scenario......
    More details... please check this.............
    /people/shabarish.vijayakumar/blog/2008/09/16/virtual-receiver--why-do-you-really-need-it
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/virtual%252breceiver%252buse%252bin%252breceiver%252bdetermination%252bb2b(Idoc%252bto%252b(File%252cIdoc%252bor%252bany%252bother%252bsystem))
    http://help.sap.com/saphelp_nw04/helpdata/en/b1/f29e7a56e18a439984a3c6630951d2/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/26/5ccd3bb4560f01e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nwpi711/helpdata/en/48/ce2a423a8e5430e10000000a42189b/content.htm
    Thanks

  • HTTP response code 500 : Error during Sender Agreement Determination

    I am trying a simple file to file scenario and messages are not being received in Integration Server.
    Through communication channel monitoring, i have received the below error message.
    Error Transmitting the message to
    endpoint http://<hostname>:50000/sap/xi/engine?type=entry using
    connection File_http://sap.com/xi/XI/System failed, due
    to:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException:
    Received HTTP response code 500 : Error during Sender
    Agreement Determination.
    Can you please help
    Regards
    Harish

    Hi Harish,
    http://<hostname>:50000/sap/xi/engine?type=entry
    it should be http://<hostname>:8000/sap/xi/engine?type=entry not 50000 as port It should be your HTTP port...please .make the changes !!
    In SXMB_ADM transaction under Integration engine configuration please change the settings to http://<hostname>:8000/sap/xi/engine?type=entry
    make sure with your basis team that ur http port is 8000 or 8001 ..as per that make the necessary changes..
    Regards,

  • Receiver determination without setting sender

    Hi!
    My problem: In my scenario I will have many sending business systems which should be all processed in the same way. Usually I have to create a receiver determination and interface determination for each sender. I want to configure a generic routing: If a specific interface arives: Do that and that independent from which business system the message was sended, so I don't have to configure each business system.
    In the receiver agreement it is possible to set * as sender. When I try to do this in receiver determination and interface determinition, in the receiver determination no interface determination is found.
    Any ideas how to solve this problem?
    Best regards,
    Daniel

    Hi!
    Thanks for the answers and sorry for my late answer
    I have two cases to solve:
    IDoc (different types) to mail. With the wildcards (*) and a dynamic receiver configuration in a mail adapter module and a message mapping which gets the neccessary data for that, this works now without any "hard" configuration of sending business systems
    The other case is more difficult: I receive a mail and have to determine the receiver dynamically by XPath-Expressions in the Receiver Determination. That is no problem, now nearly everything works without special configuration by using the wildcards. Only the receiver agreement has to be configured "hard" with the receiving business system.
    But I'm not really sure if this is possible to solve. Maybe with dynamic configuration?
    Best regards,
    Daniel

  • IDOC error "receiver determination" while sending from R3 to XI

    Hi all,
    I'm trying to send an IDOC from R3 to BW thro' XI.
    I created 2 business system for R3 & BW.
    I created communication channel for receiving BW with IDOC adapter.
    I created the receiver determination, interface determination & receiver agreement.
    I also used IDX1,IDX2 to configure the port to load to IDOC.
    When I send IDOC from R/3, It gets received in XI with the error message
    <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
    It didn't select the receiver.
    Am I missing anything?  Can anyone help me with this.
    The same problem exists even I tried to get IDOC into a file in XI.
    I appreciate all your help.
    thanks
    felix.

    Hello Ujjwal,
    Receiver is already defined in "Receiver Determination".
    Even I refreshed CPA Chache many times but getting same error.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--
    Receiver Identification
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>No receiver could be determined</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thanks.
    RP

  • Sender Agreement - Virtual Receiver - what is it for?

    Hi guys!
    When u create Sender agreement - what is Virtual receiver good for? What is the difference when u use it and not?
    Thank you for answer!
    Olian

    Hi ! Olian
    For more Information about  Sender Agreement - Virtual Receiver -
    refer these below links .....
    the following link has something regarding Virtual receiver, check this one.
    virtual receiver???
    <b>configure virtual receiver in cross system</b>
    If you want to create a receiver-dependent receiver determination, select the Sender Uses Virtual Receiver checkbox in the create dialog.
    Check out this Rec Det steps.
    http://help.sap.com/saphelp_nw04/helpdata/en/26/5ccd3bb4560f01e10000000a11402f/frameset.htm
    Also u can chk out this blog where he hav shown the screen shot.
    /people/james.guanzon/blog/2006/09/09/how-to-support-industry-standards-in-xi-part-iii-of-iii--config-test
    Also, http://help.sap.com/saphelp_nw70/helpdata/en/b1/f29e7a56e18a439984a3c6630951d2/frameset.htm
    /people/michal.krawczyk2/blog/2005/11/21/xi-idoc-to-idoc-tunneling--how-fast-and-easy-can-you-get
    http://help.sap.com/saphelp_nw04/helpdata/en/26/5ccd3bb4560f01e10000000a11402f/content.htm
    o enter specific values for the receiver, select the checkbox Sender Uses Virtual Receiver
    http://help.sap.com/saphelp_nw2004s/helpdata/en/da/7a2f41b239a831e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b1/f29e7a56e18a439984a3c6630951d2/frameset.htm
    you want to create a receiver-dependent receiver determination, select the Sender Uses Virtual Receiver checkbox in the create dialog.
    Check out this Rec Det steps.
    http://help.sap.com/saphelp_nw04/helpdata/en/26/5ccd3bb4560f01e10000000a11402f/frameset.htm
    Also u can chk out this blog where he hav shown the screen shot.
    /people/james.guanzon/blog/2006/09/09/how-to-support-industry-standards-in-xi-part-iii-of-iii--config-test
    Also, http://help.sap.com/saphelp_nw70/helpdata/en/b1/f29e7a56e18a439984a3c6630951d2/frameset.htm
    <b>A real world scenario</b>
    /people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository
    http://help.sap.com/saphelp_nw04/helpdata/en/b1/f29e7a56e18a439984a3c6630951d2/frameset.htm
    Questions are welcome here!!
    <b>Also mark helpful answers by rewarding points </b>
    Thanks,
    Abhishek Agrahari

  • 1 Receiver Agreement, multiple Receiver Determinations

    Hi Gurus,
    Is this possible?
    1 Receiver Agreement, multiple Receiver Determinations
    I can't create a new receiver agreement because the object already exists.
    I can't see the receiver agreement that was created before in the new receiver determination that i created.

    Hi,
    yes you can have one receiver agrement for multiple Receiver determinations..
    let me explain one example.
    Sender System File(BC_FILE) and receiver System SAP ECC.
    suppose you have multiple secnerions between File System to SAP ECC,but mutiple scenarions sending data to ECC in the form of ORDERS IDoc, in this case you will crearte N number of receiver determinations but only one receiver agrement.
    i hope i got you query correcttly.
    Regards,
    Raj

  • Sender and receiver agreement not cerated

    Hi .
    I am creating configuration scenario in ID by importing the integration scenario which i created in the IR.
    I crated communication channel template also and i added it to the integration scenario in connections.
    Query 1?
    do i have to create Communication channels also.....even After creating communication channel template (because it is not seen the ID below communication channel )
    Query 2 ?
    once i transfer this integration scenario from IR to ID and cerate the configuration scenario (sender and receiver agreements are not getting created automatically)peace tell me what is the reason???.
    and how can i resolve this...
    thanks
    shakif

    Hi Mohamed,
    <b>Query 1?</b>
    <i>do i have to create Communication channels also.....even After creating communication channel template</i>
    Yes You have to create as it's just a template that u created in IR. But u can use the same for creating CC.
    Check this link for what's the Diff. B/w CCT in IR and CC in ID
    Re: Communication Channels
    <b>Query 2 ?</b>
    <i>once i transfer this integration scenario from IR to ID and cerate the configuration scenario</i>
    Yes. it will create automatically.
    Just check my posting in Wiki for simple File to IDOC scenario might be u missing something
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/fileToIDOC&
    and check my reply in this thread
    Re: Doubt in transfering integration scenario from IR
    Regards
    Sachin

  • Receiver Determination with Synchrnous Send step in BPM

    Hi,
       Is there any way to use BPM Receiver Determination step type with Synchronous send step ?
    Is it possible to send a request to multiple receivers synchronously and capture the response?
    Appreciate for your response.
    Thanks,
    Rao.Mallikarjuna

    Use malticasting, check out these blogs
    Multicasting using Receiver Determination Step in BPM
    and pattern number 6 in BPM with Patterns explained Part-2
    Thanks!

Maybe you are looking for

  • How to generate a report in swing

    Hi I Would like to generate a report in the following formate. Could you please help me By providing some Sample code.           BOSCO COLLEGE LIBRARY             Book Details BookID | Book Name |  Book Author| Refrence/Non Reference ----------------

  • Adding a single table cell

    In other spreadsheet programs I have been able to add a single cell to a column without having to copy and pste the entire column. Is there a way to do this in Numbers?

  • How to create a transaction variant

    Hi Experts,  How to create a transaction variant. Regards, Abinaya

  • Entourage 2008/Leopard/iSync/Palm Treo/Missing Sync

    I have been over all the "boards" and everyone is having the same problem syncing Entourage 2008 or even iCal with their Palms. I have been working at it for three days, and have come to the conclusion that I can get everything to sync to the Palm bu

  • Data connectivity failure?

    Its been at minimum two months since i last had a reliable data connection.  My troubles began after the last software update was pushed, my data connection sporadically shuts on and off (drives me crazy).  After several attempts to fix the issue wit