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.

Similar Messages

  • Since I upgraded to IOS5, my Smart Playlists are in a random order. Since I use it for listening to Talking Books this makes it useless. How can I control the order of a Smart Playlist?

    Since I upgraded to IOS5, my Smart Playlists are in a random order. Since I use it for listening to Talking Books this makes it useless. How can I control the order of a Smart Playlist?

    It may be best to recreate the folder and the smart playlists from scratch.
    tt2

  • My downloaded TV Shows are played in random order, how do i fix this?

    My downloaded TV Shows are played in random order, how do i fix this?
    Basically I have 10 complete seasons of Friends and I often watch it again and again but at the moment my itunes play my tv shows in random order!
    Please help!

    First, make sure you are running the latest version of iTunes on your computer. Update your Apple TV if you are using this as well.
    Second, if the updates don't resolve it, you'll need to use 'Get Info' on each TV episode. Make sure the media type is 'TV Show'. Then make sure that the epside number and season information is entered properly.
    That should fix your issue.

  • 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

  • Photos in events are suddenly in random order

    Suddenly, many of my events has their photos in what seems to be a random order. This is true for both my iPhone 4 and iPad 3. gen. The order in iPhoto on my Mac is as I have set it to be, by date.
    What I have tried so far:
    - Deleting the "iPod photo cache" folder, and resyncing all the pictures
    This is not the first time the Photos app on my iOS devices acts weird. Ever since a couple of years ago all the thumbnails of the events has been set to the first photo of the event.
    Any suggestions?

    I have the same problem using iPhoto 11 and iPad first generation (ios5). Pictures are sorted in chronological order in albums in iPhoto, but on the iPad they are grouped into Horizontal and vertical orientation. Horizontal oriented pictures comes first in the albums in reverse chronological order, vertical oriented pictures comes after in chronological order!

  • Why are all of my artists/albums/playlists in random order after using iTunes Match?

    I enabled iTunes match some months ago.  I have almost everythign uploaded or matched from my library.  But when I open the music app on my phone all of the artists are in seemingly random order.  This is not an issue with the sort order naming in the meta data.  I have no idea what is causing it.  The artists, albums, everything is completely out of order.  Furthermore, a lot of the songs are completley misslabeled.  I will try to play a Death Cab For Cutie song for instance and it starts playing kanye west.
    Is there any way to completely redo my iTunes Match?  I can't seem to figure it out and I'm tired of a service that I am paying for giving me very little performance.

    If you have AppleCare on your iPhone then call Apple, it's baically the only way you will get help on that front. Tell them about the issues. After a little while of trouble shooting they should pass you to a senior technician.
    What trouble shooting have you done?
    If you haven't done so already, Apple will request you to do it while they have you on the phone. Also, do not restore from a backup, set it up as a new device.

  • Idoc-xi-rfc scenario random fails to be processed

    Hallo all .
    Let me first describe our scenario.
    Generally it is an IDOC - > XI -> RFC case.
    Idocs are created after an order creation .
    In XI there are two different mappings, depending on the idoc structure (the IDOC  type is the same, but the segments created are different)  and two different receivers, each one with an individual communication channel. Each channel is allowed to have up to 200 multiple simultaneous connections .
    Then, each functions decides whether the inbound data is appropriate for it and processes it or not .
    Our problem is this :
    If we send a bunch of orders (eg 100), all of them are processed successfully except of some of them, (eg 4 ).
    In the SXMB__MONI, they are all marked as "waiting for acknowledgment" .
    Yet, there is no obvious reason for their failure.
    If we send again the failed orders, then 3 of them may be processed.
    And finally if we send them again even the last one will be processed.
    So, from what I can see, this problem cannot exist due to the data we send, or the XI configuration, or the functions that are finally called. Actually, it seems to be absolutely random.
    Any suggestions would be highly appreciated .
    Edited by: John Syrigos on Dec 30, 2008 6:08 PM
    Some clarifications : The business scenario is to handle the ORDER idocs that created in the SAP ERP system from SD (Outbound Deliveries) or the Stock Transport Orders (Outbound Deliveries). The problem for the created IDocs is that if the outbound delivery is coming from SD then for each line item of the sd document fills the segment A for example and if the outbound delivery is coming from the Stock Transport Order then fills another IDOC segment for example B. For this reason we decide to create two separate interface mappings in order to send each IDOC in both of the Function Module that handle which of them will be executed. In the daily order processing the user every afternoon use a standard SAP ERP transaction and collect all the outbound deliveries and create for the collectively the appropriate IDOCs. We suppose the mass processing will create some problems.
    Thanks in advance

    hi,
    one simple advice (less then one day) would be to change
    >Generally it is an IDOC - > XI -> RFC case.
    either to:
    Generally it is an IDOC - > XI -> ABAP proxy case.
    or if this is not abap proxy enabled receiver system to:
    Generally it is an IDOC - > XI -> IDOC case.
    if you already have a working RFC then changing it to and IDOC
    and changing a mapping is less then one day and in both cases
    abap proxy and IDOC you will have a clear status and LOG!
    (as both IDOCs and ABAP proxies are persistent in receiver system)
    this is the best possible option I believe and nothing will get lost for sure
    Regards,
    Michal Krawczyk
    http://mypigenie.com XI/PI FAQ

  • Photo Albums in Random Order

    I have recently moved from Aperture to Lightroom because Apple are no longer going to develop Aperture. Needless to say I have to create new photo albums to be able to view on ATV, which I've done.
    Now when I point iTunes to the folders of albums they appear in chronological order in iTunes (my files are names by year/month - album name   e.g.. 2014/08 - Vacation)
    When I view the photo album list on ATV they are in a random order. Does anyone know a work around that I am not seeing. I do remember some years ago this happened and then an update happened and it seemed to rectify it. And yes my ATV's are up to date.
    Any help would be appreciated.

    Welcome to the Apple Community.
    Before going into any depth about this have you checked that you aren't simply using the shuffle option in the slideshow settings.

  • Photos Sometimes in Random Order

    I'm trying to upload certain photos from iPhoto to a website.  When the website goes to my iPhoto to get the certain photos, they are completely in random order.  If I click on iPhoto, my photos are in the order taken.  I have OS X Yosemite, 10.10.2 (14C1514).  This has not always been the case but has occurred after one of the system updates.  What can I do to keep the photos in date order?

    Perhaps the website or the browser window that is accessing your photos is looking at them alphabetically and that's different from chronologically.  May sites sort alphanumerically so you'll need to rename the photos so when exported to the Desktop for upload to the website they will be in the correct order. You can do that by selecting the photos and using this option in the Export window:
    to get this result:

  • Photos appear in random order?

    When I upload photos via the iPhoto Slideshow wizard, and then create a new photo page via .Mac, the photos are all in random order and I have to reorder them all.
    Why is this the default behavior and how do I correct this?
    The way it should work is that they should be arranged in order that they were taken and let you rearrange from there.

    captkurt:
    Welcome to the Apple Discussions. I'm guessing that the order up on .Mac is alphanumerical as that's the default sorting order for computers so you must rename the files before uploading. To get the renamed in the correct order assemble them in an album, sort as you'd like and the use the .File->Export->File Export menu option and select the "Use Album Name" option. Export to a folder on the desktop and then either reimport into iPhoto to upload or manually upload to your iDisk and access thru the .Mac page if you can create the slideshow online. If not then you'll have to reimport and go thru iPhoto.
    The User Album Name option will give you the following file names: AlbumName-01.jpg, AlbumName-02.jpg, etc. That might just do it for you. Check your uploads to see if they truly in alphanumerical order before going to all this work.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.

  • After upgrading to 5.01, songs in my playlist no longer are in the same order as on itunes.  I want to at least list them by the most played first not some random Apple order.

    After upgrading to 5.01, songs in my playlist is no longer are in the same order as on itunes.  I want to at least list them by the most played first not some random Apple order.

    Not sure why this is happening and it is a pain. Once the Purchased list sorted by 'date added' go to the left most column and select the top - in my Purchased list the new items go to the bottom and I drag them back up to the top position.
    MJ

  • HT4236 what determins order photos are transferred, photos have been numbered and appear in the correct order on the laptop but transfer in a random order in some albums

    Can anyone assist witth the following query
    What determins order photos are transferred, my photos have been numbered and appear in the correct order on the laptop but transfer in a random order in some albums irrespective of title or date taken.
    Can i alter any setting to ensure photos will transfer in a logical order to track the history of the events in any particular album folder.

    Thanks for this, I have checked the dates in case the camera settings had been lost unfortunatly in this instance all pics are dated in correct order but not transferred in date order, or date modified order, or is the date config based on US date atyle?

  • Iweb issues - photos are put in a RANDOM ORDER when added to photo grid

    My website created with i-WEB contains a lot of photos.
    When I add them to a photo grid (on a page using the "Photos" template, by dragging and dropping from Finder) the order of the photos is randomized by i-web.
    They are kind of in reverse order (highest file number first) but with a large number of files just randomly arranged in no particular order. The files have simple numerical names like "img_100, img_101, img_102" etc which are in numerical / date order in Finder, but when loaded into i-web are not in any order.
    I can't see a feature / option anywhere in I-web to re-arrange images according to name. I can of course manually rearrange them which is fine for a dozen images, but not when I have 500.
    I have tried adding a small number of images to see if it's a problem with overloading the software with too many, but the problem happens with 5 images as well as 500.
    (this is i-web '08)
    Matt

    The photo app puts files in date/time order and ignores their names.
    You can look for another app that may honor file names (sorry, I don't know any to recommend) or you can find a program that alters your file properties. If all the files have properties that read the same date and time, then it defaults to alphabetical order

  • Idocs are not processed in the right order.

    Hi,
    I face a problem that when there are a large number of IDocs (Inbound) posted the Idocs are not processed in the right order.
    Msg type: MBGMCR
    any idea how this can happen?
    what is the solution?
    br
    Karen

    No answer

  • When burning pictures to a disc why won't they burn in order, they are being viewed randomly ?

    when burning pictures to a disc why won't they burn in order, they are being viewed randomly ?

    What order?
    Most likely it's the order on the Disk, not the Name, or other way shown.
    In Column View>View>View Options, here's the same folder shown Sort by 2 different ways...
    Name...
    .DS_Store
    .localized
    500GB.jpg
    00008641_english.pdf
    crop0001.jpg
    crop0002.jpg
    crop0003.jpg
    crop0004.jpg
    crop0005.jpg
    crop0006.jpg
    crop0007.jpg
    crop0008.jpg
    crop0009.jpg
    crop0010.jpg
    crop0011.jpg
    crop0012.jpg
    DotMatrix
    iChat Icons
    Sample Album
    Scan.jpeg
    vuescan.ini
    vuescan.log
    Date Modified...

Maybe you are looking for

  • Error initate busness process

    Hi! I have a problem with release scenario R3->IDoc->XI->BPM In IR i create integration process, Abstract Assync message with DataType used in IDoc, Message mapping from IDoc to Abstract interface in ID i configure Business process and receiver deter

  • Insert long string to database

    Hi, I am using the JDBC in my program. I'm trying to insert a string of length greater than 4000 into a LONG field and receive the following errors, "ORA-01704: string literal too long" Can anyone explain how this is done? I checked it on Internet, i

  • Stupid question - method missing from Socket class

    I'm sure I am just missing something here. I am using getInputStream from Socket class successfully - now want to add setKeepAlive method - I am getting an error: Method setKeepAlive(boolean) not found in class java.net.Socket. client.setKeepAlive(tr

  • Layer clipping mask help

    having trouble with layer clipping masks - I guess I've never really used them before. I want to make a clipping mask from a layer but that layer has more than one path on it. It doesn't seem to be working. Does it need to be a single one? Can I use

  • Appraisal Template-Cancel Release

    Hi All Please suggest for the following..... I created an Appraisal Template in PHAP_CATALOG. Then I released it & created some Appraisal Documents. Now I want to make some changes in the Template but for that I have to cancel the Release first. So,