Configuring multiple receivers without bpm

Hi,
I want to configure a scenario like idoc-xi-file (multiple receivers). The file has to be send to particular receiver on the basis of some condition which is kept on the particular field of idoc strucutre.
I am basically a learner and can you please suggest some good blogs or materials to configure this particular scenario ?? Any material with step by step screen shots is highly appreciated.
thanks
kumar

Hi,
there's nothing special in configuration to achive that
1. create a few business systems (or business service in ID)
2. create your receiver determination and inside put all those receivers
3. when you add a new receiver to receiver determination
you can choose conditions column and specify when (which IDOC field
must have what kind of value) and this will do the routing for you
it's all in standard and very simple
Regards,
michal
<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Similar Messages

  • Multiple Receivers and BPM

    hi,
    I have confiured multiple receivers in the Conditional Receiver determination. Its a IDOC -> XI- > SOAP scenario.
    For each SOAP receiver an exception handling or error notification should be emailed.
    1) Should i need BPM?
    2) What are all the steps that would require in BPM?
    3) Should we need a MAIL adapter to send these error notifications or can we use ALERTS?
    Thanks,
    Tirumal

    Hi,
    If the requirement is to send an email whenever there is a problem in any of your interaface/ components, you can always configure alerts and use them without BPM.
    But, if your scenario is such that you are already using a BPM, then you can also trigger ALerts from the BPM. But, let not Alerts be the only reason that you are usinga BPM.
    To create Alerts, Alert Rule, just check this blog,
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    It will help you in doing your entire Alert Configuration.
    Next,from SP14 onwards, activation of end to end monitoring is not needed for Alerting. Refer to this note 870232 for this info.
    Next, to test if your Alerts have been defined correctly, go to SE38. In the program , type RSALERTTEST and then click on EXECUTE button ( F8 ). In the next window, it will ask you for your ALERTCATEGORY. Just give the name of your ALERT CATEGORY and click EXECUTE.
    If you have configured your alerts correctly, you will receive a message that tells ALERT IS GENERATED and will give the ALERT ID.
    Now, go to your Run TIme workbench and then select ALERT INBOX and see if you have got the ALERT message in your ALERT INBOX.
    If this is working fine, then the last step, implement the note 913858.
    If you are below SP14, also check this blog,
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
    Regards,
    Bhavesh

  • Multiple mappings without BPM

    Hi Gurus,
    I have to change an existing scenario in which I have to send message from SystemA to systemB like this.
    (SystemA)SoureceMsg to ErrorMsg &  ErrorMsg to MailMsg, TargetMsg(in SystemB)
    in this case the error message will not go to any system it just an intermediate message which just hangs in PI 7.0 system..
    I should not use BPM according the requirement and I should n't create temperory file for error message and pick it again to create the mailMsg.
    Once the source message is generated it should go all the way to create mail message.
    I have different existing mappings for
    1. SoureceMsg to ErrorMsg
    2. ErrorMsg to MailMsg 
    3.  SoureceMsg to TagetMsg
    Please guide me how to do it.

    Hi Srikanth,
    If the error message is created using file adapter then may be you can try using Response one way bean in module tab of the communication channel(file adapter) to route the message to mail adapter for creating the mail from it and you need to have configuration set up for this. Please refer the below links
    [File - RFC - FIle without BPM|http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without%20BPM%29] for configuration required for response one way bean.
    [SAP help documentation|http://help.sap.com/saphelp_nw04/helpdata/en/45/20cc5dc2180733e10000000a155369/content.htm] for configuration of response one way bean.
    Hope this will solve your purpose !!
    Luck,
    Amit

  • One src message to multiple IDocs without BPM?

    Hi guys!
    Is it possible to cerate multiple IDocs from one source incoming message without BPM?
    I tried the scenario, but I get following error:
    <SAP:Code area="OUTBINDING">CO_TXT_MMF_ENGINETYPE</SAP:Code>
    <SAP:Stack>Messages in multi-message format can only be sent to one Adapter Engine</SAP:Stack>
    Any ideas?
    Thanx a lot!
    Olian

    Hi
    Sorry my earlier link was with BPM.
    refer to this blog by Michal
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change
    Regards,
    Kumar

  • Posting multiple idocs without BPM

    Hi all,
    We have a JDBC->XI->Idoc scenario.
    We would like to post "n" idocs to SAP for the "n" records fetched from database.
    Due to performance issues we are not using BPM.
    Is there any other way to post multiple idocs without using BPM.
    rgds
    Prashant

    HI,
    As suggested by others, it is possible without BPM.
    For this, you need to alter the Idoc Schema i.e change the occurence of the idoc in the idoc schema. Then import this xsd as a External Definition into Repository..then mapping etc ..
    Regards,
    Moorthy

  • Using Yahoo, how to send an e-mail to multiple receivers without having to click on each one individually

    When I try to send/forward e-mail to multiple receivers, I choose the category, use ctrl, select the names and click "send e-mail to these contacts." When I return to the e-mail, the contacts are not listed.
    What am I doing wrong?
    Betty Spraker

    Hi,
    Creat the following internal table
    DATA: i_reclist LIKE somlreci1 OCCURS 0 WITH HEADER LINE.
    Pass the values to this internal table as follows
    i_reclist-receiver = '<give ur mail id>'.  "SAPoffice: Name of the recipient of a document (also ext.)
    i_reclist-rec_type = 'U'.                              "Specification of recipient type
    *U = INTERNET ADDRESS,
    *B = SAP USER,
    *P = PRIVATE DISTRIBUTION LIST,
    *O = SAPOFFICE USER,
    *R = SAP user in another SAP System
    *X = X400 ADDRESS
    *C = SHARED DISTRIBUTION LIST
    APPEND i_reclist.
    Pass the internal table to the Tables parameter of 'receivers'
    receivers = i_reclist
    Regards,
    Chandu

  • Configuring Multiple Receivers in XI

    Hai All,
    I have one scenario where in I am using data which is available in File as sender. I have to update this data in 3 Receivers of which one is  database(using JDBC Adapter), File (File Adapter),  Idoc (Idoc Adapter). How can I configure this scenario in Integration directory ?
    How many interface determinations, receiver determinations, sender agreements, receiver agreements do I require?
    Help is very much appreciated.
    Thank you.

    Hi,
    1. Multimapping allows you to perfrom Split mappings ( 1:N mapping ) without a BPM.
    2. Multimapping does not work when you are using a Receiver IDoc adapter/
    So, taking you requirement into pivture,
    1. Your receiver determination can use 2 Receivers, One for the Jdbc and the Mail and the other for the idoc.
    2. The Interface determination for Jdbc and mail will use the MultiMapping concept ( Extended Interface determination ) and for the Idoc a separate Interface determination with one mapping.
    This way you can cut down on the number of mappings from 3 to 2 and get a better performance.
    Regards
    Bhavesh

  • Configure multiple receivers with identical requirement so as they work independent

    Dear experts,
    I am configuring an outbound scenario.Requirement of mapping is INVOIC.INVOIC02 ->  ASC810(5010) ie invoice ANSI file
    My SAP R/3 triggers an invoice and a file is send to AS2 reciever.
    First flow i completed for one customer where i created an inbound service interface.In integration flow i configured the idoc sender channel
    and as2 receiver channel.It  worked for me.Here also one thing to notice isi created integration flow for sender giving INVOIC.INVOICE02 in interface (top part).
    Now same requirement is for another  customer but when i tried to create a new integration flow and gave INVOICE.INVOICE02 in interface
    ,it doesnot let me create saying integration flow already exist.Then i took suggestion from someone and used + sign to add more recievers
    and communication channels.
    It works though but on triggering sap invoice both communication channels have started to work together but i want to make them work independently.
    How to handle this scenaio.
    I have created only one inbound service interface for this as for outbound i am using INVOIC.INVOICE02.
    Thanks in advance.
    Regards.
    Aditya Sharma.

    Yes using RCVPRN field for each reciever i could control that.Also we need to maintain multiple entries if this scenario is common to many customers.But drawback felt was in terms of content organisation.Suppose i created INVOICE02 in interface and QUA in business system in first scenario.Now i need to do same thing for second scenario,then i need to touch first scenario and add an entry for second scenario.This is totally making overall content orgainisation difficult to understand.
    Also in some scenarios EDISeparator channels started triggering for multiple senders if ex Invoice is recieved from customer A,then channel B is also trying to accept.There we had to declare uniques names to sort out.
    Regards.
    Aditya Sharma.

  • Sending the same data to multiple receivers.

    Hi,
    In 7.1, I did a simple file-to-file scenario with mulitple receivers.I used only 1 Rcvr Det.(included multiple business components) and 1 Interface Det. without BPM and it works.I would like to know if there's any other way to send same data to multiple receivers without BPM and/or the approach used by me.
    Thanks,
    Vishal

    Thanks all for your replies. I did multimapping as suggested by couple of you and it works. Since it is required to send to 7 or more systems and the no. of fields to be mapped is huge, multimapping is time-consuming. So I would like to know if there's any other approach.
    @Ravi: can you please explain with more details regarding the approach suggested by you?
    Can someone explain why and/or how a mapping executes multiple times if we have multiple receivers getting the same data?
    And if there's any way to check(For Ex: Moni) if the mapping executed multiple times?
    Thanks in adavnce,
    Vishal

  • Need Help in File to Multiple Receivers Sceanrio without BPM

    Hi Friends,
    My sceanrio is picking the PO data from file and creating SO in multiple receivers. I configured multiple receivers in Receiver Determination and it is working fine.
    Since i use multiple receivers i can't make this sceanrio as synchronous one. But i want to know the generated SO number. Is there any way to get this? Or should i use BPM?
    Thanks & Regards,
    Senthil.

    Hi
    I think you can do this with BPM only.
    As per multicast pattern you can send a message to multiple receivers and waiting for a response message from each of the receivers.
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    Thanks
    Prasad Nemalikanti

  • Multiple files to idoc without bpm

    Hi
    I have gone through the previous threads and came to know that n:1 is not possible without bpm. But in case of idocs you can collect them in r/3 system itself using RSEOUT00 program. But if my scenario is like.......you have 10 files which are coming through ftp and we have  to send the idoc to the target system. Is there any way to do this scenario without bpm ??
    Thanks
    kumar

    Hi palnati !
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible 
    Multiple IDocs without BPM(occurance change)
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change
    In case you have multiple IDoc types ref:
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm
    Have a look at this blog.. Might be helps to you..
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2748. [original link is broken] [original link is broken] [original link is broken]
    Pls reward if useful

  • Regarding multiple receivers

    Hi,
    I had a query that "Is it possible to send one Msg to different receivers without using BPM...?
    And Is this done by Proxies ..if Yes ,how?
    Thanking you
    Guna

    [Since it is a proxy, multimapping is not supported|http://help.sap.com/saphelp_nw70/helpdata/en/42/ed364cf8593eebe10000000a1553f7/content.htm] Proxy, IDOC, HTTP missing from the list.....with respective to receiver protocols.
    It can be done by configuring multiple receivers in the Receiver Determination as suggested by Amit.
    You need to maintain a different set of ID objects like Interface Determination, receiver Channel, Receiver Agreement for each of the receivers....Sender Channel and Sender Agreement (if any) will be reused.
    If my understanding is wrong about any of the concepts please feel free to correct.
    Regards,
    Abhishek.

  • Configure multiple recievers ?

    Hi
           How do we configure multiple receivers in communication channel ?

    Hi Madhav,
    this could be does using BPM You could also create different Receivers in the Receiver Determination (still have only one Interface Determination by using '*' on the Receiver) and have different Agreements (pointing to the different Channels) for them. If the receiving application does not care for the Receiver (in the XI Message Header) this already does the trick - if not you can use the new 'Header Mapping' feature in the Receiver Agreement to map to the 'real' Receiver (e.g. by typing a constant value).
    pls do ch the links
    http://help.sap.com/saphelp_nw04/helpdata/en/44/19261d528e1a77e10000000a1553f6/frameset.htm
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    if found worth pls do the req
    Thanx
    Sampath

  • Multiple Business Systems for Multiple Receivers?

    hi,
    idoc > xi -> multiple receivers with xml payload
    I have a scenario where i have to configure multiple receivers for each Supplier from an IDOC. All the receivers will be either HTTP or SOAP.
    When the mapping would be the same for all the Suppliers but during configuration we have to determine the receiver based on an IDOC value to route the xml via HTTP or SOAP
    For this to achieve do we have to create multiple business systems for each receiver?
    If i create a receiver in the business service how can we determine the interface mapping in this scenario?
    Thanks,
    Tirumal

    Hi Tirumal,
    <i>For this to achieve do we have to create multiple business systems for each receiver?</i>
    As you know,Business system is a logical name for the Techincal Systems, Theoretcially it is not required to create different Business systems for the each receivers.
    Generally Business Systems are grouped/created based on the Business Process/Functionality/Type of Receivers etc.
    So if you think, your each receiver is of type different type/process then create different Business systems.
    It depends~
    If you create Business Service, then you need to add your Message Interfaces explicitly into the Business Service( By open the Business Service->You can see the Sender/Receiver Interface tabs).
    Hope this helps,
    regards,
    moorthy

  • Multiple sender - Using BPM

    Hi,
    I have 4 file senders to send message of same structure to BPM to process it.
    There is no corelation between the messages.
    But I am wondering, will it work, if I add multiple receivers using fork step and initiating each one as 'start process'?
    Can we have multiple receivers in BPM with any corelation?
    Please advice
    Thanks,
    Karthik
    Edited by: Karthik Kaveriselvan on May 31, 2009 10:10 AM

    But we need not bundle the messages.
    agreed....but since the messages are coming from different sources and if you need to collsct the messages separately you will need to define correlation
    As you mentioned that the messages have the same structure...check if you can cheat the BPM and use the following concept...not sure whether it will work...give it a try:
    http://help.sap.com/saphelp_nw70/helpdata/EN/08/16163ff8519a06e10000000a114084/content.htm
    The only reason of having two senders in the same BPM, the way these messages to be treated are same.
    could not make what you exactly mean by the above statement.
    Regards,
    Abhishek.

Maybe you are looking for

  • Cannot delete items from Downloads folder

    I was doing some maintenance on my iMac and noticed that in one account there were a large number of downloads. I logged into that account and tried to delete the files but they would not delete. I have Parental Controls enabled (only time limits) bu

  • How to find out the projects with status "Invalid"?

    I'm new to Oracle Projects -OP. We are on 12.0.4. This' my new job. I have a task of "Remove projects with status 'Invalid' ". Questions: How to access the OP forms to verify the existent of the invalid projects? What are the PA tables having the sta

  • Error during installation of SAP solution manager netweaver 7.0

    Hi, I encounter the error message below when try to install the solution manager. Anyone pls help? INFO 2011-08-26 12:54:59.763 Output of D:\usr\sap\TST\DVEBMGS00\exe\jlaunch.exe UserCheck.jlaunch com.sap.security.tools.UserCheck "C:\Program Files\sa

  • Opening a search service via Mail with Chrome and not Safari

    Hello all, Is there an option to open a search service via Mail with my default browser (Chrome) instead of Safari. This works while searching from the browser itself but not the Mail app, have not experimented with other os x apps.

  • HVR A1U

    My name is Brian and I am an intern with the U.S. Fish and Wildlife Service in Oklahoma. We are doing a population survey of the Ozark big-eared bat using infrared cameras and lights. We are using the HVR A1U with external lighting to video the bats