EBS BAI / BAI2 Format Standard File Structures in SAP

Hello Collegues
We have standard file structures which can be viewed in T.code SE11 for LockBox such as FLB01-FLB09 etc.,
Does anyone know the structure names for EBS BAI or BAI2 or NACHA format.
Also, does SAP allow to process / clear a EBS BAI2 or NACHA format EBS File in T.code FF.5 or FF_5.
I checked in the T.code FF_5 and the std format option is only BAI, Multicash, MT940 etc but no BAI2 or Nacha format.
My Bank is Wells Fargo who sends me EBS file in BAI2 or Nacha format.
Request your inputs pls
Thanks & Regards
Amarnath.R

Hi Amar,
Did you find the answer to this? I’m stuck at the same level
Thanks

Similar Messages

  • EBS with MT940 format field 86 structure - the details of remitter

    Dear Sap guru,
    I am starting configuration for EBS with MT940 format field 86 structured. I have got the format from Deutsche bank.
    My problem is how to configure a search string to search within field 86 for Bank code of remitter (?30) and account number of remitter (?31). The search string appears to search the details of payment information (?20Bis?29) only.
    Could any of you provide your expertise on this so that EBS will pick up the remitter information ?
    Kind regards
    taro

    The field ?30 is stored in FEBEP-PABLZ.
    When the field ?31 contains an IBAN, it is stored in FEBEP-PIBAN (and the corresponding BBAN is stored in FEBEP-PAKTO); in the other cases it is stored in FEBEP-PAKTO.
    You should use these fields in a user exit.
    (Source: program RFEKA400:)
          WHEN '30'.
    *       BLZ   Auftraggeber/Zahlungsempfänger
            MOVE HEAD_2 TO XFEBEP-PABLZ.
          WHEN '31'.
    *       Konto Auftraggeber/Zahlungsempfänger
            CALL FUNCTION 'FUNCTION_EXISTS'                   "start n969358
              EXPORTING
                funcname = 'SEARCH_FOR_IBAN'
              EXCEPTIONS
                others   = 1.
            IF sy-subrc = 0.
              CALL FUNCTION 'SEARCH_FOR_IBAN'
                EXPORTING
                  i_string = head_2
                IMPORTING
    *              e_tiban  = l_tiban
                  e_subrc  = l_subrc.
              IF l_subrc = 1. "not an IBAN
                MOVE HEAD_2 TO XFEBEP-PAKTO.
              ELSE.
                MOVE HEAD_2 TO XFEBEP-PIBAN.
              ENDIF.
            ELSE.
              MOVE HEAD_2 TO XFEBEP-PAKTO.
            ENDIF.                                              "end n969358

  • EBS BAI file check clearing

    I am trying to clear check through EBS (BAI format) file upload but the check numbers are coming through in the 16 records in the reference field and not in the 88 records (note to payee). I know we can clear check through check number in 88 records using string config but I don't know what to configure for clearing check if the check number is in 16 records. For e.g.
    16,475,656933,,,0013000168/
    Where 0013000168 is check number. plus the 2 leading zeros are not there in the check number in SAP. .
    Thanks
    Ranjit
    Edited by: Ron on Feb 1, 2009 1:04 AM

    Q1: Did you use F.13 or the fuction in EBS it's self?
    We are using EBS download(FF_5) itself to do the auto-clearing
    If you have configured the EBS, make sure you took care of the following points as well:
    a) In the 'define posting rule', you have entered 4 as 'posting type' (Credit posting key 50 and debit posting key 'blank')
    b)In the 'Assign External transaction types to posting rules' you have mapped the external transaction codes (given by your bank) to the correct interpretation alogrithm for checks (we are using 011)
    Q2: How did you match with the payment open item ? (for our case, the payment items only have F110 run date and Id plus amt to match with)
    If you are creating the check in SAP, then every check payment document has the unique check number assignment as you know. When you download the EBS, it has check number information in the file. SAP then matches this number with the same existing number in the check register. And from the check number it finds and clears the corresponding payment document.
    We are downloading here BAI2 format through EBS. In the BAI2 file if you are getting the check number in the record starting with 16, then SAP will be able to find the check number and do the clearing based on the interpretation alogrithm config. But if you getting the check number in the record starting with 88, then you can use 'Define search string for EBS' config to interpret hte check number from note to payee field.
    Thanks
    Ron

  • Can't install windows it says the boot camp partition is not formatted as a NTFS file structure

    Using boot camp assistant it gets to the point of installing windows 7 and it won't because the boot camp partition is not a NTFS file structure. It also seems strange to me that there are 5 partitions would have expect ether 2 or 3. Please help this is very frustrating.
    Thanks in advance

    Open, if not so already, the Windows formatter. Identify the BC Windows partition. It will be the one listed with the proper size you created and/or will be labeled as a C: drive. Be careful you select the right one or you may be corrupting the entire drive.
    Format the partition as NTFS.

  • SAP standard File formats for payments

    Hi Gurus,
    Can any one of you kindly provide the SAP standard file formats for "Check" and "WIRE" payments for the bank interface?
    With the SAP standard file formats I need to contact my client's bank to know whether they can support the standard format for the interface.
    Early response will be appreciated.
    Thanks for the help.
    Regards,
    SP

    Hi,
    Good evening and greetings,
    Please go through the following link
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/70/42753ced012a49e10000000a11402f/frameset.htm
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Oracle Retail standard file format for batches - specification needed

    Is there any accurate specification of Oracle Retail standard file format for batches, such as EdiUpcat.pc (possibly with examples)?
    I am trying to produce a file with supplier cost changes for Cost Change Batch (ediupcat.pc).
    In "Operations Guide - Batch Overviews and Designs - Volume 1" I found some brief description, though it is not clear to me
    1) what should I do with empty values (obviously, pad with appropriate number of spaces?)
    2) What if some string value has less characters than specified? Should I left-pad or right-pad?
    3) What does Number(12,4) means? How many characters exactly? 17? Why then values in some fields are multiplied by 10000 (so that to obtain integer value) while in others they go in Number(12,4) notation?

    Hi Roman,
    I am glad to be of help.
    Try to see it like this:
    A number 20 is of char-length 20 in a flatfile, and the value is what it is 1:1.
    A number 12,4 is of char-length 12 in a flatfile, but needs to be divided by 10^4 (10000) to get its real value.
    Indeed there is a funny asymmetry in the documentation how the decimals are handled - but we needed to read carefully already anyhow... :)
    I always like to construct a file by hand in an editor (vi, whatever) and then run it through the program, and check the errors in the error file.
    Good luck and best regards,
    Erik
    Edited by: ErikYkema on Oct 13, 2011 3:01 PM

  • Using Adobe Bridge file structure with iPhoto (latest version)

    I use Adobe Bridge and have all my pics in named folders in Pictures/PICS/Folder Names.  Inside the PICS folder is the iPhoto Library (only a few pics in it).  Is there any way I can use the file structure I have set up with Bridge and iPhoto (latest) simultaneously?  I really dont want to import (copy) all my pics into IPhot because I am pretty sure I will end up with two versions of each.  I havent been able to manage pics manually the way I like to in older versions of iPhoto. 

    Here's some info to help you setup Photoshop for use with iPhoto:
    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done. 
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements  the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Note 1: screenshots are from PSE 10
    Note:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.
    OT

  • File detector detected an inconsistency in the file structure of

    After importing my .AVI file, I keep getting a yellow exclamation mark which shows this message:
    File detector detected an inconsistency in the file structure of … Reading and writing the file structure of this file's metadate (xmp) has been disabled.
    I am new to PE9, and running this on a MAC
    -Jan

    Here are the specs, Steve. 
    First Analyzed File Results *****
    General Parameters ***
    - Name: Megan1stYr.avi
    - Container: AVI - Audio Video Interleaved
    - Creation Date: 2010-10-14 10:39:26 AM
    - Size: 5011.5 MiB
    - Duration: 0:04:42
    - Bitrate: 30.4 Mbps
    - Encoding Library: Undefined
    - Encoding Application: Undefined
    Video Track Parameters ***
    - Format: DV (NTSC)
    - Size: 1.35 GiB (28%)
    - FourCC: dvc
    - Track number(s): 0
    - Bitrate: Max.: Undefined
       Average: 8 389 Kbps
       Min.: Undefined
    - Frame rate (fps): Max.: ---
       Average: 29.970
       Min.: ---
    - Bitrate mode: Undefined
    - Encoding profile: Undefined
    - Resolution: 24 bits
    - Width (Pixel number): 720
    - Height (Pixel number): 480
    - Pixel Aspect Ratio: Undefined
    - Display aspect ratio: 4:3
    - Chroma subsampling format: YUV411p
    - TV standard: NTSC
    - Interlacing: Interlaced
    - Encoding library: Undefined
    - Additional Parameters: Bits/(Pixel*Frame) ratio: 0.810
    Audio Track(s) Parameters ***
    - Format: Uncompressed PCM
    - Size: 103 MiB (2%)
    - FourCC: 0x1
    - Number(s) and language(s): -: Undefined
    - Details: 16-bit, little endian, signed linear PCM
    - Profile: Undefined
    - Bitrate: 1 536 Kbps
    - Bitrate mode: Constant
    - Resolution: 16 bits
    - Rate: 48.0 KHz
    - Channel(s): 2 (stereo)
    - Position: Undefined
    - Encoding Library: Undefined
    - Additional Parameters: Not available
    Miscellaneous ***
    - Subtitle(s): No Subtitle
    - Metadata: Album: Undefined
       Part number:  Undefined
       Track name: Undefined
       Track name number:  Undefined
       Performer: Undefined
       Screenplayer/Writer: Undefined
       Genre: Undefined
       Encoded date: Undefined
       Comment: Undefined
       Album artist: Undefined
       Grouping: Undefined
       Copyright: Undefined

  • Electronic bank statement MT940 format (field 86 structured)

    Hi guru
    I receive from UBS bank an EBS in MT940 format.
    With trx FF_5 I need to import with format 'S' (MT940 field 86 structured).
    While import the error message 'Data lenght error in record 86' is displayed and I can't import the file.
    But If I change the import format from 'S' to 'I' (MT940 field 86 unstructured)  the import works.
    Somebody has an idea how I can always import with the same fomat?
    Thank you in advance
    Tiziano

    Hi
    thank for your answer.
    I open a case to SAP because is a technical problem with the bank file.
    Tiziano

  • I would like to know how i can save an byte array to a mat file format (matlab file format '*.mat') within to use the matlab API

    So, I search the binary matlab file format('*.mat').

    Title:
    Moving Data Between MATLAB® and LabVIEW
    Problem: 
    How can I share data between LabVIEW and the MATLAB environment?
    Solution: 
    MATLAB users can move data between the
    MATLAB environment and LabVIEW, you have several options. Prior to
    LabVIEW 5.1, the only way to transfer data between these two
    environments was to use the Save and Load functions. Those are discussed herein.
    Beginning
    in LabVIEW 8.0, MathScipt was introduced. MathScript is an integrated
    part of LabVIEW that you can use to combine intuitive graphical
    dataflow programming with math-oriented textual programming. See the
    attached links below for more information on MathScript.
    Beginning
    in LabVIEW 5.1, the MATLAB script node was introduced into the LabVIEW
    programming environment. The MATLAB script node makes ActiveX calls to
    the MATLAB software from within LabVIEW. This requires that both MATLAB
    be installed on the same machine and that a valid license is obtained.
    More information on the MATLAB script node can be found in the attached
    KB's.
    For all versions of LabVIEW, this data transfer can be
    performed by saving the data in a file using the MATLAB software and
    reading it directly from LabVIEW, or vice versa. In the MATLAB
    environment, the command "save" allows you to save the data in
    binary format (*.mat) or ASCII format. You also have an option of
    saving it in ASCII format using a tab delimiter between data points and
    the command "load" allows you to read in the data.
    ASCII Format
    Complete the following steps to import or export data between LabVIEW and the MATLAB environment using an ASCII file format.
    From the MATLAB environment to LabVIEW
    To save a vector or a matrix X in tab-delimited ASCII format, enter the following in the command window or m-script file in the MATLAB environment:
    >>SAVE filename X -ascii -double -tabs
    This creates a file named filename containing data X in tab-delimited ASCII format.
    Import the file into LabVIEW using the Read From Spreadsheet File VI located on the Functions»File I/O palette.
    From LabVIEW to the MATLAB environment
    To export a matrix X from LabVIEW to the MATLAB environment, first save the data in ASCII format in LabVIEW using the Write To Spreadsheet File VI on the Functions » File I/O palette.
    Enter the following in the command window of the MATLAB environment, or in the m-script file:
    >> LOAD filename
    This reads the data into the MATLAB environment.
    Binary Format
    Complete the following steps to import or export data between LabVIEW and the MATLAB environment.
    From the MATLAB environment to LabVIEW
    As mentioned above, LabVIEW does not save multiple variables to one
    data with extra manipulation, and will not be discussed here.
    Therefore, the only way of sending the data from the MATLAB environment
    to LabVIEW without tampering with the MAT binary file structure is
    using the ASCII format. Also, please bear in mind that you need to have
    one file for one variable.
    From LabVIEW to the MATLAB environment
    Because
    the MATLAB software saves data in its own binary format, the "MAT"
    file, binary LabVIEW data must be converted to this format prior to
    transferring the data. The attached examples can be used to save
    LabVIEW data in the MATLAB software format. The convenience of the .MAT
    file format is that more than one variable can be saved in the same
    file. The example shows saving seven variables to .MAT format; the
    example can be modified for any number of variables.
    Once this data is saved from LabVIEW, it can be read into the MATLAB environment, using the following command:
    >>LOAD filename
    The Who
    command can then be used to display all the seven variable names, and
    you can display the content of them by entering the variable names at
    the command prompt as usual.
    MATLAB® is a
    registered trademark of The MathWorks, Inc. Other product and company
    names listed are trademarks and trade names of their respective
    companies.
    | Michael K | Project Manager | LabVIEW R&D | National Instruments |

  • Moving a Folder from the iTunes Folder to My Own File Structure

    I'm trying to move a folder from the default iTunes folder to a folder on another drive where I am managing the file structure. This allows me to file music as I would like to on the disk an makes things much easier to find when I need to.
    Recently I've noticed that when I do this I lose some of the song meta data such as the image and rating which is kind of annoying. Is there any way to do this and not lose meta data?

    If the external drive is in NTFS format (which is how most new drives are shipped), the Mac can't write to it. Reformat it with Disk Utility, putting it into Mac OS Extended format.

  • File formatting using File adapter

    Hi we are using a sender / receiver file adapter to recive file from source and post file to the target location
    This is the expected format in the target system
    <?xml version="1.0" encoding="utf-8"?>
    <YYY_TIME_XML>
    <YYY_TIME_DATA>
    <CLIENTID>1</CLIENTID><EMPLID>7454</EMPLID><EMPL_RCD>1</EMPL_RCD><SEQNO>2</SEQNO><COMPANY>765</COMPANY><BUSINESS_UNIT/><DEPTID/><LOCATION/><JOBCODE/><PAYGROUP>XI1</PAYGROUP><OFF_CYCLE>Y</OFF_CYCLE><PU_TXN_TYPE>R</PU_TXN_TYPE><MANUAL_CHECK>S</MANUAL_CHECK><ERNCD>KEG</ERNCD><DATEWORKED>19970303</DATEWORKED><EARNS_BEGIN_DT>20050624</EARNS_BEGIN_DT><EARNS_END_DT>20040630</EARNS_END_DT><OTH_HRS>5</OTH_HRS><ADDL_PAY_SHIFT/><ADDL_SEQ>0</ADDL_SEQ><COMPRATE>10</COMPRATE><DISABLE_DIR_DEP>R</DISABLE_DIR_DEP><AMT>80</AMT><CREATION_DT>20070401101234</CREATION_DT><BATCH_ID>200777251</BATCH_ID><STATE> </STATE><LOCALITY> </LOCALITY><GB_GROUP_ID> </GB_GROUP_ID>
    </YYY_TIME_DATA>
    <YYY_TIME_DATA>
    <CLIENTID>1</CLIENTID><EMPLID>127454</EMPLID><EMPL_RCD>3</EMPL_RCD><SEQNO>5</SEQNO><COMPANY>149</COMPANY><BUSINESS_UNIT/><DEPTID/><LOCATION/><JOBCODE/><PAYGROUP>SW1</PAYGROUP><OFF_CYCLE>T</OFF_CYCLE><PU_TXN_TYPE>Q</PU_TXN_TYPE><MANUAL_CHECK>S</MANUAL_CHECK><ERNCD>BEG</ERNCD><DATEWORKED>20050707</DATEWORKED><EARNS_BEGIN_DT>20050624</EARNS_BEGIN_DT><EARNS_END_DT>20040630</EARNS_END_DT><OTH_HRS>52</OTH_HRS><ADDL_PAY_SHIFT/><ADDL_SEQ>0</ADDL_SEQ><COMPRATE>8</COMPRATE><DISABLE_DIR_DEP>Q</DISABLE_DIR_DEP><AMT>90</AMT><CREATION_DT>20070401106784</CREATION_DT><BATCH_ID>200788851</BATCH_ID><STATE> </STATE><LOCALITY> </LOCALITY><GB_GROUP_ID> </GB_GROUP_ID>
    </YYY_TIME_DATA>
    But we are getting the data in a line string format.
    <YYY_TIME_XML><YYY_TIME_DATA><CLIENTID>1</CLIENTID>......................
    Any ideas on how to fix this.
    Thanks,

    Hi Nandini !
    As far as I understand, the "CRLF" characters (Hexa 0D and 0A for carriage return and line need) are not needed for the XML parser to understand the target file structure as a unique line...maybe your target system is parsing manually the file reading it line by line instead of using an XML parser.
    If you try to open your received xml file in Internet Explorer? are you seeing it correct?
    An XML file with all info in one line is still a valid XML file.
    Regards,
    Matias.

  • IPhoto Library file structure

    I have consolidated a large number of photos into rolls with meaningful names (e.g. NOT Roll 108 etc.,) and when the roll is empty in iPhoto the title disappears. However, if I try to use othr applications to access the originals, all the old, empty rolls are still shown in the file structure. Can I safely delete these in Finder or will it affect iPhoto? I just want to tidy up the file tree for when I'm using something other than iPhoto for manipulating my photos.

    BreizhRonB
    an I safely delete these in Finder or will it affect iPhoto?
    It is strongly advised that you do not move, change or in anyway alter things in the iPhoto Library Folder as this can cause the application to fail and even lead to data loss. Given that iPhoto is not removing them automatically may be because there are pics in the trash that belong to these Rolls (solution: empty the iPhoto trash). However, it might also be due to HD issues.
    However, if I try to use othr applications to access the originals,
    This is also not recommended. What other apps are you using? Photo editors? You can set any image editor as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in the editor, and when you save it it's sent back to iPhoto automatically.
    or
    There are three ways (at least) to get files from the iPhoto Window.
    1. Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. Show File: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Also, many applications use the the media browser. However, the key information is that Users and/or other Applications should not attempt to access the iPhoto Library Folder.
    Regards
    TD
    Message was edited by: Terence Devlin

  • IPhoto file structure corrupted?

    Dear all,
    It seems that my file structure of iPhoto is corrupted.
    I import my photo's from a Sony digital camera and during vacations I use the iPod as an in between storage medium as well.
    After the holidays I downloaded the pictures into iPhoto, and I see now that the photo's are not saved any longer in the 'Year, Month, Day' folder structure as it used to do before using an iPod, but now all of a sudden the pictures are stored in the an 'Original' folder in the iPhoto Library and which has now also year folders like 2001, 2004, ... 2006, etc.
    These folders in turn, contain subfolders either labeled for example 'Filmrol 228', 'Filmrol 229', etc., and '100APPLE', through '103APPLE', which contain the individual photos. So no 'Months' or 'Day' directories.
    It seems that my file structure has been corrupted (by the iPod??) somehow.
    Currently there is no logical way I can find my pictures under the 'Year, Month, Day' file set up any more, exept by clicking on the photo and with the right mouse button and select "Show file".
    How can I correct this mess?
    Thanks,
    Hans

    Hi Hans,
    From your post, it seems as though you are now using iPhoto 6. I say this because this is how iPhoto 6 organizes in the finder.
    iPhoto 6 Library folder in the Finder
    As you can see the structure is now related to rolls. Rolls are created for each folder you import and each import session from a camera.
    It is very easy to change the names of film rolls within iPhoto to make them easier to find images within. Open the info panel in iPhoto by clicking on the "i" icon. Once it is opened, click on the roll title in the viewing window.
    Click on the word "title" in the info pane and type in your new title. I like to use a date and text format such as 12/25/05 Christmas at Mom's, 1/05/06 my birthday, etc. Once the roll names are changed within iPhoto, they are also changed within the Finder, making it easy to locate an image.
    When importing from a camera, make sure you name the roll with a date and text before the import.

  • Iphoto file structure

    I hate the date file structure for iphoto. If I move to a programme which isn't iphoto, I cannot navigate through the date structure to find certain photos.
    Why is it when I name a photo in iphoto, the name does not show in the file structure. Is there any way around this or am I stuck with using iphoto for ever. Could be a probleem if Apple went bust
    TIA Anteric

    Hi anthony,
    The iPhoto 6 files organization is now by Years/rolls
    iPhoto 6 Library folder in the Finder
    As you can see the structure is now related to rolls. Rolls are created for each folder you import and each import session from a camera.
    It is very easy to change the names of film rolls within iPhoto to make them easier to find images within. Open the info panel in iPhoto by clicking on the "i" icon. Once it is opened, click on the roll title in the viewing window.
    Click on the word "title" in the info pane and type in your new title. I like to use a date and text format such as 12/25/05 Christmas at Mom's, 1/05/06 my birthday, etc. Once the roll names are changed within iPhoto, they are also changed within the Finder, making it easy to locate an image.
    When importing from a camera, make sure you name the roll with a date and text before the import.
    The title you give a photo in iPhoto stays within iPhoto. the image file name remains the same in the Finder.
    If you want to rename images, it should be done before importing into iPhoto.
    download using your camera software or Image Capture, rename the photos, then import into iPhoto.
    If you need to access photos from an album it is very difficult for a third party application to navigate the iPhoto Library in order to find the photo you need. You will have to know the date of import(iPhoto 5), or roll name (iPhoto 6) in order to find the photo.
    There are some third party applications that can read the xml file and can navigate the iPhoto library and show you the Albums. Hopefully more applications will be revised to read this file.
    Until then you will have to Share/Export the photos to the desktop. You can then navigate to the desktop to use the photos (example: web uploading from online photo site)
    If your application supports drag and drop, you can drag the photo from an open iPhoto Library window into your application.
    For email you can also use the email icon within iPhoto to open a message with the highlighted photo attached.
    You can also use spotlight to find images in an Album...
    This is what I have done using Spotlight to find my images that are in iPhoto albums without opening iPhoto..
    In iPhoto, select the album, then select all, go to Photos/batch change.
    Change the comments to text. In the text field I put the name of the Album.
    Do this for each album.
    Close iPhoto.
    Open Spotlight and put in the name of the Album ( you have to remember the names of the albums or have then written down)
    In the spotlight search results. click on "show all"
    Under "Images" click on the "xx more" to show all the images in the album.
    Make sure you have it in icon view, the icon view box is the last one on the blue images line.
    Now you can control click on the image to "reveal in finder", open in iPhoto or Mail, etc.
    I am not sure if this is going to make you happy and it is a little more work, but you can find images in albums and even view them in a slideshow (by clicking the play arrow at the end of the Images highlighted blue line) using Spotlight, all without opening iPhoto.
    One important thing to know is you can set up a graphic program to be an external editor (when you double click an image in the library} such as PhotoShop or PS Elements. You set up that within iPhoto Preferences. Just make sure you save the image flattened and with the same name. The edits will then be relected in iPhoto when you hit "save".
    I have just found this useful piece of info at Macoshints.com
    "Since Apple developed its "digital hub", with iLife and now iWork, I have wanted to have a system-wide panel that would let me choose pictures from my iPhoto library without having to open the application.
    For example, if I want to add a picture to a TextEdit RTFD document, I had to launch iPhoto, chose the picture, and drag it to the document. Waiting for iPhoto to launch can be long if you have a lot of photos.
    But there is a way to get around this, using an Automator action.
    1. Open Automator, and click iPhoto.
    2. From the list of actions, select Ask for Photos, and drag it to the right-hand pane.
    3. Save this as a plug-in, and select Script Menu (the script menu that displays in the menu bar) so it is accessible anywhere. (If this menu is not visible, launch the AppleScript Utility in /Applications/Applescript, and check 'Show Script Menu in menu bar.')
    Next time you need a picture from your iPhoto library, select this action from the AppleScript menu, and you'll have a media browser that lets you do so without opening iPhoto. "
    Two Apple kbs for you to read
    Don't tamper with files in the iPhoto library folder
    About the iPhoto Library folder

