File format:  tcode BIC for SWIFT code uploading in BNKA table

please can anyone help to upload the input file for BIC tcode?
I have given the following fields in the input file and executed for the test run.
BANK NAME|CITY|STREET|BANK KEY|BANK NUM|SWIFT|BRANCH
After execution it is telling "No data in file for selected countries".
Can anyone tell me why is this error encountered? and the correct file format.
Thanks
Edited by: kavita painter on Dec 15, 2009 12:19 PM

Hi there,
That is not really an error.  If you specify the country(ies) you intend to upload, then the program will only go after those countries from the upload file.  However, if you do not specify any countries, the program assumes that you want to load all countries.  Therefore, for each country that is not included in your upload file, the system will write the message "No Data for Selected Country." I hope that makes sense and that it helps.
Regards,
Wes Green

Similar Messages

  • How to run the Transaction Code - BIC for Bank keys uploading

    Hi
    How to run the Transaction Code - BIC for Bank keys uploading.
    please give me suggestion.
    Thanks
    Indu

    Go to BIC transaction screen
    Fill the selection screen parameters as below
    1. Update Run (Test Run: Check Off: Real Run:Check On)
    2. Set Deletion Flag (Check On)
    3. Maximum no. of records: 999999
    4. Detail List (Check On)
    5. Display variant: 1SAP
    6. Presentation server (Select Radio Button)
    7. Application server (Deselcet Radio button)
    8. File name and Path: Select relavant file which is to be upload
    9. Bank country: If needed (Give respective country name)
    10. Select execute button or F8
    NOTE: Make sure that before executing run execute TEST RUN by deselecting Update Run check box
    Hope this will meet your requirement
    Thanks.

  • Writing Import and FIle Format Plug-Ins for Photoshop CS1

    Hi All,
    I have written two plug-ins (Import and File Format) which work fine using CS2. Unfortunately we need to be able to have them work in CS1 too. I downed the "Adobe Photoshop CS SDK" but when when I looked at the API document ("Photoshop API Guide.pdf"), chapters 6 and 9 are missing and there is no sample code for these plug-in types.
    Could anyone explain why this is?
    How do I write these types of plug-in's for CS1?
    Thanks for your Help
    All the Best
    Dave

    I have published
    GPL source code to many plugins all of which are compatible with Photoshop 3.0 through CS2, on Windows and Mac. Unless you are using CS2 specific features, the your Import and Format DLLs should already work with CS on Windows.
    On the Mac, the executable format changed between CS and CS2, and you would need to build a PEF plugin for CS. MPW and CodeWarrior can do that; Xcode cannot.

  • Ld: file was built for unsupported file format...for architecture armv7

    hi:
    I recently developed a project with custom ANE and I get this error msg when compile ipa since I upgraded the sdk from 3.5 to 3.8.
    ANE compile CMD:
    adt -package -storetype pkcs12 -keystore ane.p12 -storepass 1234 -target ane yund.ane extension.xml -swc yunding.swc -platform iPhone-ARM -platformoptions platform.xml IDS.framework library.swf libIslandIDSANE.a
    platform.xml:
    <platform xmlns="http://ns.adobe.com/air/extension/3.5">
         <sdkVersion>6.1</sdkVersion>
         <linkerOptions>
                        <option>-w</option>
            <option>-ios_version_min 4.2</option>
                        <option>-framework Foundation</option>
                        <option>-framework StoreKit</option>
                        <option>-framework AdSupport</option>
                        <option>-framework QuartzCore</option>
                        <option>-framework UIKit</option>
                        <option>-framework CoreGraphics</option>
                        <option>-framework SystemConfiguration</option>
                        <option>-framework Foundation</option>
                        <option>-lz</option>
         </linkerOptions>
                 <packagedDependencies>
                        <packagedDependency>IDS.framework</packagedDependency>
              </packagedDependencies>
    </platform>
    msg:
    ld: file was built for unsupported file format ( 0x56 0x65 0x72 0x73 0x69 0x6f 0x6e 0x73 0x2f 0x43 0x75 0x72 0x72 0x65 0x6e 0x74 ) which is not the architecture being linked (armv7): C:\Users\timoo\AppData\Local\Temp\139d9782-79fd-422a-8c15-da1da2da8c53/IDS.framework/IDS for architecture armv7
    Compilation failed while executing : ld64
    help me
    thx

    Have you Found the way to solve this problem yet?
    I  have got the same problem. Here is the error log when building the IPA:
    ld: warning: ignoring file /var/folders/c0/m8m1_z5915qblkj9d_7jhmcw0000gn/T/3cb383e9-0092-4b1c-909f-5c219b2fbcd4/Par tytrack.framework/Partytrack, file was built for unsupported file format ( 0x56 0x65 0x72 0x73 0x69 0x6f 0x6e 0x73 0x2f 0x43 0x75 0x72 0x72 0x65 0x6e 0x74 ) which is not the architecture being linked (armv7): /var/folders/c0/m8m1_z5915qblkj9d_7jhmcw0000gn/T/3cb383e9-0092-4b1c-909f-5c219b2fbcd4/Par tytrack.framework/Partytrack
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: /Users/apple/Documents/flexsdk/flex3.9/lib/aot/lib/libDebugger1.arm-air.a(avmplusDebugger .cpp.o)
    Undefined symbols for architecture armv7:
      "_OBJC_CLASS_$_Partytrack", referenced from:
          objc-class-ref in libcom.haibin.extension.PromotionAPI.a(partyTrackAPI.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    My platformoption.xml content is:
    <platform xmlns="http://ns.adobe.com/air/extension/3.8">
        <sdkVersion>7.0</sdkVersion>
        <linkerOptions>
            <option>-ios_version_min 4.3</option>
            <option>-framework CoreData</option>
            <option>-framework UIKit</option>
            <option>-framework Foundation</option>
            <option>-framework Security</option>
            <option>-weak_framework AdSupport</option>
        </linkerOptions>
        <packagedDependencies>
            <packagedDependency>Partytrack.framework</packagedDependency>
        </packagedDependencies>
    </platform>
    And my build command are:
    <target name="package" description="Create the extension package">
    <exec executable="${FLEX_HOME}/bin/adt" failonerror="true" dir="${basedir}">
    <env key="AIR_SDK_HOME" value="${FLEX_HOME}"/>
    <arg value="-package"/>
    <arg line="-storetype pkcs12"/>
    <arg line="-keystore testkey.p12"/>
    <arg line="-storepass 123456"/>
    <arg line="-target ane"/>
    <arg value="../${ANE_NAME}.ane"/>
    <arg value="extension.xml"/>
    <arg line="-swc ../swc/${ANE_NAME}.swc"/>
    <arg line="-platform iPhone-ARM -platformoptions platform.xml -C ../iPhone-ARM/ . "/>
    <arg line="-platform Android-ARM -C ../Android-ARM/ ."/>
    <arg line="-platform default -C ../default/ ."/>
    </exec>
    </target>
    File "Partytrack.framework " is in the directory "iPhone-ARM"

  • Which data file format is better for storing setup information? XML, ASCII or Binary?

    Hello,
    Our application is using cluster, string, Integer and other data types and storing them in ASCII files.  We are using flatten to string function and storing it to the text file.  However, going ahead we want to migrate to XML file format.  Is it a good idea?  What would be the pros and cons?
    Thanks.

    If you are using LabVIEW's Flatten to String function, you are storing your data as binary, even if you are sending a string to the file writer.
    The issues you will run into using this method or any of the canned LabVIEW XML VIs:  If your data type changes, your files can't be read in any more.  You mentioned you have clusters.  If you add an element or take one away, the old files won't be read in anymore.  You would have to store old versions of the data type and file reader and then convert the old data type to the new data type.
    The nice thing about OpenG's INI functions is they take variant's, so you can pass complex data structures and it will write the file.  If the data type changes, as long as it can be coerced into the format, it will still be read in.  If you pass a cluster and a value is missing from the INI, the default is used.  If there is an extra value in the INI, it's just skipped.  So, your reader and writers can be updated without as much concern about supporting old data files.
    One method you can do if you want to use binary is the "TLD" method.  TLD stands for Type, Length, Data.  I use an enum for the Type.  The Length is just the length of the Data which follows, and then the data is the binary data.  If I change a data type, then I create a new enum value (always has to be added to the end of the list to maintain value consistency with the old files).  This way, the reader can still handle the old data type and convert it into the new data type in whatever method is necessary.  It can also completely ignore it if desired.  I usually process clusters as individual items so I don't have to save old versions of the cluster.  It works quite well and only adds a few bytes per data item.  The big caveat is you have to remember to update your file writer and reader whenever you change a datatype or add a new value.

  • Best video file format to email for use in imovie09

    Does anyone know which video file format is best to send by email so as to be able to then use the file in imovie09. For a business project, I have to request short videos to be emailed to me from a variety of individuals, and then I will put them together as an imovie project. Should Youtube be avoided as a source ? Thanks.

    Emailing video can be a real drama.
    You can easily convert YouTube video if you have the free software MPEG Streamclip: http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    Download version 1.9.3b4 and install in your applications.
    Open then File > Open URL and copy/paste the YT clip address.
    Then File > Export to QuickTime and select Apple Intermediate Codec for the compression.
    The converted file will import into iMovie.
    Regards, Z.

  • Mavericks, Aperture upgrade; the message is: unsupported file format. This for my "normal" NEF

    When I try to edit my NEF File with an external editor eg. NikSoftware, Aperture show me this msg: Unsupported file format
    the editor doesn't start; in aperture i can't see the preview of that file.
    I tried to restart, but s.times ok others no.
    why?
    tks
    Alberto

    Have you two tried with the latest Nik Software update? You might need to update preview or reprocess the image after upgrade.
    See: https://support.google.com/nikcollection/answer/4400822?hl=en&ref_topic=3001406

  • APE 7 best file format to share for later upload to YouTube?

    i capture on a Canon FS11 in standard definition widescreen PAL an use adobe premiere elements 7.  i generally trim clips and put a title on, maybe adjust the sound level before uploading to YouTube.
    Occasionally I have internet connection problems when sharing from APE7 (eg due to slow or intermittent wifi) and it hangs.  Or i edit clips when out and about say on a train and have no reliable upload at all.
    So I would rather share clips to save on my hard drive and then upload to youtube manually later when hooked up to a stable wired commection.
    What is the best format/settings to save/share to my hard drive that will achieve best qaulity when uploaded to youtube and converted there.  I am aware there is a trade off between quality and file size and i should like to find the best compromise with a smallish file size.
    thanks for your help in advance
    william

    Hello William and welcome to the forum.
    One of the features of the forum is a 'More Like This' information box (over to the right hand side of the screen. When viewing your post there is a 'More Like This' box containing four YouTube related discussions. This one is a good starting point: How can I get the best quality video on YouTube?
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Upload any file format to server for storage

    hello,can anybody solve my doubt here in java . i wish to upload the file of any extension(any format) in to server for further storage in database.what will be the best server components and API used at the application logic leve?

    Check out MultiPartRequest and MultiPartParser at O'Reilly's servlets site:
    http://www.servlets.com/cos/index.html

  • Best File Format to use for iTunes and MAC

    I have always used the AAC Encoder set to 256 kbps to import my CDs to iTunes. In preparation for moving to a music server system in the future I want to re-import my CDs at the highest quality (uncompressed) format that I can.
    Is my understanding correct that AIFF was developed for use with MAC and basically WAV for Windows? Would it be best for me to use AIFF? Should the settings be left at automatic or set to 16 bit, 44 khz and stereo?
    I understand there is a way to take these uncompressed files and compress them later for transfer to my iPod. How is that done? If there are tutorials or other directions on this site or others please feel free to direct me to those. At this point I have not been able to find an answer to my specific questions.
    Any other recommendations or suggestions is appreciated.
    Thank You
    Mike

    Macs and iTunes will recognize and play both AIFF and WAV formats. If you want to play the files on Windows machines as well, I'd say use WAV encoding. In order to ensure the quality you want, change the setting from 'Automatic' to 16 Bit, 44.1khz stereo (this is industry standard).
    When you want to compress the high quality WAVs, change the import settings to the desired format (mp3/aac etc). Then select the tracks you wish to compress and in the 'Advanced' menu, chose 'Convert selection to mp3/aac'. iTunes will then create duplicate tracks encoded to the desired format.
    Hope this answers your question.

  • What file format should i pass to WDA Upload UI to upload data

    Hi,
    I am new to Webdynpro Abap. I am trying to upload an Excel sheet with extension XLS by using a WDA application.
    But when i pass the Xstring data recieved by get attribute method to Xstring to  string convert FM, it's giving me a junk value. So does it mean, i can not upload a data from XLS sheet by using WDA. ( Where as i am able to do it using OLE in normal ABAP report).
    So if not, then what format I should ask my supplier to send me the file. It must be Excel file, so may be CSV format?
    Please advise on this!!
    Thanks PG
    Edited by: PG on Nov 12, 2010 4:29 PM

    Hi PG ,
    Both excel and word formats are Microsoft propertiery formats , so you cannot use a "x-string to string" FM to covert them to string because , the data in them is not exactly in xstring formats.
    There are many threads on this topic..you should be able to find them.\
    Here is one such thread [link|Re: Can plain text be extractted from word doc in OfficeControl?].
    Thanks,
    Aditya.
    Edited by: Aditya Karanth on Nov 12, 2010 12:56 PM

  • Re: What file formats JMStudio supports for transmission using RTP

    hi
    chk this link for all the formats supported by JMF
    http://java.sun.com/products/java-media/jmf/2.1.1/formats.html
    regards
    -venkat

    hi
    JMF can play video files.. i dont know how u have programed. create a realized player and use the correct codec and format using process(create processor). so that u can play ur video file in ur program
    rgds
    -venkat

  • File format extensions list for FCP 6

    I'm somewhat new to FCP, I'm using FCP 6, and I have a client who knows next to nothing about video formats on a computer. I've looked through the manuals and still can't find an answer to this question. I know what formats FCP can import, but what are the file extensions (.AVI, .MOV, etc) that FCP supports? This is the one piece of info that makes sense to this client.

    FCP uses quicktime files with the extension .MOV
    Files with the extension .AVI, mpeg4, mpeg2 need to be converted. Compressor or MPEG Streamclip can do conversions for you if you need.

  • What file format is better for Print medium eps or ai?

    Hi All,
    I was hoping that you all could help me.  My final output is imported into InDesign and printed either by an offset printer or conventional plate and ink printing. For over 15 years I have been saving my files as eps files. The best file type at the time for this purpose.  However, now I have been hearing a lot of buzz that the eps file is old school and the now a file should be saved as an ai file even for printing. My files are mainly graphs and charts but they have to be high quality.
    My question is is that true.  Is saving as an ai file now better even when the output is printed.  Will it cause anymore problems?  Will the output quality be as high?  Does it matter which version I am using?  Right now I am using CS4?  Would it work in CS3 as well?  Is there anything that I have to look out for?
    I do like the fact that the ai file can be opened in a reader.
    I would really appreaciate your feedback.
    Thanks,
    Carolyn

    As long as it's being imported to InDesign, PDF is generally more versatile.
    Understand: when you import an AI file into InDesign, you are not importing native AI content; you are importing PDF. That's why you have to use the "PDF Compatibility" option when saving the AI file. That option embeds another complete version of the file as PDF content.
    To see this, simply try to place an AI file which was not saved with the "PDF Compatibility" option into InDesign. You'll get an error.
    That's why you can also simply Save As or Save A Copy as PDF and leave off the "Illustrator Editibility" option. The AI content is ignored by InDesign anyway.
    PDF is not more universally supported than EPS. EPS is still needed by many non-PostScript programs. Microsoft Word, for example, cannot place a PDF file as a spot graphic on Windows--probably the most common scenario when providing graphics to business clients for internal use. EPS is also understood by many other programs in other environments and industries. For example, there's still a whole world of sign shops using cutting software which can open an EPS, but cannot open a PDF.
    JET

  • What is the best high res image file format to use for print

    Dear All,
    I'm working on a 300 + page catalog, and I was wondering what would be the best image format to use on the catalog. I thought png was the best since it supports background transparency and all, but for some reason I'm not able to export it once I change the image to CMYK ( since I need CMYK for print ). Should I save all in eps. instead? Please help would be appreciated.
    thanks,
    Jack

    .psd is the best... supports everything you would want for print.  PDF does also, but takes a little more knowledge to use properly.
    .png is recommended when using Word etc.
    EPS is obsolete.

Maybe you are looking for