Drag & drop albums not working in iphoto

I am using iphoto 11 version 9.4.2  I used to be able to drag & drop my albums into a preferred order.  Now when I try to move a particular album within the album section by dragging & dropping, a new folder is created containing the album I was trying to move.  How can I move albums into a particular order.  Why are folders being created when I try to move albums?

I'm able to sort albums both way, inside folders and those out of folders. The feature exists.  As a test launch iPhoto with the Option key held down and create a new, test library.  Import some photos, create a number of albums and albums in a folder and test to see if the same problem persists. Does it?  I'm running iPhoto 9.4.3 on 10.8.4.
OT

Similar Messages

  • I want to rearrange images/files position in their folders. Drag & drop does not work

    I have just bought Elements 12. Great programme. I used to use Picasa 3, a good free programme. In Picasa it is easy to move images around in their folders by simply click, drag and drop. This does not work in elements. Is it possible to achieve this somehow?
    Thanks for any advice. Linehill

    Hi,
    You can't do it with folders but you can if you use Albums.
    Folders can only be in Date or Name order. Albums have the additional setting of Album Order - see the Sort By field at the top.
    If you right click on a folder name, you can select Create an instant Album. This will create an album with the same name as the folder. Select the album and make sure that Sort by is set to Album Order and you can do drag and drop to re-order the images.
    Hope that helps
    Brian

  • "Sort Albums" not working in Iphoto 11

    I see a lot of discussions about not being able to sort albums manually. I have not problem with that. When I control click on the name of the album, and hit "sort albums" noting happens. This used to work. I do not want to manually sort, since I have a ton of albums. HELP

    I'm able to sort albums both way, inside folders and those out of folders. The feature exists.  As a test launch iPhoto with the Option key held down and create a new, test library.  Import some photos, create a number of albums and albums in a folder and test to see if the same problem persists. Does it?  I'm running iPhoto 9.4.3 on 10.8.4.
    OT

  • Windows8 drag & drop Place not working

    I just upgrade to Windows8 x64 and I'm using Illustrator 64 CS6.   I am trying to drag and drop a TIF file off my desktop in to a document like I have so many times before in Illustrator but my cursor is showing the 'No' symbol (circle with line thru it).
    It is working in Photoshop tho.
    Is there something I am overlooking?

    I found the answer on the InDesgin forums.  I had Run As Administrator checked in the Illustrator shortcut Properties.  Unchecking it so it DOES NOT run as administrator fixed it.

  • MY DRAG & DROP JIGSAW NOT WORKING!

    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at MultimediaProducttest_fla::MainTimeline/dropIt()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at MultimediaProducttest_fla::MainTimeline/pickUp()
    I get these 2 errors after I successfully pick up and drop 3 of the puzzles (dropping it correctly and incorrectly doesnt change)
    My codes are here and it is ACTION SCRIPT 3 :
    restbar_btn4.addEventListener(MouseEvent.CLICK, restbar4Clicked);
    museum_btn4.addEventListener(MouseEvent.CLICK, museum4Clicked);
    sark_btn4.addEventListener(MouseEvent.CLICK,sark4Clicked);
    market_btn4.addEventListener(MouseEvent.CLICK, market4Clicked);
    park_btn4.addEventListener(MouseEvent.CLICK, park4Clicked);
    function home4Clicked(event:MouseEvent):void
    gotoAndPlay("Home");
    function removeF():void{
    pone_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pone_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    ptwo_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    ptwo_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pthree_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pthree_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfour_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfour_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfive_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfive_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    psix_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    psix_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);}
    removeChild(pone_mc)
    removeChild(ptwo_mc)
    removeChild(pthree_mc)
    removeChild(pfour_mc)
    removeChild(pfive_mc)
    removeChild(psix_mc)
    pone_mc=null
    ptwo_mc=null
    pthree_mc=null
    pfour_mc=null
    pfive_mc=null
    psix_mc=null
    function restbar4Clicked(event:MouseEvent):void
    gotoAndPlay("Restaurant");
    function removeF():void{
    pone_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pone_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    ptwo_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    ptwo_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pthree_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pthree_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfour_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfour_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfive_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfive_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    psix_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    psix_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);}
    removeChild(pone_mc)
    removeChild(ptwo_mc)
    removeChild(pthree_mc)
    removeChild(pfour_mc)
    removeChild(pfive_mc)
    removeChild(psix_mc)
    pone_mc=null
    ptwo_mc=null
    pthree_mc=null
    pfour_mc=null
    pfive_mc=null
    psix_mc=null
    function museum4Clicked(event:MouseEvent):void
    gotoAndPlay("Museum");
    function removeF():void{
    pone_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pone_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    ptwo_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    ptwo_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pthree_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pthree_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfour_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfour_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfive_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfive_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    psix_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    psix_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);}
    removeChild(pone_mc)
    removeChild(ptwo_mc)
    removeChild(pthree_mc)
    removeChild(pfour_mc)
    removeChild(pfive_mc)
    removeChild(psix_mc)
    pone_mc=null
    ptwo_mc=null
    pthree_mc=null
    pfour_mc=null
    pfive_mc=null
    psix_mc=null
    function market4Clicked(event:MouseEvent):void
    gotoAndPlay("Market");
    function removeF():void{
    pone_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pone_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    ptwo_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    ptwo_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pthree_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pthree_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfour_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfour_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfive_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfive_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    psix_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    psix_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);}
    removeChild(pone_mc)
    removeChild(ptwo_mc)
    removeChild(pthree_mc)
    removeChild(pfour_mc)
    removeChild(pfive_mc)
    removeChild(psix_mc)
    pone_mc=null
    ptwo_mc=null
    pthree_mc=null
    pfour_mc=null
    pfive_mc=null
    psix_mc=null
    function park4Clicked(event:MouseEvent):void
    gotoAndPlay("Park");
    function removeF():void{
    pone_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pone_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    ptwo_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    ptwo_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pthree_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pthree_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfour_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfour_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfive_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfive_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    psix_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    psix_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);}
    removeChild(pone_mc)
    removeChild(ptwo_mc)
    removeChild(pthree_mc)
    removeChild(pfour_mc)
    removeChild(pfive_mc)
    removeChild(psix_mc)
    pone_mc=null
    ptwo_mc=null
    pthree_mc=null
    pfour_mc=null
    pfive_mc=null
    psix_mc=null
    function sark4Clicked(event:MouseEvent):void
    gotoAndPlay("Cutty")
    function removeF():void{
    pone_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pone_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    ptwo_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    ptwo_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pthree_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pthree_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfour_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfour_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfive_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfive_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
    psix_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    psix_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);}
    removeChild(pone_mc)
    removeChild(ptwo_mc)
    removeChild(pthree_mc)
    removeChild(pfour_mc)
    removeChild(pfive_mc)
    removeChild(psix_mc)
    pone_mc=null
    ptwo_mc=null
    pthree_mc=null
    pfour_mc=null
    pfive_mc=null
    psix_mc=null
    var startX:Number;
    var startY:Number;
    var counter:Number = 0;
    pone_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pone_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    ptwo_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    ptwo_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    pthree_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pthree_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfour_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfour_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfive_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfive_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    psix_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    psix_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    function pickUp(event:MouseEvent):void {
        event.target.startDrag(true);
        feedback_txt.text = "";
        event.target.parent.addChild(event.target);
        startX = event.target.x;
        startY = event.target.y;
    function dropIt(event:MouseEvent):void {
        event.target.stopDrag();
        var myTargetName:String = "target" + event.target.name;
        var myTarget:DisplayObject = getChildByName(myTargetName);
        if (event.target.dropTarget != null && event.target.dropTarget.parent == myTarget){
            feedback_txt.text = "Good Job!";
            event.target.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
            event.target.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
            event.target.buttonMode = false;
            event.target.x = myTarget.x;
            event.target.y = myTarget.y;
            counter++;
        } else {
            feedback_txt.text = "Try Again!";
            event.target.x = startX;
            event.target.y = startY;
        if(counter == 6){
            feedback_txt.text = "Congratulations, you've finished!";
    pone_mc.buttonMode = true;
    ptwo_mc.buttonMode = true;
    pthree_mc.buttonMode = true;
    pfour_mc.buttonMode = true;
    pfive_mc.buttonMode = true;
    psix_mc.buttonMode = true;

    here's how to unnest and use removeF().
    restbar_btn4.addEventListener(MouseEvent.CLICK, restbar4Clicked);
    museum_btn4.addEventListener(MouseEvent.CLICK, museum4Clicked);
    sark_btn4.addEventListener(MouseEvent.CLICK,sark4Clicked);
    market_btn4.addEventListener(MouseEvent.CLICK, market4Clicked);
    park_btn4.addEventListener(MouseEvent.CLICK, park4Clicked);
    function home4Clicked(event:MouseEvent):void {
        gotoAndPlay("Home");
        removeF();
    function removeF():void {
        pone_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
        pone_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
        ptwo_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
        ptwo_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
        pthree_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
        pthree_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
        pfour_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
        pfour_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
        pfive_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
        pfive_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
        psix_mc.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
        psix_mc.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
        removeChild(pone_mc);
        removeChild(ptwo_mc);
        removeChild(pthree_mc);
        removeChild(pfour_mc);
        removeChild(pfive_mc);
        removeChild(psix_mc);
        pone_mc=null;
        ptwo_mc=null;
        pthree_mc=null;
        pfour_mc=null;
        pfive_mc=null;
        psix_mc=null;
    function restbar4Clicked(event:MouseEvent):void {
        gotoAndPlay("Restaurant");
        removeF()
    function museum4Clicked(event:MouseEvent):void {
        gotoAndPlay("Museum");
        removeF();
    function market4Clicked(event:MouseEvent):void {
        gotoAndPlay("Market");
        removeF();
    function park4Clicked(event:MouseEvent):void {
        gotoAndPlay("Park");
        removeF();
    function sark4Clicked(event:MouseEvent):void {
        gotoAndPlay("Cutty");
        removeF();
    var startX:Number;
    var startY:Number;
    var counter:Number=0;
    pone_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pone_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    ptwo_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    ptwo_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    pthree_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pthree_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfour_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfour_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    pfive_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    pfive_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    psix_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
    psix_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
    function pickUp(event:MouseEvent):void {
        event.target.startDrag(true);
        feedback_txt.text="";
        event.target.parent.addChild(event.target);
        startX=event.target.x;
        startY=event.target.y;
    function dropIt(event:MouseEvent):void {
        event.target.stopDrag();
        var myTargetName:String="target"+event.target.name;
        var myTarget:DisplayObject=getChildByName(myTargetName);
        if (event.target.dropTarget!=null&&event.target.dropTarget.parent==myTarget) {
            feedback_txt.text="Good Job!";
            event.target.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
            event.target.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
            event.target.buttonMode=false;
            event.target.x=myTarget.x;
            event.target.y=myTarget.y;
            counter++;
        } else {
            feedback_txt.text="Try Again!";
            event.target.x=startX;
            event.target.y=startY;
        if (counter==6) {
            feedback_txt.text="Congratulations, you've finished!";
    pone_mc.buttonMode=true;
    ptwo_mc.buttonMode=true;
    pthree_mc.buttonMode=true;
    pfour_mc.buttonMode=true;
    pfive_mc.buttonMode=true;
    psix_mc.buttonMode=true;

  • Drag and drop does not work in firefox 3

    Does anybody has the same issue with firefox when you add a layout to the oracle composer and you want to drag and drop some components that it just does not work...
    When i hoover over the title bar of a component i see the cross icon but the drag & drop does not work. WHen i do the same in IE8 or google chrome, it does work.
    I have this issue for both oracle composer stuff as for sites i build in webcenter spaces.
    We are working with the latest version of webcenter

    WebCenter is compatible with:
    * Firefox 2 & 3
    * Internet Exploirer 7 and 8
    * Safari 3.0
    It might be caused by a firefox extension in your browser.

  • How do I copy messages in a Mail folder to a flash drive?  Drag and drop is not working.

    How do I copy messages in a Mail folder to a flash drive?  Drag and drop is not working!

    Try doing a save as to the desktop and then try dragging thr .rtf file to the usb drive

  • In administrator mode drag n drop does not work

    when i run my photoshop cs5 in administrator mode using "run as Administrator ... ", drag and drop does not work.

    This is related to my current project in visual basic 2010 express edition and Windows 7 (32bit).
    1. My application always run in administrator mode.
    2. In this application i used createobject("Photoshop.Application") method to reference and run scripts directly from program.
    3. When i run Photoshop in normal mode, error is thrown as can't create ActiveX connection.
    4.Why ?

  • Pages: I want to reorganize items in folders, drag and drop is not working. So how can I do this?

    Pages: I want to reorganize items in folders, drag and drop is not working. So how can I do this?

    This is the very top of the documents view in the Pages app. If you don't see this, swipe down in this window to reveal the Date and Name tabs like you see here. If you tap on - Name - that arranges all of the documents in alphabetical order in this view and it also arranges documents in the respective folders alphabetically. If you tap on - Date - that will arrange all documents by the date that they were created or last edited. You want to make sure that you keep Name as the default at the top.
    Trust me, this does work. If you name the chapters alphabetically .... Chapter 1, Chapter 2, Chapter 3, or if you simply name them A, B, C, D, etc. they will be arranged in that order using the Name button at the top, which uses alphabetical order to arrange the documents.

  • HT2638 since updating iPhoto it has ceased to open.  i have tried to Hold down the Command and Option keys on the keyboard but it does not work.  iPhoto still does not open

    Since updating iPhoto it has ceased to open.  I have tried to Hold down the Command and Option keys on the keyboard which is the suggested solution to then open a suggested solution to rebuild the library,  but it does not work.  iPhoto still does not open.  can someone please help?
    thank you

    Try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
        Home/Library/ Preferences folder.
    2 - delete iPhoto's cache folder(s):
    Home/Library/Containers/com.apple.iPhoto
    and, if there is one, the
    Home/Library/Caches/com.apple.iPhoto folder
    3 - reboot, launch iPhoto and try again.
    NOTE: For Mavericks, 10.9,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:
    Happy Holidays

  • Videos not working in iPhoto

    Installed Snow Leopard last week and since then I cannot get my video files to play through iPhoto (I have the 08 version).  I installed Quick Time 7 as suggested in a discussion elsewhere, but it didn't do the trick.  I can get the videos to play through QT if I open the files through Finder, just not working w/ iPhoto.
    Any help would be much appreciated!

    Try this:
    Launch the Terminal and at the prompt paste
    sudo /usr/libexec/xpchelper --rebuild-cache
    It will ask for your password. Type it in (but remember it won't show it to you) and hot return.
    Quit the Terminal and restart iPhoto.
    Hat tip: user Chrismartinphd

  • WD ABAP on IPAD - drop down not working on IPADA / TABLETS

    Hi Experts
    We are on NW 7.0 and EHP2 for E-recruitment system. We have a candidate registration WD ABAP application.
    Application sccessfully opens on IPAD but drop down not working even we can not select any value from the drop down.
    Pleas can you suggest some fix for this.
    If we can acheieve this functionality fo IPADS and TABLETS.
    Much appreciated inputs in this direction.

    Hi,
    There are known restrictions for browser support in web dynpro abap. You may have to implement the "Unified rendering corrections " SAP Notes for your netweaver version which has constant updates for browser support, UI element enhancements and other corrections Or import the relevant support packs.
    For ex: SAP Notes: 1677729 and 1672454
    hope this helps,
    Regards,
    Kiran

  • My album not working

    My album not working.. no photo!!.. No albums!! Empty

    Great news  
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Cost Centre drop down not working in Shopping Cart

    Hi Experts,
    Cost Centre drop down is not working in Shopping Cart.
    Version: SRM 7.0 SP05
    Message - no input help due to errors when checking the display authoriz.
    I have checked there are some SAP Notes available for this issue, but it is for SRM 5.0 version
    725247 - Search help and BAdI BBP_F4_READ_ON_ENTRY in accnt assgn scr
    839534 - Problems with dropdown list in Acc. ***. overview
    925890 - Cost centre drop down not working
    I have raised OSS Message, Please gothrough the reply from SAP below
    Note
    656633
    815849 top 5
    Customizing Recommendations
    - Note 656633 desribes pre-requisites for ERP RFC-user using F4-help.
    - Assign SRM standard role /SAPSRM/EMPLOYEE during F4-help testing.
    - Check RFC-dialog for F4-help destination using SM59.
    - ERP F4-help destination must be maintained in IMG table bbp_backend_dest.
    - Using PPOMA_BBP dropdown disable BE_F4_HELP authority activity as of note 815849. Multiple values must be maintained in  attribute CNT cost center.
    - Hint: Mix of ERP F4-help and PPOMA_BBP dropdown is not possible.
    Return
    a.SRM system ID, client, remote access, logon data buyer who face the problem incl. sap_all
    b.ERP RFC-dialog access via SRM, RFC-user incl. display or sap_all
    I have followed both the notes, but still problem presists
    Please advice.
    BR,
    Siva

    Hi,
    This issue has been resloved.
    Solution:
    Step:1
    Assign SRM standard or custom role like /SAPSRM/EMPLOYEE to user; Please make sure multiple values been maintained in attribute CNT cost center in PPOMA_BBP for the user
    Step: 2
    Disable BE_F4_HELP authority activity for role /SAPSRM/EMPLOYEE in BBP Component > SRM: General Access Authorizations in EBP
    Step: 3
    Apply SAP Note 668746 - COIN - Switching off OKB9 in EBP scenario in SAP R/3 as per note 815849 Solution 1
    System will check during the processing of account assignment objects in an EBP scenario, the backend system reads the default account assignment (Transaction OKB9) as usual if EBP does not provide any account assignment. This note will Switch off OKB9 in EBP scenario and it will list the CNT values from PPOMA in the shopping cart account assignment F4 help.
    BR,
    Siva

  • EREC external user registration - WD ABAP on IPAD - drop down not working on IPADA / TABLETS

    Hi Experts
    We are on NW 7.0 and EHP2 for E-recruitment system. We have a candidate registration WD ABAP application.
    Application sccessfully opens on IPAD but drop down not working even we can not select any value from the drop down.
    Pleas can you suggest some fix for this.
    If we can acheieve this functionality fo IPADS and TABLETS.
    Much appreciated inputs in this direction.

    Using http://service.sap.com/pam you can check which browsers are supported for which application/version. This is for apple safari:
    Product Version
    Release Category
    Product Instance
    Web-Browser
    Web-Browser maintained until
    Operating System
    Operating System maintained until
    Scope
    Scope maintained until
    Status
    Valid from
    Additional Information
    Link to SAP Service Marketplace. Disclaimer: Please note that the online information on SAP Service Marketplace is the most recent information.
    SAP EHP2 FOR SAP NETWEAVER 7.0
    Web Browser Platforms
    Application Server ABAP
    APPLE SAFARI 6
    OS X 10.8 (MOUNTAIN LION)
    SAP BASIS 7.02 [>= SAPKB70212]
    31.12.2020
    Released
    03.12.2012
    https://service.sap.com/sap/support/pam?hash=pvnr%3D01200615320900003225%26pt%3Dt%257CWBRPFM%26ainstnr%3D01200615324900006401
    SAP EHP2 FOR SAP NETWEAVER 7.0
    Web Browser Platforms
    Application Server ABAP
    APPLE SAFARI 7
    OS X 10.9 (MAVERICKS)
    SAP BASIS 7.02 [>= SAPKB70215]
    31.12.2020
    Released
    06.02.2014
    https://service.sap.com/sap/support/pam?hash=pvnr%3D01200615320900003225%26pt%3Dt%257CWBRPFM%26ainstnr%3D01200615324900006401

Maybe you are looking for