Data Upload and method

Hi,
-What are transaction other than LSMW to upload the data(other than BDC)?
-How would you add new field in vendormaster ?
-Since the data is already present in the system, what will happen when you upload the same data?
-If the data is added to existing data what are the transactions to delete the old data?
Thanx.

if you are concerened about all those issues you can better program an import with a BAPI designed for maintaining vendors I gues something like BAPI_VENDOR* will give you something in SE37
the advantage of using BAPIS is that the bapis normally have checks build in which you ask in you're guestions . further nice thing is that LSW's can become obsolete if screennumbers are changed in the meantime (which happend at our system with the materialscreen mm02)
(hmmm when I look at BAPI_VENDOR_CREATE I don't see many fieldvalues you can import , perhaps someone else knows a better one?)

Similar Messages

  • Adding data members and methods to generated classes that will not produce

    I want to use XMLBeans XMLObject for a project, but for the classes generated by XMLBeans, I want to add some additional data members and methods to handle program state that I do not want to have written out to an XML document.
    I have been using .NET's system.xml.XmlParser class, and it provides this sort of capability.
    In looking at the code produced by XMLObject, it looks possible.
    Question: Does anyone have any thoughts on the best way to accomplish what I want to do? Is there a good design pattern to follow?
    Question: Are there any gotchas in doing this? The only immediate one I can think of is that everytime the .java files are regenerated by XMLObject, I will have to reinsert my data members and methods.

    Hi Chuck,
    Setting the dispaly Field property should in no way affect your validation execution.
    The valiadtion if is working fine on the field value when it is not a display field it should do so when a display field as well.
    Besides if you are working on MDM main table all the main table fields are display fields.even if you do not set the property.As main table fields are always visible in MDM Data manager.
    Which version of MDM you are currently working on.
    As I have tried on the SP06 version on MDM and the  Null  validation runs fine on Display fields as well.
    Check your MDM version and also your MDM clients as well as MDM server be on the same version.
    What I am finding confusing here is that initially you wish to keep the material number as Blank for the approver to enter the material number which will be send through a mail.
    But the validation is checking for the material field to be balnk then how are you poulating the same field with Material number in the later stage.As it will fail the validation here.As per teh vlaidation it should remain blank as soon as someone enters a value it will throw an error.
    Or in either which wise you need to mainatin 2 valiadtion steps before and after the Approver for blank and filled field check.
    Just check your process flow correctly and the order of it in case that is causing the records to fail.
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Alv data upload and delete in database table

    hi .
       i have done data save in date base but not update and delete..writen this code..
    form save_data.
      CALL METHOD cont_editalvgd->check_changed_data.
      IF lt_display EQ it_city.
        MESSAGE s002(00) WITH 'No data changed'.
      ELSE.
        CLEAR: gd_answer.
        CALL FUNCTION 'POPUP_TO_CONFIRM'
          EXPORTING
            text_question  = 'Save_data?'
          IMPORTING
            answer         = gd_answer
          EXCEPTIONS
            text_not_found = 1
            OTHERS         = 2.
           delete
        IF sy-subrc EQ 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
        IF ( gd_answer = '1' ). " yes
            lt_display = it_city.
         else.
         MESSAGE s001(00) WITH 'Action cancelled by user' .
         endif.
         endif.
        DELETE ADJACENT DUPLICATES FROM it_city.
       update zmg_city1 from it_city.
        MODIFY zmg_city1 FROM TABLE it_city.
    *DELETE  zmg_city1  FROM it_city.
        clear it_city.
        COMMIT WORK.
       else.
         DELETE ADJACENT DUPLICATES FROM it_city.
      IF SY-SUBRC EQ 0.
         DELETE ADJACENT DUPLICATES FROM it_city.
         update zmg_city1 from it_city.
        COMMIT WORK.
      endif.
    *ent rows from it_city
       DELETE ADJACENT DUPLICATES FROM it_city.
       update zmg_city1 from it_city.
    endform.                    "save_data
    not working update and delete ...plz say

    hi .
       i have done data save in date base but not update and delete..writen this code..
    form save_data.
      CALL METHOD cont_editalvgd->check_changed_data.
      IF lt_display EQ it_city.
        MESSAGE s002(00) WITH 'No data changed'.
      ELSE.
        CLEAR: gd_answer.
        CALL FUNCTION 'POPUP_TO_CONFIRM'
          EXPORTING
            text_question  = 'Save_data?'
          IMPORTING
            answer         = gd_answer
          EXCEPTIONS
            text_not_found = 1
            OTHERS         = 2.
           delete
        IF sy-subrc EQ 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
        IF ( gd_answer = '1' ). " yes
            lt_display = it_city.
         else.
         MESSAGE s001(00) WITH 'Action cancelled by user' .
         endif.
         endif.
        DELETE ADJACENT DUPLICATES FROM it_city.
       update zmg_city1 from it_city.
        MODIFY zmg_city1 FROM TABLE it_city.
    *DELETE  zmg_city1  FROM it_city.
        clear it_city.
        COMMIT WORK.
       else.
         DELETE ADJACENT DUPLICATES FROM it_city.
      IF SY-SUBRC EQ 0.
         DELETE ADJACENT DUPLICATES FROM it_city.
         update zmg_city1 from it_city.
        COMMIT WORK.
      endif.
    *ent rows from it_city
       DELETE ADJACENT DUPLICATES FROM it_city.
       update zmg_city1 from it_city.
    endform.                    "save_data
    not working update and delete ...plz say

  • Data uploading and Activation of Request - 0FIGL_O02

    HI experts
    Got struck while uploading the data in ODS "0FIGL_O02" .
    I  have  uploaded the data till date by using "INIT" and "FULL"infopackages. Now we want to start "Delta" .
    We try it by uplaoding the Init request (Without Data) and then scheduled the Delta. This way we get the request in the " ODS" but the  Activation of  these request failed with the Message " Full update already available in ODS catnnot update INIT/DELTA . We have try it by ticking the Repair Full request also , but activation failed again with the same message.
    Pl. let me know where I went wrong . Did I miss any step...
    Thanks in advance
    Dinesh Sharma

    Hi Dinesh.
    You need to delete the full request and try the init again.
    Also Please check if there is any previous init request. if so delete  that request and try the load again.
    Regards,
    Gaurav
    Edited by: Gaurav Kothari on Jul 17, 2009 1:06 PM

  • Data upload and download

    Hi,
    I have a query in using open dataset command.
    let us consider this scenario as an example.
    I need to select 5 fields from mara table and I want to display the output in a flat file.Later, I have to read the data from the flat file and to display the output in sap screen.
    Can someone help me on doing this and also if you send me the code , it will be useful for me to understand.
    Thanks,
    Stal.

    DATA: BEGIN OF T_MARA OCCURS 0,
              MATNR TYPE MARA-MATNR,
    END OF ITAB.
    DATA : BEGIN OF T_MARA OCCURS 0,
              LINE(75)TYPE C,
    END OF ITAB.
    SELECT  MATNR  FROM  MARA  INTO TABLE T_MARA .
    OPEN DATA SET  W_FILE_NAME FOR  OUT PUT  IN TEXT MODE  ENCODING  DEFAULT.
    LOOP AT T_MARA.
    TRANSFER T_MARA.
    ENDLOOP.
    CLOSE DATA SET.
    NOW  ALL  THE  DATA IS  TRANSFERD TO  APPP  SERVER.
    NOW  IF  U  WANT TO  READ....
    OPEN  DATASET  W_FILENAME FOR INPUT IN TEXT MODE  ENCODING  DEFAULT.
    IF SY-SUBRC  NE 0.
    MESSAGE E000  WITH 'FILE  NOT  FOUND'.
    ELSE.
    DO  .
    READ DATA SET W_FILE NAME INTO T_ITAB2.
    IF SY-SUBRC NE 0.
    EXIT .
    ENDIF.
    END DO.
    CLOSE DATA SET.
    *********NOW  ALL  THE  DATA IS PRESENT IN T_ITAB2.
    LOOP AT  T_ITAB2.
    *******SUPOOSE  IF  U  R  HAVING MORE  FIELDS  MEANS ***USE SPLIT.
    SPLIT  AT ',' T_ITAB2 INTO T_MARA-MATNR.
    APPEND  T_MARA.
    ENDLOOP.

  • PC to phone data Sync and FF history questions

    Hi there,
    I’m a old firefox user and have been using FF on my PC since long, but recently I’ve started using it in my Android (Note 3) I have few question regarding this:
    1) The reason I’m using FF in my Note 3, I’ve lots of bookmark in my PC I want them all in my phone as well. So I use basic sync feature to get them all. I’ve also few saved password which I want in my phone also. But I see FF stores all sync data in there server and I can clear them too after login. But I question is this safe to store data in FF server? Does it provides a secure encrypted method?
    2) When sync my PC FF data I sync history too, and I’ve long history in my PC, but when it sync to phone, the phone only shows very small history. Only upto last week, is that the Android FF version feature that it will show history for a week only? Or anything else?

    Hi guigs2,
    Thanks a lot for your feedback, yes I’ve many questions.
    1# “If you swipe down from the top of the navigation and tap on the sync icon you will see all the tabs and synced list.” Do you mean under setting? Under setting I see there have sync option to choose like bookmark, tabs, pass etc.
    1# I was using FF28 on my PC and its old sync feature and it was working flawlessly and properly sync all. But after the 29update I found FF released a new sync method and I moved to that. But what I found it really not sync properly. I’ve over 5k bookmark in my PC and when sync with my phone (Note3) it didn’t sync all. I ran the sync multiple time and leave it long to do its purpose but it didn’t. I also tried adding, deleting some from my PC and then sync again, but nothing helps. Also 29 Sync doesn’t sync passwords with master password. Then for all (except Note 3) I went back to FF 28 and started using old sync method. Also the old sync account shows how many data uploaded and a option for user to clear them, which I use frequently for safety purpose but that’s missing in the new sync. Also the
    2# is there any way to import bookmark manually on android? Because when I do sync all desktop bookmarks shows under ‘desktop’ directory. But it would be helpful if all are stored in root bookmark place.
    3# another PC FF related question is: is there any way for the bookmark sidebar shortcut icon in FF 29. I see its missing in 29 and the new icon only shows a dropdown menu. But as I’ve long list of bookmarks, so sidebar is best for me. I know the keyboard shortcut (ctrl+B) but I’m habituated with the icon.
    Thanks in advance!

  • Regarding PA data upload

    Hi Experts,
    I just wanted to have a discussion regarding PA data upload.
    What we feel is that, it should be ok if we go with BDC for each of the infotrype.
    hr_infotype_operation can be used but  again it  also use bdcdata only so it should not  be a big performmance issue.
    Both approach can be used as per the data upload and its' going to be one time only.
    Can anyone of you suggest something regarding the same.
    I have searched the forum and i got responses like bdc can be used ( some might sue FM also).
    Can i have some comments from you guys regardimng the same ?

    Hi Rinki;
    Try LSMW recording method for data upload in PA Infotype.
    Regards

  • Activation of batch management -Uploading and creation of new materialBATCH

    Dear All,
    Good day !!!
    We have activated Batch management in our business, whcih was running without BATCH management Active before.Now we have activated the batch management ,Automatic in case of GR creation and by FIFO basis in case of goods movement and SD and PP modules also.
    Now every transactions and data are working properly. But we need clarity on the master data upload and inventory upload.
    Suppose if we need to carry out the for the same material Batch to be activated or whether we need to go for new material and batch management active , Pleaes clarify on the process and also how we could upload the existing inventory from the existing NON Batch material into BATCH material (Which is created wholly as a new materail with batch)
    KIndly provide on the above 2 points which would be helpful for our business.
    Thanks and Regards,
    Amol.

    Hi
    I think with the help of  FI create a dummy cost centre and issue the material to the cost centre ,
    Look no Purchase requisitions or purchase orders are open on the material
    activate batch management to material and using 202 movement get back the material .
    as the process is very tedious use the help of badis for updating and cancellation if required
    this may be only process for activating new batches for material

  • Data upload problem

    Hi,all:
       Now I face the problem as follow:
       1.The delta upload can not run automatic finished.I can find some course in <b>SM58</b>,How to solve this problem? Can you give me some helps?
       2.When I delta upload,system message like this:
    <i>Processing in Warehouse timed out; processing steps mising
    Diagnosis
    Processing the request in the BW system is taking a long time and the processing step Second step in the update has still not been executed.
    System response
    <DS:DE.RSCALLER>Caller  is still missing.
    Procedure
    Check in the process overview in the BW system whether processes are running in the BW system under the background user.
    If this is not the case, check the short dump overview in the BW system.</i>
        What is wrong with the data upload and how to solve it? Can you give me some advice?
    Regards&Thanks!
    zagory

    Hi Zagory,
    I think at the time of this particular job starting there are other jobs running with Background User Owner or there might be other background jobs running with Priority  A . SO  try to reschedule the JOb at some later point in time where system is less busy ......or one more option is to try to increase the System Dialog run Time in RZ10 transaction ...Ask ur basis team they will do for you ...
    But try first option first......
    Assign points if it helps.....
    Regards,
    Vijay.

  • How to do Delta upload and consolidate in SSM, how to use transformer.ini

    Hi,
    Can anybody explain me how to do Delta data upload and also how to do delta data consolidation in SAP SSM.
    Also how can i create and use transformer.ini file.
    Thanks and reagrds
    Edited by: Himanshu Bisla on Mar 25, 2009 2:09 PM

    Hi,
    Where from are you planning to upload data?
    When you mention a delta upload, does it mean loading new data for a new PERIOD, where no data yet existed, or loading values to measures for periods where data already exists, doing a SUM?
    When loading from an external source, you use a READ command, which by default replaces existing values with those that are being loaded. If you add the parameter ADD or SUBTRACT to that IDQL command you are able to change this default behaviour to enable delta loads (with SUM or SUBTRACTION operations).
    As for the CONSOLIDATIONS, you can define a date range for the consolidation, or run it for a single period (month, quarter) if needed, or restrict the number of measures you want to consolidate. There is no way to automatically define that only the measures and periods that have new data will be consolidated. This has to be made explicit in the CONSOLIDATE instruction.
    Regarding the Transformer.ini, are you planning to use PAS as an ETL tool? Unfortunately, I can only point you to the information that is available on the PAS Help, but that's probably where you found the reference to this function in the first place...
    Hope this helps!
    Best regards,
    Ricardo

  • Excel Upload and moving the data to dynamic itab

    Hi Folks,
    I am building a fieldcatalog dynamically based on the table name and then creating a dynamic internal table based on the fieldcatalog.Now I have a excel sheet having the fields in the same structure as the fieldcatalog that I built.I want to upload the data in the excel to an internal table having the structure of the fieldcatalog I built.I am having a problem in moving the data from the excel to the itab (dynamic itab built based on the fieldcatalog)
    1.Building the fieldcatalog.
    data:gt_fieldcat    TYPE lvc_t_fcat.
      ls_fieldcat-tabname    = p_tabname.
      ls_fieldcat-fieldname  = p_fieldname.  
      ls_fieldcat-inttype    = 'C'.
      ls_fieldcat-outputlen  = wa_dfies-outputlen.   
      ls_fieldcat-coltext    = wa_dfies-fieldtext.
      APPEND: ls_fieldcat TO gt_fieldcat.
      CLEAR : ls_fieldcat.
    2.Building the dynamic itab
    DATA:gp_table       TYPE REF TO data.
    FIELD-SYMBOLS: <gt_table> TYPE table,
    CALL METHOD cl_alv_table_create=>create_dynamic_table
        EXPORTING
          it_fieldcatalog = gt_fieldcat
        IMPORTING
          ep_table        = gp_table.
      ASSIGN gp_table->* TO <gt_table>.
    3.Now I have an excel with a similar structure with data.Uploading the excel data into itab.
    DATA: g_t_xltab  TYPE STANDARD TABLE OF ty_xltab,
          it_rawdata TYPE truxs_t_text_data,
      CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
        EXPORTING
    *     I_FIELD_SEPERATOR    =
          i_line_header        = 'X'
          i_tab_raw_data       = it_rawdata
          i_filename           = xls_filename
        TABLES
          i_tab_converted_data = g_t_xltab[]
        EXCEPTIONS
          conversion_failed    = 1
          OTHERS               = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      Endif.
    *Move the data that got uploaded from excel into
    *respective internal tables.
        LOOP AT g_t_xltab
        here I want move the data into an internal table having the structure I built using
        the fieldcatalog/dynamic itab ie    <gt_table>.
        Endloop.
    I tried using ASSIGN COMPONENT sy-index of <gt_table> and move-corresponding but in vain as I am not that much familiar with dynamic itab using field symbols.Kindly let me know how the excel data can be moved to dynamic itab.
    Thanks,
    K.Kiran.

    Hi,
    you can try some logic like this. Please note this is just an example
    TYPE-POOLS:truxs.
    TYPES:BEGIN OF ty_xltab,
          field TYPE string,
          END OF ty_xltab.
    DATA:wa TYPE ty_xltab.
    DATA:lv_len TYPE i.
    DATA:startpos TYPE i.
    FIELD-SYMBOLS:<fs_line> TYPE mara.
    FIELD-SYMBOLS:<fs> TYPE ANY.
    DATA: g_t_xltab  TYPE STANDARD TABLE OF ty_xltab,
          it_rawdata TYPE truxs_t_text_data.
    CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
        EXPORTING
    *     I_FIELD_SEPERATOR    =
          i_line_header        = 'X'
          i_tab_raw_data       = it_rawdata
          i_filename           = ' '
        TABLES
          i_tab_converted_data = g_t_xltab[]
        EXCEPTIONS
          conversion_failed    = 1
          OTHERS               = 2.
    IF sy-subrc  <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    startpos = 0.
    LOOP AT g_t_xltab INTO wa.
      DO.
        ASSIGN COMPONENT sy-index OF STRUCTURE <fs_line> TO <fs>.
        IF sy-subrc = 0.
          DESCRIBE FIELD <fs> OUTPUT-LENGTH lv_len.
          IF lv_len > 0.
            <fs> = wa-field+startpos(lv_len).
            startpos = startpos + lv_len.
          ENDIF.
        ELSE.
          append <fs_line> to <fs_tab>.
          EXIT.
        ENDIF.
      ENDDO.
    ENDLOOP.
    Sorry my answer is not for you requirement..Please Ignore.
    Your solution can be easily solved by looking at the concept Assign component . Please search
    Edited by: Keshav.T on Nov 7, 2011 1:42 PM

  • UC320: how to set (correct) time and date, upload own AA messages, get caller ID, telnet?

    Hello there,
    Just trying out the UC320 I got borrowed from Cisco AT for testing with firmware 2.1.2 (1) localized for Austria.
    The device is connected to the cable modem of my ISP (Kabelsignal) utilizing two FXO ports, getting an IP address from my DHCP being connected to a WS-C2960G-24TD (LAN 1@UC320 connected to Gi0/18@C2960G port macro Cisco Switch enabled).
    Now I would like to try/see the following features:
    - a correct time and date: huh? hwo/where???
    No option to set this right??? No NTP option??? Am I just blind or too stupid to find that option/s?
    - upload own messages for the AA: ok, there are german messages but someone might have a little bit personalized ones - maybe telling callers the company name before asking them to dial the extension if they know it. Making custom messages is not the problem - but how to upload and in which sound/data format?
    - caller ID: my ISP told me that he transfers the caller ID correctly to analoge end devices if caller ID is available and not suppressed. All I can see when a call comes in is which FXO Port is being used by that call. So callback entries on the SPA phone is senseless. Any advise?
    - CLI: You can telnet the device - but which credentials to use to successfully logon? The pre-assigned credentials form Cisco AT are not accepted for logon.
    BTW @Cisco guys: I am also voting for support for the older SPAs (e.g. 942)

    Hi Claus,
    Thanks for giving the UC320W a spin and glad you found the support community!  Let met see if I can help answer your questions....
    Time/Date & NTP -- The UC320W is preconfigured with Cisco's Small Business NTP server.  The preferred method for correct time you will need the UC320W WAN to be connected with Internet access.   If there is no WAN connectivity there is a feature in the 2.1.x firmware where you can set the time on a SPA phone GUI and it will then update the system time.  Alternatively, if you have a LAN side NTP server that is on the same subnet as your Data VLAN subnet, you can use the NTP.pmf file found here:  https://supportforums.cisco.com/docs/DOC-16301
    Upload custom Music on Hold and Auto Attendant prompt files.  We are currently in beta of a new Cloud service.  To participate in the Beta, please send an e-mail to [email protected] requesting MoH/AA Custom files Cloud Beta participation.
    Caller ID on FXO:  Make sure that you have run the impedance matching tool on each of your FXO ports.  For additional information on running the Impedance Matching tool and Caller ID troubleshooting, please see the UC320W Troubleshooting Guide.
    CLI access -- This is for Cisco Support personnel only for low level debugging.  This is not a IOS based device and there is no command line access for provisioning.
    Cheers,
    Chris

  • Profit center and cost center master data upload errors

    Hi Sapiens,
    Could you please guide me to resolve the below errors in profit center and cost cost center master data upload through LSMW. i am usinng recording method for upload and  getting below error while uploading the data from txt file.
    1. Valid from and to dates are not converting in DDMMYYYY format, which field type we have to use in field mapping?
    2. some of the fields data are overlapping when uploading the data.
    3. How to create validation for empty cells data.
    thank in advance.
    regards,
    jagadeesh.

    Hi
    when you are using LSMW for uploading PC & CC, simple way to correct the Error's WHILE RECORDING The First record, while Creating LSMW, B very care full while entering the details ,bez wht ever Fields your updating ..the same Fields get updated While LSMW Processed.
    As mentioned above update the vaild from and to date in wht ever format you want While recording, in the same format all the remaining records gets updated.. 
    Hope the suggections will Help you in solving your Issues.
    Thanks
    Goutam
    Edited by: Goutam78 on Apr 29, 2011 8:59 PM

  • Create a ReportingServices data source and upload to a data connection library

    I have installed reporting services 2012 in SharePoint 2013 integrated mode. I need to create a report data source and upload it to a data connection library using
    C#.
    As I know it uses the ReportingServices2010 class but I cannot explore a reporting server url.
    There is a ReportingServices2010.asmx file in the 15 hive though.
    Also it works fine when I manually set the data source.

    Hi,
    The following materials would be helpful:
    Inserting Data Connections into a SharePoint Library
    https://social.technet.microsoft.com/Forums/en-US/df79dce5-fd92-4506-af4e-11127cb0d655/inserting-data-connections-into-a-sharepoint-library?forum=sharepointdevelopment
    Programmatically exporting reports from SQL 2012 Reporting Services
    http://stackoverflow.com/questions/12199995/programmatically-exporting-reports-from-sql-2012-reporting-services
    Report Server Web Service Endpoints
    http://msdn.microsoft.com/en-us/library/ms155398(v=sql.110).aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • My ipod cclassic 80gb is hang after trying dat press and hold method then also its not working please tell me solution

    My ipod cclassic 80gb is hang after trying dat press and hold method then also its not working please tell me solution

    Thanks for your response and good luck wishes, I suspect I will need them!
    In principle, I agree re: the manufacturer's warranty. However, I am pretty upset that this is now my second iPod to develop a critical fault within weeks of the warranty expiring, and frankly, it is not unreasonable to expect a state-of-the-art $500 electronic device to last well beyond one year of life.
    I agree talking to Apple is not likely to do me any good (the clue is in how impossible they make it to talk to them in the first place) - but that is not necessarily OK. I expect I will have to pay money to get the battery replaced - again, not OK (full stop - but especially given the cost of the device and the money I have spent with Apple). Yes, the batteries have a limited lifespan, but it should last longer than this (and surely, I should notice a gradual decline in its functionality, not an instant stop).
    I will try Deggie's suggestion (see my reply post), but probably won't hold my breath (think I have already done this). I probably will have to get the new battery - and probably under my own steam. It is a principle at stake and I feel I should be able to let Apple know how I'm feeling - and am frustrated that they make this virtually impossible. It sends the very clear message that they are not interested in listening to their customers.

