Converting RAR file and automail to vendors

Hi,
I have developed an ALV report,i want to send automail of  this ALV output data to vendors in RAR format.How to do this?
Thanks

Hello Sai,
ALV output can be converted to an Excel or PDF and sent in an email. To send the email, please look at the Class CL_BCS.
It would work as following;
1) Put the data contents into an Internal Table.
2) Move the internal Table data to a String Variable. Let's say, LX_CONTENT
3) Convert internal table into XSTRING using 'SCMS_STRING_TO_XSTRING',  Let's say, LX_CONTENT_XSTRING
4) Then we have to Zip the above data;
Data: oref_zip                                        type ref to cl_abap_zip,
          LX_ZIPCONTENT_BINARY            type solix_tab.
create object oref_zip.
  call method oref_zip->add
    exporting
      name    = filename                                 "Put the Zip filename           
      content = LX_CONTENT_XSTRING.
  call method oref_zip->save
    receiving
      zip = zip.
* --- Convert Xstring into Binary ---
  call function 'SCMS_XSTRING_TO_BINARY'
    exporting
      buffer                = zip
*   APPEND_TO_TABLE       = ' '
* IMPORTING
*   OUTPUT_LENGTH         =
    tables
      binary_tab            = LX_ZIPCONTENT_BINARY
5) Then you have to send the data stored in LX_ZIPCONTENT_BINARY. You can do this following example of program BCS_EXAMPLE_7 ( look at "perform send").

