Can't add Drafts to Mailbox view

Hi Guys,
Had my iPhone 5S a few days and I've come up with an issue in the Mail app, if I try to add "Drafts" to the Mailbox view at the top the app crashes, any other mailbox works, Trash, Junk, Sent etc but just not Drafts.
Anyone else experienced this, I've already had to reinstall iOS 7.0.1 as the handset went in to DFU mode on the first day from trying to upgrade to 7.0.1, would prefer not to do it.
Thanks,
Matt

Hi,
   I found the difference between the two dev systems.
   In the new system, check the table BSP_WD_EXT_HIST, set field BSP_APPL='ZBT115H_SLSO', there is no result. So the system suppose that the view is not enhanced, and will call the standard class.
   Set breakpoint in class CL_BSP_WD_ENHANCEMENT_API->CHECK_TARGET_CLASSES() and CL_BSP_WD_ENHANCEMENT_API->GET_CLASSES_FROM_EXT_HISTORY().
method GET_CLASSES_FROM_EXT_HISTORY .
   select single * from BSP_WD_EXT_HIST into ME->EXT_HISTORY
                   where BSP_APPL = ME->ENH_TARGET_BSP_APPL and
                         VIEWNAME = ME->VIEWNAME.
   if SY-SUBRC = 0.
     if ME->EXT_HISTORY-CUST_CONTROLLER is initial.
       raise NOT_DERIVED.
     else.
       CV_CONTROLLER_CLASS = ME->EXT_HISTORY-CUST_CONTROLLER.
       CV_CONTEXT_CLASS = ME->EXT_HISTORY-CUST_CONTEXT.
     endif.
   else.
     raise NOT_FOUND.
   endif.
endmethod.
ME->ENH_TARGET_BSP_APPL = 'ZBT115H_SLSO' and  ME->VIEWNAME = 'SOHOverView'

