HOW can i rotate the loop as many lines of multi line container in BPM

Hi All
I have to send an idoc to 2 Receivers by spliting the message.
Based on the occurance of a particular source segments i need to create those many instance of targets.
IDOC ---> Rec1 (More than one message instance)
     ---> Rec2  (More than one message instance)
I have taken messages of Receiver into a multi line container1
and messages of Receiver 2 into another multi line container2.
HOW can i rotate the loop as many lines of multi line container.
Thans
Prasad

Hi Raj
There are two webservices are 2 receivers.
In the idoc there is specific segment , which occurs unbounded,Each occurence we Need to check the value of a particual field and send to corresponding Receiver.
For Ex:
ZE1KONH (1..Unbounded)
   >MSFGN =004 --> Rec1
  >> MSFGN==0009 Rec2
It could be like , 1 or more segm for Rec1 and 1 or more segm for Rec2
                        all are for Rec1 or All are for Rec2.
so in the tranformation we need to put all message of Rec1 in corresponding multiline container as well for Rec2. Then i need to send to correspongind Receiver.
So here i need to send all splited messages to appropriate receivers

Similar Messages

  • Iation.  When I import it to iMovie 6.0.3 the clip is on its side.  How do I rotate it 90% .  You ten have to turn your head sideways to view it !  How can I rotate the orientation?

    I've imported a QTPmovie 10.03 from my iphone4 in portait orientation.
    When I import it to iMovie 6.0.3 the clip is on its side.  How do I rotate it 90% .  You then have to turn your head sideways to view it !  How can I rotate the orientation in imovie 6.0.3?

    Klaus
    Unfortunately, I did not have any success with this.
    These pages were " not found"
    http://www.sjoki.uta.fi/~shmhav/SVCD_on_a_Macintosh.html#vert-horiz_rotate
    http://www.sjoki.uta.fi/~shmhav/SVCD_on_a_Macintosh.html#43-169
    and
    http://www.apple.com/downloads/macosx/video/mpegstreamclip.html
    only opened in  http://www.apple.com/
    - it kept deleting /downloads/macosx/video/mpegstreamclip.html .
    However, I googled and found http://tips4mac.blogspot.co.uk/2007/08/rotating-clip-in-imovie-06.html this really helpful..and it worked !
    regards
    BKDB

  • My video was recorded on my I phone 4, the camera was held sideways for a horizontal view, but loads in I movie vertically.  How can I rotate the image so it is horizontal?

    My video was recorded on my I phone 4, the camera was held sideways for a horizontal view, but loads in I movie vertically.  How can I rotate the image so it is horizontal?

    Drag the clip from your Event to your Project. Then use the Rotate, Crop, Ken Burns Tool on the Middle Toolbar to rotate it

  • I took all my video with my iPhone turned the wrong way. When I view it on my pc it's turned on its side. How can I rotate the video and crop it?

    I took all my video with my iPhone turned the wrong way. When I view it on my pc it's turned on its side. How can I rotate the video and crop it?

    Try plugging it into a computer with iTunes opened. If you see anything that says restore, say no.
    Sometimes these issues resolve themselves when you connect the device to iTunes.
    What happens when you hold the home and sleep/wake button? I know it doesn't work, but does it shut off at all?

  • How can I rotate the IKImageView

    How can I rotate the IKImageView. ps: not rotate the image in the view but rotate the view itself~!! please help~

    You can't rotate views.

  • How can I rotate the keybord

    How can I setup the rotation of my keybord for mail writing

    Rotate the phone, when held at least somewhat vertically.

  • How can i resize the "loops pane" on the side of garageband?

    When ever i open garageband and open the Loops thing, it comes up but is too big in comparison to the central pane. I just want to make it smaller.
    Just so i can see you middle pane better, idm if i shink the panes on left or right tho
    Thank

    The Loop browser and the track have a fixed size. You can only hide the Loop Browser by pressing the Loops button in the footer to make the time line longer.
    Or drag the resize corners to enlarge the GarageBand application window. Have you set your display to the maximum possible resolution in the for your screen in the System preferences > Display?
    If you have only a small 13" screen, try to resize the GB WIndow beyond the bounds of the screen by pushing the trackheads beyond the left border and dragging the right resize corner.
    -- Léonie

  • How can I change the dates on many photos with a fix time of say 20s?

    Before it was possible to change the date on many pictures scanned by adddind a fix increlental of time.
    How can I now change the dates on many pictures taht I have renumbered to keep the same incremental?

    The seconds:
    I just remembered - the time increment is set in Apple Script in seconds -  the variable  "minutes" is just a name for the value "60" and "hours" for "3600". Since "seconds" would have the value "1", there is no predefined constant "seconds".
    If you want an increment of 30 seconds, simply write
    set timeIncrement to 30
    For example
    on run {input, parameters}
      (* copyright leonieDF *)
              set timeIncrement to (1 * hours) + (2 * minutes) + 30
      (* select at least 2 images in Aperture *)
              tell application "Aperture"
      activate
                        set imageSel to (get selection)
                        if imageSel is {} then
                                  error "Please select an image."
                        else
                                  tell (item 1 of imageSel)
                                            set imageDate to value of EXIF tag "ImageDate"
      --set imageDate to get the value of EXIF tag "ImageDate"
                                  end tell
                                  repeat with i from 2 to count of imageSel
                                            set imageDate to imageDate + timeIncrement
      adjust image date imageDate of images {item i of imageSel}
                                  end repeat
                        end if
                        return imageSel
              end tell
    end run

  • How can I rotate the page of a document by a specific angle

    Hi,
    I want to know how I can rotate the page by a specific angle, (eg: like 10 degrees).
    I tried PDPageSetRotate but it can change only in the multiple of 90, due to PDRotate.

    You can have the image optimization and OCR operations performed programmatically.  Look at at the AVCommand APIs and associated sample code.
    Deskew is an image processing operation that simply requires the bits.  You can do that by simply getting the image bits and applying the algorithm(s).

  • How can i close the loop in the design of measure sensors.

    good night My problem is probably very stupid but i dont  know  how can i modify my code to close the loop, because i  only use  visa read, in this case I simply close the loop by sending a a pic if data are  coming or not are coming, i do not know how to connect that communication, hopefully someone can help
    Attachments:
    Measure.Sensors.vi ‏43 KB

    Then program it in there.  If you don't have to always write a command, then put the VISA write in a case structure.
    I would recommend looking at the online LabVIEW tutorials
    LabVIEW Introduction Course - Three Hours
    LabVIEW Introduction Course - Six Hours

  • How can you rotate the labels on the category axis of a graph in Illustrator and have it stay the same when updating the graph data?

    I am needing to create a line graph with dates consisting of MM/DD/YY along the category axis. I would like to rotate the labels 45 degrees and have them stay when I update the graph. I have read about manually doing it, I even made an action to make it faster, but it still seems inefficient. Is there a setting that I could use to automatically create my labels as rotated? Thanks.

    Hi Gravy Train,
    I'm curious about why you are using 2 loops.   You mentioned one is for monitoring and one is for DAQ....what do you mean by that?   What is the overall goal of this piece of code.   Also, I noticed that you are not closing the task.   Since this is just a subset, I realize you could be closing it in your actual code, but just in case you're not.....it is very important that you close all tasks when you are down acquiring data.
    Best Regards,
    Starla T  

  • How can I write the loop for this?

    public void currentConnectedPlayers (String[ ] connectedPLayers)
    //connectedPlayers contains the names of players connected to the server.
    //Display the list of connected players, but SELF is not included in the display list
    how will I be able to identify "self" within the loop, in order to exclude myself from beig listed....

    but in coding... i should use "this" instead of
    "self"
    shoudlnt I?!Never "this" is not a string it is a class, only if it extends String Class,
    Since the users are stored in a String array, we need to know what is the information you put in that array is it name, id .
    >
    otherwise got error

  • How can I rotate the view when using my surface tablet in a docing station

    previous answers suggest to rotate the tablet which does not work in this case.

    Bernd, great to hear the message again. But this is ab big issue to use Adobe Reader in professional environment with my tablet in a docing station conected to a 24" screen: "Just turn your tablet" does not work in this case. Is there a chance of an update soon or is it possible with Adobe Profesional?

  • How can you rotate the screen on a 7th generation Ipod nano?

    I have just bought a 7th generation Ipod Nano (The newest nano) and I was wondering if it is possible to rotate the screen when playing music?

    Your welcome.
    B-rock

  • How can i rotate the display on the monitor.?t.

    re: HP 6000 series        The display is sideways on the screen, not upright.   Is there a way of rotating the display to normal ?                                                                                                                                                                                                                                                      The monitor is a Gateway  FPD1760 TFT LCD.                                                                                                                                                                                                                                                                                                                                                                                                   Appreciate any help,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 askeri    

    Hi,
    Hold down the Ctrl and alt keys and press the up arrow.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

Maybe you are looking for