Similar Messages

  • Opening an .rar file and converting flac files

    I am not sure this belongs in this topic area but since iTunes is the ultimate destination of this file I posted here.
    I have a .rar file. It is a compressed file when unzipped will have FLAC audio files in the folder. I need to know how I unzip the .rar file and then how to convert the FLAC file to AIFF or ALAC for use in iTunes.

    OK, you have 2 jobs ahead of you.
    First you need to uncompress the RAR archive. Find a tool that will do this on the Mac. Although I have not personally used it, UnRARx would be a possibility.
    When it is unpacked, you will see a folder containing the FLAC files. FLAC is the number one format for lossless audio, but iTunes is unable to handle it. So, use a conversion tool such as Switch for the Mac, and convert the files to AIFF, ALAC, or AAC. Add the converted files to your iTunes library.
    Then unless you need them for some non-iTunes purpose, you can discard the RAR archive and the FLACs.

  • Problems converting PDF to MS Word document.  I successfuly converted 4 files and now subsequent files generate a "conversion failure" error when attempting to convert the file.  I have a large manuscript and I separated each chapter to assist with the co

    Problems converting PDF to MS Word document.  I successfully converted 4 files and now subsequent files generate a "conversion failure" error when attempting to convert the file.  I have a large manuscript and I separated each chapter to assist with the conversion; like I said, first 4 parts no problem, then conversion failure.  I attempted to convert the entire document and same result.  I specifically purchased the export to Word feature.  Please assist.  I initially had to export the Word Perfect document into PDF and attempting to go from PDF to MS Word.

    Hi sdr2014,
    I'm sorry to hear your conversion process has stalled. It sounds as though the problem isn't specific to one file, as you've been unable to convert anything since the first four chapters converted successfully.
    So, let's try this:
    If you're converting via the ExportPDF website, please log out, clear the browser cache, and then log back in. If you're using Reader, please choose Help > Check for Updates to make sure that you have the most current version installed.
    Please let us know how it goes.
    Best,
    Sara

  • How do I convert AAC files and put them on my SD card

    Hello all,
    I'm trying to convert some of my itunes track unto my sd card and then play them with my zen. ? The problem is I can't figure out how to get zen media explorer to put the converted files on my sd card. Does anyone know how to overcome this problem? Any help and information is very much appreciated.

    daemonvi wrote:
    tapdiggity wrote:
    Your instructions does not seem to address the issue of putting converted aac files onto the sd card.
    Yes, they do. What they don't answer is "How do I configure <insert random media management application> to convert tracks between different audio formats and DIRECTLY store the converted output to the SD card I have installed in my Zen?
    Why not? Because it isn't really possible. The internal memory of the Zen and the SD card contents are completely distinct storage areas and are not simultaneously visible to the host computer. You either have the Zen in MTP mode where you can interact with the internal memory or you have the Zen in Removable Disk mode where you can interact with the SD(HC) card. It is an either-or proposition. So you must (a) convert your music files to a location on your host computer, (b) put the Zen into Removable Disk mode, (c) transfer the converted files to the SD card and then (d) restore the Zen to MTP mode (where you can use the Memory Card menu items to browse/play the files).
    I suppose I could pull back on the "not possible" part a bit since a stand-alone audio converter should allow you to set a user-specified output folder. As such you could put the Zen into Removable Disk mode first and then configure the converter to send files to the approriate folder on whatever dri've letter the SD card gets mapped to.
    Message Edited by daemonvi on 05-8-2009 2:0 PM
    I think I want to start with (a), now can I use Zen media explorer to convert the files and place in another location on my computer or I must I download a 3rd party application to do this?

  • How to open .rar files and .exe files on mac

    HI
    I'm new user on mac and would like to know how to open .rar files and .exe files on MAC OS X
    Thanks

    How is this a Compressor question?
    .exe is a Windows only Executable, and can't be opened on a Mac, unless you have Windows installed.
    Michael Trauffer

  • Can iTunes convert a file and replace the old file with the new one?

    I am trying to convert my wav files to Apple Lossless to save some space. How can I convert the files and make them replace the old files? Right now it just converts new files so that I end up with two files. I have thousands I want to convert and just replace the old ones.
    I have an external program that will do it for me, however if I go that route then when my ITunes files are converted to lossless files I need to re-link the files as they show up with the ! showing they are missing. That would mean manually re-linking every song, which would take forever unless there is a way to mass re-link all the files.

    iTunes does not see the newly created files as the same file because they are not the same file.  They are new, different files.  If you have a track that is 1234.wav and you create 1234.mp3 it simply isn't the same file and you can't trick iTunes into thinking it is.  iTunes will handle it as a brand new file.
    Check Dougscripts web site for scripts which help modifying tag data.  However, I suspect you won't find any doing exactly what you want doing.  Some tag data are only accessible by iTunes itself.
    As for playlists, there's things you can try though they may be more effort than they are worth.  For example, you could add a special code for each playlist to some element of a tag (e.g., grouping).  Convert the file, then make a smart playlist selecting for the code you added to the group of tracks in the old playlist.  If you have hundreds of playlists with a dozen tracks each this will be a grand nuisance.  If it is a handful of playlists with hundreds of tracks each this might be worth it.
    Another way to preserve playlists would be to edit the .xml copy of the iTunes library file, replacing ".wav" with ".mp3" or whatever format you are using.  However, this won't help with play counts because that is only stored in the .itl copy of the file which you cannot edit.

  • Is there any way to convert video files and keep my project in Final Cut Pro 7?

    I am currently editing a project, and have been having multiple issues with freezing while editing. Upon doing some quick research, I learned it is bcause my clips are in the h.264 format, which is not a good editing codec. Is there any way to change the codec of the videos and keep the project I have?

    You might need to relink the timeline to the new media. Just take the H.264 files offline, and reconnect to the new media. If you media managed the sequence, it'd relink. But then you are only converting the files used in the sequence, not all your media.

  • Converting .mod files and starting a new project

    Hi all
    I have just purchased Premiere Pro CS5 which is an upgrade from Elements 4 for me.  I just want to make sure I'm moving in the right direction as I'm not really technically savvy and am still trying to get my head around all the terms, differences etc.
    Basically I have a JVC Everio which gives me .mod files.  I have downloaded MPEG Streamclip as per recommendation on this and previous forums.  I want to make sure
    Should I be converting .mod files to .avi or should I be converting to a different format?
    I have recorded my video in widescreen and want to make video watchable on Australian TV.  When I use MPEG streamclip it offers me a plethera of choice which confuses me.  At the moment I have selected the following:
    When I first select the Mod file I'm given an option to choose a task.  I have selected "Export to AVI". 
    NB: I also have the choice to "Convert to MPEG with MP2 Audio" and "Export to DV" plus a number of other options with terminology which doesn't look familiar at all.  Thought it best to stay away from these ones!
    Once I have selected "Export to AVI" do I select "Fix timecode breaks"?  I'm not sure what this means.
    Finally:
    Compression
    Apple DV - Pal
    Quality = 100%
    DV Options
    Scan Mode = Interlaced
    Aspect Ratio = 16:9
    Sound
    MPEG Layer 3, Stereo, kHz=Auto, 256 kbps
    Frame Size
    do I select "1024 x 576 (16:9)" or "720x 576 (DV-Pal)", there are other options which I can list if you need the information
    Frame Rate
    This has been left blank and I have not selected "Frame Blending" or "Better Downscaling"
    Deselect for progressive movies
    I have Interlaced scaling and Reinterlace Chroma selected but deinterlace video remains unticked
    Field Dominance
    Lower Field First
    Once all my files are converted and I open Premiere Pro CS5 what settings should I be selecting for the best output to DVD for Australian television?  I get so confused with all the options!!
    Thanks in advance for your advice.

    Maya.D wrote:
    Thanks for your advice.
    Are you converting your .mod files to .mpg or .m2v?
    Cheers
    no conversion at all, i just changed the file extension by typing it as .mpg, thats all.
    when you import the clip, if it is 16x9 you have to interpret it... when you import it rightclick the file and choose this...
    then this...
    (or just set it up how it should be set up, if teh PAR is different from mine shown, but you get the idea)
    but here's a fun one. i was messing around with cs5.5, and low and behold... it edits .mod natively now! guess adobe finally got enough people beating the door down. now i really need to update... but i may just hold out for cs6... decisions....

  • ICloud: Will it work with non-iTunes music, converted MP3 files and manually organized library folder?

    I have a small question about the new iCloud that was introduced.
    I listen to music both on my notebook and on my desktop PC. At the moment I use an external hard drive that I keep with me so my music library exists on both computers. If I'm correct the new iCloud means I no longer need the external hard drive.
    But,
    Not all my music was purchased through iTunes. Some things are converted from CD's I bought and the CD is different from the iTunes version. (More songs, other songs,...) What happens with the songs that are different, or music that does not exist (I have a QOTSA CD which is not available outside the US iTunes store, or several LE bonus discs)?
    Some local artists are not on the iTunes store. Is it possible to sync those to?
    And the most important one, I also listen to my music in my car. It has support for an SD-card but no USB support so I can't hook my iPod. It only accepts MP3 files and it needs correctly filled in ID3 tags to show up nicely. I convert all my music with iTunes to MP3, but I use MusicBrainz to tag my music because I found that the iTunes ID3 tags will not be correctly picked up. I'm quite happy with this approach as it also means that I can organize my music library to my liking instead of the "let's throw all artists in one folder" approach iTunes uses. Is it possible to use the iCloud with my MP3 converted and tagged versions of my Music?
    Thanks.

    You can only sync to one iTunes library/computer. If you do sync the iPod is erases and its contents replaced with what is in the iTunes library of the second computer.
    To avoid that see:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities
    Yes, the 1G works with the latest iTunes.
    To transfer iTunes purchases:
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    In iTunes 11 use Control+B to show the Menu bar then go to iTunes>File>Devices>Transfer Purchases

  • Convert video file and image file

    Is there a way convert video file to a lot of images?
    Or convert a lot of images to video file? Thanks. Kevin.

    Believe it or not, you actually can do this is Photoshop quite easily, using the Import -> Video Frames to Layers command. There also is a corresponding Export feature that allows you to Render to Video, which can be used to output an image sequence instead of a video file. I think these features were added in CS3, because that is when they added the Animation functionality, but I'm not certain...

  • I tried to convert a file and it could not do it, to large to complex, please can I have my money back?

    Can anyone help me please?

    Sorry to hear this didn't work out for you. You can Contact Customer Care to address this.

  • Need advice about zip rar files

    Here's wishing you all a very happy New Year!! Mr Greenhorn is back again! I have a question about zip and rar files. As some of you may remember, this is my first Mac, so I'm used to using the zip/rar programme on my old Windows O/S. Now I receive zip/rar files and can't open them. What is anyone's advice about downloading the zip/rar programme onto my Mac? Any particular pro's and con's? Any particular site to download from? Now my Mac has a compression programme included which converts files to zip files, but is that compatible to the actual zip/rar programme? And finally, where is the advantage to compressing files? Is it only for uploading or is there some benefit to having files 'compressed' on your actual laptop?

    Hi There
    Mac OS X has a built in Archive Utility which doesn't support .rar files. To uncompress rar files you will need a utility like RAR Expander or Stuffit Expander both are free. I suggest doing a search on MacUpdate (http://www.macupdate.com) or VersionTracker (http://www.versiontracker.com) to find a programme that you like.
    I personally don't see any advantage with keeping compressed files on your laptop (unless the archives being used often for emailing, uploading to websites etc). Compressing files does save disk space but if you get to the point where you need to compress your files to gain disk space then I suggest buying an external HD or a bigger internal HD.
    Hope this helps
    J.C

  • .rar file difficulties

    I'm able to download some .rar files and successfully use UnRarX to convert them and when converted it shows a file such as "TV-Trailer1.wmv.6"
    Then I'm not able to play it. I've tried Quicktime with FlipForMac. I've tried Windows Media Player. I've removed the '6' from the extension. All I get is an error message that reads "Cannot open, not a movie file."

    But, if UnRarX is not joining them together properly, then the file will be corrupted and unplayable.
    If you get the same result from several different players on the same expanded file, then the next step is to go up the chain one link and either re-expand them or try a different expander.
    If that still doesn't work, then you are looking at reobtaining the original archives.
    Edit: Try playing the file with VLC. It's hands down the most versatile player.

  • MacBook Pro won't allow me to copy/unrar .RAR Files (error code -36).

    So basically, I've been downloading a lot of .RAR files and its been fine until now. I can't copy/unrar anything. I tried so much I even upgraded from snowy leopard to Lion. I'm pretty angry and I've tried dot_clean /users/manraj/desktop/
    I've reformatted my externals and honestly I can't even Time Machine back it up let alone copy it. Genius Bar won't help at all because they never back anything up. If anything they aren't responsible for loosing your files.
    Any ideas?
    Thanks,
    -Manraj

    Is this an external drive, internal drive, both?  Did you put a tons of files on your desktop which is  bad thing to do with OSX?
    General information on I/O error -36 - http://fuzzy.wordpress.com/2006/12/10/ioerror-36/
    General information about error -36 - https://discussions.apple.com/message/18221459 - bad disk or format; try using Terminal to copy file.
    Error -36 reported when copying files to external drive - http://discussions.apple.com/message.jspa?messageID=8467699
    Error -36 and filename characteristics - http://discussions.apple.com/thread.jspa?messageID=9629287 - FAT drives may not like all Mac filenames
    AD topic on Error -36 trouble shooting - http://discussions.apple.com/thread.jspa?messageID=8586572
    If copying to a FAT drive you may be encountering FAT format file size limitations (4GB for FAT32).

  • Convert video files TO flv flash files??

    Can anyone tell me if there is a shareware program that converts video files to flv???

    Can anyone tell me if there is a shareware program that converts video files to flv?
    FilmRedux (open source version of Visual Hub) or FFmpegX. Alternatively, you can upload to YouTube, let them convert the file, and then download the converted file version.

Maybe you are looking for