From ONE file to Many  IDocs in many systems

Hi,
In my scenario i have the input file like below
HEADER;EMPNO;EMPNAME;TARGETSYSTEM
ITEMHEADER;DESG;LEVEL
HEADER;EMPNO;EMPNAME;TARGETSYSTEM
ITEMHEADER;DESG;LEVEL
HEADER;EMPNO;EMPNAME;TARGETSYSTEM
ITEMHEADER;DESG;LEVEL
Here TARGETSYSTEM values are SAPG1,SAPG2 and SAPG3
for each one HEADER and ITEMHEADER i have to create one idoc in the respective receiver system based on the TARGETSYSTEM value.
Based on the TARGETSYSTEM value, idocs should be created in to the respective system.
But problem is :
Its creating 3 idocs in first system, same 3 idocs in second system and same 3 idocs in third system also.
But i want to create one idoc in 1st system and second  idoc in 2nd system and third idoc in 3rd system based on the TARGETSYSTEM value.
please help me, how to solve this problem
Thanks & Regards,
Vijji

Hi Vijaya laksmi,
I have seen ur question.
appriciate for doing file to muliple idocs first
without BPM, u can do this scenario ok
but while doing this scenario, u have to do idoc with max occurence ie first, after importing idoc, u have to export to xml file and change occurence inplace of "min occurence "  write " min. occurence and Max. occurnce=" and then import this in External definition then u can use this in scenario for multiple idoc. Here don't require more interface mappings ok. u can do this only  with one interface mapping. while generating idoc, at the time u have to save and send as multiple idocs how many u have to send to receiver systems just give the no how many idocs. 
Even though you won't get it i will send file to multiple idoc scenario ok
all the best
regards
Peera

