ALI to RAW format for triggerring mail

Hello all,
i have a requirement wherein i have to send a classical report output to PDF and trigger mail.
Have almost did that using CALL FUNCTION 'SAVE_LIST', CALL FUNCTION 'TABLE_COMPRESS'.
But whenever CALL FUNCTION 'SAVE_LIST' is getting executed the output of this function module is always in
ALI format.
Is there any way to trigger mail using ALI format??Should i have to convert ALI format to OTF or RAW and then only i have to trigger the mail?For this when i used CALL FUNCTION 'SX_OBJECT_CONVERT_ALI_RAW' it gives me error 'Message cannot be processed as it cannot be converted' eventhough in maintainence view it been maintained accordingly for ALI and RAW.
Waiting for your replies.

Hi
Check the OSS Notes 190669, 590126, 211973 and 171698.
Check SAP Connect node for supported formats.
Regards
Raj

Similar Messages

  • How to set raw format for canon powershot a1100 is ? ,,according to the specs online it can.

    how to set raw format  for canon powershot  a1100 is ? ,,according to the specs online it can.

    It requires the Canon Hacker's Developement Kit (CHDK). It runs off of your SD card and does not harm your camera. Download a program called Stick-
    http://zenoshrdlu.com/stick/stick.html
    Follow the directions and you will be able to shoot in RAW along with some other deatures not available on your camera previously.

  • Hello, what is the best way for me to convert RW2 raw format for use in Photoshop CC

    Hello, what is the best way for me to convert RW2 raw format for use in Photoshop CC. I would appreciate any help with this.

    Thanks for the quick help. I do have to leave for work. When I try to
    download the images from the camera they seem to only be in jpeg (I don't
    see any rw2 or raw files to download). If I select the jpeg file it seems
    to only download a jpeg file. I do understand that I do have the option to
    open the jpeg in RAW. In doing this, is all the extra information included
    in the RAW file there or is it lost coming from the camera
    Once again thank you for trying to make me understand how this works.
    Have a great day.
    On Sat, Sep 13, 2014 at 12:14 PM, ssprengel <[email protected]>

  • Is there an update for Raw formats for Canon Eos 6d in Iphoto 9?

    I've just gotten an EOS 6D and the photographs I have taken will not upload into Iphoto 9.  Is there a software update available.  I don't want to upgrade to Aperture or Iphoto 11 ?  The only download I can find supports both Iphoto 11 and Aperture 3 ?

    To use the EOS 6D raw images with iPhoto you will have to upgrade, sorry, see the Raw Support List:
    OS X Lion: Supported digital camera RAW formats
    Your camera is supported by Digital Camera RAW Compatibility Update 4.03*; the footnote states clearly: * Aperture version 3.4 or later, or iPhoto version 9.4 or later, is required to install this update.
    Your best bet to import the raw images, if you do not want to update, would be to use the software that came with your camera to develop the raw and then to import the converted photos into iPhoto. Usually the camera provided raw conversion is the best, for the manufacturer has the means to provide camera specific functionality.
    Regards
    Léonie

  • Support for RAW format for Leica cameras

    Does anyone know when iPhoto might provide RAW support for the Leica D-LUX 3 digital camera?

    Larry, thx for the clarity. I didn't realize asking about future directions was a no-no here.
    I since found an Apple document indicating support for the Leica D-LUX 3 and RAW format in an OS 10.4.10(?) release. I think I'll have to drag my Mac to the camera store, take a few pics with the D-LUX 3, attempt to sync and see if/how the RAW images come over, and then advise here on if it worked with OS 10.5.2 and iPhoto '08.
    Peter

  • Improve Raw Format for Fujifilm S5 Pro

    Hello Adobe Staff,
    I love Lightroom and the new Photoshop CS3. I have several Nikon bodies and I am very happy with them. I just bought the Fujifilm S5 Pro and would love to use my most favorite Adobe products with the images that I take with the Fujifilm camera. I shoot mostly in RAW format. I know in the past you have accommodated the raw requirements of other cameras because you are interested in providing the best service possible for your consumers.
    I do not prefer to process my images in several different types of software... I prefer Adobe and that is just the way it is for me.
    I appreciate you having a forum to bring matters of this nature to your attention. I am writing you to support "improve RAW format requests" of any other Fujifilm S5 Pro owners as well as myself.
    Thank you in advance for any support you provide Fujifilm S5 Pro Owners
    Yvonne

    I have the same problem using the RAW-Files of the S5 pro with Aperture. I really would use this greate Apple-Software but I switched to Adobe Lightroom. In Lightroom my Camera is fully supported.
    Daniel

  • Lost RAW format for Panasonic DMC-LX1 with new version 1.5.3 !!!

    Hi,
    Aperture 1.5.3 tells me it doesn't understand the RAW format of my Panasonic DMC-LX1, when it used to in 1.5.2.
    Anybody has any idea how to restore this ???
    Thanks,
    Richard
    MacBook Pro 15.4"   Mac OS X (10.4.9)   1 GB RAM, iPod 60

    Actually Aperture doesn't support the RAW format of this Camera !

  • Convert payslip to PDF format  , for e-mailing to employees

    HI with respect to my previous post 'Salary slip delivery thru email'
    I have been able to send the email out in the html format. I want the employee to recieve the mail in the PDF format. I would like your assistance on this.
    Here is the code.
    tables: PV000,
    T549Q,
    PA0001,
    V_T514D,
    HRPY_RGDIR,
    PA0002,
    PA0105.
    data: begin of ITAB occurs 0,
    MTEXT(25) type C,
    PERNR like PA0001-PERNR,
    ABKRS like PA0001-ABKRS,
    ENAME like PA0001-ENAME,
    USRID_LONG like PA0105-USRID_LONG,
    end of ITAB.
    data: W_BEGDA like HRPY_RGDIR-FPBEG,
          W_ENDDA like HRPY_RGDIR-FPEND.
    data: RETURN like BAPIRETURN1 occurs 0 with header line.
    data: P_INFO like PC407,
    P_FORM like PC408 occurs 0 with header line,
    P_P_FORM like PC408 occurs 0 with header line.
    data: P_IDX type I,
    MY_MONTH type T549Q-PABRP,
    STR_MY_MONTH(2) type C,
    MY_YEAR type T549Q-PABRJ,
    STR_MY_YEAR(4) type C.
    data: W_CMONTH(10) type C.
    data: TAB_LINES type I,
    ATT_TYPE like SOODK-OBJTP.
    data: begin of P_INDEX occurs 0,
    INDEX type I,
    end of P_INDEX.
    constants:
    begin of F__LTYPE, "type of line
    CMD like PC408-LTYPE value '/:', "command
    TXT like PC408-LTYPE value 's', "textline
    end of F__LTYPE.
    constants:
    begin of F__CMD, "commands
    NEWPAGE like PC408-LINDA value '<NEW-PAGE>',
    end of F__CMD.
    data: P_LIST like ABAPLIST occurs 1 with header line.
    data: OBJBIN like SOLISTI1 occurs 10 with header line,
    DOCDATA like SODOCCHGI1,
    OBJTXT like SOLISTI1 occurs 10 with header line,
    OBJPACK like SOPCKLSTI1 occurs 1 with header line,
    RECLIST like SOMLRECI1 occurs 1 with header line,
    OBJHEAD like SOLISTI1 occurs 1 with header line.
    INITIALIZATION *
    initialization.
    OBJBIN = ' | '.
    append OBJBIN.
    OBJPACK-HEAD_START = 1.
    SELECTION SCREEN *
    selection-screen begin of block BL1.
    parameters: S_ABKRS like PV000-ABKRS obligatory default 'ZA'.
    parameters: S_PERMO like T549Q-PABRP obligatory default '02'.
    parameters: S_PABRP like T549Q-PABRP obligatory.
    parameters: S_PABRJ like T549Q-PABRJ obligatory.
    select-options: S_PERNR for PA0001-PERNR.
    select-options: S_ORGEH for PA0001-ORGEH.
    parameters: PAY_VAR like BAPI7004-PAYSLIP_VARIANT default
    'ESS_PAYSLIPS' obligatory.
    selection-screen end of block BL1.
    AT SELECTION-SCREEN *
    at selection-screen.
    if SY-UCOMM ='ONLI'.
    if S_PABRP > 24 or S_PABRP < 1.
    message E999(YHR) with 'Improper Payroll Period'.
    endif.
    if S_PABRP > 9.
    MY_MONTH = S_PABRP - 10 + 1.
    STR_MY_MONTH = MY_MONTH.
    MY_YEAR = S_PABRJ + 1.
    STR_MY_YEAR = MY_YEAR.
    else.
    MY_MONTH = S_PABRP + 3.
    STR_MY_MONTH = MY_MONTH.
    MY_YEAR = S_PABRJ.
    STR_MY_YEAR = MY_YEAR.
    endif.
    modified by Coul
    if S_PERMO NE '2'.
    message E999(YHR) with 'Improper Payroll Period Parameters'.
    endif.
    MY_YEAR = S_PABRJ.
    STR_MY_YEAR = MY_YEAR.
    shift STR_MY_MONTH left deleting leading SPACE.
    shift STR_MY_MONTH right deleting trailing SPACE.
    translate STR_MY_MONTH using ' 0'.
    get payrol period first and last dates _ added by Coul
    SELECT SINGLE *
    FROM T549Q
    WHERE PERMO = S_PERMO "Period param.; 02 = semi-monthly
    AND PABRJ = S_PABRJ "Payroll period year
    AND PABRP = S_PABRP. "Payroll period no.
    W_BEGDA = T549Q-BEGDA.
    W_ENDDA = T549Q-ENDDA.
    concatenate STR_MY_YEAR STR_MY_MONTH '01' into W_BEGDA.
    call function 'HR_HCP_GET_LAST_DAY_OF_MONTH'
    exporting
    IM_DATE = W_BEGDA
    importing
    EX_DATE_IS_MONTHEND =
    EX_LAST_DAY_OF_MONTH = W_ENDDA.
    select PA0001PERNR PA0001ABKRS PA0001~ENAME
    into corresponding fields of table ITAB
    from PA0001
    join PA0000
    on PA0000PERNR eq PA0001PERNR
    join HRPY_RGDIR
    on PA0001PERNR eq HRPY_RGDIRPERNR
    where PA0001~PERNR in S_PERNR
    where PA0001~ORGEH in S_ORGEH
    and PA0001~ABKRS eq S_ABKRS
    and PA0000~STAT2 eq '3'
    and PA0001~ENDDA ge '99991231'
    and PA0001~PLANS ne '99999999'
    group by PA0001PERNR PA0001ABKRS PA0001~ENAME.
    if SY-SUBRC <> 0.
    message E999(YHR) with 'No record(s) found.'.
    endif.
    endif. "SY-UCOMM ='ONLI'
    START-OF-SELECTION *
    start-of-selection.
    write : / 'Payroll Area : ',S_ABKRS.
    write : / 'Payroll Period/Year : ',STR_MY_MONTH,'-',STR_MY_YEAR.
    write : / 'System Date : ', SY-DATUM.
    write : / 'System Time : ', SY-UZEIT.
    write : / 'User Name : ', SY-UNAME.
    write : / SY-ULINE.
    sort ITAB by PERNR.
    loop at ITAB.
    clear : P_INFO, P_P_FORM, P_FORM, P_INDEX, P_LIST, OBJBIN,
    DOCDATA, OBJTXT, OBJPACK, RECLIST, TAB_LINES.
    refresh : P_P_FORM, P_FORM, P_INDEX, P_LIST, OBJBIN,
    OBJTXT, OBJPACK, RECLIST.
    select single *
    from HRPY_RGDIR
    where PERNR eq ITAB-PERNR
    and FPBEG ge W_BEGDA
    and FPEND le W_ENDDA
    and SRTZA eq 'A'.
    if SY-SUBRC = 0.
    call function 'GET_PAYSLIP'
    exporting
    EMPLOYEE_NUMBER = ITAB-PERNR
    SEQUENCE_NUMBER = HRPY_RGDIR-SEQNR
    PAYSLIP_VARIANT = PAY_VAR
    importing
    RETURN = RETURN
    P_INFO = P_INFO
    tables
    P_FORM = P_FORM.
    check RETURN is initial.
    loop at P_FORM
    where LINDA eq F__CMD-NEWPAGE
    and LTYPE eq F__LTYPE-CMD.
    P_INDEX-INDEX = SY-TABIX.
    append P_INDEX.
    endloop.
    P_IDX = 1.
    refresh P_P_FORM.
    append lines of P_FORM from P_IDX to P_INDEX-INDEX
    to P_P_FORM.
    P_IDX = P_INDEX-INDEX.
    export P_P_FORM to memory id '%%_P_FORM_%%'.
    export P_INFO to memory id '%%_P_INFO_%%'.
    submit RPCEDT_LIST_TO_MEMORY exporting list
    to memory and return.
    call function 'LIST_FROM_MEMORY'
    tables
    LISTOBJECT = P_LIST.
    call function 'TABLE_COMPRESS'
    IMPORTING
    COMPRESSED_SIZE =
    tables
    IN = P_LIST
    OUT = OBJBIN
    exceptions
    others = 1.
    OBJHEAD = 'Objhead'.
    append OBJHEAD.
    preparing subject
    concatenate W_ENDDA(6)
    ' Payslip-' ITAB-ENAME0(28) '(' ITAB-PERNR4(4) ')'
    into DOCDATA-OBJ_DESCR.
    DOCDATA-OBJ_NAME = 'Pay Slip'.
    DOCDATA-OBJ_LANGU = SY-LANGU.
    OBJTXT = 'Pay Slip.'.
    append OBJTXT.
    OBJTXT = DOCDATA-OBJ_DESCR.
    append OBJTXT.
    OBJTXT = 'Have a nice day.'.
    append OBJTXT.
    Write Packing List (Main)
    3 has been fixed because OBJTXT has fix three lines
    read table OBJTXT index 3.
    DOCDATA-DOC_SIZE = ( 3 - 1 ) * 255 + strlen( OBJTXT ).
    clear OBJPACK-TRANSF_BIN.
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM = 0.
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM = 3.
    OBJPACK-DOC_TYPE = 'RAW'.
    append OBJPACK.
    Create Message Attachment
    Write Packing List (Attachment)
    ATT_TYPE = 'ALI'.
    describe table OBJBIN lines TAB_LINES.
    read table OBJBIN index TAB_LINES.
    OBJPACK-DOC_SIZE =
    ( TAB_LINES - 1 ) * 255 + strlen( OBJBIN ).
    OBJPACK-TRANSF_BIN = 'X'.
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM = 0.
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM = TAB_LINES.
    OBJPACK-DOC_TYPE = ATT_TYPE.
    OBJPACK-OBJ_NAME = 'ATTACHMENT'.
    OBJPACK-OBJ_DESCR = 'Payslip'.
    append OBJPACK.
    Create receiver list
    refresh RECLIST.
    clear RECLIST.
    select single *
    from PA0105
    where PERNR eq ITAB-PERNR
    and SUBTY eq 'MAIL'
    and SUBTY eq '0001'
    and USRID ne ''
    and PA0105~ENDDA ge '99991231'.
    if SY-SUBRC = 0.
    RECLIST-RECEIVER = PA0105-USRID.
    translate RECLIST-RECEIVER to lower case.
    ITAB-USRID_LONG = RECLIST-RECEIVER.
    RECLIST-REC_TYPE = 'U'.
    append RECLIST.
    Send the document
    call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    exporting
    DOCUMENT_DATA = DOCDATA
    PUT_IN_OUTBOX = 'X'
    PUT_IN_OUTBOX = ''
    COMMIT_WORK = 'X'
    IMPORTING
    SENT_TO_ALL =
    NEW_OBJECT_ID =
    tables
    PACKING_LIST = OBJPACK
    OBJECT_HEADER = OBJHEAD
    CONTENTS_BIN = OBJBIN
    CONTENTS_TXT = OBJTXT
    CONTENTS_HEX =
    OBJECT_PARA =
    OBJECT_PARB =
    RECEIVERS = RECLIST
    exceptions
    TOO_MANY_RECEIVERS = 1
    DOCUMENT_NOT_SENT = 2
    DOCUMENT_TYPE_NOT_EXIST = 3
    OPERATION_NO_AUTHORIZATION = 4
    PARAMETER_ERROR = 5
    X_ERROR = 6
    ENQUEUE_ERROR = 7
    others = 8.
    if SY-SUBRC <> 0.
    ITAB-MTEXT = 'Message Not Sent to : '.
    else.
    ITAB-MTEXT = 'Message Sent to : '.
    endif.
    else.
    ITAB-MTEXT = 'Message Not Sent to : '.
    endif.
    else. "SY-SUBRC Not = 0 HRPY_RGDIR
    ITAB-MTEXT = 'Payroll data not found : '.
    endif. " end of SY-SUBRC = 0. HRPY_RGDIR
    modify ITAB.
    endloop. "end loop at ITAB
    sort ITAB by MTEXT PERNR.
    loop at ITAB.
    at new MTEXT.
    uline.
    write : / ITAB-MTEXT color 4 intensified on.
    write : / 'Emp. Code' color 2 intensified on,
    12 'Emp. Name' color 2 intensified on,
    54 'Email ID' color 2 intensified on.
    endat.
    write : / ITAB-PERNR, 12 ITAB-ENAME, 54 ITAB-USRID_LONG.
    endloop.

    hi,
       You can send the list output to spool.
    print-on ...
    PERFORM REPORT_OUTPUT.
    print-off.
    From there, you can convert that to pdf.
    fm CONVERT_ABAPSPOOLJOB_2_PDF
    Getting that pdf conversion done, you can send thE same to mail..
    fm SO_NEW_DOCUMENT_ATT_SEND_API1
    Regards,
    Sailaja.

  • RAW Format for Nikon D5300 on Elements 3

    I am running Elements 3.  I just got a Nikon D5300 and shoot in RAW (NEF) format.  Elements 3 does not display the thumbnails/pictures when I try to import into Elements.  I did not have this problem with RAW shot on my Nikon D70.

    Every new camera model must be supported individually, and the D5300 just came out, so it has only started to be supported with the Adobe Camera Raw plug-in 8.3, which is compatible PSE12.
    Besides upgrading to PSE12 (and perhaps your OS and computer if the minimum system requirements are newer than what you have), you may be able to use the free DNG Converter 8.3 to create DNG copies of your D5300 NEFs, and those should open in the ancient ACR plug-in you are using with PSE3 as long as you set the compatibility options old enough so they are at least as old as whatever ACR version PSE3 uses.
    The DNGC 8.3 is available here:
    http://www.adobe.com/downloads/updates

  • New Format for e-mail

    Totally hate it with a passion.  Can only see 4 e-mails at a time  But you can Sure see the ADVERTISEMenT S to the  left of e-mails   Oh that's right you can click on to make it bigger   Yea   sometimes it works and most time not.  WHY   WHY   WHY   did you change it.   Maybe it would be better for me to change services   Not happy at all.  Automatically the check bounces down to the next one to delete or whatever even if your not wanting to.  You have to go SLOWER to make sure your not deleting something you want to keep.     Who ever got the raise for instituting this needs to lose it.  Definitely hate it.

    It sounds like you are referring to the "Rich" Interface. This isn't really new, it's been available for months.
    If you don't like the Rich interface, you can always switch to the "Basic" Interface and see if you like it better. There should be a link at the top that says "Basic Interface" - Click it and it will switch you. (And don't worry, if you decide you don't like Basic you can switch back to Rich the same way.)
    To give you an idea of what the link looks like:
    Hope this helps!
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • HT4757 when apple will release digital camera RAW formats for Fuji Xpro 1 ?

    I'be been waiting for the update for long? The currently release dng also not supported by aperture?
    Apple , please take care of this issue.. Thank you.

    You're not addressing Apple here, and no one knows any more than you do about what Apple will do.

  • LR 3.3 - Olympus E-5 Support for Raw-Format, Lens Correction Profiles for Zuiko Lenses

    Ich wish strongly Olympus E-5 Support for Raw-Format for Ligtroom 3.3,... and i wait since ages for Lens Correction Profiles of Zuiko Lenses ;-)) There are plenty of Olympus users who yearn for that :-)
    Will Release 3.3 support this?

    Hi,
    LR3.3 is released today, and it has support for Olympus E-5 added to it. Details of it can be found here;
    http://blogs.adobe.com/lightroomjournal/2010/12/lightroom-3-3-and-camera-raw-6-3-now-avail able.html
    and the new version of LR3.3 can be downloaded here;
    http://www.adobe.com/products/photoshop/cameraraw.html

  • Importing RAW format files into iPhoto 08

    Hi Guys,
    I searched the back catologue and couldn't find any refs so hopefully this is a valid new post.
    I use iPhoto 08 on an iMac and have always worked with importing jpegs from my cheap but faithful old camera. I now have a nice sexy (& expensive) new camera & can take pictures in RAW format for increased quality. IPhotos tutorials say that it supports RAW but everytime I try to import some files I get a "could not import file" message against the RAW files. My camera automatically takes a duplicate jpeg each time I make a RAW exposure and they import without any problems. Can anyone tell me what I am doing wrong? Many thanks. Steve

    Steve
    What camera is it?
    The Raw from every camera model is different - note that's camera Model, not brand - and has to be supported separately. So, the Raw from a Nikon D3 is not the same as the Raw from a Nikon D3s and so on - even though they both produce files with a NEF extension. Same with Canon and it's CR2 files and so on.
    Raw support can also depend the OS and version of iPhoto that you have.
    Regards
    TD

  • Nikon RAW = NRW for P7100 missing

    The new Nikon P7100 apparently uses another NRW-format as the "older" Nikon P7000. The actual versions of iPhoto and Aperture (under Lion) are not able to open these files ! Adobe Lightroom users are provided at the start of the camera with an RAW-update. It is not the first time that Apple developer for Aperture and iPhote are sleeping very well !

    Adobe Photo Shop has just released updated RAW specifications that support NRW RAW format for the P7100.  That means you can work around by going to Photo Shop or Photo Shop elements to do initial RAW processing and then back in to Aperture with a compatible format.
    Although the NRW format is larger, than even the previous Nikon NER RAW format, there is more information that adds flexibility to opening up the Dinamic Range of a shot withour having to do the full monty HDR shooting process and offers other post production flexibilities.  That means that you can open up the stop range for highlight and shadows a bit more without inducing noise prematurely.
    The only reason for shooting RAW in any format is to capture as much "unprocessed" sensor information as possible.  Converting to DNG or any of the Photo Shop formats to one that are useable by Aperture defeats that purpose and by inference makes the point for just shooting JPG Fine resolution if you want to settle for Aperture's limitations.
    Of course that reduces the fexibiliy of post production image processing and makes Aperture less useful as an appliccation for serious advanced amature or semi pro use.  Actually Aperture might be falling behind the latest iteration of Photo Shop Elements.
    It is clear that Apple's Aperture Team does not follow the old Hertz phylosophy of if your Number 2 you have to try harder and be faster.  Seems likke the Apreture team is comfortable with number 2.  Sound a lot like MobileMe which by our lost Steve Jobs "was not our finest hour."

  • Olympus Micro 4/3 RAW Format not recognized in Photoshop

    What do I need to install in Photoshop to recognized Olympus Micro 4/3 RAW Format?

    It turns out that all I needed to do was download the latest version of the RAW update 6.6 for Photoshop 5.5 which includes the latest RAW formats for a number of newer released camera models from many camera companies.  My camera model was listed in the Photoshop 6.3 RAW updates - Olympus Micro 4/3 P3 camera model.  I downloaded and installed the latest digital camera RAW format update and installed it on my computer for Photoshop 5.5 and it worked perfectly allowing me to open the  Olympus Micro 4/3 P3 camera model RAW format pictures, view and correct the photos in Photoshop.
    I actually found the answer in Photoshop HELP, it just took me a while till I phrased my HELP Search properly for Photoshop.
    Thanks for your prompt responses.
    REVITMAN (Mel Persin, aia - BIM Consultant & Trainer}