Maybe you are looking for

  • Error occurred while uploading iPhoto book

    I have been trying to upload (buy) a photobook through iPhoto. It builds OK and seems to transfer all the data (60MB) then stops and displays an error message: "An error occurred while uploading one of your files. Please check your network connection

  • Content Pane

    I do not think that a window could have more than one content pane, so how could I use borderlayout for a toolbar and have a button use a different layout. In other words I do no want my button to have to be either south, west, or east because my too

  • The photo library needs to be upgraded but it doesn't and won't open

    When I go into IPhoto a message pops up that the photo library needs to be upgraded to work with this version of iPhoto, but when I hit upgrade it search's for an upgrade than another box pops up that say "you can't open your current photo library us

  • TOO MANY REQUEST ARE THERE IN THE DATASOURCE.

    Respected all BIs I HAVE PRPARED A PROCESS CHAIN WHICH RUNS EVERY 2 HOURS AND UPDATE THE DSO. WHEN I GO TO DATASOURCE AND DID MANAGE, I SAW MANY GREEN REQUEST,MY CONCERN IS, IS IT OK TO HAVE PLENTY OF RQUEST, OR CAN WE DELETE THEM AFTER CERTAIN PERIO

  • Viewing Final Cut QT Files in Windows

    Hello, I have a client who is using Windows and wants to look at all of the files I logged for him. I am using FCP 6.0.4. Is there a codec for QT that will allow him to the view the captured files without having to reconvert things.