Similar Messages

  • How can I script moving paths from one file to another?

    Hello. I have 1 image with various color correction layers. The other is the exact same size but only contains paths. How can I script moving paths from one file to another? Thanks, in advance, for any help you can offer. Thanks!

    Thanks! This one actually worked for me. Thanks for your help.
    http://forums.adobe.com/message/3305389#3305389

  • How to transfer the tables from one file group to another file group in SQL 2008.?

    Hello all,
    I have few issues regarding the transfer of the tables from one file group to another file group  in SQL 2008 and also How can we  backup
    and restore the particular database based on file group level.
    Let’s say I have a tables stored within the different FG. such as
    Tables                                                    
      File group
    Dimension tables                                              
                                                                     Primary
    Fact tables                                               
                                                                              FG1
               FG2…
    zzz_tables                                               
                                                                              DEFAULT_FG    
    dim.table1                                                                                                                          DEFAULT_FG
    dim.table2                                                                                                                          DEFAULT_FG
    Here all I want to transfer the dim.table1 ,dim.table2  from  DEFAULT_FG to the Primary File
    group .So is there simple methods for transfer the dim.table1,2  from one FG to another .I have tried somewhat but I couldn’t get the exact way .So if someone have better idea please share your knowledge that would be really appreciated.
    Secondly after moving those dim.table1 ,dim.table2 from DEFAULT_FG to Primary ,All I want to backup and restore the database only containing  the Primary and FG1,FG2… not
    a DEFAULT_FG.Is it possible or not.?
    Hope to hear from the one who knows better approach for this kind of task .Your simple help will be much appreciated.
    Regards,
    Anil Maharjan

    Well after all my full day research on this topic had paid off, I finally got the solution and am so happy to research on these things. It makes
    us feel really happy after all our research and hard work doesn't goes as waste.
    Finally I got what I am looking for and want to make sure that I am able to transfer the tables from DEFAULT_FG to another FG without tables
    having clustered index on that tables .
    With the help of the link below I finally got my solution where Roberto’s coded store procedure simply works for this.
    Really thanks to him for his great post and thanks to all for your response and your valuable time.
    http://gallery.technet.microsoft.com/scriptcenter/c1da9334-2885-468c-a374-775da60f256f
    Regards,
    Anil Maharjan

  • A way to move layers from one file to another in actions?

    Ok, question for the gurus out there - rather than try to explain, I'll give you an example: Lets say I have a series of adjustment layers that I want to apply to a sequence of 40 images. The adjustments are in a layer group, and are saved as a separate file.
    I DON'T want to drag and drop them, I want to run an action that will copy the adjustments to each image- now I know I can save down each adjustment as a separate file, lets a curve (acv) a selective color (ahu) file and load THAT in as part of my action. But I don't want to do that either, because these adjustments will change and I want to easily re-render my changes on all 40 images in one step.
    I also don't want to use After Effects to do it, because my client doesn't own it. There used to be
    a way to move layers from one file to another in actions because I seem to remember doing it. The answer is not Duplicate Group either because that needs you to specify a destination file name.
    Is it possible to do this without scripting? I'm pretty sure it used to be because I seem to remember doing it, just cant remember HOW I did. Maybe I'm wrong about this though.
    Thanks and sorry for the long post, this has been baffling me for weeks.

    Thanks Ed, but as I explained above
    "I know I can save down each adjustment as a separate file, lets a curve (acv) a selective color (ahu) file and load THAT in as part of my action. But I don't want to do that either"
    What I want to know is is there a way to move adjustment layers from one file to another in an action. I know also that you can use the clipboard to move pixel layers, but I've yet to find a way to move adjustments.

  • Copying a part of image from one file to another

    I am very new to InDesign, 2days old. I have to copy a small part of an image from one file and to paste on the other file. Is it possible? If yes, can you anybody explain me step by step?

    Welcome to the forum.
    Briefly, I would open the image in Photoshop. Crop the area you want. Size it to the finished size at (for printing) 300ppi, save it in the folder where you are going to save your InDesign document. Create a new InDesign document, choose Print for the intent, select the page size, margins, etc. save and name your document. You can place (command/control D) your image. Resizing it and positioning it to suit.
    By using a PSD file you can easily round trip back to Photoshop to make more changes.
    You should get some lessons, such as those on Lynda.com and Trainsimple.com and there are some excellent books available as well - Classroom in a Book and Visual Quickstart Guide.
    Derek

  • Is it possible to compile & run other java files from one file

    hi friends,
    i need to run 2,3 java sourse files(first.java,second.java etc) from one file.i tried the Runtime.getRunTime().exec( cmd) but here cmd must be a executable file
    what is need is to compile and run the files (first.java,second.java) from one other source file
    pls. help me in this matter,
    with warm regards,
    Vishal

    Sure:public class Test {
       public static void main(String[] args) {
          try {
             Runtime r = Runtime.getRuntime();
             r.exec("javac Test2.java");
          } catch (Exception e) {
    public class Test2 {
       public static void main(String[] args) {
          System.out.println("Hello World!");
    }Note that Test and Test2 are in two seperate files.

  • Drag and drop picture frames in Photoshop Elements 11 from one file to another?

    Hello,
    I am a digital scrapbooker.
    I recently started using Adobe Photoshop Elements 11. I previously had been using Elements 7. I make extensive use of Picture Frames i.e "Basic Black 10px", and in Elements 7, it was very easy to drag and drop a picture frame from one file to another. (I use a separate file for each scrapbook page, and I often move pictures between  pages as I scrap them)
    In Photoshop Elementa 11,  I can drag and drop a picture frame from one file to another, but ONLY if there is no picture in it. If there is a picture, I cannot drag and drop - the circle-slash icon appears showing that it won't land. I was able to do this in Photoshop Elements 7, whether or not there was a picture in the frame.
    Any ideas of what I might be doing wrong, or did Photoshop Elements change this functionality?
    Thank you!

    I think this might be a bug in pse 11, at least on the windows version.
    You might try right clicking on the frame layer in the layers panel, choose Duplicate Frame Layer and pick your other document as the destination.

  • HELP: Copying layers from one file to another to keep structure not possible??!!!

    Hi guys,
    I have a curious question. Sounds a bit silly and highly disappointed if Illustrator is actually not capable of doing this. Hopefully I have missed something.
    I have an AI doc that has grown so large that saving it now is a major effort so trying to break out sections into multiple AI files. Allot of users will be working on these files so it is imperative that all the Artboard elements are clearly organized in the appropriate folders (layers). Im trying to simply copy and paste a layer that has multiple layers beneath and within those more layers to another empty AI file. Everything copies correctly and in place however it dumps all the elements into a single massive layer in the new file. If I go into the Layer Palette menu and check on Paste Remembers Layers it does a better job at keeping some of the structure but it still doesnt copy exactly how the structure was in the Master document.
    Please tell me Im doing something wrong. I cant believe that you cant simply drag and drop a parent layer from one file to another while maintaining its structure! Exactly like in Photoshop - copying a folder from one file to another is simply as easy as dragging and dropping ...is this same methodology not available with Illustrator? I always assumed the layer and folder concept between these two packages were somewhat interchangeable.
    Thanks for any help, comments, or suggestions
    Nick.

    Hi All,
    After much trial and error trying to locate where the problem was it ended up being the guide objects. If you have the guides set to lock and attempt to copy out any layer that a guide is sitting in the resulting copy/paste will break apart that layer structure in the destination file. Simply setting the guides unlock allows everything to translate correctly.
    You guys may have known about it already but I learnt a little something in the process. Thanks to all for your suggestions!
    Cheers

  • Passing Value from one File to Another !!!

    Hi Friends,
    I have an issue, I have two different Swing programs (two seperate java files). I want to transfer value from one file to the another. Like we do in Servlets or JSP, we use sessions or Hiddenfields. The same way I want to retriev value in a new file from a previous one.
    Hope that all u champs out there have the answer to my query.
    Thanks,
    [email protected]

    This is a B2B comms question...
    A quick and dirty method is to use Socket/ServerSocket and use a basic protocol to do the transfer, if you are feeling heroic then use XML as the message format...
    A lot depends on whether your applications are running on separate boxes, i.e. do you need to communicate across a network...
    If not, if they are always going to be on the same "box" then you could just use well-known places for files...not portable but effective...

  • Colors get desaturated when picked and transferred from one file to the other! Why?

    I used the color picker tool to choose colors from one file and fill it in another file. The color shows as desaturated when the other file is active. Both files are on the exact same settings, but I don't know what is happening. I reset the tools. But nothing.

    Are you sure that mode (RGB, CMYK, etc) and assigned color profiles is the same on both files?
    May be you turn on Proof Privew (Ctrl-Y) on one of the files.
    PS. my english is poor )

  • I wish to link a  cell from one file or "shell" with a specific quantity to another cell in another file or "shell".

    I wish to link or send a  cell from one file or "shell" with a specific quantity or text to another cell in another file or "shell".  For example.  I wish to  send all general ledger (one data enty File or "sheet")  entries into their specific individual accounts. (in seperate files or "sheets").   Is this possible in Numbers?

    Hi cochise0011;
    A picture of tables would be much easier to comprehend the querry.
    Regards,

  • I cannot receive texts from one contact after updating to the iOS7 system - why?

    I cannot receive texts from one contact after updating to the iOS7 system - why?

    amyhs, thanks for those details. This is certainly quite odd that this has been going on so long and we definitely want to get to the bottom of this. Now, you stated that you have reached out to technical support and spoke with a tier two technical support representative. At this time, what actions or troubleshooting steps were taken? Are you aware if a ticket with our network technicians was ever created? As well, have you ever previously had an iPhone and are you aware if the users that are unable to message you are using iMessage?
    AdamG_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Each line of a file to a single Idoc (one file to multiple IDoc)?

    Hi Community,
    I have a flat file with many lines. Each of these lines has the same structure and has to fill a separate IDoc. How can I configure XI that it creates for each line a separate IDoc?
    I already found a blog to such a topic: File to Multiple IDocs (XSLT Mapping)
    But thatu2019s not what I am looking for (or I do not get the Point).
    I also tried to set u201CRecords per Messageu201D to 1. But that is not working to. :/
    Maybe one of you guys has an idea?
    Thanks in advance,
    Udo

    Hi Udo,
    For instance if  file structure is as follows:
    <File>
    <Header>
    </Header>
    <Item>
    </Item>
    <Item>
    </Item>
    </File>
    Now if u want to genarate a new Idoc for each n every <Item> in the file. The Header Information is to be repeated for each IDOC as well.
    Then allu need to do is  import the idoc in XI, then take the idoc xsd and change the occurrence o..unbound and then create the external definition.
    Look into this blog.
    The specified item was not found.
    Now use the external definition in your mapping instead of using the original IDOC. In your mapping map the item to IDOC, and for header data you have to use the useOneAsMany function.
    Reward if found useful
    Regards,
    Vinod.

  • How to Copy Chapter Markers from one file to another

    Hi all,
    I am a relatively new GB user, so forgive the hopefully easy question. I want to combine four GarageBand files into one, in order. So right now i have part 1, part 2, part 3, etc.
    I figured out how to copy and paste the actual recordings in sequence (selected them all, copy and paste, worked great.) But I also have chapter markers that I want to copy and paste. I have the spacing worked out PERFECTLY and don't want to re-create them all. I know that I can select all the markers in a file, but they don't seem to want to paste. Instead, the headings from the file that were already there seem to repeat (most likely because of the time headings...)
    Is there an easy way to do this?
    - Many thanks,
    Michael

    Hmm. This is a stumper.
    I don't think it's possible in GB, obviously.
    The only thing I can think of off the top of my head is to (from GB) export each project as it's own podcast quicktime movie, then use another app to stitch these movies together? I would think QuickTime Player Pro would do this.
    I tried looking for the chapter markers within the quicktime movie file, hoping you could copy and paste just those, but I didn't find any access to them.

  • How do I move content from one file to another ?

    Hi,
    I have two separate DVD Studio Pro files that I created a while back (single-sided DVD).
    Now I want to put them both on a dual layer DVD. However, I can't figure out for the life of me how to copy content between files. I don't want to "recreate" one of the DVDs from scratch.
    How do I move the menus, tracks, stories, etc from one DVD Studio Pro file to another ?
    Thanks,
    Damon

    You do not need to move the media into the new project assuming all the media is available and on the same hard drive. Usually I keep all DVD SP projects and media on an external drive so it is easy-ish to do. Of course if you copy the assets into the folder for a project it makes thingss easier to move around to other drives. In other words I will create a Poject folder called "MYPROJECT" and in there I will placefolders "MYPROJECTM2Vs", "MYPROJECTAC3S", "MYPROJECTGRAPHICS" etc so if I have to move projects to other computers easier to re-link. Takes up a bit more room if you use the same asset in more than one project but with the costs of Drives so low right now it is worth the lkess hassle to me...
    What is the error you are getting?

Maybe you are looking for

  • How to Force Enable 3D Menu Contents in PhotoShop CS6 Extended

    Hello I have a weird problem with photoshop cs6 extended I bought my new laptop HP Pavilion dv6 6170ee which has 2 graphics card 1 is the intel one and the other is the AMD one ( High Performance ) As you can see from the screen shot above my drivers

  • Lock th desktop for users: enable kiosk mode in xfce4*SOLVED

    [In short] How to activate kiosk mode in xfce4, so end-user won't break the wm/desktop configuration we configured for many to use it ? [Detailed] I've decided my association's mates to choose Arch as our desktop PCs OS (we do this to provide basic I

  • Problems streaming QT videos via 3G network

    I'm on an iPhone 3GS in mostly 5-bar kinds of locales. When I'm using AT&T's 3G network and surfing Safari, I frequently [try to] watch QuickTime videos on web pages. What I find is that the iPhone's Safari buffering works very poorly over 3G. The mo

  • Insert rows-failed

    Hi, Im using Oracle database 10g. Im in chap04 p.107. Im trying to insert a new row to the parts table. Here are the following statements and the result. DECLARE l_newId INTEGER := 6; l_newDesc VARCHAR2(250) := 'Mouse'; BEGIN INSERT INTO parts (id, d

  • Help in mobile agents in java(with final year project)

    i have decided that i ll make a project on mobile agent security and data encapsulation plz any guy who have worked on this topic or he/she know about some indian version books written in java (like intelligent agents written in java by Joseph P. Big