Similar Messages

  • How can I add a new mailbox?

    would appreciate your help can't find out how to add a mailbox Many Thanks

    If you are using the Mail application on your MBP, technically you create additional mailboxes although they appear as folders in the mailboxes drawer.
    At the menu bar, you go to Mailbox and select New Mailbox.

  • Can we call custom functions in view objects?

    Can we call custom functions in view objects?these custom functions are from my backing bean...
    Please help.....

    User,
    You can certainly add code to your view objects to do whatever you like.
    However, it would be considered a very bad practice to call something in the backing bean from your view object. It violates the whole MVC design principle of ADF.
    Perhaps if you can share your real use case, someone will give you ideas about the best way to do it, but I, for one, would advise you to forget about calling a backing bean function from your view object.
    Best,
    John

  • How can I add an Exchange connected mailbox to Mail

    The add a new mailbox connected to the one I usually use in Exchange. On my office PC is not a problem: Settings - Advanced - Add an additional mailbox.
    Can I do the same in Mail?
    Mac OS 10.9 and iOS 7.04.
    Thanks in advance
    Federico

    I am replying to my own post as I found a solution!!
    Mail > Preferences > Accounts then add in your email address and password and mail does the rest, finds the exchange server and sorts it out - much easier than setting it up in Outlook!

  • Can't double click and add event in month view. HELP!

    For some strange reason, I can't double click to addevent on Ical Monthly view all of a sudden. Whenever I double click, nothing happens. Same thing happens on the year view.
    I can only add event now using the stupid + signs, or go into daily or weekly view. HELP!

    I have this problem too.  Just started today all of a sudden.  When I am in iCal on my Macbook, I double click - like I have been doing since ical was invented - and nothing happens, other than a quick "updating" message.  I tried clicking the "+" button but all it gives me is  "quick event" to add but nothing ever shows up in my iCal calendar on my mac.   When I log into to iCal in the Cloud - lo and behold! - I see dozens and dozens of "new event" entries all over my calendar!  What is going on and how can this be corrected?  At this point my computer's ICal program is basically now useless since I am prevented from adding anything to it. 

  • How can I add a new column to Grid view under Tests tab

    I understand in "ORACLE Test manager for web Applications", the Grid view under Tests tab should be customised.
    How can I add a new column to Grid view under Tests tab? Thanks Katherine

    I don't think this is possible.
    Regards,
    Jamie

  • Views in MM03, how can I add fields and changes fields labels

    Hi !!
      I need to change some labels that appear on Sales: Sales Org  2 (view on MM03, MM02..MM01)...
       Im not sure what I can do this.. Im an ABAP Programmer(beginner) and I know how I can change labels of fields in programs(reports) that I did...but in This case. I don't know what I can do...
       example: when I enter on MM03..I select differents views(including Sales: Sales Org  2), later I specify  sales Org and distribution Channel (I need to specify this information for see these fields on this TAB Sales: Sales Org  2).
      When I access in tab: Sales: Sales Org  2, I can see one Group that it's called
    Material Groups that contain two fields called MVKE.MVGR1 AND MVKE.MVGR5... I saw in the screen these fields with the description from each field..example:  Material Group 1 (MVKE.MVGR1 )... I would like to know :
    1.- How Can I change the description Material Group 1 (in this screen) by other description (example: material test)...
    2.- How can I add more fields in this group...example..If I need to add MVKE.MVGR2 ..??
      I will appreciate your help!!! 
      I will give you points for your answer
    Alice

    Hi Alice,
    And do I need to change in this section too.... SPRO -> SAP Reference IMG -> Logistics general -> Material master -> configuring the material master -> ...
    If I need to add some values???
    After you made label changes on custom screen then you need to go configuration (Define Structure of Data Screens for Each Screen Sequence) to replace the standard SAP screen with custom screen. You can also do testing for custom subscreen as well.  Give it try.
    And how about If I move this screen??...is it dangerous??...or how can I know if this screen affect other section of programs?
    I do not understand your questions. Can you elaborate more?
    Regards,
    Ferry Lianto

  • Can we add a new attachment to an existing SC from any other custom page in SoCo PO View

    Hi Experts,
    Need your expert advice on the below requirement.
    We have created a custom view in SoCo PO page. There we have a New custom view called Notes&attachement.which contains same value from Notes & attachment of Shopping Cart.
    We are updating existing Notes of SC by FM 'bbp_pd_sc_update' and same is reflected in SC of same item guid & same header guid.
    Similarly trying to add a new Attachment to already existing attachment. New attachment is reflected in custom page and the describe link is working perfectly. but if come out of SoCo page , lets say in SC the new added attachment is shown but display_url,phio_size etc are not stored properly in DB.
    in bbp_pd transaction every thing looks same for new and existing attachment. we are using same FM 'BBP_PD_SC_UPDATE' by passing new internal table of attachment in import statement. Even 'BBP_PROC_DOC_UPADTE' has same result that is attachment is partially updated.
    Suppose, SC has one attachment at the time of creation. then adding a new attachment in custom view of SoCo PO page then every thing works fine in SoCo PO page but out of that SoCo PO or in SC the newly added attachment is not properly updated.
    I have added mime_type,phio_size,disp_url,file_name,file_ext,ev_content of new attachment in existing attachment internal table and calling above FM for update.
    Can we  add new attachment outside SC to existing SC ? if yes , then how?
    Thanks,
    Partha

    Hi Partha,
    Please post this query in the category: SAP SRM. Your post currently shows up on the forum - SRM User Interface Add-on. As your query is not related to the new ad-on, you might not get as many responses in this forum as you would have if you had posted the query in the general SRM forum (http://scn.sap.com/community/srm).
    Hope this helps
    Cheers,
    Yateesh

  • Recent convert to Apple. Previously, I backed up my family pictures from PC to an external hard drive,  a WD MyBook 3T. I can view the pics on my Macbook Pro, but I can't add new pictures. I'm sure this is a format issue, any easy way to correct it?

    Recent convert to Apple. Previously, I backed up my family pictures from PC to an external hard drive,  a WD MyBook 3T. I can view the pics on my Macbook Pro, but I can't add new pictures. I'm sure this is a format issue, any easy way to correct it?

    Install NTFS 3G
    http://macntfs-3g.blogspot.com/
    If you were going to be reading and writing to a NTFS System Partition, you might have to worry about the instability messing up the operating system.  However, you are reading/writing from a non system, backup device so you don't have to worry about screwing up an operating system.
    I would still temporarily move my data to another device and reformat the drive for Mac OS X Extended.

  • Can't add mailboxes to gmail but when I try the same procedure with Bell mail I don't get an edit button so can't add any mailboxes.

    I have 2 email accounts Gmail and Bell mail. I can add mailboxes to gmail but when I try the same procedure with Bell mail I don't get an edit button so can't add any mailboxes.

    Mailboxes can be added only to IMAP accounts. Is Bell setup as IMPAP or POP?

  • How can I add a "junk mail" mailbox?

    How can I add a "junk mail" mailbox, or any other mailbox to my email?

    If you have an IMAP email account then you can create additional folders by logging into your email account on a browser and creating them there - they should then appear in the Mail. If you have a POP email account then you're stuck with the folders that you've got.

  • Can we add conversation view in e 71

     can we add conversation view in e 71 in messaging application??

    > Can someone tell me from where can we select / activate these / such fields.
    They are active, no extra action is needed. You saw them, didn't you?
    >
    > Can anybody provide a list of such additional fields available in SU01
    What you see is what you get. You've seen the additional name fields. Apart from that you can click on  'other communication' to see a list of fields there. That's it.

  • Why can't Adobe add the feature of viewing focus points? This is an obvious,  common sense feature that Adobe Engineers must understrand how to do, No?

    Why can't Adobe add the feature of viewing focus points? This is an obvious,  common sense feature that Adobe Engineers must understrand how to do, No?
    I've seen this requested in several past Lightroom versions.
    Is Adobe not addressing this basic feature for a reason?, I mean, even Aperture has this feature, it can't be that hard to add? Can it?
    Maybe Adobe isn't reading the feature request?

    Honestly, I am hardly qualified to even guess - there are tons of bugs reported that would be easy to fix, but aren't, features that would be useful and easy enough to implement, but aren't. Things like focus points which seem like a no brainer but are never implemented - your guess is as good as mine..
    But to be clear: focus points are different for different cameras, and are stored in proprietary metadata. - not impossible to get at, obviously, but requires some programming/maintenance..
    Worth noting: Apple is shutting down their Aperture business. Yeah, they support focus points and all kinds of good stuff, but I guess Aperture isn't a real money-maker for them (lotsa maintenance work, but not a lot of revenue) - relatively small market.
    Adobe has been working on Revel, and Lightroom Mobile.., instead of focus points (and bug fixes, and...) - my guess: that's where the money is, or where they think it is.
    Cheers,
    Rob

  • IPod Touch 4th Generation issue - no longer able to view Device in iTunes?  I can't add, Sync, Back Up or Restore?

    The PC’s I use have Windows 7 installed along with the latest version of iTunes.  I have
    previously deleted all components of iTunes and re-installed.  This made no difference. The PC’s do not recognise my iPod in the Windows Device Manager using ‘devmgmt.msc’.  and still nothing in iTunes.
    Also C:\Program files\Common Files\Apple\Mobile Device Support\Drivers / - do notlist ‘usbaapl64’.
    The folders listed are ‘usbaapl.cat’, ‘usbaapl.inf’,‘usbaapl.sys’ and ‘usbaaplrc.dll’. 
    Whether this makes a difference I do not know.
    iTunes doesn’t recognise my iPod either however it recognises my attached iPhones OK
    (iTunes/File/Devices) with the options of Sync; Transfer Purchases and Back Up being available. 
    When my iPod is connected, iTunes shows the File ‘Devices’ sections as being inaccessibly greyed out. 
    So to reiterate, I have tried multiple computers and a variety of Windows operating systems (but I’m running Windows 7) with absolutely no success; the ‘Device Manager/Universal Serial Bus controllers/Apple Mobile Device USB Driver’ appears with my iPhone but nothing for my iPod; the Apple Mobile Device Support is installed;  all my USB cables work OK; the device does not appear in Windows or in iTunes; iTunes has been fully uninstalled and reinstalled; the version of iTunes is up to date; the iOS of the iPod Touch shows it is up to date at version 6.1.6 (and cannot be changed) and even a hard reset has been tried.  Everything tried and suggested with complete failure.
    I can use a USB port to charge up my iPod and can still receive e-mails, updates to apps and can play songs but I can’t add any new songs or update iOS.  There are no error codes because as far as the computer and/or iTunes is concerned, there is no connected iPod. My iPod used to work perfectly.   Also I tried the Apple iPod forum without success and was advised to try the iTunes community support.
    Please help!  Thank you.

    I'm having the same problem with my 4th gen iPod touch. After the update my iPod synched and wiped all my music off - apps & podcasts weren't affected. Restored it a couple of times and that didn't work.
    I tried copying a couple of albums over and it would do a couple of songs then the rest of the album would look like it had copied instantly. I tried playing the songs and it would play the first couple of songs once, then it came up with ! Beside every song (including the ones I'd just played and said they weren't on my iPod.
    I've removed iTunes from my laptop and downloaded the few iTunes bought albums over WiFi to my iPod. The rest of my music is from cds or mixes/podcasts downloaded from soundcloud so I've had to use a different program to copy some of this music to my iPod for the time being until I can see how to sort this out.

  • Can I add a second hard drive and if so what cable etc would I need to do so?

    Can I add a second hard drive and if so what cable etc would I need to do so?
    This question was solved.
    View Solution.

    Hi,
    For many 17" (or 17.3") machines such as Envy 17, dv,  Pavilion 17 .... you can add a second HDD (my old loan dv7 has two HDD's and my current loan Envy 17 also has 2 HDD's). You would need the following kit:
        http://www.newmodeus.com/shop/index.php?main_page=product_info&products_id=379
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for