At new - sum issue.

Dear all ,
My problem is at  'at new' statement ,sum is not working.Please tell me where i am wrong.
REPORT  Z_AUTOMATED_PO.
DATA : BEGIN OF IT_STORE_PO OCCURS 0,
       EBELN LIKE EKPO-EBELN,
       EBELP LIKE EKPO-EBELP,
       MENGE LIKE EKPO-MENGE ,
       menge_i type i,
       MATNR LIKE EKPO-MATNR,
       END OF IT_STORE_PO.
SELECT ebeln ebelp MATNR MENGE FROM EKPO
   INTO CORRESPONDING FIELDS OF TABLE IT_STORE_PO
      WHERE ELIKZ NE 'X' AND  WERKS = 'E001'.
sort IT_STORE_PO by matnr.
LOOP AT IT_STORE_PO.
at end of matnr.
sum.
write :/ it_store_po-matnr,it_store_po-menge.
endat.
ENDLOOP.
Thank you all.

Hi,
Please mdoify code as below:
data:
v_index type sy-index,
v_menge type mara-menge.
sort IT_STORE_PO by matnr.
LOOP AT IT_STORE_PO.
v_index = sy-tabix.
at end of matnr.
sum.
v_menge = it_store_po-menge.
read table it_store index v_index.
write :/ it_store_po-matnr,v_menge.
clear: v_index, v_menge.
endat.
ENDLOOP.
Since when SUM. is triggered all the numeric values are summed up and non numeric values are made *****.
So I used a READ statement.
Thanks & Regards,
Navneeth k.

