ALE VA01 IDOCs are sent two times ?

My ALE is working well, but for eacher sales order created, Two Idocs are send (Two different idoc number but the same sales order)!
I use message controle and a partner profile Ku ans LS.
So where can I check where is this double ?
Transaction ? Tables ? Spro?
Best regards
Henri

Hi Henri,
Why do you need to have two partner profile KU and LS?
Unless you want to send to different target systems. For example, KU is for customer 'ABC' and LS for CRM system.
If you need only to send one target system then use only partner profile and delete the other one.
Please ensure the two IDoc generated are having two different recipient (KU and LS) in IDoc control.
If both IDocs have same recipient then you may need to check the ALE and IDoc configuration again.
Please check NAST table for initial investigation.
Hope this will help.
and don't forget to reward points if helpful as a way to say thanks.
Regards,
Ferry Lianto

Similar Messages

  • Idocs are sent in random order

    Hello,
    We use idocs DELVRY01 to send deliveries to external systems. The communication is done via RFC connections.
    In the partner profiles, we customized the 'send immediately' option (in order to have real time interface).
    We supposed that the idocs would be sent in the order of their idocs numbers or of their serialization orders, but it seems that it is not the case.
    What is the way to ensure that the idocs are sent in a First in first out way?
    Thanks a lot for any help

    Hi Julien,
    Since you indicate in the partner profile that IDoc's are to be sent immediately (packet size is always 1) each IDoc is treated as a separate process.
    If you have more than 1 application server, it is possible that IDoc's can be processed at the same time on different application servers.
    Sollution: Make sure IDoc handling is done by only one application server.
    If you have delivery notes with differences (like delivery notes with only one delivery item and also delivery notes with many items), then the creation of one IDoc is faster with small delivery notes and slower with larger ones. Since more dialog processes are defined it is possible that smaller delivery notes are sent earlier as larger ones (thuis disrupting the order).
    Solution: 1. Combine IDoc's by using the Collect IDocs with a small PacketSize (i.e. 10 - 20) and trigger report RSEOUT00 every now and than. (This reduces the IDoc delivery note interface to a batch interface).
    Solution 2: Use message control (it goes to far to explain it here, but in SAP Help (located on the path /SAPHelp/Helpdata/EN/dc/6b803343d711d1893e0000e8323c4f/frameset.htm) you can find many details for this, also the selection conditions for sending the IDoc's.
    If nothing is to your liking, you can always program your own processing unit that will ensure the right order (using the function module MASTER_IDOIC_DISTRIBUTE).
    Hope this gives you some clues,
    Regards,
    Rob.

  • While exporting the Report to Excel Records are showing two times

    Hello Gurus
    When im trying to export a report from NW Portal to Excel,  data is showing double times, even variable selections screen, records are  showing two tmes.
    What would be the problem, does we need any SP.
    Thanks in advance.
    Regd
    Lajwanth

    GURU'S ANY REPLIES........

  • Completion Status Sent Two Times

    I am having a problem with my completion status being sent
    twice to an LMS. I have 5 questions that are multiple choice (I
    give users two attempts at answering each question). Prior to the
    Results page, the results are sent to the LMS and the record is
    sent twice, not once, like I would like it to be. I have turned off
    "reporting interactions", I've turned off the message when an
    answer is "correct"...I am not sure what I am doing wrong. Is there
    some way to control the submit button or control how the data is
    sent to the LMS? Please help...thanks!

    chuckguytoronto,
    This message seems quite similiar to someone else posting
    with the same
    issue. Is this AICC or SCORM? What problem is occuring with
    the status
    being sent more than once?
    Regards,
    Andrew

  • IDOC processed two times..

    Hi All,
    We have an issue in the IDOC processing, one Idoc got proceesed two times, whcih creates two goods movement for the same PO.
    Once the Idoc is in 53 status, how again it was processed and it reached to status 53.
    Please let me know how it happened .
    Thanks
    Chandru

    Hi,
    May be a change output type( whatever you have for this activity) is triggered again for this EDI transfer like repeat output for a PO
    Best regards,
    Sridhar

  • Header and footer diplayed two times...

    Hi All.
    I have a problem that header and footer are displayed two times. I have two header jsp's one is header.jsp and the other one is header1.jsp.
    Firstly I used this shell which displayed just one header.jsp in the header panel....
    <netuix:markupDefinition
    xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0"
    xmlns:html="http://www.w3.org/1999/xhtml-netuix-modified/1.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0 markup-netuix-1_0_0.xsd">
    <netuix:locale language="en"/>
    <netuix:markup>
    <netuix:shell
    title="Left-Pane-Header-Footer Shell" description="A header, footer and left pane included in this shell." markupType="Shell" markupName="leftPaneHeaderFooter">
    <netuix:head/>
    <netuix:body>
    <netuix:header/>
    <netuix:footer/>
    </netuix:body>
    </netuix:shell>
    </netuix:markup>
    </netuix:markupDefinition>
    but now I changed shell to
    <netuix:markupDefinition xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0 markup-netuix-1_0_0.xsd">
    <netuix:locale language="en"/>
    <netuix:markup>
    <netuix:shell
    title="PAS Request Shell" description="A header and footer is included in this shell." markupType="Shell" markupName="headerFooter">
    <netuix:head/>
    <netuix:body>
    <netuix:header>
    <netuix:jspContent contentUri="/jsp/header1.jsp" errorUri="/error.jsp" />
    </netuix:header>
    <netuix:break/>
    <netuix:footer>
    <netuix:jspContent contentUri="/jsp/footer1.jsp" errorUri="/error.jsp"/>
    </netuix:footer>
    </netuix:body>
    </netuix:shell>
    </netuix:markup>
    </netuix:markupDefinition>
    and now header.jsp and also header1.jsp is dispalyed in the header panel. No where I am using header.jsp in the new shell but it is displayed.
    Same problem with footer too.
    Is anyone aware of this issue. How can get rid of this duplication?
    Thanks.
    Pradeep Peddi.

    this is the content of headerFooter.shell
    <?xml version="1.0" encoding="UTF-8"?>
    <netuix:markupDefinition xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0 markup-netuix-1_0_0.xsd">
    <netuix:locale language="en"/>
    <netuix:markup>
    <netuix:shell
    title="Header-Footer Shell" description="A header and footer is included in this shell." markupType="Shell" markupName="headerFooter">
    <netuix:head/>
    <netuix:body>
    <netuix:header/>
    <netuix:break/>
    <netuix:footer/>
    </netuix:body>
    </netuix:shell>
    </netuix:markup>
    </netuix:markupDefinition>
    Thanks.
    Pradeep.

  • Two idocs are created for one output message type

    hi all,
    we are communicating our sap idocs to external system using ALE.It is working smoothly.
    Our problem raises here,
    .idocs are creating at the time of output type attachment for purchase orders.But rarely,two idocs are creating for one message type.It means two idocs are created for same Purchase order.It makes complications for the external system.
    anyone can help me pls?
    thnks in advance..........

    thanks jurgen for ur reply,
    jurgen, the second idoc is not an "ORDCHG",It is the replica of first idoc.This one has also "ORDERS" message type.The only difference between these idocs are the time.It means the difference between the time field segments of these idocs have only three(3)seconds difference.We think that its from the system error.If it is not from the system error pls give me the explanation.
    thanks in advance.......

  • My mother used to be the bill payer on my iTunes account so now every time I send an email from my iCloud account it sent with her name, how can I change the settings so emails are sent from myself?

    My mother used to be the bill payer on my iTunes account so now every time I send an email from my iCloud account it sent with her name, how can I change the settings so emails are sent from myself?
    I've changed the bill payer to myself but it stills says on emails that I sent that its from my mother.

    In order for the "From" field to show you options on the "from" addresses available, you must set them up in the Preferences > Accounts first.
    I can't show you a screen shot of the from field because I currently only have one account, so the from address used is the default. However, when I had more than one, then options will show up in your compose/reply window.
    You'd need to add an account here:

  • Can Same IDOC be sent to same Receiver with two different Message Mappings

    Hello Experts,
    Wierd doubt but want to confirm from you people.
    Scenario:
    One R/3 Sender
    SAP XI :
    One external Receiver :
    IDOC is sent from R/3 to external receiver via SAP XI.
    One interface has already been developed for the above scenario.
    Now client wants another interface to be developed for the same IDOC. Might be the values would be different for some specific fields.
    Doubt:
    Is it possible to send one similar IDOC to one target system with two different Message Interfaces?
    Ex: Created Message Interface 'A'  and correspoding Message Mapping with an IDOC
          Created Message Interface 'B' and correspoding Message Mappingwith an IDOC
    Values would be different in the IDOC and would be triggered from SAP R/3. Basing on the specific value of a field in the IDOC , can we trigger a different Message mapping for the same receiver?
    I donot see any reason in developing a new interface for the same IDOC but as per the situation mentioned above, can it be done?
    Thank you
    Alex.

    Create two interfaces for target side.
    If you want only one target interface should get data.
    You can use simple interface determination. Use the condition tab and specify the field there but the value should be constant. e.g. if field has value EN it should go to First interface and if Field has value != EN it should go to second interface.
    If you want to divide your message in to both target interfaces.
    Multimapping also can help but only if both of your target interface need idoc data.
    You can use ifexist standard node functions from UDF to choose between the field.
    For multimapping you can go to messages tab in the message mapping and can add interfaces using + sign.
    then when you see the design part you will see two messages.
    Now Start with receiver determination in ID and create one receiver determination for the sender and receiver, this shows you have only one receiver.
    In interface determination you have to choose extended and choose your mapping designed.
    then both your interfaces automatically would appear.
    Create two receiver agreements and one sender agreement.
    thanks
    hemant
    Edited by: Hemant on Aug 28, 2008 12:29 AM

  • How can I see exactly what time messages are sent or received from IPhone 4

    Is there any way to view exact times that messages are sent and received from an iPhone 4 running iOS 7?

    If you are using iOS 7, then slide the text bubble to the left and you can see the time stamp to the right of the bubble.

  • Selecting two JText Area at a time

    Hi All,
    I am creating an GUI application for diff'ing two text files. For showing the two text files I am using the JTextArea and now the problem is when I show difference between two fields I have to select text in the two JTextArea Simultaneously so that we can see the differences between two lines. but I don't know how to select two Jtext area at a time.
    Please help me doing this.
    If not possible somebody please suggest me some alternative for this.
    Regards,
    Anoop

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.text.*;
    public class HighlightText extends JFrame {
        private JTextArea textarea1;
        private JTextArea textarea2;
        private JButton pressJButton;
        public HighlightText() {
            super( "Highlight Text" );
            Box box = Box.createHorizontalBox();
            final String s = "Here is the first line.\n" +
                    "Here is the second line.\n" +
                    "Here is the third line.\n" +
                    "Here is the fourth line.\n";
            textarea1 = new JTextArea(s);
            box.add( new JScrollPane( textarea1 ) );
            textarea2 = new JTextArea(s);
            box.add( new JScrollPane( textarea2 ) );
            pressJButton = new JButton( "Press" );
            box.add(pressJButton );
            highlight(textarea1, 12,17);
            highlight(textarea2, 12,17);
            pressJButton.addActionListener(
                    new ActionListener() {
                public void actionPerformed( ActionEvent event ) {
                    highlight(textarea1, 36,42);
                    highlight(textarea2, 36,42);
            getContentPane().add(box);
            setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
            setSize( 600, 300 );
            setLocationRelativeTo(null);
        public static void main( String args[] ) {
            new HighlightText().setVisible(true);
        // Creates highlights
        private void highlight(JTextComponent textComp, int selectionStart, int selectionEnd) {
            // First remove all old highlights
            removeHighlights(textComp);
            try {
                Highlighter hilite = textComp.getHighlighter();
                // Add highlight using private painter
                currentHilite = hilite.addHighlight(selectionStart, selectionEnd, textPainter);
            } catch (BadLocationException e) {
        private Object currentHilite;
        // Removes only our private highlights
        private void removeHighlights(JTextComponent textComp) {
            Highlighter hilite = textComp.getHighlighter();
            Highlighter.Highlight[] hilites = hilite.getHighlights();
            for (int index=0; index<hilites.length; index++) {
                if (hilites[index].getPainter() instanceof TextPainter) {
                    hilite.removeHighlight(hilites[index]);
        // An instance of the private subclass of the default highlight painter
        private Highlighter.HighlightPainter textPainter = new TextPainter(Color.yellow);
        // A private subclass of the default highlight painter
        private class TextPainter extends DefaultHighlighter.DefaultHighlightPainter {
            public TextPainter(Color color) {
                super(color);
    }

  • Email being sent multiple times when actions are triggered after creating an incident. Anyone has a resolution?

    Email being sent multiple times (3 times) when actions are triggered after creating an incident.
    Below is the snip of "Scheduled Actions" of the created Incident.

    Hi Ritesh
    Email is triggered based upon conditions and you set
    on closer look it is 3 different email on three 3 different requirement for e.g
    email triggered to reporter on new status
    email trigerred to processor on Proposed solution and New status
    Therefore, check the start condition for above 2 email actions and refer below blog
    Sending E-Mail from Support Message
    Thanks
    Prakhar

  • When I send a document for signature, two emails are sent to my client and myself.  How do I make sure only one is sent?

    When I send a document for signature, two emails are sent to my client and myself. How do I make sure only one is sent?

    Hi Mark,
    I checked your account at the backend and found many transactions sent out.
    In order to narrow down the issue and search we need to know the specific transaction detail for which you faced this issue.
    1. Signers email address
    2. Senders email address
    3.Name of the document
    4. Date it was sent.
    Do not post the information here. Send me a private message
    Also let me know which 2 mails did you receive? Could you please share the subject line for the same.
    Regards,
    Rave

  • I am about to purchase an iPad.  I have a Time Capsule.  Are the two compatable?  For example, when I bring the iPad home will it automatically link to my Time Capsule so everything I have on the capsule will be downloaded to the iPad?

    I am about to purchase an iPad.  I have a Time Capsule.  Are the two compatable?  For example, when I bring the iPad home will it automatically link to my Time Capsule so everything I have on the capsule will be downloaded to the iPad?

    sherrycarlin wrote:
    ... will it automatically link to my Time Capsule so everything I have on the capsule will be downloaded to the iPad?
    This is not how it works...
    Suggest you spend a little bit of time here to be able to fully appreciate your iPad...
    http://www.apple.com/support/ipad/essentials/
    http://www.apple.com/support/ipad/apps/
    From here  >  http://www.apple.com/support/ipad/
    More info here  >   iPad User Guide iOS 6

  • Fields are getting displayed two times in alv grid

    Hi experts,
    I have developed an interactive alv.
    in basic list i have given two push buttons.
    if first button is selected it should display one list and second button is selected another list.
    I am displaying all the three lists using the FM 'REUSE_ALV_GRID_DISPLAY'.
    my problem is if select any of the button it is displying the data correctly,
    but if I come back to the basic list and click on the same button it is displaying each field two times(in two columns).
    and if click the same button third time it is displaying the fields three times(3 columns).
    can anybody tell me how to avoid this.
    Thanks,
    Sudheer

    HI,
    It seems like REFRESH of internal tables is missing. Please check and correct.
    Thanks,
    Vinod.

Maybe you are looking for

  • After IOS 8 update, bookmark bar won't go away

    After upgrading to IOS 8 on my iPad 2, in landscape mode in Safari, the bookmarks bar, now combined with links and "Reading List", won't go away. I believe it is supposed to go away when you select one of the functions, such as bookmark, so that the

  • Editable DataGrid won't sort correctly

    This is the weirdest behavior I've ever seen... I am working on a datagrid (editable="true"), and for some reason the thing does not want to sort correctly. It is a basic datagrid with itemrenderers for each column so that we can edit in the grid. So

  • Dyanamic Allocation Pls help me here

    Hi all, Heres the problem 1. Im receiveing continous streams of data on a socket 2. This data may involve creating a new instance of a class called CText 3. I need to draw CText on a canvas. Now what type of datastructure can I use to store this info

  • How to read partner funtion for campaigns using bapi.

    Hi, I want to find out open campaigns and marketing attributes based on partner function i.e., employee responsible and these open documents I need assign to another employee responsible. Which function module I need to read the details and which fm

  • Advanced Settings of Apple ProRes Codec Interlace Checkbox

    When exporting a Quicktime movie with ProRes HQ codec, how crucial is the checkbox in the Advanced Setting Tab labeled interlaced? I have been told it is simply metadata while others have told me its crucial to the interlacing of a file. I just need