Maybe you are looking for

  • Ldap Sync: User is not able to create in Active Directory through OIM

    Hi , I have enabled the ldap sync between OIM and Active Directory. Option 1: with password While creating the new user in OIM , I am getting the below error . 80eeb34d89d5ed80:18bc05bb:1403be9d7e6:-8000-000000000008f710,0] [APP: oim#11.1.2.0.0] Coul

  • Undoing iTunes Match songs downloads on my iPhone?

    I have over 48,000 songs in iTunes Match. All of my songs showing on my iPad are in the iCloud. But some of my iTunes Match songs on my iPhone are downloaded onto my phone and I don't want them to be. How do I reverse them into just being in the iClo

  • Simple Question about Serial Number

    I'm really sorry if this is amateur, but earlier I bought a serial number on-line for Pages and it says it was electronically delivered. (I have a paper to write tonight). But I can only find one serial-number-looking-thing within the two emails they

  • Iphoto not saving

    Everytime i make changes in iphoto (delete photos, import new ones, create albums, delete albums). on reopening iphoto, the previous version is still there.  Deleted photos are back in, deleted albums reappeared etc etc. Imports not there.   This pro

  • Can't Update BIOS of my MSI GTX580 Twin Frozr 2 OC....!!!! Help ASAP....!!!!

    Hi guys from Greece....!!! I Have a major problem here and i need your help ASAP...!!!     I've purchased and a computer technician installed on my PC a brand new MSI GTX580 TwinFrozr 2 OC...!! The problem is that my GTX580 has the old BIOS Version a