EXPORT in BAdI

Hi Friends,
I face a syntax problem when I use EXPORT <itab> TO MEMORY ID 'MID'. I use this statement inside a BADI implementation. It gives message that I can not use the syntax as mentioned above. Can any one give the exact syntax for EXPORT inside OO code environment.
Thanks
Hari

hi please check the below sample code.
TABLES:INDX,MARA.
PARAMETERS : P_MATNR LIKE MARA-MATNR.
TYPES : BEGIN OF TAB,
         MATNR LIKE MARC-MATNR,
         WERKS LIKE MARC-WERKS,
         DISLS LIKE MARC-DISLS,
         END OF TAB.
DATA: ITAB TYPE TAB OCCURS 1000 WITH HEADER LINE.
DATA: W_JOBNAME LIKE  TBTCJOB-JOBNAME VALUE 'ZTEST',
      W_JOBCOUNT LIKE  TBTCJOB-JOBCOUNT.
DATA: BEGIN OF INDXKEY,
        PROGID LIKE SY-REPID,
      END OF INDXKEY.
  INDXKEY-PROGID = 'ZFGS0001'.
  INDX-AEDAT     = SY-DATUM.
  SELECT MATNR WERKS DISLS INTO CORRESPONDING FIELDS OF TABLE ITAB FROM MARC.
  DELETE FROM DATABASE INDX(ZF) ID INDXKEY.
  EXPORT ITAB TO DATABASE INDX(ZF) ID INDXKEY.
jaffer vali shaik

