Two file senders to one bapi

hi all.
sorry i just want to conformthat how many SA,RA,ID,RD do i need in my 2 file to bapi scenario.
here there r two senders they r sending the files to one bapi.
those files have same fields.
so i created one DT,MT,MI,MM,IM.
and i need to conform how many SA,RA,ID,RD do i need in my config.
here iam not using any bpm.
waiting for the great anser.
cheers.
seeta ram.

Hi
SA - 2 (for each sender)
RA -1
ID- 1
RD-1
regards
krishna

Similar Messages

  • How to open two files in the one window in PSE11?

    In older versions of PSE I was able to open two picture files in the same window by just resizing them smaller so that I could deal with them side by side........I couoldn't do it in PSE=10, and I upgraded to PSE11 and still don't know how to do it.  Can somone assist me?  Thanks..

      In the Organizer select two thumbnails and hit the F12 key to compare them. But I guess you mean in the Editor application. In Expert Mode it‘s possible to work with floating windows rather than fixed tabs but you first need to set your preferences. Go to:
    Edit >> Preferences >> General (Windows)
    Photoshop Elements Editor >> Preferences >> General (Mac)
    Then put a checkmark in the box against “Allow Floating Documents in Expert Mode”
    Click OK
    You can now open your two images and use the layout button at the bottom to choose various configurations or to cascade.
     

  • Batch Combining two files together into one

    hi everyone, first time poster here and i would greatly appreciate any help in my dilemma.
    im trying to batch process images into a single file using a script i got from the link below.
    Ok, my problem....merging two unique files batch Process
    my only issue im having is that i want the new batched file names to retain the foreground image file name.
    right now the batched file name is "file0001.psd", "file0002.psd", and so on.
    thanks for your help,
    Greg

    File Basics:
    The jpg file format does not support layer. You are better off creating your layer file as a PSD and then generate a jpg file.
    The PSD will be the master file for archiving and the JPG the working file.
    Save the script as batchStaks.jsx in the Bridge Start up script folder.
    Bridge >> Preferences >>Startup Scripts >> Reveal My Startup Scripts
    Restart Bridge.
    Create a Bridge stack
    Bridge >> Stacks >> Group as Stack
    Execute the batchStacks.jsx script from the Bridge Tools Menu
    Bridge >> Tools >> Batch Sctacks 2.2.0
    The script will save a layered PSD file in the same folder as the original file.
    The layered PSD file will retain the name of the image behind the thumbnail stack thumbnail.
    You need to experiment in Bridge with the image stack order to get the result you want.
    What I do to create layered file which retains the name of the thumbnail image stack is:
    I create a photoshop action which reverses the layer order.
    Then I have the script run the action while it creates the layered file.
    The result is a layered file that retains the filename of the thumbnail image stack. 
    The limitation is that the script dependes on the action file tho.
    #target bridge 
    @@@START_XML@@@
    <?xml version="1.0" encoding="UTF-8"?>
    <ScriptInfo xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en_US">
         <dc:title>Batch Stack 2.2.0</dc:title>
         <dc:description>The script loads Bridge Stacks as Photoshop layes and returns a layerd PSD file.</dc:description>
    </ScriptInfo>
    @@@END_XML@@@
    app.bringToFront();
    if( BridgeTalk.appName == "bridge" ) {    
        var batchStack = new MenuElement( "command","Batch Srtacks 2.2.0", "at the end of Tools" ); 
    batchStack .onSelect = function () {  
        var stacks = app.document.stacks; 
        var stackCount = stacks.length;
        for(var s = 0;s<stackCount;s++){ 
              var stackFiles = getStackFiles( stacks[s] ); 
              if(stackFiles.length> 1){ 
                   var bt = new BridgeTalk; 
                   bt.target = "photoshop"; 
                   var myScript = ("var ftn = " + psRemote.toSource() + "; ftn("+stackFiles.toSource()+");"); 
                   bt.body = myScript; 
                   bt.send(5); 
        function getStackFiles( stack ){ 
              var files = new Array(); 
              for( var f = 0; f<stack.thumbnails.length;f++){ 
              files.push(stack.thumbnails[f].spec); 
             return files; 
        function psRemote(stackFiles){ 
            app.bringToFront(); 
            var thisDoc = open(File(stackFiles[0])); 
            var Name = decodeURI(app.activeDocument.name).slice(0,-4); 
            thisDoc.layers[0].name = decodeURI(Name);
        for(var a = 1;a<stackFiles.length;a++){ 
            open(File(stackFiles[a])); 
            Name = decodeURI(app.activeDocument.name).slice(0,-4); 
            activeDocument.activeLayer.duplicate(thisDoc); 
            app.activeDocument.close(SaveOptions.DONOTSAVECHANGES); 
            thisDoc.layers[0].name = Name;       
            var psdOptions = new PhotoshopSaveOptions();
            psdOptions.embedColorProfile = true;
            psdOptions.alphaChannels = true;
            psdOptions.layers = true;
            psdOptions.spotColors = true;     
            var name = app.activeDocument.name.replace(/\.[^\.]+$/, '');        
            var path = app.activeDocument.path;
            var saveFile = File(path + "/" + name );
            app.activeDocument.saveAs(saveFile, psdOptions, true); 
            app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);   

  • Creation of one outbound interface for two diferent senders

    helo.
    i just want to conform ont thing that .
    my scenario is  two diferent files from 2 diferent business systems are sending to one Rfc.
    so i was created only one outbound interface for both senders and one message type bcos the file structure is same for both senders.
    so is there any thing wrong in creating only one datatype,message type,message interface for both senders.
    waiting for your response.
    cheers.
    seeta ram.

    Hi Ram,
    That is perfectly correct when you have two senders and one receiver Scenario and <b>Business Service is different</b>. Then you can use the same Interface.
    Just keep in mind that the key for XI to recognise the Right interface is combination of these 3 parameters:
    Sender Service, Sender Interface and Namespace. These cannot be duplicated.
    When the Message type is same in the sender input data then you can create just one Message Type and One Data type and RFC is anyhow the imported RFC which you need not have to worry.
    In Configuration Scenario you need to configure separately the RD, ID, CC and Agreements for the Interfaces.
    Hope this answers your query. Let us know if you need anymore clarification
    Thanks
    Srini

  • Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only. However opening a CSS file does not prompt that it is alr

    Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only.
    However opening a CSS file does not prompt that it is already open on or from any machine which is causing code edits to be lost.
    What we found from out testing:
    - The file can be saved from one user to the server and WILL NOT PROMPT on other machines until the saving machine has the Dreamweaver program closed completely
    - The file can be closed and  Dreamweaver minimised to the launch bar but it still will not register on other machines that it has been changed.
    - Also, until the  Dreamweaver program is closed on the machines, it will continue to open it's saved version of the file. 
    Example Scenario:
    - User 1 opens test.css (which is 2000 lines) and adds some code to the end of the file to bring it up to 2500 lines
    - Meanwhile User 2 opens test.css as well (opens as 2000 lines as User 1’s edits have not yet been saved) and adds in code to bring it to 2300 lines
    - User 1 saves his file and closes it - but  Dreamweaver is still open.
    - User 2 also saves his file and leaves  Dreamweaver  open.
    - The server will report the size and last edit of the file the same as User 2 as he was the last person to save it (and if you open from the Win7 Machine it will show as User 2’s 2300 line version)
    - If User 1 then open's the file again (from either the 'recent' in Dreamweaver OR clicking on the file directly in Finder...which version opens.... The version that User 1 saved! Not the true version on the server, but the version that User 1 edited and saved with 2500 lines in it.
    - Same for User 2, he will open 'his' version with 2300 lines in.
    Other information:
    - Files are opened directly from the server
    - Sometimes the users will save incrementally and re-open
    - Most of the time users will save incrementally and keep the files open
    - The users will never not save incrementally and just save when closing the file once finished
    - The users are usually working on the files all day
    - It is always the bottom lines of code that are lost. It could be a case of the two versions being mixed up and cutting off the newly added lines based on the line count (possibly).
    It is as if Dreamweaver is holding a cache of the version locally and then only properly looking back to the server when it has been completely closed. It is very difficult to see how the server is causing such an impact on these files, there are very few logs which are giving any indication to the root cause of the problems.
    Anyone know if this is a known issue?
    Is there a way that there can be a featured implemented on the server that doesn't allow another user to open a file if it is already open on another machine?
    Thanks

    Your server file handling has nothing, and really nothing to do with Adobe software. If files don't get locked for (over-)writing and/or lose connection to the program opening them, then your server is misconfigured. It's as plain and simple and that. Anything from "known file types"/ file associations not being set correctly, MIME types being botched, crooked user privileges and file permissions, missing Mac server extensions, delayed file writing on the server, generic network timeout issues and what have you. Either way, you have written a longwinded post with no real value since you haven't bothered to provide any proper technical info, most notably about the alleged server. Either way, the only way you can "fix" it is by straightening out your server and network configuration, not some magic switch in Adobe's software.
    Mylenium

  • I had two files named graphics and I replaced one graphics file with another which was the wrong one.  Can I undo my replacement?  I move the wrong one, which was on my desktop into another one and that is when it as me if I wanted to replace the file.

    I accidently replaced a file with another.  Can I undo my action? 
    I had two files named graphics.  One was on my desktop and another was within another file called solitarie.  I move the one on my desktop (wrong file) into the solitarie file and was asked if I wanted to replace the graphics file in the solitarie folder (the correct one).  I said yes accidently and then remembered that I had made a mistake.  If I use undo, it only move the wrong file back to the desktop.  Is there an undo of replace?

    Sorry, but's that's why you get the warning. "Replace" means just that - the new file over-writes the old one. There is no undo.

  • Two documents sent in one file

    I have received two separate documents in one Adobe file. Each of the documents go to different places. How do I separate them so I can send them to the respective parties that need them?
    Thanks

    You cannot do this with the free Adobe Reader. You would need to buy
    Acrobat Standard or Acrobat Professional.
    Aandi Inston

  • HT204053 iCloud in a business. Do all the computers require the same apple ID to share all the files?? Can i have two apple accounts on one device?

    iCloud in a business.
    Do all the computers require the same apple ID to share all the files?? Can i have two apple accounts on one device

    Neither of those Apps allow you to (easily) add iWork documents created or edited on the device to your online storage, you need to be using a webDAV server to be able to do that. In fact pretty much all you can add from the iOS device is photos and video without resorting to convoluted workarounds, intermediate apps or emailing finished documents to yourself. You can on the other hand view most of the content of dropbox/sugarsync through those apps, which in a lot of circumstances is useful, but without it working in both directions these apps are far from an ideal solution.
    E.g from the sugarsync website
    Yes, this may not be of too much interest to the OP, I was only trying to clarify the situation with iCloud.com/iWork for you.
    However that being said, there may be areas of interest for Computer to Computer syncing, given the recent changes made to iCloud.com/iWork. I wouldn't suggest iCloud sharing for archived documents, but for perhaps up to a couple of dozen documents in progress, iCloud sharing is now quite viable. If there is any chance at all of these documents being accessed on an iOS device then iCloud would become a preferred option to dropbox or sugarsync.

  • I can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name

    can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name. My original external has an error and needs to be reformatted but I dont want to lose this informations its my entire Itunes library.

    Sounds like the source drive is formatted as case sensitive and the destination drive is not. The preferred format for OS X is case insensitive unless there is a compelling reason to go case sensitive.
    Why can't you change the filename? Is it because the source drive is having problems?  If so is this happening with only one or two or a few files? If so the best thing would be to copy those over individually and then rename them on the destination drive.
    If it is more then you can do manually and you can't change the name on the source you will have to reformat the destination as case sensitive.
    Btw this group is for discussion of the Support Communities itself, you;d do better posting to Lion group. I'll see if a host will move it.

  • How can One sender communication channel pick two file from two location

    Hello
    I have a requirement that how can One sender communication channel pick two file from two location.Both the file has same name...How to configure the one receiver communication channel.i dont have any IR,no mapping..Please help me...

    >
    Soumitra Sinha wrote:
    > Hello Vijay
    > I already done the adapter specific message attribute.i am getting the file name properly.but that is nothing to do with my req.i am again clearing my problem:
    > i have two folder   folder a,folder b.Both has the same file credit0002. i have two destination folder i have one sender and one receiver channel.I dont have any IR.How one sender channel can  pick file from two location and how one receiver channel can put in two location.please help me..
    Ok now I get your requirement.
    you cant achieve this -  how one receiver channel can put in two location if you dont have a dynamic configuration defined i.e Adapter specific attributes.
    easy way - involve IR mapping
    else
    have a adapter module to define your dynamic configuration.
    Ref: /people/daniel.graversen/blog/2006/10/05/dynamic-configuration-in-adapter-modules & /people/michal.krawczyk2/blog/2006/10/09/xi-dynamic-configuration-in-adapter-modules--one-step-further
    Set the dynamic directory/file name etc for your receiver adapter.

  • I recently deleted many duplicate files. In the midst of it my Itunes songs are not in Itunes. They are in two different folders. One under 'Music' in my ID. And two under a MyMusic file in Documents. How do I know which one to import?

    I recently deleted many duplicate files. In the midst of it my Itunes songs are not in Itunes. They are in two different folders. One under 'Music' in my ID. And two under a MyMusic file in Documents. How do I know which one to import?

    Thanks, this is not an ideal answer but probably the most sensible one in my case.
    I will try it unless someone has a better suggestion, but I'll wait a bit as it will take me a few days anyway (I had actually tried to create a new smaller playlist or download by album, but at this stage the music app is not letting me queue a list of songs for download - I think I will have to disable and re-enable iTunes match which will probably delete all the songs).
    I have to say I am not very impressed with Apple here - having an online backup of all your data and beeing able to restore it to a new device easily was a strong selling point of iCloud. For music, they are Definitly not delivering at the stage.

  • SAP XI - Combine Two files as one in File Adapter

    Experts,
    I want to combine two files as one in File adapter itself.  I am using a simple scenario of File-to-File where i am just sending the file from sender to receiver as it is , EXCEPT, i want to add one line at the end of the file .
    I was thinking of doing this in File adapter , avoiding any mapping program in Integration Repository ..
    ANY INDEA's ??
    Regards,
    Ashutosh

    Hey
    You have 3 options,first one can be to execute a OS command before message processing or use adapter modules to append the new line in the sender adapter.
    the second option(and better one) is to do this via message mapping.
    third option is to write a OS script and execute it after message processing on receiver file adapter.
    one thing you need to make sure is that since OS scripts run on XI server itself(not on FTP server) so in case you are picking file from FTP server and delivering to FTP ,then you can't use option 1 or 3,you can only use option 2
    Thanx
    Aamir

  • Splitting one message into two files

    Hi all,
         I have a case where I have to generate two files for a single incoming message.The scenario is as follows-
    I have the following structure as target -
    - Structure 1 with some fields in it
    - Structure 2 with some fields in it
    I have done the mapping of the target with the source.
    Now what I require is a separate file for structure 1 and another file for structure 2
    Thanks,
    Sandeep

    You need to use BPM for this.
    First create a message mapping with one source and two targets.
    To add more message types to a mess map, go to the Messages tab (there are 3 tabs: Design, Test, Messages ).
    Then you need one transformation and two send steps in the BPM.
    regards
    SKM

  • [svn:bz-trunk] 10059: update two package-info.java files, and add one new one.

    Revision: 10059
    Author:   [email protected]
    Date:     2009-09-08 11:31:48 -0700 (Tue, 08 Sep 2009)
    Log Message:
    update two package-info.java files, and add one new one.
    Modified Paths:
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/package-info.java
        blazeds/trunk/modules/core/src/flex/messaging/validators/package-info.java

    Revision: 10059
    Author:   [email protected]
    Date:     2009-09-08 11:31:48 -0700 (Tue, 08 Sep 2009)
    Log Message:
    update two package-info.java files, and add one new one.
    Modified Paths:
        blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/package-info.java
        blazeds/trunk/modules/core/src/flex/messaging/validators/package-info.java

  • How to import two AVI video files & convert to one FLV ?

    Status:
    - Newbie using PC & Flash CS3 ver9l
    - I can import a single AVI video file and convert it to an FLV video.
    Problem:
    - I have two AVI video files... one 4GB (20 minute) long and one 2GB (10 minute) long... and want to combine them to have a single 30 minute long FLV video file.
    Question:
    - Can I do this in Flash? When I "convert" a single AVI video to a FLV using the File, Import method... I can't really see the video on the Flash time line. I'm a newbie so I'm probably doing something wrong.
    - I tried doing a File, Import for file-1.avi and then doing it for file-2.avi... but the two were on top of each other... and not end to end.
    Maybe some kind sould will walk me through this.
    Thanks for any help.

    Your not going to be able to combine two videos as one in flash, if your using Win try Win Movie Maker, I believe you can drag both into a WMVM timeline and can then save as one file, then you can use AVC video converter or the like to encode them into an .flv or.f4v file.

Maybe you are looking for

  • Synchronize Windows XP/Outlook 2003 with Dot-Mac?

    I'm very curious whether anyone has come across an application I can load on Windows XP that will enable me to synchronize Outlook with my Dot-Mac account. This would be an ideal application from Apple to support converts from Windows to Mac but also

  • Explain plan changing between 9i and 11g

    Hi Recently we migrated the database from 9i to 11g.In 11g environment one query was running for long time and when we comapre the explain plan between 9i and 11g, we found one of the table is going through "INDEX RANGE SCAN NON UNIQUE" in 9i but in

  • Can I print DIRECT with from my iPad

    Can I print direct from my IPad without a computer?

  • Taped Media Transfered to DVD - Can I copy to HD & edit in iMovie?

    Hello iMovie Gurus! A friend has some taped content & has asked me to edit it for him. I am under the impression that if he gets it transfered to a DVD, I can then copy it to my harddrive and edit it with iMovie. Am I right in this assumption? Thanks

  • Ios7 and iTunes 11.1.1

    I have a iPhone 5 that is IOS 7 and iTunes 11.1.1 for Windows. Since I got IOS 7 I can't sync my music! Why Not??