What output formats are supported by SAPConnect in SAP CRM 7.0

Is MHT document format and .doc format the only filetypes that are supported in SAP CRM 7.0? Could anyone please answer what are all the other output formats supported by SAP CRM 7.0.

Hi,
For interactive CRM report, please try link
http://help.sap.com/bp_crm70/BBLibrary/Documentation/C41_BB_ConfigGuide_EN_DE.doc
On page of
http://help.sap.com/bp_crm70/CRM_DE/HTML/index.htm
you may find some other info related to BW analytics, maybe there is info for dashboard? I am not so sure.
Hongyan

Similar Messages

  • What movie formats are supported in iBook author I tried .mov but no joy

    What movie formats are supported in iBook author I tried .mov but no joy.....

    iBooks Author: Add video to your iBooks - Support - Apple
    ...and...
    Other ways to convert mp4 to m4v?

  • What file formats are supported on a Mac/Quicktime?

    I just need to know what kind of file formats are supported on a mac, or for quicktime on a mac computer. Im trying to make a video from a windows machine work on a mac, but don't know what format to save it in. If anyone could help me out, that would be great!
    --Kourtney

    Oh, I was not discounting it's utility for your general 10.4.7 (and higher) users. I can think of several situations where it'd be most advantageous. If the user does have 10.4.7 and has permissions to install Perian, then it's near the top of the list of "things nice to have."
    I was just saying that it's generally a good idea to work out everything on the sending end so that all the recipient has to do is open and enjoy. Most of us have had stuff converted to .WMV so that Windows users wouldn't NEED to install QuickTime to see our video, it's the same kind of thinking.

  • What Audio Formats are Supported?

    Hello.
    This is a pre-sales question. I'm considering purchasing an iPod Shuffle, and have downloaded and read the PDF user's manual for it. I could not find the answer to a question I have.
    What audio formats does the iPod Shuffle support?
    Is .wmv supported? Or just .wav and .mp3?
    Or does it support only a proprietary format?
    Thank you! J. Danniel

    Here is the link which explains about the compatible audio formats for IPod.
    The Link is : http://docs.info.apple.com/article.html?artnum=300464
    Thank you

  • What audio formats are supported by iMove 11?

    Does iMove '11 work with 48k 24bit audio files? What are the best type to use?

    notlost wrote:
    Thank you! I was hoping to bring in 24 bit but knew might be iffy.
    you can drag'n drop all kind of stuff into iMovie (mp3, ogg. wma, aac) - the underlying Quicktme engine will do its best to convert the data into something useful. in most cases, it works, in many not.
    esp. when the sampling frequency isn't 'video friendly' (=not 48kHuz or its even divisors) people notice frequently synch problems.
    Bengt mentioned best practice: aiff/48kHz
    24bit is nice, but the delivery codecs, iMovie supports, don't list it.
    keep in mind: iM is a 15$ consumer toy tool.
    24bit is something from professional studios.-
    and again - aside theatrical audio delivery as THX, 24bit is no 'video format'.-

  • What HD formats are supported by Premiere Elements 10?

    I'm planning to purchase a new HD camcorder, and I want to be sure that my camcorder and my video editing software work together well.  I notice that most high-end consumer camcorders now record HD video in MPEG4-AVC /
    H.264 format. It is noted to be AVCHD 2.0 compatible.  The camcorders allow a choice of frame rates.  The best resolution is obtained with 60 (or is it 30?) frames a second, progressive.  It is referred to as 60p.  My question is: Does Premiere Elements 10 support this format and frame rate?  Will I be able to input my video material in this format, edit it, and create Blu-ray disks without significant loss of quality?  Thanks.

    Though I have a small handful of "consumer" NLE (Non Linear Editor) programs, the only one that I know with 100% certainty, that will perfectly handle 60p is Premiere Pro, but it is anything but "light."
    It could be that newer versions of my CyberLink PowerDirector, Magix MovieEdit Pro, etc., will handle it well, but not my older versions. I do not have any of the Sony Vegas products, so you might post to a Vegas forum and ask. There are several versions of Vegas, and it could well be that one of them will be up to the task. Also, look at Pinnacle (AVID) Studio. I quit using their products, as of Studio 10, and think they are up to 14 now. Also, a newer, updated version of AVID Liquid (my older version did not), might handle it.
    Others might have more current, and hence usable info on other applications.
    Good luck,
    Hunt

  • What disc formats are supported by Remote Disc

    We just purchased a Macbook Air. We have a Dell PC with Windows XP SP2 that we set up for remote disc sharing (using the most recent version of the Windows remote sharing software). Much to my surprise, when I put the OS X disc into that system, it was immediately available on the Air. I put a Windows application disc into the drive and it was also visible and could be searched on the Air. However, when I put CDs that I had created myself on the Dell, they were completely invisible to the Air. These were created with Roxio DLA, and I had already "closed" them to make them readable by other systems (I can read them on a Dell notebook PC). No copy protection on those. I realize that I could copy the contents of CDs onto the target PC or onto thumb drives and access them. That is an additional and inconvenient step.
    Does anyone have similar experience or know a way to solve this problem?

    notlost wrote:
    Thank you! I was hoping to bring in 24 bit but knew might be iffy.
    you can drag'n drop all kind of stuff into iMovie (mp3, ogg. wma, aac) - the underlying Quicktme engine will do its best to convert the data into something useful. in most cases, it works, in many not.
    esp. when the sampling frequency isn't 'video friendly' (=not 48kHuz or its even divisors) people notice frequently synch problems.
    Bengt mentioned best practice: aiff/48kHz
    24bit is nice, but the delivery codecs, iMovie supports, don't list it.
    keep in mind: iM is a 15$ consumer toy tool.
    24bit is something from professional studios.-
    and again - aside theatrical audio delivery as THX, 24bit is no 'video format'.-

  • What video formats are support by itunes

    I have video in MKV format -- can they be imported into iTunes and download to my ipod?

    http://support.apple.com/kb/HT2729

  • What media formats are supported?

    The following code throws MediaUnsupportedException.
    I tried using both, flv and fxm, both generate same exception. Media files were created by converting MP4 file using converter from On2 technology. Platform: Vista 64
    var width: Number = 320;
    var height: Number = 240;
    var media: Media = Media {
        source: "file:///testFile.flv"
    var player: MediaPlayer = MediaPlayer{
        media: media
    var viewer: MediaView = MediaView {
        fitHeight: height
        fitWidth: width
        mediaPlayer: player
    Stage {
        title: "MyApp"
        scene: Scene {
            width: 400
            height: 400
            content: [ viewer ]
    }FX Media Object caught Exception com.sun.media.jmc.MediaUnsupportedException: Unsupported media: file:///testFile.flv
    source ='file:///testFile.flv'
    com.sun.media.jmc.MediaUnsupportedException: Unsupported media: file:///testFile.flv
    at com.sun.media.jmcimpl.PeerManager$1.run(PeerManager.java:58)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.media.jmcimpl.PeerManager.throwMediaException(PeerManager.java:51)
    at com.sun.media.jmcimpl.PeerManager.getMediaPeer(PeerManager.java:211)
    at com.sun.media.jmc.Media.<init>(Media.java:50)
    at javafx.scene.media.Media$1.onChange(Media.fx:88)
    at javafx.scene.media.Media$1.onChange(Media.fx:81)
    at com.sun.javafx.runtime.location.ObjectVariable$2.onAction(ObjectVariable.java:162)
    at com.sun.javafx.runtime.location.ObjectVariable$2.onAction(ObjectVariable.java:159)
    at com.sun.javafx.runtime.location.DependencyIterator.action(AbstractLocation.java:503)
    at com.sun.javafx.runtime.location.DependencyIterator.action(AbstractLocation.java:491)
    at com.sun.javafx.runtime.util.Linkables.iterate(Linkables.java:82)
    at com.sun.javafx.runtime.location.AbstractLocation.iterateChildren(AbstractLocation.java:282)
    at com.sun.javafx.runtime.location.ObjectVariable.notifyListeners(ObjectVariable.java:159)
    at com.sun.javafx.runtime.location.ObjectVariable.replaceValue(ObjectVariable.java:114)
    at com.sun.javafx.runtime.location.ObjectVariable.set(ObjectVariable.java:125)
    at com.sun.javafx.runtime.location.AbstractVariable$4.apply(AbstractVariable.java:132)
    at com.sun.javafx.runtime.location.AbstractVariable.needDefault(AbstractVariable.java:151)
    at javafx.scene.media.Media.initialize$(Media.fx:81)
    at test.Main.javafx$run$(Main.fx:25)
    at test.Main.javafx$run$(Main.fx:25)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.javafx.runtime.provider.AWT_EDT_RuntimeProvider$1.run(AWT_EDT_RuntimeProvider.java:104)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    I also tryed those ones....... but none of those worked, so i tryed with a remote file like this url:
    "http://samplepage/samplefolder/samplevideofile.flv" from a videofile uploaded to a common server...
    that was the only way to play a video file on this media player...... greetings ;)

  • What output formats support the play speed settings on a PC using windows media player?

    What output formats support the play speed settings on a PC using windows media player?
    Here is my need. I need to take my video clips with me on my small PC and view them at slow speed. My playback PC is small and a little slow, so I cant have a very high bitrate. It uses an ATOM processor. It uses windows media player. I noticed the slow playback option is available in some formats when opened with windows media player, other formats--feature not available. What are the best output settings to save my clips on my small PC?

    Just to add a few details:
    As stated, WMP 11.0.5xxx
    OS = XP-Pro SP3
    Intel Core2 Quad 2.66GHz
    RAM = 4GB
    Graphics chip = nVidia GeForce 8800M (recent, but not latest nVidia driver)
    I/O = 3x SATA II 7200 RPM 250GB
    Virtual Memory = Static 10GB on D:\
    WMV's play pretty well in both Slo-Mo and at about 2-3x speed
    Hunt

  • What formats are supported by CAS web crawler?

    Hi,
    Can anyone please explain if image and video formats are supported by CAS web crawler? If yes, then in what form are they returned?
    Please let me know.
    Thanks!

    CAS will crawl the images or videos and collect metadata information about them (e.g. directory location, file name, file type, file size, etc.) so you can search and refine by the metadata. However, as suggested already, CAS (which leverages Oracle's InsideOut technology, formerly Stellent) cannot convert these types of files to meaningful text.
    From the CAS Developer's Guide in Appendix A you can find a list of supported file formats for text conversion:
    http://docs.oracle.com/cd/E29578_01/CASDevGuide.pdf
    HTH,
    Dan
    http://branchbird.com

  • What video files are supported by iMovie 10.0.6?  I have to somehow convert .rcproject files to something that iMovie will accept but I don't know what kind of format to change to.

    What video files are supported by iMovie 10.0.6?  What is the best way to allow iMovie 10.0.6 accept my .rcproject movies?

    Hey Sioux Falls,
    If you are looking for information on converting or updating older iMovie projects to iMovie 10, you may find the following article helpful:
    Update projects and events from previous versions of iMovie in iMovie (2014) - Apple Support
    Note: To clarify, a .rcproject file generally only contains links and references to movie clips and effects that would be part of an iMovie project; it usually does not contain any actual video.
    Cheers,
    - Brenden

  • What image types are supported in iMovie?

    I'm going on a trip with a group of youth, and I'm wanting to send video updates back to their family members during the trip. I've gotten an image to sync to my iPhone 4, and I can import it into iMovie, but while it shows the photo at the bottom, it won't actually show the image in the movie preview area?
    Importing photos that were taking on the iPhone works, as does taking a photo directly from iMovie, but I want to add some special graphics into the Movie itself.
    Is there a way to tell what formats are supported? The image was made in gimp, 700x300 @ 150dpi exported as a PNG and as a JPG, but neither of them work.

    I'm not sure if you tried this, but here it goes:
    _ Using your Mac, make a copy of your Graphic / image to your Desktop
    _ Launch "Preview" on your Mac
    _ Save the file as a JPG
    _ Quit "Preview"
    _ Copy this newly saved JPG to "iPhoto"
    _ Quit "iPhoto"
    _ Launch "iTunes"
    _ Plug your iPhone4 via USB
    _ From "iTunes", select the iPhone4 and go to the Photos Tab.
    _ Make sure the Event or Album of the Graphics/iMage you created above, is Checked
    _ Sync your iPhone
    Now from your iPhone4, verify that you can add this photo into iMovie.

  • What video formats are compatible in DVDSP??

    I have DVD Studio Pro 4 and I need to know what video formats are compatible in the program? I made an .m2v file but its too large to fit even on a DL DVD so I need to drop the .m2v file into Mpegstreamclip and convert it to something else and decrease the size so then I can drop it back into DVDSP and burn it. Any help with this? What are formats supported in DVDSP? Or, is there another way around my problem (too big of a file)?? Thanks!

    Can you make the audio AC3? That may put you under.
    Also keep in mind that if the 2 hour 2 minute movie is that large in file size, it means it probably was encoded at a high rate which can cause issues (you can try to re-encode the m2v in a couple of ways if needed)
    As to the story issues it sounds like you made a story accidently. Take a look here
    http://dvdstepbystep.com/layofland.php
    In the blue section towards the upper left, you will see the story listed in the track icon - delete the story and you should be good to go

  • Which file formats are supported bij iPhoto?

    Which file formats are supported bij iPhoto?
    Where is this kind of info written?

    There is no comprehensive list released by Apple that I am aware of.
    Here is what the help menu says: http://docs.info.apple.com/article.html?path=iPhoto/8.0/en/6303.html
    For best results I stick to JPEG, PNG, TIFF, GIF which are fairly universal standard formats.
    If you are working with RAW here is a list of supported RAW cameras: http://support.apple.com/kb/HT3825
    Was there a particular format you were trying to use?

Maybe you are looking for

  • Change system status from PDLV to DLV

    Hi All Please help me with this error. Already tick the delivery compeleted in Goods Receipt Tab but then system status won't change from PDLV to DLV. Is there any other way wherein I could change it? Thank you Jesielle

  • Anyconnect Client profile files deleted after client upgrade

    L.S. I am running anyconnect version 3.1.02040 on a Windows 7 64-bit machine with UAC turned on. The ASA I am connecting to is a 5510 running ASA OS 8.4.5 The problem I have is the following: We are using machine certificate authentication combined w

  • Using sequence in forms

    How to reset a sequence if the insert has not happened? the sequence gets incremented even if the record is not saved

  • Imovie from iLife 08 will not launch in Leopard

    please help..it's the only reason I bought iLife 08: Process: iMovie [133] Path: /Applications/iMovie.app/Contents/MacOS/iMovie Identifier: com.apple.iMovie7 Version: 7.0 (471) Build Info: iMovieApp-4710000~2 Code Type: X86 (Native) Parent Process: l

  • I need an itunes 10.1.1 download for mac os 10.4.11

    I have iTunes 9 and, I cannot connect to my iPhone 3GS, it tells me I need iTunes 10.1.1 or later. I can't find one that will download. I have Mac OS 10.4.11.