How to make 1 ALEAUD to update multiple Idocs

Hi there, im sending multiple delivery idocs and collecting them on a BPM for processing on a 3rd party, after that i want to update the status of the process of each delivery with 1 single ALEAUD,
i tried using multiple E1ADHDR and E1STATE segments, but in both cases back on ERP, it replaced me all the idoc numbers with the first one!!, does ALEAUD supports multiple ocurrences??, in that case how should the structure look??
Best Regards,
Roberto.

Hi Roberto,
you need to send either serveral single ALEAUD messages or bundle them by changing the occurance of the IDOC element. Please refer to Michal's blog [XI: IDOC bundling - the "trick" with the occurance change|/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change]
Regards,
Udo

Similar Messages

  • How to make a keyboard navigating multiple choice list in Flash and control it through actionscript?

    i am making an rpg style game in actionscript 3.0 and i want to make a multiple choice list. I know how to make the list with buttons and how to control it. My question is, how do you make a list that can be navigated using the keyborad arrows? What i am after is being able to hit up, and down to highlight the buttons and enter to chose the button.

    You'll need to make the buttons as movieclips so that you can control which display state they are in (highlighted versus not).
    Then you need to set up a listener for the keyboard keys so that you can have the selected button change and the execute if the Enter is pressed.  Here is a basic setup for a keyboard listener that shows how to detect the three keys you mentioned...
    stage.addEventListener(KeyboardEvent.KEY_DOWN,keyIsDown);
    function keyIsDown(e:KeyboardEvent):void  {
             if (e.keyCode == Keyboard.DOWN) {
                     trace("DOWN");
             } else if (e.keyCode == Keyboard.UP) {
                     trace("UP");
             } else if (e.keyCode == Keyboard.ENTER) {
                     trace("ENTER");

  • How to make Activity Monitor update faster

    Hello,
    I have a mcabook pro early 2012. How do I make activity monitor update faster? It is currently updating every 4 - 5 seconds. thanks
    -24

    You should get the 4 speed model. 
    Ciao.

  • How to make ALEAUD to be sent immediately to XI

    I have the scenario SOAP sender->Xi->Idoc receiver. I have exposed the outbound, synchronous message interface as a web service.
    I want an iDoc acknowledgement (ALEAUD) to be sent to XI immediately after the inbound iDoc has been processed.
    In the document https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe, step 8 on page 4 explains how to schedule a background job to periodically send back the audit data to the sender system, but isn't it possible to send the ALEAUDIT immediately after receiving the incoming idoc?

    Hi,
    I guess this Blog could help U...
    <a href="/people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc Tips for a Business Service/Integration Process to send back ALE audit IDOC</a> By Saravana Kumar Kuppusamy
    Regards
    San

  • How to make single file from multiple PDF image?

    Hi, it's my first question in SCN.
    I promise my efforts for developing this site.
    Lately, I made multiple PDF image by function 'CONVERT_OTFSPOOLJOB_2_PDF'.(each spool ID)
    And I wanna make single .PDF file by merging these image in server directory(not local PC).
    So I tried it following.
    1. Each internal table resulted from CONVERT_OTFSPOOLJOB_2_PDF append one internal table.
       BL_PDF + MF_PDF → PDF
    2. Excute following command.
      OPEN DATASET P_FILE FOR OUTPUT MESSAGE LV_MSG IN BINARY MODE.
      IF SY-SUBRC = 0.
        LOOP AT PDF.
          MOVE PDF TO FIELD.
          TRANSFER FIELD TO P_FILE.
          CLEAR PDF.
        ENDLOOP.
        CLOSE DATASET P_FILE.
      ENDIF.
    But files was not merged, only last image was made as .PDF file instead.
    How can I do it?
    Thank you.

    Hi Sangrok,
    Instead of preparing PDF multiple times, you can combine all the OTF data and then finally convert it into PDF. For saving the PDF onto application server, you can refer following report.
    http://wiki.scn.sap.com/wiki/display/Snippets/To+convert+spools+to+PDF+and+place+it+in+Application+server+with+the+Generated+Partner+ID
    Regards,
    Aditya

  • How To Make an Array from Multiple Choices of a Drop-Down Menu?

    I have a drop-down menu (or a scrollable list). Visitors can make multiple selection from the list. How do I put those selected items into an array?

    See JList.getSelectedValues()

  • How to make ALEAUD trigger XI scenario

    I've been reading a lot of messages on this but not found good answers to this requirements.
    I would like to trigger a XI non BPM scenario when I receive an ALEAUD back from R/3 on FI message type. The idea behind is to read certain fields from ALEAUD segment and to report on them (to remote system).
    I configured ALEAUDIT XI IDoc scenario incl map and all but my scenario is not being called or shown in SXMB_MONI or RWB message display.
    However I do see Acks being posted for the reference message in question.
    Any idea?
    THanks,
    Pam

    Ravi,
    ALEAUD IDocs are being triggered in R/3 and they do make it to XI. I see them in IDX5 and also in the ref XI message where it does get posted as Ack. In addition, I have a separate XI interface which takes this ALEAUD, maps certain fields of it and send an email notificaiton to remote system. This scenario IDoc - XI - Mail/fail (tried both) is not happening. The scenario just does not get triggered. Don't see it in RWB message display or sxmb_moni.
    Thanks,
    Pam

  • How to make form do update instead of insert?

    I want to use the same data block in a form to do both
    inserts and updates. How can you manually tell the data block to do an update?
    The reason I want to do it manually is, I populate the block manually using a function when I want the user to
    do a data update.
    It seems like the data block is in insert mode by default. Is that true or do I have something else incorrect?
    Thanks,
    Tim

    Sounds like you are going out of your way to make this difficult for yourself.
    If I am understanding you correctly, the simplest way to achieve your goal is as follows:
    1. Create a block based on your table using the wizard including your ID columns as base-table fields.
    2. Manually add as many fields as necessary for your non-base table code/dscription fields (make sure the database item property is set to NO).
    3. Create a POST-QUERY trigger on your block. This trigger fires each time a record is retrieved from the database. So you can code a simple cursor to populate the non-base table fields.
    4. Your LOV needs to be written in such a way that it populates both the visible code/description fields and also the hidden ID fields. This will make sure that forms marks the record for update.
    5. The LOV needs to be associated with the field that the user will be typing values into (ie. the code field).
    If performance is an issue, you could also consider basing the block on a key-preserved view which will allow updates. However, I would consider the post-query approach first before getting too advanced.

  • How to make JMenubar's menu  multiple rows?

    These days I can not get any answers here about JMenubar. Is it possible????
    I want to JMenubar to show multiple-rows menu such as flowlayout behavior.
    But even I set flowlayout to JMenubar, the menu only display one row.
    How to resolve thie problem???
    Thank you !!!

    Hi, the problem is solved. The record will be created in same way. just create more then one keys (allowing to make composite key in DB table)

  • How to make RECORD for saving multiple rows for each employee..

    Hi,
    How can I create a record for saving multiple rows for each employee... (parent child relationship)
    I have created all required fields, then created a record, and then created a page. in that page i dragged-n-dropped a scroll area on that page and dropped all required fields from record into that scroll-area.
    whats is happening that its saving ONE (the first) record fine, but for the second record its not storing EMPLID for that row..
    Will I have to make some change at RECORD level ?
    OR Will i have to make some configuration in parent component ?

    Hi, the problem is solved. The record will be created in same way. just create more then one keys (allowing to make composite key in DB table)

  • How to make a bit field (multiple bits selectable) structure?

    I'm develping a program to communicate with an external device, and it has a specific protocol. Often times, I need to make structs/typedefs of specific type (u8/u16/u32) that have values defined by multiple selection. For example, the protocol asks for the following:
    The field is a bit field structure (multiple bits can be set simultaneously) defined as follows:
    typedef u_16 COMM_TYPES;
    #define A 0x8000
    #define B 0x4000
    #define C 0x2000
    #define D 0x1000
    How would you recommend implementing this? I've tried looping through a listbox in combination with a text ring that has the name and value pairs, but its cumbersome doing for each unique typedef (see image below)

    That's what I would do.  Other than I might use OR instead of sum, but that shouldn't make a difference.
    The other possibility would be to take the array of index values,  to a 2^x where x the array of indices, then add that.  This assumes that every index in the array matches bit for bit with the enum values.  Nothing is missing, and array element 0 corresponds to bit 0.  In your case, your order is reversed, but you can reverse the array.  And all your values are in the highest nibble of the highest byte (hex ?000)  So you'd have to do some bit shifting or multiplication to get the actual values.
    But I think this would make your code that much more fragile.  I would just do what you have shown.

  • How to make sense of the multiple photo subfolders in my iphone?

    I used to manually copy and paste newly taken photos from my iphone into my computer. Ever since I bought iphone 6, there is suddenly an onslaught of subfolders created, with seemingly no patterns how the photos and videos are sorted. I am now unable to download the photos from the iphone to my computer because i cannot find the most recent pictures taken. See screenshot of the multiple folders in my phone!
    help?!  On the related note, how does sync photos work? will that help solve my problem?
    Thank you in advance

    thank  you for the link. it is still quite confusing. Essentially, I am wondering how to continue downloading pictures/videos from the iphone to the computer, without duplicating those that already exist in my computer.
    Yes, because of the multiple subfolders in the iphone i do not know how to find the latest pictures and cannot copy and paste from my iphone to my computer. Any insights on how the subfolders are sorting my pictures will be greatly appreciated.

  • SAP CRM 7.0 -- How tro make Conversion from Bdoc to IDoc

    Hi All,
    I have extended BUS_TRANS_MSG Bdoc with custom Fileds ( as per requirement) and am looking to Convert the BDoc to IDoc.
    So Can any one know how to convert Bdoc to Idoc in SAP CRM 7.0.
    Kindly help me on this.
    Thanks,
    Raja

    Hi Raja,
    Is there any reason that you want to convert this Bdoc to Idoc. let me know, will take from there.
    thanks

  • How to make FF silently updating itself, plugins and addons?

    Dear all,
    Is it possible to configure FF (Thunderbird,..) to ''silently'' apply updates to itself, its plugins and add-ons, without bothering the user all the time (asking and waiting for approvals), displaying update screens, etc ?
    Windows Update, Chrome and Apple manage to do this silently (in the background). I understand most of us here want to see whats going on, but in my case my parents only get more confused! And for safe surfing, i tell them NOT to OK anything which they don't know or expect.....

    See the article at the following page:
    [[https://support.mozilla.com/en-US/kb/Updating+Firefox]]
    Towards the bottom of the article you will find how to have FF update with out popping up a update dialog panel. Remember that almost all updates will want you to restart FF though you can restart at a later time.
    davewdan

  • How to make on account into multiple accounts?

    This question is actually for my sister, but I am her Apple tech support, so here goes.  She has a husband and two kids.  Up until now they've all used one single Apple ID for everybody.  This allowed her to control what the kids downloaded, and ensured that they didn't accidentally spend money on in-app purchases.  But the downside is all her E-mail comes in under her son's name, and every time she plugs an iPhone or iPod Touch into her windoze computer, iTunes gives her some sort of error message.  Meanwhile her son is unable to face-time.  There are other problems too.  So she would like to now give everybody their own Apple ID.  I know that's easy enough to do, but what will it mean for apps etc.  Right now when they (for example) download a paid app or game, they can all use it.  What will happen when they each have their own account?  And what will it mean for existing apps?  Is there any way to move a game from the main account to her sons or daughters, or will we have to pay for them again if we want to move them?  Is there an easy answer and I just don't know it?  Or are we just going to have to bite the bullet and spend some money to re-buy apps she already owns?  Help!?!

    Existing applications can still be used, but will need to be updated from the original Apple ID. They can't be moved between Apple IDs without deleting and redownloading them, which will require each separate Apple ID involved to buy them.
    (109764)

Maybe you are looking for

  • Adding internal hd - stock drive?

    I've been reading a lot of posts about hard drives, but haven't found this answer. When I buy my Mac Pro, I plan to buy and install a 500G hard drive for use as my main boot drive. The 250G stock drive, I plan to use for Win XP/bootcamp. I know I can

  • Userexit for vendor evaluation

    hi! i am looking for userexit to change the way the system cpmposes the subcriteria price level. thanks yifat

  • Touch screen keeps freezing

    All too often, the touch screen freezes on me. This usually happens after I try and make a gesture. Then the screen becomes completely unresponsive. The button at the bottom still works. I can either wait about a minute, and then the screen unfreezes

  • Please help me in this program

    I'm having problem with geting the balls bounce appropriately when they collide in my bouncingball program.Can somebody give me an idea how to do it. The main problem I'm having is in order to collide two balls I need to compare two balls moving on t

  • Quick Tip at startup

    Hello, usually when you start up LabView (on Win) there is a window showing a quick tip and buttons "New VI", "Open VI" etc. This can be switched off such that an empty VI is presented when LabView is launched. Now the question: How do I get back to