Similar Messages

  • After updating to PP CC 7.2.1 exported video badly scrambled

    I have had no issue exporting a 7 minute film using the Vimeo 1080 codec on PP CC Version 7.0.  
    I recently updated to the latest, 7.2.1.   I then exported the same exact timeilne, using the same exact Vimeo Codec.  After serveral attempts,  the last 3 minutes of the exported video are badly scrambled.  No audio issue, just video.
    I then tried media exporting * Only the troublesome spot from minute 6 to minute 7.   This clip exported perfectly.   This problem only seems to happen when I media export the full 7 minute sequence.
    Please find attached images for reference. 

    Hi Mark,
    I'd be glad to provide you with my settings but I think the main issue here is that I had no encoding problems whatsoever with the exact same timeline and encoding settings in version 7.    I literally just updated via Creative Cloud and re-opened my existing project.   
    In any case,  please find screengrab for my settings.   I use the Arri timeline as indidcated by tech support back in version CS5.5 and moving forward.  I have also tried the DSLR sequence; same result 
    Checking max render and previews on/off makes no difference. 
    The film is scrambled consistently from frame # 8112 to the end of the film.   I tried encoding on two different computers; same result.       
    If there was an issue with my settings or clips, I would not have gotten great results with the 7.0 encoder.  

  • IMPORT EXPORT in BADI

    Hi all,
    I have made an implementation of MB_DOCUMENT_BADI for MB1B and have to submit the data of this BADI to a Z prog using JOB_SUBMIT.
    this Badi has an internal table XMSEG , I am not able to pass the values of this itab to the Z prog
        EXPORT xmseg = GT_MSEG  to memory id 'ZMSEG' .
        import xmseg = GT_MSEG  from memory id 'ZMSEG'.
    But I am getting sy-subrc fail .
    Please help .
    Thanks
    Supriya

    Hi,
      Try like below:
    itab[] = GT_MSEG []
    EXPORT (itab)     TO MEMORY ID id
    Regards,
    Himanshu

  • 1080p footage exporting with bad resolution

    I have 1080p footage that i imported into final cut pro, i am done editing but when i export it, it has very bad quality and it is a lot smaller in the screen, my guess is that i imported the footage with the wrong settings. Would you know if I can change the settings in my current project? I would really hate to start everything from scratch. Thanks!

    Try this, copy a clip and paste it into a new sequence. You sould get a warning asking if you want to change the sequence to match the clip, Say yes. If you don't get that warning, stop an make sure the sequence is actually set to match the clip.
    when you paste it in, the clip should look small in the Canvas. Select the clip and right-click on it to see the Remove Attributes options and remove scale and distortion. The clip shoudl be normal now.
    Delete the clip, go back to your problem sequence, select all, copy. Go to the new empty sequences, paste. Select all, remove attributes.
    bogiesan

  • Flash export quality is horrible

    Hello,
    Everytime I export a .gif animation the quality is horrible. As you can see by the picture attached it goes blury and has wierd colours. This isn't the best example really, I have had animations export so bad that you can barely reconize them. Why is this and how to I fix it?
    Best regards,
    Jacob

    Hi,
    GIF has maximum 256 colors(8 bit). If you try to save an animation/image in GIF it will reduce the color quality of the image due to it's low color value. Alternate to this is JPG but JPG just not support animation. So the best format is .swf.  If you want to save the animation in gif then reduce the colors(in the range of 8bit) of the images you are using in animation.
    Hope this helps!
    Cheers
    Maneet Puri

  • QuickTime exports: poor quality result

    This ties in with troubles I've been having with EyeTV exporting in bad quality. Since it uses the QuickTime exporter, I've narrowed my problem to QuickTime giving very bad quality exports. I know it is definitely QuickTime and not my settings, since I use the exact same settings in VisualHub and it converts the file beautifully.
    This is become more of an issue because I was wanting to export has H.264 directly from Final Cut Pro, but since it too uses the QuickTime export it provides me with very poor clarity.
    My system details:
    Mac OS X 10.5.4, QuickTime 7.5.
    I have Flip4Mac and Perian codecs installed for QuickTime. What is the issue here?

    It's just a normal computer monitor. But the thing is if I a-b the exported video compared to the video before it was ever dropped into final cut pro, there is an obvious difference. So, I didn't think the monitor was an issue although I am sure it doesn't help. But, in the end the videos I do end up getting converted to flash and put on the website. Perhaps I should deinterlace?
    G5 Mac OS X (10.4.9) Panasonic PV-GS300 3CCD

  • Kernel 2.6.24 and UVesaFB

    I have recently installed fbsplash from the AUR, and would like to use uvesafb, now included in the vanilla kernel. Now I am wondering why I can't get any higher than 640x480. When I try and put in a line with something else, it is just ignored. DonGiovanni has told me that it has been compiled in as a module and that it may be related to the problem. I don't want to compile my own kernel because it takes much too long. Anyone know how to fix this?

    Hello, the problem for me is this: I have kernel26 (2.6.24.1-2) from Core (installed with pacman -S), and i have installed v86d from aur. So my framebuffer works only if i modprobe uvesafb manually after boot, in tty1, for example if i load it in gnome-terminal, it go in Segmentation Fault.
    But the problem is that i would put uvesafb in the Initramfs, so i have changed few config's files.
    This is my files config:
    /lib/initcpio/hooks/uvesafb
    run_hook ()
    /sbin/modprobe uvesafb
    /lib/initcpio/hooks/v86d
    run_hook ()
    /sbin/v86d
    /lib/initcpio/install/v86d
    install() {
    MODULES=" $(checked_modules "video/uvesafb") "
    SCRIPT="v86d"
    MODULES=$(echo ${MODULES}) #trim whitespace
    if [ -n "${MODULES}" ]; then
    MODULES="${MODULES}"
    fi
    add_dir "/dev"
    add_dir "/root"
    add_dir "/sbin"
    add_device "/dev/console" c 5 1
    add_device "/dev/tty1" c 4 1
    add_device "/dev/zero" c 1 5
    add_device "/dev/mem" c 1 1
    add_binary "/sbin/v86d" "/sbin/v86d"
    help() {
    echo "This hook sets up v86d, the userspace helper for uvesafb."
    # vim: set ft=sh ts=4 sw=4 expandtab:
    /lib/initcpio/install/uvesafb
    # vim: set ft=sh:
    install ()
    MODULES="uvesafb"
    SCRIPT="uvesafb"
    help ()
    cat<<HELPEOF
    This hook loads uvesafb
    HELPEOF
    /etc/mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="ata_generic ata_piix piix ide_disk ext3"
    # BINARIES
    # This setting includes, into the CPIO image, and additional
    # binaries a given user may wish. This is run first, so may
    # be used to override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten is already added)
    # BINARIES are dependancy parsed, so you may safely ignore libraries
    BINARIES="/sbin/modprobe /sbin/v86d"
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in anyway. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options,
    # like so:
    # FILES="/etc/modprobe.conf"
    FILES="/etc/modprobe.conf"
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'modload' may be used in place of 'udev', but is not recommended
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    # This setup specifies all modules in the MODULES setting above.
    # No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    # This setup will autodetect all modules for your system and should
    # work as a sane default
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    # This setup will generate a 'full' image which supports most systems.
    # No autodetection is done.
    # HOOKS="base udev ide scsi sata usb filesystems"
    # This setup assembles an ide raid array with an encrypted root FS.
    # Note: See 'mkinitcpio -H raid' for more information on raid devices.
    # HOOKS="base udev ide raid encrypt filesystems"
    # This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect v86d uvesafb dsdt ide pata scsi sata usbinput keymap filesystems"
    I have already tried to put uvesafb in MODULES, but the result is the same.
    /etc/modprobe.conf
    options uvesafb mode=1024x768-32
    BUT when i run kernel dmesg report me this error:
    uvesafb: (C) 1988-2005, ATI Technologies Inc. M26-P01.00, M26-P01.00, 01.00, OEM: ATI ATOMBIOS(C) 1988-2005, ATI Technologies Inc. M26-P01.00, VBE v3.0
    uvesafb: protected mode interface info at c000:af46
    uvesafb: pmi: set display start = c00cafd4, set palette = c00cb014
    uvesafb: VBIOS/hardware supports DDC2 transfers
    uvesafb: monitor limits: vf = 60 Hz, hf = 49 kHz, clk = 68 MHz
    BUG: unable to handle kernel NULL pointer dereference at virtual address 00000018
    printing eip: c025ae53 *pde = 00000000
    Oops: 0000 [#1] PREEMPT SMP
    Modules linked in: uvesafb cn sr_mod cdrom sd_mod generic pata_acpi ehci_hcd uhci_hcd usbcore ext3 jbd mbcache ide_disk piix ide_core ata_piix ata_generic libata
    Pid: 1178, comm: modprobe Not tainted (2.6.24-ARCH #1)
    EIP: 0060:[<c025ae53>] EFLAGS: 00010246 CPU: 0
    EIP is at fb_try_mode+0x3/0x90
    EAX: f7f7f008 EBX: f7f7f008 ECX: 00000010 EDX: f7f7f000
    ESI: 00000001 EDI: 00000000 EBP: 00000008 ESP: f744fbe0
    DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
    Process modprobe (pid: 1178, ti=f744e000 task=f7f9e000 task.ti=f744e000)
    Stack: f7411285 c025b918 00000008 00000000 00200200 f7411285 f7f7f000 f7f7f008
    00000001 00000001 00000000 00000400 00000300 00000020 000003e8 00000001
    00000000 00000000 00000000 00000246 22222222 22222222 22222222 f7fa6a80
    Call Trace:
    [<c025b918>] fb_find_mode+0x578/0x650
    [<f88708d0>] uvesafb_exec+0x130/0x260 [uvesafb]
    [<c01808eb>] __kmalloc+0x2b/0x110
    [<f88718d2>] uvesafb_probe+0x772/0x1010 [uvesafb]
    [<c01252bb>] kunmap_atomic+0x8b/0xd0
    [<c012526d>] kunmap_atomic+0x3d/0xd0
    [<c0164d47>] get_page_from_freelist+0x297/0x460
    [<c0240c0c>] idr_get_empty_slot+0xec/0x280
    [<c0240e1b>] ida_get_new_above+0x7b/0x180
    [<c01c70f0>] sysfs_ilookup_test+0x0/0x10
    [<c01c7784>] sysfs_addrm_finish+0x14/0x1e0
    [<c01c7494>] sysfs_add_one+0x44/0xe0
    [<c01c756f>] sysfs_addrm_start+0x3f/0xb0
    [<c01c82fd>] sysfs_create_link+0x8d/0x120
    [<c02ab21c>] platform_drv_probe+0xc/0x10
    [<c02a9cd8>] driver_probe_device+0x88/0x190
    [<c036a6df>] klist_next+0x5f/0xc0
    [<c02a8f84>] bus_for_each_drv+0x44/0x70
    [<c02a9e9d>] device_attach+0x7d/0x90
    [<c02a9de0>] __device_attach+0x0/0x10
    [<c02a8ef5>] bus_attach_device+0x45/0x90
    [<c02a7fb8>] device_add+0x428/0x510
    [<c02ab5b9>] platform_device_add+0xf9/0x150
    [<f887242f>] uvesafb_init+0x5f/0xb0 [uvesafb]
    [<c0152236>] sys_init_module+0x126/0x19d0
    [<c024294f>] prio_tree_insert+0x1f/0x240
    [<c01054e2>] sysenter_past_esp+0x6b/0xa1
    [<c0360000>] rpc_pipe_release+0x110/0x140
    =======================
    Code: 8d 42 d0 3c 09 76 04 89 d8 5b c3 0f be d2 83 c1 01 8d 04 9b 8d 5c 42 d0 eb e3 8d b4 26 00 00 00 00 8d bc 27 00 00 00 00 53 89 c3 <8b> 41 08 89 03 8b 41 0c 89 43 04 8b 41 08 89 43 08 8b 41 0c 83
    EIP: [<c025ae53>] fb_try_mode+0x3/0x90 SS:ESP 0068:f744fbe0
    ---[ end trace f8ce83033d91e116 ]---
    So i have tried to recompile klibc, i take it from ABS, modify the PKGBUILD and i have makepkg it, and install it, recompiled the mkinitcpio -p kernel26, But when i restart the kernel, the kernel go in panic with this error:
    ::Loading Initramfs
    -/init: 44: replace: not found
    -/init: 44: replace: not found
    export: 44: bad variable name
    ....kernel panic!
    the PKGBUILD of klibc is this
    # $Id: PKGBUILD,v 1.12 2007/10/31 08:25:30 thomas Exp $
    # Maintainer: Aaron Griffin <[email protected]>
    # Maintainer: Thomas Baechler <[email protected]>
    ### NOTE: Do not build this package with anything except gcc - using ccache
    ### forces others to use it as well as it becomes hardcoded in the klibc
    ### script.
    pkgname=klibc
    pkgver=1.5
    _klibcbranch=Stable #Stable/Testing
    _kver=2.6.24
    pkgrel=3
    pkgdesc="a minimal libc made for early-userspace"
    arch=(i686 x86_64)
    url="http://www.kernel.org/pub/linux/libs/klibc/"
    license=('BSD')
    groups=('base')
    options=(!ccache)
    source=(http://www.kernel.org/pub/linux/libs/klibc/$_klibcbranch/$pkgname-$pkgver.tar.gz
    multiple_raid_assembly_fix.patch
    klibc-compile-shared-by-default.patch
    klibc-module-init-tools.patch)
    md5sums=('d55ce89c0656a7d6896ec0b2af07b5dc'
    '8d257d50a4554d57b8f461c6a87a2877'
    'c263a7c3fd290fcc84a4e230d456d022'
    '4d78311ebce63f2fbb711f8518e71839')
    build()
    cd $startdir/src/$pkgname-$pkgver
    #INI_DEBUG causes ipconfig to fail within kinit
    sed -i "/#define INI_DEBUG/d" usr/kinit/kinit.h
    ln -sf /usr/src/linux-${_kver} linux
    # $Id: PKGBUILD,v 1.12 2007/10/31 08:25:30 thomas Exp $
    # Maintainer: Aaron Griffin <[email protected]>
    # Maintainer: Thomas Baechler <[email protected]>
    ### NOTE: Do not build this package with anything except gcc - using ccache
    ### forces others to use it as well as it becomes hardcoded in the klibc
    ### script.
    pkgname=klibc
    pkgver=1.5
    _klibcbranch=Stable #Stable/Testing
    _kver=2.6.24
    pkgrel=3
    pkgdesc="a minimal libc made for early-userspace"
    arch=(i686 x86_64)
    url="http://www.kernel.org/pub/linux/libs/klibc/"
    license=('BSD')
    groups=('base')
    options=(!ccache)
    source=(http://www.kernel.org/pub/linux/libs/klibc/$_klibcbranch/$pkgname-$pkgver.tar.gz
    multiple_raid_assembly_fix.patch
    klibc-compile-shared-by-default.patch
    klibc-module-init-tools.patch)
    md5sums=('d55ce89c0656a7d6896ec0b2af07b5dc'
    '8d257d50a4554d57b8f461c6a87a2877'
    'c263a7c3fd290fcc84a4e230d456d022'
    '4d78311ebce63f2fbb711f8518e71839')
    build()
    cd $startdir/src/$pkgname-$pkgver
    #INI_DEBUG causes ipconfig to fail within kinit
    sed -i "/#define INI_DEBUG/d" usr/kinit/kinit.h
    ln -sf /usr/src/linux-${_kver} linux
    patch -p1 -i ../multiple_raid_assembly_fix.patch || return 1
    # make klibc-module-init-tools compile
    # don't build insmod
    patch -p1 -i ../klibc-module-init-tools.patch || return 1
    # compile binaries shared by default
    patch -p1 -i ../klibc-compile-shared-by-default.patch
    make EXTRA_KLIBCFLAGS='' || return 1
    make INSTALLROOT=$startdir/pkg install
    #simplify
    mv $startdir/pkg/usr/lib/klibc/bin/sh.shared $startdir/pkg/usr/lib/klibc/bin/sh
    rm $startdir/pkg/usr/lib/klibc/bin/mknod
    rm $startdir/pkg/usr/lib/klibc/bin/kill
    patch -p1 -i ../multiple_raid_assembly_fix.patch || return 1
    # make klibc-module-init-tools compile
    # don't build insmod
    patch -p1 -i ../klibc-module-init-tools.patch || return 1
    # compile binaries shared by default
    patch -p1 -i ../klibc-compile-shared-by-default.patch
    make EXTRA_KLIBCFLAGS='' || return 1
    make INSTALLROOT=$startdir/pkg install
    #simplify
    mv $startdir/pkg/usr/lib/klibc/bin/sh.shared $startdir/pkg/usr/lib/klibc/bin/sh
    rm $startdir/pkg/usr/lib/klibc/bin/mknod
    rm $startdir/pkg/usr/lib/klibc/bin/kill
    Thanks you for any your replay!!

  • Moive plays in Finder preview, but not in Quicktime

    Have several movies made using a REALBasic QT plugin. Most of the movies are fine, but a few refuse to play in QT. Double clicking causes a 10-second delay, after which the player opens with the controls (and it's playing) but there's no image area. However, the movie plays fine in the Finder preview.
    I've tried using QT to export the bad movie, but QT hangs.
    Any ideas on how to extract or repair the movie?

    It played for me but...
    A couple of issues you should address.
    You don't have a DOCTYPE and
    you have two instances of <title> and </title>
    Jo
    "brightbelt" <[email protected]> wrote in
    message
    news:ffd50p$7oe$[email protected]..
    > Hi,
    > I discovered that one of my Mp3 audio clips is not
    playing properly
    > online.
    > The thing is that it plays fine when I preview it in the
    browser within
    > the
    > Dreamweaver CS3 program (even on other browsers like
    Opera). So I don't
    > know
    > what could be causing it. Here's the page and it is the
    second clip titled
    > 'Have You Met Miss Jones'.
    http://www.frankbright.com/audio.htm
    >
    > I appreciate any assistance on this.
    >
    > Many Thanks, Frank B.
    >

  • How do I shut off Color Management

    Hi everyone,
    I am using Indesign cs3. My book printer needs Color Management shut off. Also I am having problems
    making a Postscript file that I then need to run through Distiller. In the Postscript settings I can't save it to file.
    Thank you
    Jan

    Rebekkah Angel wrote:
    Edit>>>color settings>>>
    and I can turn color management off in InDesign -
    Am I mistaken?
    This doesn't really turn off color management. It preserves all incoming numbers and interprets them as if they are in the current working space instead of reading any embedded profiles.
    I suppose one could do that to satisfy the ridiuclous printer specification, but you'd be extremely foolish to do so. The printer's RIP has no idea what color settings you've used nor what your missing and mismatched profile policies might have been. It sees only the numbers you have in the PDF. Problems sometimes arise when ICC profiles are embedded in the PDF and the printer uses a differnt output space, resulting in color conversions in the RIP. First, the printer can no longer point to your file and say "these are the numbers you provided and that's what we printed" when they screw up the color, and second, 100% K can be converted to rich black which would be a nightmare, if not a complete disaster, under many circumstances.
    What should be specified is that no profiles be embedded (and in fact that's what happens with PDF/X-1a compliant files, as well as with most of the other presets) so that all colors are presumed to be in the correct color space. This is not a problem if the correct color space is known and used as the desination during export. Badly presented specs, such as those at Lightning Source, and failure to provide adequate profile information to properly use color mangement is the problem, not the use of color management itself.

  • Preview Pane issues

    Preview pane out of sych, showing small scrambled images.
    Downloaded the latest update to Aperture 3 lastnight and now when I'm in preview view with filmstrip below I get (sometimes) scrambled small images as the preview....
    Anyone have this issue?
    GJM

    I've been having the same apparent problem ever since upgrading to Aperture 3 and converting my version 2 library. The film strip shows the correct picture (usually), but the viewer image is sometimes a completely different image, sometimes a mixture of two or more other images, and sometimes just a scrambled mess. If I select two or more pictures at the same time, the "bad" ones will flash the correct image in the viewer pane, then usually go to plain gray (same as the background). I just tried using the Loupe on a "bad" image and it has no effect. I can run it across images in the filmstrip and it magnifies the "good" ones and has no effect on the "bad" ones. Another observation that I just made is that all of the "bad" ones (in a limited sample) have keyword associated with them, while the "good" ones do not.
    I can export a "bad" image and open it in any other application and it looks correct, so it appears to me that the problem is somewhere in the Aperture database connections.
    GJM - did you ever find out how to upload a screen shot of the problem?

  • Rogue calendar entries from iCal

    Let's start with the environment: using a Mac formatted 2nd generation iPod nano. Also use v2.0.4 iCal and v7.0.2 iTunes.
    Here's the problem: After syncing using iTunes I have a calendar entry that shows up on the iPod starting on and repeating for every day after January 17, 2007. This entry does NOT exist in iCal. I have deleted the database from the iPod memory then resynced the iPod, but this hasn't helped. If I unselect the calendar with the bad entry from the iTunes sync screen, the rogue entries disappear from the iPod. Conversely, if I only select the calendar with the bad entry, they show up on the iPod again. So the bad entries definitely have something to do with that particular calendar in iCal. I've searched the Net but haven't been able to find a report of anything similar.
    Another fun fact is that I exported the "bad" calendar from iCal then imported it under a different name. The rogue entries show up on the iPod for this "new" calendar.
    Any ideas or suggestions from you smart people?

    Hi, can anyone help? Does apple offer any support in their own 'communities' - still experiencing this probelm & I've had no acknowledgement or anything from anyone at apple or anyone at all......help please - I thought this avenue was going to prove to be very helpful & as a first-time user (as I very rarely have any issues with apple) I must say I'm really disappointed.

  • Exchang, Mail, Ical - strange sync problem

    Hi
    I have a very strange problem... i guess.
    After installing Snow Leopard both on my MacBook Pro and my Imac I've set up Exchange 2007.
    It all works just fine on the MB, both mail and calendar. Downloading mails and syncing my calendar events. I can also subscribe to my co-workers calendars, all good.
    However, on the Imac it's downloading my mail, and syncs with my calendar, but I cant subscribe to my co-workers calendars, and I can't find any differences in the setup in Ical. It wont even show which calendars that's available...
    Is there anybody who had similar problems? :o/
    Kind Regards, Michel

    Here is what I would do, as a test.
    1) Check to see if you selected within iCal's preference the "Show Birthdays calendar" option. If so, close the preferences window, select the Birthdays calendar and Export to your drive (Desktop) for backup. Then return to iCal preference and uncheck the Birthdays calendar option.
    2) Create a new calendar named Test (or whatever you choose other than Birthdays). Create a bogus all-day event for the new calendar like you would have for someone's birthday in the Birthdays calendar, and place it on a day that you have one of your appointments.
    3) Sync to your phone and see the results. If the events show up correctly on your phone, then return to iCal and change your new calendar's name to Birthdays, create another all-day event on the day of a current appointment and again sync with your phone.
    4) If this too is correct on your phone after synching, then the culprit would be the iCal's Birthdays setting. I would then leave this option off and then import the backup export I made in step 1 into my new Birthdays calendar.
    5) Once again sync w/ the phone to see if the issue is gone. If so, you have your workaround.
    If not, or if during any of the other steps the issue arose, I would say the problem lies within your Nokia or maybe even another calendar. That be the case, somewhat repeat the steps above in creating a new calendar, exporting the "bad" calendar, test a new entry in the new calendar to sync w/ your phone, and if successful, import the "bad" calendar's data into your new calendar to see if that is successful.
    A bit of work, but it just might resolve your issue. Good luck and I look forward to seeing if it works.
    /

  • Campaign Management - Procurement of Media

    We are starting a new project to implement SAP CRM and there is a set of business requirements around our planning and procurement of media, including TV, radio, newspaper, magazine, direct mailings, etc.  My initial plan is to implement Campaign Management; however, this does not appear to address the procurement of media.  If I review the IS-Media solution it addresses the sale of Media but where in SAP should the procurement of Media be handled?  Remember that we will want all the details that are being captured on the sales side in the procurement side. 
    Thoughts?

    Hi,
    You can extract the data of campaign in CSV or XML format.Need to create file export variant, communication medium as file export.Implement BADI 'CRM_MKT_EXP_CAMP_DAT' to export data to open channel.
    Regards,
    Brahmaji

  • Premiere Pro won't play more than 1 sec of video?

    I've read many articles where the simple solution was to delete a file. The issue is that...
    I can't find the file anywhere: com.apple.audio.AggregateDevices.plist
    tried Admin/users, spotlight, partial or full name. Premiere Pro (CS5) is less than a week old in a brand new iMac. Is there a different solution for the problem? (video playback stops after 1 sec)
    Thank you

    Well - I figured this out for me. The video that was imported into the project was not compatible with the project.
    When-ever you have a problem, try to play with it using different project formats, different video formats and another thing I do is I try to edit the same video on someone else's computer... This is what I think of as isolating the problem.
    For this issue. I exported the "bad" video by using the encoder with my default settings. I then imported the "new" video into the same project and it worked. So, what I thought is that the camera recorded the video in a different format then usual and it did not work with my default project settings.
    I checked the camera and I was correct. So, when the video does not play, but another one does, probably format conflict.

  • Stream type is invalid for one PC not other

    One of my 4 PC's with Premiere CS6 is now exporting MPEG-2 videos files that can't be loaded into Encore CS6. A window pops up in Encore that states "Stream type is invalid" but it does load the associated AC3 audio file. I've been using CS6 since it was released and export MPEG-2 files to make DVD's for almost all my projects and never had this happen. I also loaded a recent project on this same PC that I made a DVD from and it will load that old MPEG-2 file into Encore but if I re-export the MPEG-2 file now with the same export settings, the MPEG-2 video will not load into Encore and the "Invalid" window pops up. Any ideas?
    Just to add to this. I took the MPEG-2 file from that PC and was able to load it into Encore on one of my other PC's so it looks like an Encore problem specific to that one PC only. Reinstall Encore?
    Now when Premiere CS6 exports MPEG-2 DVD files it also creates 2 support files that have info like where the chapter points are. When I copied just the video tile to a new folder without the 2 support files, I was able to load that video file into Encore. Problem with that is I need those support files since I have chapter points added in Premiere. Did a recent update make Premiere CS6 no longer compatible with Encore CS6 since Adobe did change these how these support files are made in CC?
    Both PC's have the same/latest version of Premiere and Encore CS6 installed yet I was able to load the exported MPEG-2 video with the 2 support files into Encore on the 2nd PC and see the chapter points in the Encore timeline but still shows it as an invalid stream on the 1st PC.

    So I transferred the entire Premiere project over to one of my other PC's loaded it and exported the MPEG-2 file with the same export settings since it was saved with the project. This MPEG-2 file & xmp's loaded into Encore no problem with all the chapter points so I then transferred that MPEG-2 folder with the xmp files and loaded it into Encore on the problem PC and it also loaded fine.
    I did try and load the MPEG-2 file and xmp's exported by the problem PC into Encore on the other PC and it wouldn't load. So I guess what is happening is that Premiere on the problem PC is exporting a bad combo of MPEG-2 and xmp files.
    Re: Premiere CC Chapter markers not frame accurate in Encore CS6

Maybe you are looking for

  • After activation of atandard business content key figure is not visible

    Hi all, I am trying to implement inventory management scnerio in BW3.5 using screen shot PDF , for this i activate standard business content ( cube : 0IC_c03 ) and activate all its related object . one of my key figure 0RECVS_VAL  I want to change it

  • Display Not As Bright??

    Hey, I got my macbook in like april, and although i haven't noticed it when i've been using it, my brother recently got the same macbook as mine(black) same specs too 2.4ghz, 2g of ram, 250HD and so far. Last night I had them side by side because i w

  • Increase the SGA and PGA size

    Hello Guru, How do i check what is my SGA and PGA..I am using TOAD.. I need to increase the SGA and PGA size...Please help.. I have a table having 200 million records, all indexes are there for the column..But it hang on in the debugging mode and als

  • Servlet seem to execute but just return a blank page

    I have two servlets that I am calling from a jsp. One servlet executes fine, the other seems to execute but comes back with a "done" message in the messagebar and no page whatsoever. I checked the web.xml. It is correct. Anyone have any ideas?

  • Windows Media PlaysForSure N900

    Hi i am new to the world of nokia,(and not sure if i have the right board for this ) i have just got myself a Nokia N900, and am very impressed with this phone, i am having a problem uploading a video to it though. i have bought a blu ray film which