Similar Messages

  • Looking from the many users complaining, I am a bit scared whether should i proceed update to ios 8.0.2 to my ipad 2 or not? Does any one know news whether issues will be really fixed or should i stay on version 7 only?

    looking from the many users complaining, I am a bit scared whether should i proceed update to ios 8.0.2 to my ipad 2 or not? Does any one know news whether issues will be really fixed or should i stay on version 7 only?  Can appl,e has any plan to migrate their Ipad 2 customers to use or take new Ipad with some exchange offers ?
    please I expect a quick responce to my queries. I am waiting eagerly what to do now?

    Ipad Air dead after installing IOS 8.0.2
    I have just downloaded and installed this version of IOS on my Ipad Air and it is DEAD.
    It won't start up.
    When I connect my Ipad to my MacbookPro, Itunes tells me the following:
    "iTunes has detected an iPad in recovery mode. You must restore this iPad before it can be used with iTunes."
    What now? restore? try to remove 8.0.2?
    what a misery!!

  • New ARB Issue:  Button navigation and Declarative States

    <[email protected]il.forums.adobe.com>
    Message-ID: <C6277898.7F37%[email protected]>
    Thread-Topic: New ARB Issue:  Button navigation and Declarative States
    Thread-Index: AcnOqlv/oTWkTNjMukqDP18VFO76uA==
    Mime-version: 1.0
    Content-type: multipart/alternative;
         boundary="B_3324475544_8859892"
    This message is in MIME format. Since your mail reader does not understand
    this format, some or all of this message may not be legible.
    --B_3324475544_8859892
    Content-type: text/plain;
         charset="US-ASCII"
    Content-transfer-encoding: 7bit
    A new ARB issue has been posted to the flex open source site:
    http://opensource.adobe.com/wiki/display/flexsdk/buttonnavigationand+decla
    rative+states
    This issue concerns the new state syntax and what it means to leave a value
    of a property implicit in one or more states.
    Comments, suggestions, and feedback are welcome.
    --B_3324475544_8859892
    Content-type: text/html;
         charset="US-ASCII"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>New ARB Issue:  Button navigation and Declarative States</TITLE=
    >
    </HEAD>
    <BODY>
    <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:11pt=
    '><BR>
    <BR>
    <BR>
    A new ARB issue has been posted to the flex open source site:<BR>
    <BR>
    <a href=3D"http://opensource.adobe.com/wiki/display/flexsdk/button+navigation=
    anddeclarative+states">http://opensource.adobe.com/wiki/display/flexsdk/bu=
    ttonnavigationanddeclarativestates
    This issue concerns the new state syntax and what it means to leave a value= of a property implicit in one or more states.
    Comments, suggestions, and feedback are welcome.
    B_3324475544_8859892

    Ned Murphy wrote:
    Select the textfield that is inside the movieclip and in the properties panel you should see a dropdown for selecting the type of textfield.  If you select Dynamic and then assign an instance name to the textfield you can use that instance name in your code to assign the text when the file runs.  If you were to name the textfield "tField", then the code you would use inside an instance of your movieclip named "mClip1" would be...
    mClip1.tField.text = "your text";
    So, if I have multiple buttons, using your example, would the code read
    mClip1.tField.text = "your text";
    mClip1.tField2.text = "your text2";
    mClip1.tField3.text = "your text3";
    mClip1.tField4.text = "your text4";
    And my buttons are built inside movieclips, ie
    Main Timeline > aboutButton_mc > aboutText_mc > "about"
                        > contactsButton_mc > contactsText_mc > "contacts"
    can the code be put at any level, or does it need to reside on the Main Timeline to access all the movie clips' text fields?
    Just in case this may be too complex to get into via this forum, if you know of any good tutorials, that would be awesome too!
    I tried doing a search, but it's so hard to tell if they might be in AS2, or AS3, and if they would apply to newer versions of Adobe Flash (I have CS5)

  • New format issues

    Hi,
    I guess these might be issues with incomplete migration to the new format but I'll post them here nevertheless:
    Incorrect post count - The "total number of posts" in the user information seems to reflect the total number of posts online at the time of the transition instead of total number of posts to date
    Joined date changed - the "date joined" in the user info seems to have changed for me - no biggy but this might point to other problems
    Incorrect migration of old formats - the old discussions had the editor shortcuts "ii " at the beginning of a new line to create italic text - all these post now display "i " at the start of such lines (with the text not being in bold)
    Level info missing - according to the help file, a user should be able to see his/her level per topic as well as overall - I was not able to find this information at all
    But then, I am happy to see that you are keeping to make improvements to this forum and I thank all of you for your work - I am especially happy about the new "Preview" button for new messages!
    Andreas

    Another items is:
    Email Notification do not use subject of topic -
    In old system the email notifications showed for example "New Formatting issues", or "Re: New Formatting issues". On new system email notifications so as example:"Apple Discussions forum "Feedback about New Discussions" has been updated by Andreas Amann", or "Apple Discussions forum "Feedback about New Discussions" has been updated by John Smith", and so on. Makes it impossible to thread post by topics because all notifications only change if the post is from another group.

  • Group Header/Footer Sum Issue

    Hey all,
    I have an issue which I thought I had covered, but I need a more solid solution.
    SO, I am making a query to do with AR Invoices by the row level, but I want to be able to sum at the header level to use the PaidToDate field so I know how much is left to pay on the document.
    So it is just DocTotal - PaidToDate.
    Problem is, I need to be able to see the items from the document.  So I have it right down to the row level using INV1.
    So now when I group by the DocNum field everything looks fine, but when I go to see what is left I calculate using DocTotal - PaidToDate.
    Problem is, because I'm at the row level it gives me the owing amount for each line like below.
    DocNum    CardName  DocTotal   PaidToDate   LineNum     Qty    Price   Description   
    1234          SAP             $100          $50                0              3       $25      Stick
    1234          SAP             $100          $50                1              1       $25      Puck
    So in this example you can see that SAP has an invoice # 1234 for $100 and they have paid $50 but because of the way it is organized the $50 is paid only on the OINV header level, but is linked to the rows, so it will SUM to $100 paid when it's only $50 paid on the document.
    This isn't such a huge issue because I did an IF statement: IF {INV1.LineNum} = 0 THEN ({OINV.DocTotal} - {OINV.PaidToDate}) ELSE 0.
    BUT, in this case it is a bit more complicated because I am using Enprise and I am pulling lines by project so the lines pulled from an invoice might be taken from the middle of a document.  I would be fine if the first line was always LineNum = 0, but some of the times it is not.
    Is there a better programmatic way to handle this?  Rather than a clunky IF statement?
    Thanks!
    Mike

    Hi Yogesh,<br /><br />
    Thanks for your comments. You've raised several valid points, which I'll address below.<br /><br />
    In the past 18 months, Enprise Job Costing has undergone fairly significant improvement and feature enhancement. It's fair to say that forward development and product improvement is where we've placed greatest resource emphasis. We're continuing to improve the product set and plan to introduce significant new features over the next 9 - 12 months. If you'd like to see a copy of our planned development road map, I'll be happy to share that with you.<br /><br />
    The documentation for Enprise Job Costing, while currently somewhat out of date, is currently being rewritten. We will be releasing new chapters for the documentation as they become complete and expect to have the entire documentation suite completed within the next 2-3 months. <br /><br />
    In the short term, your SAP implementation partner will be able to provide access to each new chapter as it becomes available, as we'll post them to our partner support website. <br /><br />
    Longer term, we will be opening portions of our support site up for end user access, so that people with technical skill, like yourself, can self-help to a degree. We already have a plan to introduce a community/forum where interested people can ask questions and share ideas. Such a forum existed a few years back, through SAP's P2P network, but we found that it wasn't well utilised and I don't believe it is a current feature of the revised network.<br /><br />
    Our new forum will be delivered through a new iteration of our partner support website. We've designed the new site map for this tool, which includes such new functionality. Actual development will begin shortly. We will also be introducing a customer (end-user) focused newsletter to supplement the one we distribute through the partner community. The customer focused version will have more in the way of 'tips n tricks' type content and will likely be very product/road map focused.<br /><br />
    In the meantime, I encourage you to follow our various social media activities. We provide regular product update snippets through our LinkedIn profiles, through our Twitter accounts and through our Facebook page. In fact, I'd love it if you would begin using our Facebook page as a precursor to a customer oriented forum and encourage any and all communication.<br /><br />
    Our various social media profiles can be found here:<br />
    - Facebook: [http://www.facebook.com/pages/Enprise-Software/129716737045362]<br />
    - Twitter: [http://www.twitter.com/enprise], [http://www.twitter.com/enprisesoftware], [http://www.twitter.com/enprisesupport], [http://www.twitter.com/enpriseproducts]<br />
    - LinkedIn: [http://www.linkedin.com/companies/enprise-software].<br /><br />
    Please also feel free to follow me personally on LinkedIn. I make regular posts, which many of our partners find useful. You can find my profile here: [http://nz.linkedin.com/in/jasondlangley]<br /><br />
    I'll call you shortly to discuss this topic in more detail.<br /><br />
    Best regards,<br /><br />
    Jason Langley<br />
    General Manager<br />
    Enprise Software<br /><br />

  • SUM issue with XSS components during maintenance on NDWI controlled landscape

    Hello,
    This is our first time using SUM/MOpz for a release upgrade procedure as the last JSPM update disabled the launch program.
    During our test upgrade of our Enterprise Portal HUB landscape (source NW 7.02 -> target NW 7.4) with EHP5 for ERP 6.0 - XSS Self Services for backend ERP system installed. I've encountered an issue with SUM in the Configuration stage - Target Release Components screen. the only 5 objects SUM cannot handle automatically are the XSS Self Services target release components:
    SAPPCUI_GP         633
    SAP_ESS               633
    SAP_ESS_LGP     633
    SAP_MSS               630
    UTXSSLGP             633
    The only option I have is to scan inbox to rebuild the component list. I'm assuming, since these components are being modified by us and delivered/deployed thru NWDI track, their source location on the system is now the track name instead of the SAP delivered MAIN_ERP53VAL_C. Which means that SUM is expecting updated modified SCAs from NWDI for new 633 versions in the download directory before proceeding to next phase. However, in NWDI landscape configurator for this track, I have checked the option to mark system in NWDI control and verified SUM recognizes the system as NWDI controlled.
    I'm struggling to understand the where the disconnect is between SUM and NWDI for theses components as I thought that SUM is supposed to ignore the DEV NWDI developed and wait for updates modified SCAs only in QA and PROD. Does anyone else have experience with this process to help me?
    Regards,
    Paul

    Hi Paul,
    We are facing the same issue although we can see in the process Overview of SUM that the system is not ticked as under NWDI Control.
    But we are facing problem only for SAP ESS and SAP MSS not other components. Other three components are coming up fine and ready for deployment. This is due to the issue that only these components are identified in the BUILD COMPONENT LIST UPGRADE step as modified.
    Detailed checking of the logs led us to errors identical to the KBA 2034886 - Error: Dialog eliminator ConfirmComponentsDialogEliminator does not allow to omit dialog ConfirmComponents
    The system should get picked as under NWDI control and following all steps of the upgrade for NWDI driven system landscapes
    Thanks and Regards,
    Karan Shah
    Message was edited by: Karan Shah

  • New KDL52XBR9 Issue

    YES I HAD A PREVIOUS KDL52XBR9 ISSUE.  THIS IS A NEW ISSUE. You guys keep telling me you closed the issue yesterday but this is a new issue.  It is new today. I need a call back from customer relations on this topic. I have a KDL52XBR9 that has a ghosting problem and lines that I have come to find out is an LCD issue.  I have been told that there was an extended warrantee that ended March 31, 2015.  It is now over. However, going through my notes I see that I called you guys on December 29, 2013.  What I have written down there is that I talked to you all several times that day on a "green blob" issue with my KDSR60XBR2.  I was trying to resurect the issue before finally throwing the TV out of my garage into the trash.  You all told me to go away so I trashed the TV in January 2014.  I then called you guys in June 2014 because I was having an issue with my KDL52XBR9. I have written down in my planner that it was June 20, 2014.  The issue was lines appearing on the screen that would go away after it warmed up for about 20 minutes.  I was told that both TVs were out of warrantee and I could get 15 percent off a new TV which was just not going to happen.  I continued to use the KDL52XBR9 and then went into the hospital in November 2014.  A few weeks ago, upon returning from the hospital, the problem got worse.  I have a letter from Tim Brison saying that the warrantee was extended to March 2014.  When was it extended to March 2015?  Either way, look at your records, I called and talked to you guys about the TV back in June 2014 before the March 2015 warrantee date.I have been very sick and I know that is not Sony's fault but it has made it to where I could not get to all my records that I have in my old day planner.  Really kind of shame on you all for making me have to do that.  I expect a call back at this point because to be frank when I call into tech support, they do not really know everything that customer relations does.  For instance they told me in June of 2014 that my KDL52XBR9 did not have a warrantee.  They make quick snap decisions such as telling me a TV is out of warantee when it is not. So to sum up:- I let you guys know there was an issue when the TV was apparently still under warrantee and was told to go away.- The warrantee ran out when I was in the hospital.- This is my second XBR series TV to break after a few years of normal service Point one was not described to you all when you made your decision yesterday. New facts, new case.  Please call me.  

    Are we speaking the same language.
    It is a new issue. New today. So whatever I got as a response before today is null and void.
    Please just call so we can talk about it. I almost am starting to think you all do not understand the issue.

  • New DVR Issues (First Run, Channel Switching, etc.)

    I've spent the last 30 minutes trying to find answers through the search with no luck, so sorry if I missed something.
    I recently switched to FIOS from RCN cable in New York.  I've gone through trying to setup my DVR and am running into issues and was hoping for some answers.
    1.  I setup two programs to record at 8PM, I was watching another channel at the time and only half paying attention.  Around 8:02 I noticed a message had popped up asking if I would like to switch channels to start recording.  I was expecting it to force it to switch like my old DVR, but in this case it didn't switch and I missed the first two minutes of one of the shows.  I typically leave my DVR on all day and just turn off the TV, this dual show handling will cause issues with that if I forget to turn off the DVR.  Is there a setting I can change that will force the DVR to choose one of the recording channels?
    2.  I setup all my recordings for "First Run" because I only want to see the new episodes.  One show I setup was The Daily Show on comedy central, which is shown weeknights at 11pm and repeated 3-4 times throughout the day.  My scheduled recordings is showing all these as planned recordings even though only the 11pm show is really "new".  Most of the shows I've setup are once a week so they aren't a problem, but this seems like it will quickly fill my DVR.  Any fixes?
    Thanks for the help.
    Solved!
    Go to Solution.

    I came from RCN about a year ago.  Fios is different in several ways, not all of them desirable.  Here are several ways to get--and fix--unwanted recordings from a series recording setup.
    Some general principles. 
    Saving changes.  When you originally create a series with options, or if you go back to edit the options for an existing series, You MUST save the Series Options changes.  Pretty much everywhere else in the user interface, when you change an option, the change takes effect immediately--but not in Series Options.  Look at the Series Options window.  Look at the far right side.  There is a vertical "Save" bar, which you must navigate to and click OK on to actually save your changes.  Exiting the Series Options window without having first saved your changes loses all your attempted changes--immediately.
    Default Series Options.  This is accessed  from [Menu]--DVR--Settings--Default Series Options.  This will bring up the series options that will automatically be applied to the creation of a NEW series. The options for every previously created series will not be affected by a subsequent modification of the Default Series Options.  You should set these options to the way you would like them to be for the majority of series recordings that you are likely to create.  Be sure to SAVE your changes.  This is what you will get when you select "Create Series Recording" from the Guide.  When creating a new series recording where you think that you may want options different from the default, select "Create Series with Options" instead.  Series Options can always be changed for any individual series set up later--but not for all series at once.
    Non-series recordings.  With Fios you have no directly available options for these.  With RCN and most other DVRs, you can change the start and end times for individual episodes, including individual episodes that are also in a series.  With Fios, your workarounds are to create a series with options for a single program, then delete the series later;  change the series options if the program is already in a series, then undo the changes you made to the series options later; or schedule recordings of the preceding and/or following shows as needed.
    And now, to the unwanted repeats. 
    First, make sure your series options for the specific series in question--and not just the series default options--include "First Run Only".  If not, fix that and SAVE.  Then check you results by viewing the current options using the Series Manager app under the DVR menu.
    Second, and most annoying, the Guide can have repeat programs on your channel tagged as "New".  It happens.  Set the series option "Air Time" to "Selected Time".  To make this work correctly, you must have set up the original series recording after selecting the program in the Guide at the exact time of a first run showing (11pm, in your case), and not on a repeat entry in the Guide.  Then, even it The Daily Show is tagged as New for repeat showings, these will be ignored. 
    Third, another channel may air reruns of the program in your series recording, and the first showing of a rerun episode on the other channel may be tagged as "New".  These can be ignored in your series if you set the series option "Channel" to "Selected Channel".  Related to this, if there is both an SD and HD channel broadcasting you series program, you will record them both if the series option "Duplicates" is set to "Yes".  However, when the Channel option is set to "Selected Channel", the Duplicates Option is always effectively "No", regardless of what shows up on the options screen.  
    As for you missing two minutes,  I have sereral instances in which two programs start recording at the same time.  To the best of my recollection, whenever the warning message has appeared, ignoring it has not caused a loss of recording time.  You might have an older software version.  Newest is v.1.8.  Look at Menu--Settings--System Info.  Or, I might not have noticed the loss of minutes.  I regularly see up to a minute of previous programming at the start of a recording, or a few missing seconds at the beginning or end of a recording.  There are a lot of possibilities for that, but the DVR clock being incorrect is not one of them.  With RCN, the DVR clocks occasionally drifted off by as much as a minute and a half.

  • New iMovie '08 problems -- FireWire or new device issues?

    Not sure if this is an iMovie '08 problem or an OS X problem. Here's the story --
    Prior camcorder was a Panasonic, MiniDV format. Hooks up nicely with iMovie, via FireWire (400). I also have a WD My Book (500 GB) device to store the raw data (Event Library), which connects via FireWire (800). In the past, all three devices (Panasonic, My Book and MacBook Pro) all played nicely together.
    Fast forward to now. Bought a new camcorder (problems with the Panasonic). It's a Canon ZR950 (MiniDV). With iMovie running, I first connect the WD device which is successfully mounted. I then hookup the new Canon and within a few seconds I get an error about a "device not cleanly shut down" (or words to that effect). Odd .... and when I try to connect to my new camcorder, I get a "no camera connected" error.
    Rebooted, retried .... same issues. Another time I first connected the Canon and this time, iMovie successfully sees it. I go to connect the My Book and then the camcorder drops out.
    So, it seems I can have only one FireWire device connected at a time, which is odd since I didn't have this issue with the old Panasonic.
    Help!

    Interesting that you based your purchase on CR magazine because I too use it like a bible. However, when it comes to video cameras, I think they are way off base when not considering the editing side of video making that goes along with any camcorder. Who shoots video simply to plug it into a TV for playback?? If they were doing responsible reporting on this particular subject, they would also include computer capture and editing details in the reviews. Lots of the new format cams don't even work with Macs and the ones that do generally give lesser quality after conversion than what you can still get with tape. At least you made the right decision there!

  • Opening a form in a new window issue

    Hi..
    I have this requirement where I have this page(say XYZPG.xml) which contains a table which is auto populated based on a particular setWhereClause and all this happens in the processRequest as the page loads.
    This page opens on clicking a button in a previous page from where all the parameters for the setWhereClause is sent using fireAction.
    Each Row in the results table in XYZPG has a "detail" button which opens another page in a new window using _blank in the Target Frame.
    The issue is that when Iam clicking the "detail" button,the new form opens in the new window and after closing the form that opened in the new window when I start to perform any action in XYZPG a null pointer is encountered in the processRequest while trying to fetch the setWhereClause parameters.
    Please help in this issue.Its urgent.
    Thanks

    That's because when you close the child window, control returns back to parent form's processRequest. Which version of EBS you are working on? OAF has in-built popup windows feature supported on latest EBS versions which is very useful on many occasions as it has good features like popup closing automatically when a submit button is clicked etc. Check JDev user guide and see if you can use popup windows for your project. If not, you have to capture the event in processRequest and perform required actions again.
    Thanks
    Shree

  • FI-New GL Issue - Inconsistencies in time of creation in Table FAGLFLEXA an

    Hi,
    We are facing the following issue in ECC 5.0 with New GL Active
    When a journal entry is created, the current time is captured (EST) at the header level of the document and is available in the BKPF table. The same document is also updated in FAGLFLEXA table. However, in this table the current EST time is not shown as the time at which the document posted. It is showing corresponding GMT time.
    So for example if the document is created at 13:00:00 EST, in BKPF the time shown is 13:00:00. However in the FAGLFLEXA table, for the same document, the time stamp is 18:00:00. (which happens to be GMT time).
    This is resulting in inconsistencies with respect to BW extraction.
    All the configuration relating to time zone at the general settings level are set to EST.
    If any of you have faced this issue and resolved it, please inform as to how you had resolved it.
    Regards
    Kiran I

    Hi,
    Use the safety interval (lower limit) as a buffer.
    Safety interval = Difference ( EST - GMT) + Actual safety interval (example 1800 s).
    Hope this helps.
    Kind Regards,
    Kurt

  • New iTunes Issues

    I share my iTunes Account with my family, we all have our own computers with libraries so this has never been an issue.  However when iTuens updated the new verison has ALL of our music on my libary page, and it comes up in shuffle.  How do i Remove their music from my library?

    Have you tried this?
    1) Press and hold the button marked Menu then, whilst holding this button down -
    2) Press and hold the white 'select' button (in the middle) for about six seconds until a grey Apple Logo appears on screen.
    Wait for a few seconds more until the screen lights up again and/or your playlist appears once more.
    Hope this helps

  • WRT54GL New Installation Issues

    I recently installed the WRT54GL.  This a new installation.  I currently have two problems.  The first issue is the router is not allowing the local PC to connect to the internet even though the router is directly connected to the PC.   How do I connect to the internet via the local PC?  The second one is that the laptop will connect and it shows the connection is secure but the login screen never appears.  Should a login screen appear?  Also, how do I verify that no authorized users connect to my system?
    Thank you,
    S

    Who is your internet service provider ?
    When you connect the modem directly to the computer are you able to go online ?
    What's Internet ip address are you getting on the status page of the router ?

  • 10g-cvs update/import new files issue

    Hi all,
    when I update a folder in jdev 10g, it doesn't open the new checked in files in the environment
    in the old 9i I used to click on 'update folder' and the tool prompted me 'open the new files in the active project?'
    now if I update a folder, it just update the already opened files,without importing the new ones
    any workaround?
    thanks in advance

    Hi,
    Due to a customer support request, the behavior of prompting to open newly checked out files in the active project was removed when performing CVS update on a folder. If the project file is version controlled and gets updated at the same time, the changes are very difficult to consolidate. For the best CVS experience, we recommend using projects which scan source paths to determine their contents (see Project Properties / Input Paths), and manually refreshing the navigator when new files may have resulted from an update operation.
    This issue is being tracked, and we'll keep it in mind.
    Thanks.
    Paul. JDev Team

  • Help Cloning Old iPhone 3g to new iPhone4 issue

    A friend has given me her new iphone 4 and asked if I can sync her old iphone's content over to the new handset. (contacts, apps,music, etc)
    However, she has already tried herself and so the iphone4 is already recognised by itunes. Is there any way to reset this, so that I get the option to sync her iphone 3 details when I plug it in?

    If you upgrade from a previous iPhone model (ie: 3G or 3GS) and use the option to restore from backup you will lose FaceTime as it isn't accessible to previous models. To ensure proper configuration for a user of a new iPhone 4 do the following:
    *First time activating iPhone 4:*
    1. First sync older iPhone 3G/3GS in iTunes if applicable. This will backup any apps downloaded from the iPhone as well contacts from the address book and messages. The iPhone must be synced to the iTunes account that was originally sync, not from a different user computer as this will wipe the iPhone information.
    2. Then disconnect previous model and connect new iPhone 4.
    3. Choose set-up option for new iPhone, not restore from backup.
    4. Once iPhone 4 activated select options you want to sync from iTunes.
    5. Mail will need to be manually configured for email accounts and visual voicemail. Do not restore from a backup as this will corrupt the iOS due to it will believe it's an older model thus exclude FaceTime and cause issues with Visual Voicemail.
    6. After syncing the new iPhone 4 if you run into issues later and want to do a restore from backup choose the one for iPhone 4 not backups done from previous models.
    *Fixing an iPhone 4 after choosing to restore from backup from an iPhone 3G/3GS:*
    1. Sync your iPhone 4 to ensure all apps and contacts are backed up in iTunes.
    2. Select "Restore" (don't choose to restore from backup).
    3. Select "set-up new iPhone" instead of restoring from a previous backup.
    4. Once iPhone 4 activated select options you want to sync from iTunes.
    5. Manually set-up your email and visual voicemail.
    6. You should now see FaceTime as an option when you are on a call.
    7. If you ever need to restore from a backup ensure to select the one for the iPhone 4, not previous versions which do not support FaceTime.

Maybe you are looking for

  • Why can't I print a document created on my MacBook Air with Pages via a wired Lexmark X2650 printer?

    I am unable to printe a document I created on my Mac with Pages via a wired Lexmark X2650 printer. Of course, I have already confirmed that it is correctly set up and connected. Why? Thank you. <Email Edited by Host>

  • Recommended size of photos

    Just started using iM 8 on my 1.8 Dual G5 (Yes, it installed and works although it appears a little slowly)! Question: What is the size that photos need to be to insure they will import and display properly? I dragged a couple of photos from an exter

  • Substring in mapping

    Hi All, I have to use the substring function in my mapping. The mapping requirement is like this Source field:CustomerName Target field:3036_2 If the total length of the CustomerName is greated than 35,then the next 35 characters should be assigned t

  • Batch export stlls from sequence

    Hi all Does anybody know how i can export multiple stills from a sequence without manually exporting each seperate still? I have 200+ stlls to export. fun. thanks aaron g5   Mac OS X (10.4.8)  

  • Can You draw in edits notes on garage Band?

    How do you draw notes on Garage Bands edit window? Message was edited by: Maddmark