3 flat files grouped into 1 flat file ID config

Hi XI Gurus,
Just a follow up to my question before:
I have this scenario:
Source 3 flat files - merge through BPM - map to IDOC - send to ECC
Now, I need to configure them in Integration Directory.
I would need 3 Communication channels for the 3 different text files right?
How will I do the Sender Agreement? Should I create 3 for each flat file? OR just one for the merged file? IF I create 1 sender agreement for every comm channel, what will be my receiver for each? it cannot be ecc, since i am not yet sending the flat file. it should be merged first.
I'm not sure how to proceed with the Rec Agreement, Sender Agreement, Interface Det and Rec Determination.
Sorry about this. I'm really new at BPM.
Thanks!
Regards,
SAPenthusiast

You need three sender communication channels and three sender agreement. In mapping you will merge in to single target idoc file. So you will have single receiver comm channel and single receiver agreement. Create 3 receiver determination and 3 interface determination too.  Refere SDN for file merge using BPM scenarios
Basically you need to create 3 receivers using fork then transformation and finally single send step.  You can also use correlation alongwith fork using a block for receivers. THis is just a hint.

Similar Messages

  • 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

  • What is the best way to merge a file content into log file

    What is the best way to merge a file content into log file.
    In worst case, I will read the file line by line as string, then use
    logger.info(lineString)to output to log file.
    However, is there better way to do this?
    The eventual log file will be something like:
    log message 1
    log message 2
    content from file line 1
    content from file line 2
    content from file line 3
    log message 3
    log message 4Thanks

    John618 wrote:
    Thank you and let me explain:
    1. What do you mean by better?
    I would like to see better performance. read line by line and log each line as string can be slow. Did you measure this and determine that it is actually a problem for your application? Or are you guessing?
    Regardless of what you do you are still going to need to read the file.
    >
    2.The only better way I can think of is not having to do it, but I assume you have a very good reason to want to do this.
    Yes, I have to do it beacuse the requirement is to have that file content be part of logging.
    Any idea?How is it supposed to be part of it? For example which of the following is better?
            File AAA - contents
                       First Line
                       Second Line XXX
            Log 1
                    2009-03-27 DEBUG: Random preceding line
                    2009-03-27 DEBUG: First Line
                    2009-03-27 DEBUG: Second Line XXX
                    2009-03-27 DEBUG: Random following line
            Log 2
                    2009-03-27 DEBUG: Random preceding line
                    2009-03-27 DEBUG: ----- File: AAA -------------
                    First Line
                    Second Line XXX
                    2009-03-27 DEBUG: Random following lineBoth of the above have some advantages and disadvantages.
    The first in a mult-threaded app can end up with intermittent log entries in between lines, so having log lines with thread ids becomes important.
    The first can be created by reading one line at a time and posting one at a time.
    The second can be created by reading the entire file as a single string and then posting using a single log statement.

  • How to use the js in the case of not sure the file name into multiple files to PS?

    function place($path){
        var idPlc = charIDToTypeID( "Plc " );
        var desc28 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
        desc28.putPath( idnull, new File( $path ) );
        var idFTcs = charIDToTypeID( "FTcs" );
        var idQCSt = charIDToTypeID( "QCSt" );
        var idQcsa = charIDToTypeID( "Qcsa" );
        desc28.putEnumerated( idFTcs, idQCSt, idQcsa );
        var idOfst = charIDToTypeID( "Ofst" );
            var desc29 = new ActionDescriptor();
            var idHrzn = charIDToTypeID( "Hrzn" );
            var idRlt = charIDToTypeID( "#Rlt" );
            desc29.putUnitDouble( idHrzn, idRlt, 0.000000 );
            var idVrtc = charIDToTypeID( "Vrtc" );
            var idRlt = charIDToTypeID( "#Rlt" );
            desc29.putUnitDouble( idVrtc, idRlt, 0.000000 );
        var idOfst = charIDToTypeID( "Ofst" );
        desc28.putObject( idOfst, idOfst, desc29 );
        executeAction( idPlc, desc28, DialogModes.NO );
    for(i=1;i<=4;i++){
        place ("E:\\aaa\\"+i+".jpg");
    目前我的解决方案是,把多个文件提前修改成数字序列,然后用for循环调用,我想问的是,如果我不更改文件名,是否也可以同时导入多个文件?
    At present my solution is to advance the multiple files modified into a sequence of Numbers, and then use a for loop calls, I want to ask is, if I don't change the file name, also can import multiple files at the same time?

    You could use a file or folder selection dialog and then feed the selected files into the for-clause.
    var aFile = selectFile(true);
    alert (aFile);
    ////// select file //////
    function selectFile (multi) {
    if (multi == true) {var theString = "please select files"}
    else {var theString = "please select one file"};
    if ($.os.search(/windows/i) != -1) {var theFiles = File.openDialog (theString, '*.jpg;*.tif;*.psd;*.png', multi)}
    else {var theFiles = File.openDialog (theString, getFiles, multi)};
    ////// filter files  for mac //////
    function getFiles (theFile) {
        if (theFile.name.match(/\.(jpg|tif|psd|png)$/i) || theFile.constructor.name == "Folder") {
            return true
    return theFiles

  • High Priority:-How to convert XMLSchema file (.xsd ) into .rtf file

    Hi...
    Hope you are doing well.
    I request you to help us with an issue encountered on 'generating reports using XML Publisher', which is described as followed.
    We have taken report from Oracle Apps and stored as XML file , then converted into XML Schema (.xsd) through Stylus Studio and uploaded that file into XML Publisher Desktop.
    Now, we want to convert .xsd into .rtf file for the requirement.
    Please revert back if the issue is not clear enough.
    Your help is needed and appreciated.
    Thanks&Regards,
    Suresh.

    Hi Suresh,
    XSD file is an XML Schema Definition file, it is used to validate and XML file in making sure elements are of the correct datatype, mandatory elements exist etc...
    It cannot be used to create an RTF file, as there is no layout definition within an XSD.
    You will need to create the RTF manually in this case using MS Word and Template Builder.
    I don't fully understand what you are trying to acheive, so maybe you could clarify further, and I may be able to help a little more.
    Many Thanks,
    Cj

  • Question about changing a file type into another file type

    Hello. This isnt a java question but you guys have been so helpful in the past I hope its ok if I ask this question for a friend.
    How can I import a scriptware file into Screenwriter 2000, or change a .scw file into a .tag file?
    Anyone who can help thanks.

    I know nothing about scriptware or Screenwriter. But, my only advice is to see if Scriptware can export some other file type (not necessarily a .scw file) that Screenwriter can read. Sometimes, when I have two text editors whose native formats are incompatible (like opening a paper typed in a new version of Microsoft Word using an old version of WordPerfect or something), I save the file as an RTF file, rather than in the native format. Maybe something like that applies to your situation, too.
    Hope that helps.
    Jason

  • Reg :  Script spool file downloading into xl-file

    Dear friends,
    I need  to find the script spool no as well as the same script spool
    to be download into xl-file.
    Could u please give me guidelines, how to do that.
    Thanks and Regards
    V.Raja sekaran

    Thanks for your reply,
    My requirements is like  below,
    I am calling the script from report, In report i have a check box for excel download,
    If the user selected the option check box download into excel file than i need to indentify the spool number as well as download the script spool file into excel file.
    Thanks and regards
    V.Rajasekaran.

  • .dmg files forced into .xls files when downloading applications

    Why are dmg files being forced into xls files when I'm attempting to download applications from websites?
    MacBook1,1   Mac OS X (10.4.8)  

    Hi mospirit,
    first of all: WELCOME TO THE DISCUSSIONS!
    Sometimes files lose connection to their application. This can be solved quite easily though:
    1. Download Cocktail, OnyX or Tiger Cache Cleaner and reset the "Launch Services Database".
    2. Click any .dmg and type Apple-i to get the Information window. In the pop-up called "Open With" select "Other" and navigate to /System/Library/CoreServices. There select DiskImageMounter as default application. Finally back in the Information window click "Change All".
    If this answered your question please consider granting some stars: Why reward points?

  • 3 flat files grouped into 1 flat file

    Hi XI Gurus!
    IS there a way to merge the contents of all 3 flat files (source) to 1 flat file without using BPM? And IF I have to use BPM, could you please give me a general idea on how I can go on about it? After merging, I have to map the fields to an IDOC (target). Thanks so much for this.
    Regards,
    SAPenthusiast

    Hi,
    If you are not looking out for some specific thing and want to add second file at the end of first file and so on, then write a shell script to merge all files in one and then use that shell script in file adapter with option RUN OS Command before processing or you can use output file directly with File to IDoc mapping with FCC.
    Assumption of this approach -
    1. I assume that your flat files have same structure so that when you use FCC, it will parse all fields.
    If this is not the case and all flat files have different structures then you have to use BPM for merging it. As suggested above, you have to use BPM Collect pattern of SAP BAsis component of your ESR or you have to create something similar BPM.
    For your scenario using BPM, you have to merge the files first and after merging it, that is output file of the scenario, you have to create another scenario for mapping merged file to Idoc.
    In case of BPM
    You will have  2 scenario - FIle to file (Merge flat file in One)
    2nd will be file to Idoc.
    Regards
    Aashish Sinha

  • Can't import LIVE TYPE files .ipr into FCP -  FILE ERROR: UNKOWN FILE.

    I have had this problem for a while and simply just worked around it. But now I am editing so much more that I want it the way it use to be.
    The Problem is FCP 6 will not let me import LIVE TYPE files. I have to render them into an .mov 1st in livetype. I use to be able to just drag the file into FCP and render it there after I tweeked it. Now it won't, it gives me this error- FILE ERROR: Unknown File.
    I have already uninstalled Live type along with its PLIST as well as FCP. Re installed and still keep getting the same error. I can't remember when it started, all I know is I want it fixed.
    Thank you for any assistance anyone can offer.

    What are the Project Properties settings? do they match the Sequence setting in FCP?
    What elements are used in your LiveType composition?
    Are you including images or background video?
    If so, post the codec that the video uses. If there are images, the file type and color space.

  • Regd. Excel FIle Covert into xml file

    Friends,
    I want to conver the .xls file into the .xml file......will you pls. help me out .
    Hitesh

    Open the file in Excel. Click the "Save" button and change the "Save as Type" box to "XML Spreadsheet (*.xml)".

  • Files turning into "Offline files" for no good reason. (Also: Hidden surprise

    So, as the title says. I have 2 different projekt files, containing the first and the second part of a smaller movie.
    The only problem is, i now need to merge the two files together so i can export them into a final file.
    Unfortunetly, if i import one of the projekt files into the other, almost all (about 80 %) of the files from the imported projekt are marked 'offline'.
    The hassle is, if i try to link them to the appropriate media i get an error saying that the target media is either unsupported or damaged.
    The thing is, they are neither unsupported nor damaged. If I were to open said imported projekt file from File->Open, all the movies (including the allegedly "damaged" ones, run smooth as greased lightning on rollerskates.
    So whom behold, the problem occurs for some reason when the projekt file gets imported.
    Deadline is approaching (Fast) (tomorrow to be exakt) and altough i could postpone it for a little while, I do not wish to as I am sure you understand.
    Clues? Solution? Mocking? Anything, I'll tear myself bald before this is solved.
    Also, for abovementioned hidden surprise: Things gets worse.
    I've already thought about exporting them individually, importing the exported movies into a new project and re-exporting them, just to finally get them together in a file, but when i try to export the first project I get the error "Adobe Premier Pro failed to return the video frame. Aborting". That is, if im lucky. Most of the time PPro just crashes without warning.
    I hope this made any sense. If someone help me completely solve the problem, i will upload myself doing a victory dance.
    If someone knows of a workaround, i will upload a picture of my right Toe. (if requested, of course)
    Thanks in advance!
    Kristoffer Haglund

    Hi guys, its me again. To late to edit the post so I'll have to make a new one.
    Much to my dismay I have now experimented on one of the "corrupted" 3gp/mpg Movie files. I have tried exporting them to a number of formats (14 to be exact), but each format carries some sort of problem. Either PPro doesn't take the file even to begin with, or just the audio or the video gets imported.
    I have also tried exporting the corrupted mpgs yet again through moviemaker, after which I took the exported moviemaker-file and tried linking it with the corrupt file in PPro.
    This almost seemed to work, until an error message popped up saying that it's an impossible action since the sourcefile in the timeline holds 1 audio channel, while the file I crafted through Moviemaker holds
    b 2 audio channels.
    Anyone know if this can be worked on somehow? If this was possible to fix, all problems would most likely be gone and the world be a happier place for all to live in.
    I have now given up on fixing the files, and instead I'm trying to find a work-around.
    I can think of two ways, both of them is as bad as it gets.
    b Workaround #1 :
    Export 2 faulty versions of EVERY corrupted sourcefile. One that holds the audio and one that holds the video. replace them with the original "corrupted" file in the timeline, and match the video and audio up. Repeat. Repeat. Repeat.
    Drawbacks: There is no guarantee of it to work.
    Will take a LONG time to pull of, and might be in vain.
    Also holds a great chance of producing other errors.
    b Workaround #2 :
    Pre-render as much as possible, and then using a program like Fraps to capture the movie in the preview window. After doing this, play it once again with only the audio, then match the two files up.
    Drawbacks: Creates an extremely lowquality movie.
    Might be impossible to eliminate all lag before shooting with fraps.
    But hey, a lowquality movie is better than no movie. This method is also less likely to produce other errors.
    b Workaround #3 :
    This is not so much of a workaround as it is a small glimpse of hope. I'd go to a friend of mine, install my Premiere on His computer and open the projekt file there. Then crossing my thumbs hoping he can export it on his machine.
    So, the bottom line is:
    b I need this finished.
    As much as i agree with you all saying that they shouldnt have shot it with cellphones, and i oughta return the money and tell them to shoot it for real, it is not a possibility. They are counting on me and i must not let them down.
    Again I apoligize for a bit of bad spelling and general messiness of my posts. Things get a bit too complicated for me to explain correctly and smoothly in what is not my native toungue. Even in my native toung i believe i would have problems explaining this.

  • LabVIEW 2011 file selection fails to fill in the file name into the "File name:" field

    In LV2011 I am selecting a text file while my code is running. The "file name:" field is not populated with the selected file name.
    This is inconvenient, especially if I want to modify a file name by one or some few characters.
    How do i make LV 2011 behave like the previous versions?
    Scientia est potentia!
    Attachments:
    File name is not filled in.PNG ‏72 KB

    Thank you fot your reply it causd  me to find the problem.
    I figured it out while I was trying to extract the applicable section of my code to send it to you.
    I had an asterisc wired to the "default name" input of the "File dialog" VI.
    Now I am not wiring anything to the "default name" input of the "File dialog" VI and it works just fine.
    I am sorry for your lost time.
    Scientia est potentia!
    Attachments:
    Corrected code.PNG ‏10 KB

  • Emailed jpeg files turn into .dat files

    why can't I open jpeg files that i email myself on my iphone 3Gs?

    Hold down the option key while dragging.

  • Importing freedesktop file associations into various file managers

    I love light FMs that don't rely on HAL (or rather, don't rely on it AND don't make me mess around with XML files to get them working). But file associations in most of them are a pain.
    - ROX makes you set up associations one by one
    - So does tuxcmd, as far as I can tell
    - Emelfm2 comes with assocations, but doesn't pay attention to what you have installed
    - XFE is probably the best, it lets you associate various broad types of files (audio, video, etc.) with an application... But unusual filetypes still need to be associated manually.
    My thought is: the .desktop files are already there, in /usr/share/applications. Can I import associations from those?
    ROX I already know can do that, albeit in a kind of crippled fashion, with perl-mime-info. That doesn't seem to work for the other three though.
    If I had to guess, I'd say XFE didn't support importing associations, since it makes things the least painful. Tuxcmd I'm not sure about, I'd think it would given that it starts out with all of two associations, generic file and generic directory...
    Emelfm2 on the other hand appears to have some way of importing .desktop file info. However, the website is down and Google's cached version won't load, so that's all I know.
    Does anyone know more about dealing with .desktop files in the above FMs?

    You could take a look at mimeo (for opening files) and mimeman (for managing associations).
    Mimeman lets you set associations (including defaults) using globbing and regexes so you can avoid most manual work. Mimeo respects associations set by mimeman as well as those in .desktop files. If you can get your file manager to use mimeo for everything then you should be able to get consistent behavior.
    Mimeo also supports an arbitrary association list that is based on argument strings rather than mimetypes, which allows it to open e.g. URLs.

Maybe you are looking for

  • Transaction open in client and closed in server ?

    Hi, I am new to tuxedo, so please excuse me if my question is naïve. I am on a project to replace the /Q system (QSpace, TMQUEUE, TMQFROWARD) by a system with storage in a database. We are developping in C. I wanted to know, if with the tpsuspend and

  • Im trying to re-install Adobe photoshop elements and it says failure to install

    I would like to say that your customer Service is the absolute worst I have ever spoken to... I am having trouble re-installing my photoshop elements 4.0 on my computer. I just used it yesterday and went to re-install it today because my computer had

  • Connect to company

    Hai, Im creating a web Portal using VB.Net.When user login, it first connects with SAP B1.Once I connected in one Web Page and when I move to next Web Page, the connection does not exists. So, I have to connect again. What to do to solve this issue?

  • Can we install Oracle E-Business Suite 11.5.10.2 On Linux 5

    Gurus Can we install Oracle E-Business Suite 11.5.10.2 On Linux 5 Regards Nitin

  • Problem Installing Applet

    Hello. Having a little problem installing my applet. The package loads cleanly, but when I try to install the applet it blows up and returns an OP.error.E6.6A86. I looked this up and found out that it means SW_INCORRECT_P1P2. After looking at my code