Send same data to two systems

I tried several ways but failed. And I'm very confused, Is somebody tell me the correct way?
send the same message to two receivers.
So there is one Receiver determination, what about interface determination?
Shoud I use different message interfaces and mapping for two receivers?
Thanks very much.

if you want to send same data to two systems this is how it will be
1 outbound interface
2 inbound interface (this is for more clarity. The interfaces will use the same message type)
1 Message mapping
2 interface mapping
1 Receiver determination
2 interface determination
1 sender agreement
2 receiver agreement
This is just 1 design out of the many But i guess the above sud be clear enough.

Similar Messages

  • Query : Send same data to two different systems

    Hi,
    We are getting data from BI to PI through proxy. And using soap adapter we are sending the data to non sap system.
    Now my query is : I want to send the data which came from BI to PI to two non sap (Prod and Quality) systems. How can we do that? Waiting for your help me on this.

    Hi,
    You have to add 2 receivers in receiver determination (one for quality & one for prod).
    After that, create 2 interface determinations separately one for each, also 2 receiver agreement & 2 receiver channels.
    -Supriya.

  • Sending log data to two different files using log4j

    Hi,
    Can some one please help me with my problem I have here?
    I want to send log data to two diffrent files depending on the logging level such as DEBUG and WARN.
    How can you configure this in log4j.properties.
    Please post sample code for log4j.properties to achieve this.
    Thanks in advance.
    rsreddych

    Hi,
    Finally, I found the solution to this problem my self.
    What you need to do is define two loggers in the application, and set two priority levels to these loggers and define two out put files to these loggers. Deploy the war file, restart application server and you are good to go.
    This seems to be working for me. Only glitch I found is, the out put in
    the second file is displaying one space character at the start of line starting from second line (First line don't have this problem). This is odd. It may be because of my faulty code. Any how thanks for you all.
    rsreddych

  • Sharing the same data on two macs

    Hello, I have two Macs and would like to keep the same data on each laptop. I don't think iSync is the tool for the job. Can anybody out there advise of an easy affordable method of ensuring both my machines are sharing the same data; itunes, photo's, files, etc.
    Many thanks.

    Get FoldersSynchronizer You can set up a selection of folders and sync them between two Macs.

  • Can we use ALE to send purchase requisition between two systems?

    Dear Gurus,
    Can we use ALE to send Purchase Requisition between two R/3 systems?
    Source system is A. Target system is B. Target system B is the customer of A.
    When A wants Material, it will check the availability.
    If available, it will create Reservation.
    If not available, it will create PR and send it to Target system B. Since B is a customer of A, B will, in turn, create PO and send it to its Vendors.
    We plan to use ALE/IDoc. I tried to find out the message type for PR. But it's not available.
    Can anyone suggest me how to do that?
    Thanks & Regards,
    Neeraj K.

    Hello,
    The technical answer is yes. You could use the message PREQCR / PREQCR01 or PREQCR02 for your requirement of transferring Purchase Request via ALE. Since I am not a process expert, it would not be possible for me to comment on your process needs.
    Please let me know if you have further technical queries.
    Hope this helps,
    Best Regards, Murugesh AS

  • Avoiding sending same data to IDOC

    Hi
    I require  help in the following scenario , Blogs , Links or any development approach will be helpful
    I have a scenario where PI will receive incoming XML messages in message queues and wil have a lot of filelds and has to be posted into IDOCS.
    Now the requirement is to stop before posting ,the IDOC containing the same recods
    i.e based on the combination of 3 or 4 fields a unique record is determined and if it has been posted before it shouldnt be allowed to create an IDOC
    How can this be done ?
    thanks
    Rohan

    Hi Rohan,
    sorry to say that... but PI is not smart. PI cannot know what data have been correctly created in ECC since the beginning of a GoLive...
    Don't forget that an Idoc can be in error in ECC, that means, for instance, that in PI you cannot stored all received messages to do your control.
    There are only two ways:
    1. The control is done in ECC by encapsulate the standard function module (linked to your IDoc) in a specific Function Mdule. Accordind to me, this the BEST solution. And especially for Performance.
    2. The control is done in PI... but as PI does not know which data have been corectly created in ECC, PI has to ask to ECC the info. that's you have to develop such a flow.
    a. Sender -> PI
    b. via a RFC (for instance) defined in ECC... and so maybe to be developped... PI call this RFC to know if the data have bee, already created in ECC.
    c. PI receive the RFC answer and then you have to take the decision: create the idoc or not. That, mean you have to develop a BPM in ECC.
    Résumé:
    1st solution: develop a FM in ECC to do the check.
    2nd solution: develop a RFC in ECC plus develop a BPM in PI with at least two mapping (one for the RFC call and one for the creation of IDoc)... to have a complex solution... which can destroy your PI performance... if you have many entries to check.
    Questions:
    In which PI version are you. Remind in PI 7.0, the performance of Workflow (sorry BPM) are not like in PI 7.1...
    How many data that you have to treat ? if it's huge, the 2nd solution is clearly bad for my eyes
    When you develop, think always to the performance !!
    That's just my point of view.... everybody can have another one...
    Regards.
    Mickael
    Edited by: Mickael Huchet on Jul 22, 2009 10:00 AM

  • The same itunes Library and playlists on the same computer with two systems

    I want to have the same itunes library and playlists on the same computer with the two different Os 10.3.9 and 10.4.9 each one on the different disk. without copy this in the itunes folder (because my library its 30Gb)
    I have the same user name on the Os. I use the same version of itunes in both systems
    I use my ipod to play the library but its not the best solution (i lost my library in ipod twice because I confused from what os was synchronized)

    Hello and Welcome to Apple Discussions. 
    Amalgamate the two iTunes libraries. Then load iTunes and hold down the Option/Alt ⌥ key and then choose "Choose Library" and then point both copies of iTunes to use the combined iTunes library.
    regards
    mrtotes

  • Using EDI/IDOC transfer data between two systems

    Hello,
    I would like to transfer invoice data from one R/3 system to another R/3 system using XI.
    I am thinking that it should be possible using Output type determination of the TCode MIRO.
    Is it possible to achieve this by creating
       1. Output type determimation EDI
       2. Create partner profile for message code INVOIC.
    Could you share your expertise on how to achieve this?
    Thanks
    William

    Thanks Venkat,
    For some business reasons, we would be using XI to send invoice from R/3 to R/3 and Yes we need IDoc adapter.
    Let me rephrase my question.
    Can I use output determination EDI to send Invoice from R/3 to R/3 via XI? If it is possible then what are steps required.
    William

  • Getting same data from two diffrent tables

    Select * from events where  job_dtls_id IN (select job_dtls_id from job_details where job_no='' and consignment_id='' and carrier_reference='');
    Hello All,
    I have to retrieve job_dtls_id (query in brckets ) in which it will match the above shown criteria (job_no,consignment_id and carrier_reference).
    but the problem is job_no And consignment_id are in one table and carrier_reference is in another.
    the two table have relation on job_dtls_id.
    Do anybody have an Idea please Help.
    Thanks.

    Hi Nilesh,
    As suggested by John, having JOIN on the tables should give you the desired output and have it saved as stored procedure and invoke it from BizTalk, have a look at following post for reference: http://tech-findings.blogspot.com/2013/08/polling-data-from-sql-using-wcf-sql.html
    Maheshkumar
    S Tiwari|User
    Page|Blog|How
    to Access an Orchestration variable in Map

  • Hoe to write ctl file to load same data into two coulmns in a table?

    hi,
    This is a sample text file
    ,"21820","Fairbanks, AK","METRO","1","21820"
    ,"11260","Anchorage, AK","METRO","1","11260"
    ,"27940","Juneau, AK","MICRO","2","27940"
    ,"28980","Kodiak, AK","MICRO","2","28980"
    and i have to load ot in a table cbsa_ref
    SQL> desc cbsa_ref;
    Name Null? Type
    CBSA_NAME VARCHAR2(100)
    CBSA_ID VARCHAR2(5)
    DISP_CBSA_NAME VARCHAR2(100)
    I have to insert the first column in text file into CBSA_ID column.
    And i have to insert the second column in text file into both CBSA_NAME & DISP_CBSA_NAME. Please tell me how to do this?
    If we write the ctl file as ,
    load data
    APPEND
    INTO cbsa_ref
    FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"'
    TRAILING NULLCOLS
    CBSA_ID
    ,CBSA_NAME
    ,DISP_CBSA_NAME
    only the third column in text file will go into DISP_CBSA_NAME.
    Beneven

    SQL> !cat load1.dat
    ,"21820","Fairbanks, AK","METRO","1","21820"
    ,"11260","Anchorage, AK","METRO","1","11260"
    ,"27940","Juneau, AK","MICRO","2","27940"
    ,"28980","Kodiak, AK","MICRO","2","28980"
    SQL> !cat load1.ctl
    load data
    TRUNCATE
    INTO table cbsa_ref
    FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"'
    TRAILING NULLCOLS
    NULL_COL filler,
    CBSA_ID ,
    CBSA_NAME ,
    DISP_CBSA_NAME ":CBSA_NAME"
    SQL> !sqlldr userid=scott/tiger control=load1.ctl data=load1.dat
    SQL*Loader: Release 10.2.0.3.0 - Production on Fri Feb 23 10:17:01 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Commit point reached - logical record count 5
    SQL> select * from cbsa_ref;
    CBSA_NAME CBSA_ID DISP_CBSA_NAME
    Fairbanks, AK 21820 Fairbanks, AK
    Anchorage, AK 11260 Anchorage, AK
    Juneau, AK 27940 Juneau, AK
    Kodiak, AK 28980 Kodiak, AK
    SQL>
    Best regards
    Maxim

  • BPM scenario to send same file data two RFC function modules

    Hi,
    Scenario:same file  need to send the data to two different RFC functions.
    so in this case i need to use two receive steps or only one receive step? beause file should be places in the archive after second rfc triggered.
    but this scenario client need to go with BPM only .I am new to BPM.please suggest the steps and process need to follow for this scenario.

    Hi,
    You will have one async receive step to start the BPM from your file interface, 2 synchronous send steps for each RFC, and an async receive step to archive.
    Don't use the transformation steps in BPM, as it decreases performance. You can use the same abstract interface for your file format in the send steps, but specify different Send Contexts for the receive steps. In Configuration, use a condition on Context object ProcessStep = Send Context from your BPM, and route to the correct RFC interface, using a mapping from your file to the RFC.
    Hope this helps !
    kr,
    Peter Glas

  • I currently have one input but need to run two loops. I cannot get the two while loops to run so that they both pick up the same data, they are both picking up alternate samples. How can I get them to both pick up all of the values?

    The system I am trying to create calculates a number of values based on an input. I need to make the calculations and display the values for an entire production run and for each hour. The only way I know to do this is to create two while loops, one looking at all the values that are received and one looking only at the values for hour long periods.
    Any help would be great.
    Thanks
    RossH

    Why do you think that you have to have two loops to accomplish this task? Why not use one loop and accumulate the same data into two data sets based on the two sets of criteria?

  • Same IDOC to two receiver system

    I must send same IDOC to two receiver system..I am succeded to send an IDOC to abapProxy for only one system but i need to send it to two different system..I created two XI communication channels but i cannot create second receiver aggrement with same mapping.It gives an error "object already exists". But how can i assign this second communication channel without creating second receiver aggrement.
    Our scenario like this
    IDOC --> systemA abapProxy
             --> systemB abapProxy
    how can i overcome this situation?Could you explain step by step
    Thanks

    Hi,
    in reciver determination, have SysA and SysB both as recivers by adding one more line in reciver section for SysB..........create a second interface determination with  sender IDOC system and this SysB  and create a XI comm channel for this SysB and create a reciver agreement for it also........
    Regards,
    Rajeev Gupta

  • 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

  • Comparing and Asjusting data b/w two systems using SCU0 Transaction

    I need to compare and adjust data between two systems for tables T006 , T006A  . I am using Transaction SCU0 for comparison . It is giving me comparison results  , but  coz of some reason Button for adjusting data is not active for me .
    If I do the same thing using SM30 ,  Adjust button is coming after comparison  . I don't have maintinance views available for these tables otherwise i would have used SM30 . I want to do that using SCU0 only . Any idea how can I make  Adjust button active  .
    Regards

    Hi,
    Welcome to SDN !!!
    I would suggest you to please contact your BASIS Team. They will Activate the button for you.
    Thanks,
    Chidanand

Maybe you are looking for

  • Error While Creating Materialized View

    Hello, I am getting error ORA-22818: subquery expressions not allowed here while creating materialized view. I am using Oracle9i Enterprise Edition Release 9.2.0.1.0. Below pasted is my SQL Script. Any help is highly appreciable. Thanks *********SQL*

  • Where could we find the CT and PT values  for Particular Device ???

    I 'm facing a scenario in  a report  i need to place a  field device number and assosiated  CT's and PT's . where could we find the CT and PT values  for Particular Device ??? basically im MM consultant   we don't ahave  DM consultant  please help wi

  • How to load an image from local disk?

    Hi! I have spent hours on the net searching for an example, that could show me how could I make a flex script that user could browse (like fileReference.browse() ) for a file (picture) and then show this picture in the browser (so the source of some

  • IMovie 9.0.9 won't launch

    I have a Mid-2011 iMac running Yosemite (10.10.3). I recently downloaded and installed iMovie 10 and upgraded to 10.0.7 I previously had iMovie 9.0.9. I have some videos I created using iMovie 9.0.9 which will not open in iMovie 10. I found the previ

  • How to restore an ipad 2 if i forgot old sign in details

    i found my old ipad and it is cloud locked on one of my older accounts and i do not remember any of the details because my ex was in control of it when it was put away and lets just say she could care if i ever got to use anything ever again so how d