Maybe you are looking for

  • Error in uploading data from DSO to Infocube in 3.5(rsa1old)

    While uploading data from DSO to Infocube, I selected Initial update option In schedule tab when I clicked start, an error occured it says: Delete init request REQU_D4YTAGX8PEOUQJLSKOEPH9EV before running init. again with same selection. Can anyone l

  • Can I put apps on an external drive and run them from there?

    I want to know can I put apps downloaded from the Mac App store onto an external hard drive and launch them from there? The storage on my mac is full and I want to put apps onto an external drive to create more space on my mac.

  • Marketing Attributes in questionnaires in activities

    Hello, I have already maintain questionnaires for activites, and I can manage them at questionnaires Tab in the Business Activity associated. I have automatically incorporated a set of attributes as questions and manually, another questions. I have t

  • CF8 Use of clientCert and cfhttp

    Dears, In coldfusion 8, we are trying to implement a web service call in secured mode (use of ssl and client certificate). we used therefore new elements clientCert and clientCertPassword into cfhttp command. we received a Connection Failure as a res

  • Acknowledging individual message, leaving others in the queue

    Hi, I am trying to find a way to acknowledge some messages while leaving others on the queue but when I do call m.acknowledge() on the message I want to ack all the messages previously received are removed from the queue. I have read the doc and it s