Maintain a selection POPUP in  PA.

Hello Experts,
Maintain a selection message pops up in planning book while swapping from CHANGE Mode to DISPLAY mode.
Please help, how to fix this,  as this popups very sporadically. 
Note :  Data is loaded in the planning book.
Thank you in advance.
Please help.
Regards,
Rahul Chitte
Edited by: Rahul Chitte on Feb 16, 2009 12:40 PM

Hello Senthil,
Thanks for your reply.
I have already made all necessary instructions mentioned by you in planning book.  This issue is very sporadic & doesnt comes always when you hit the icon to swap from change mode to display mode provided data loaded in the planning book.. a informative pop up message comes, ( asking - Maintain a selection - ) . ( its quite bewildering why this pop up comes though the data is loaded in the planning book ). It is seen only for few users in the system, as we were not able to replicate it.
Please advise. Thank you .
Cheers
Regards
Rahul Chitte

Similar Messages

  • Hide RANGE option in Multiple Selection Popup window

    This is regarding Parameter option.
    In parameter variable,i declared NO INTERVALS option
    to get only multiple values.
    In multiple selection popup window.i want to select only multiple values not RANGE values. so i want to either disable or hide the f7 option.how to do this.
    (we have ranges option at Popup window
    when u click f7 or complex selection icon at bottom popup window.)
    do we have any option to hide this.
    Ambichan

    hi,
    look fm SELECT_OPTIONS_RESTRICT
    (here's a docu)
    regards Andreas

  • Selection Popup before PDF FactSheet

    Hi Experts.
    I have a requirement to create a Popup directly before the PDF Fact Sheet.
    On this Popup I need Select Options (for example - which "Type of Activity" should be on the Printout)
    Afterwards the Select Options should be read in the Smartform (the PDF File)
    (Not matching Activities should not be printed)
    -> The Select Options have to be saved for each Customer.
    Has anybody done something like this before? Or can give me some ideas how to solve this?
    As far as I understand I need to...
    1) Modify the calling Event "Open PDF Factsheet".
    -> Open Selection Popup First.
    2 )If Select Options in PDF Fact Sheet had been entered...
    -> Save Selection Options for this Customer. (ZTable in Background)
    3)... use the Standard Event for "Opening the PDF FactSheet"
    4) In the Smartform -> Read Z-Table for the Customer and deselect the not needed information on the Printout...
    Thanks Chris
    Edited by: chris_ab on Oct 29, 2009 3:24 PM

    Nobody has a hint for me ?
    Can somebody comment on the way I would like to solve this issue?
    Thanks

  • Dealer Portal - Vehicle Sales -  Maintain more selection Criteria

    Hi,
    In Dealer Portal, Vehicle Sales --> Work Overview, I am getting the below error.
    Error message: Maintain more selection Criteria.
    What configuration is missing? I am Portal consultant, Please provide step by step procedure to fix this.
    Kindly support.
    Regards,
    NS

    Any solution???

  • IE07 and error 'Maintain field selection for Fleet data in Equipment List'

    Hi all,
    When running transaction IE07 (multi-level equipment list) , I get the following error:  'Maintain field selection for Fleet data in Equipment List (Multilevel)'
    I can't see where is the missing configuration point.
    We have activated business function LOG_EAM_CI_3.
    Have anyone encountered this error before?
    Thanks,
    P.

    Hi Narasimhan
    Could you give more details ? where is located this setting?
    Thanks,
    P.

  • Create Development mode selection popup

    Hi All,
              I have to implement the popup as like Development mode selection popup. What is the component name of the popup. how to implement it?
    thanks,
    dhina

    What language or SDK are you using for your development?  There are other forums where this question can be moved, as this isn't the right forum for development-related questions.
    Peter Hansen -- (BB10 and dev-related blog posts at http://peterhansen.ca.)
    Author of White Noise and Battery Guru for BB10 and for PlayBook | Get more from your battery!

  • Identify selected popup window from others

    hi
    i have a problem with multiple popup windows.can't identify
    selected popup and closed pop up by code.does any one has any
    idea.i can remove popup that last created but can't remove
    previously created.

    i found the way to identify selected popup window form rest
    of others like
    //register event listener to the popup window u created
    login.addEventListener("close", removeForm)
    //function
    private function removeForm(event:CloseEvent):void {
    PopUpManager.removePopUp(IFlexDisplayObject(event.currentTarget));
    if this one not clear don't hesitate to send me private
    message
    cheers

  • RE: Getting multiple values from more than one multiple select popup window

    I have a button on a JSP of mine that when clicked creates a popup window (right now it is called popup.html) with a multiple select menu.
    My question is how do I get all the values selected from the menu into my JSP (sample.jsp) so that I can set each of the values for my bean.
    The other problem is that I have more than one select multiple menu.
    Please help if you can. Any advice or suggestions here would be greatly appreciated!
    Thank you!

    I realize that I can use request.getParameterValues to get the values selected from my html because I am passing them to the hidden inputs I have and then using the request.getParameterValues to get each of the values.
    MY PROBLEM IS WHAT IF I HAVE 4 MULTIPLE SELECTS??? How can I use the same html popup menu to get the values from the 4 different multiple selects????
    I look forward to your response.
    This code is from my JSP:
    <INPUT TYPE="TEXT" NAME="Field1" SIZE="15">
    <INPUT TYPE="hidden" name="F1Rad1">
    <INPUT TYPE="hidden" name="Permission">
    <input type=button name=choice onClick="window.open('optionPicker.html','popuppage','width=250,height=100');" value="Options"></TD>
    Here is my optionPicker.html code for the pop up menu:
    <html>
    <head>
    <script language="JavaScript">
    function sendValue(s)
    var boxSize= s.options[0].value;
    var restrict     = s.options[1].value;
    window.opener.document.addNewForm.F1Rad1.value = boxSize;
    window.opener.document.addNewForm.Permission.value = restrict;
    window.close();
    </script>
    </head>
    <body>
    <center>
    <form name=selectform>
    <select multiple name=selectmenu size="2">
    <option value="large">Large Text Input Area
    <option value="restrict">Restricted Access
    </select>
    <p></p>
    <input type=button value="Select Option(s) For Field" onClick="sendValue(this.form.selectmenu);">
    </form>
    </center>
    </body>
    </html>

  • How  to Create Multi select  Popup LOV

    Hi,
    I have a requirment in my application like Below scenario.
    I created one page like compose mail. In that i have used popup lov for selecting the user.
    But the problem is, it is allowing only one user to be select.In my case i want to select multiple users to send the
    mail.
    Please help me.
    NR

    Hi,
    How many users do you have in total? If it is a small number (a few dozen) you could use a multi select list or a shuttle item.
    However if there are hundreds of users to choose from, you may need to write your own pop up LOV to select them (probably using an Apex collection to store the temporary list).
    Or if you are really cool you could do something web 2.0-style using ajax (like those boxes in facebook where you just type the names of the persons and it shows a autocomplete list).
    Luis

  • Taskflow context not maintained with ADF popups

    JDev build: JDEVADF_11.1.1.4.0_GENERIC_101212.1926.5912
    A coworker also reproduced this using JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923
    This is a simple WebCenter custom app created using JDev. I'm seeing exceptions when canceling a popup that contains a taskflow (the DocViewer taskflow). The popup was launched from another taskflow called Content Presenter. Upon canceling the popup (i.e., clicking the 'x' in the upper right corner), I see this error message in a javascript alert:
    "Target Unreachable, 'presenterNavigationBean' returned null
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #1"
    In the server console, I see these exceptions (abbreviated to keep this post a bit smaller, but I can provide the entire stack trace if necessary):
    java.lang.IllegalStateException: The expression "#{bindings.rbxzy5vg6jr1.regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "oc_4478173184region1") evaluated to null.
    This is typically due to an error in the configuration of the objects referenced by this expression.
    If it helps, the expression "#{bindings.rbxzy5vg6jr1}" evaluates to "null".
    If it helps, the expression "#{bindings}" evaluates to "portal_cpPageDef". Now using an empty RegionModel instead.
         at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:450)
         at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:682)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:498)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:692)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:632)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:300)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    <LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1
    javax.el.PropertyNotFoundException: Target Unreachable, 'presenterNavigationBean' returned null
         at com.sun.el.parser.AstValue.getTarget(Unknown Source)
         at com.sun.el.parser.AstValue.setValue(Unknown Source)
         at com.sun.el.ValueExpressionImpl.setValue(Unknown Source)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:656)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.access$000(LifecycleImpl.java:71)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$1.call(LifecycleImpl.java:697)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$1.call(LifecycleImpl.java:693)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:503)
    (basically the same thing as above repeats a few times) presenterNavigationBean is the bean for the Content Presenter taskflow which launched the popup.
    The steps I'm taking to see this problem are:
    1. Launch JDev and create a WebCenter app, accepting all defaults. This requires the WebCenter extension, i.e., oracle.webcenter.framework_bundle.zip
    2. Create a content repository connection to an Oracle Content Repository
    3. Create a jspx in Web Content/oracle/webcenter/portalapp/pages using the global page template (select that checkbox). I typically call it cp.jspx, thus the references to "portal_cpPageDef" in the exceptions above.
    4. Open the jspx in source view, place the cursor after the pageTemplate tag, and add a "page customizable" component from the Oracle Composer group in the Component Palette. Save the page.
    5. Open Web Content/oracle/webcenter/portalapp/pagehierarchy/pages.xml and drag your jspx to the root of the hierarchy. Save all pages.
    6. Run the Web Content/index.html page.
    7. Login using weblogic/weblogic1
    8. Click on the page you created in the toolbar
    9. Click "shift + ctrl + E" to put the page in edit mode.
    10. click the "Add Content" button (it launches a popup)
    11. In the popup, click on "Content Management"
    12. Click on "Add" next to the Content Presenter taskflow and close the popup
    13. Now select an HTML document from the content repository by using the Content Presenter wizard (click on the first wrench icon in the chrome). If you don't have one, you'll have to add it to the repository.
    14. In the Content Presenter wizard, select the "Preview" page
    15. click the "Open in Document Viewer" button. This launches the DocViewer taskflow in an ADF popup.
    16. Click the cancel button in the upper right corner.
    17. This is when the javascript alert will show the errors mentioned above. The server console in JDev will show the stack traces.
    Please let me know if this is a configuration issue on my end or a bug within ADF. I'll monitor this thread closely today to provide any information that could be helpful asap. Thank you.

    It's the bean that the Content Presenter taskflow uses. All I did was create a page using the global page template and added the Page Customizable component to it, then customized the page to have an instance of the Content Presenter taskflow. I can use Content Presenter normally until I attempt to edit an HTML doc (which launches the DocViewer taskflow in an ADF popup). At that point I start seeing binding errors, like the taskflow context is lost.

  • Displaying long text maintained for selected set codes in result recording

    Hi Gurus,
    I have maintained qualitative mic.For this mic i have defined selected set codes & for these selected set codes i have maintained long text.
    My client requirement is that this long text should be visible while doing result recording for the mic.Is this possible.
    Regards
    Amit

    How can they expect that?  Long text can be... well.. long.......  How can you include that on the same screen as results recording.  What if you have 5 charac with long text?  What if each selected set choice has long text and you had two choices for each?  That's ten sections of long text on one screen?   Impossible.
    Printing the long text on the cert shouldn't be a problem.  You just have to get someone to code it into the layout set.
    Craig

  • File Select Popup not restricing multiple file types

    I have a Bitmap picture in which I call GetBitmapFromFile right after this popupfile select.  So I want the user to pick one of the folowing filetypes seen below.
    I have the following call
    FileSelectPopup ("", "*.*", "*.tif;*.pcx;*.bmp;*.dib;*.rle;*.ico;*.jpg;*.png;*.wmf;*.emf", "Select picture file", VAL_LOAD_BUTTON, 0, 0, 1, 0,pic_file_name); //Extension Not Required
    But when this is ran, it prompts the user showing all file types and all file types are allowed.
    Doing the following:
    FileSelectPopup ("", 
    "*.tif;*.pcx;*.bmp;*.dib;*.rle;*.ico;*.jpg;*.png;*.wmf;*.emf",
    "*.tif;*.pcx;*.bmp;*.dib;*.rle;*.ico;*.jpg;*.png;*.wmf;*.emf", "Select
    picture file", VAL_LOAD_BUTTON, 0, 0, 1, 0,pic_file_name); //Extension not required
    The prompt shows only those file-types, but the default stays on .emf and the user must select the correct file-type at the bottom they are trying to select.
    If I do the following (with commas and restrict file-extension):
    FileSelectPopup ("", "*.tif;*.pcx;*.bmp;*.dib;*.rle;*.ico;*.jpg;*.png;*.wmf;*.emf", "*.tif,*.pcx,*.bmp,*.dib,*.rle,*.ico,*.jpg,*.png,*.wmf,*.emf", "Select picture file", VAL_LOAD_BUTTON, 0, 1, 1, 0,pic_file_name); //using commas
    It shows the correct files, but when clicking one, it says the file-type must be .emf
    The only workign way I found was to do the last statement, but not restrict the file-extension.  (This would give the user the option to change the file-type)
    What I want is the file-type allowed list to be one of those file-types, only show files with those extensions and not require/allow the user to select which file-type they will choose.
    Can this not be done?

    I see no way of customizing FileSelectPopup the way you want: either you restrict extensions, and you are limited to "Default file spec" contents (in case you put a filetype list in this field, the last one is used, as you already noted) or you allow to change extensions, but the user must choose which one to use an "*.*" is always present.
    I am afraid you will need to post-process operator's choice and prompt again in case of non-allowed extension.
    As an alternative you can use the toolbox path control, which can be tailored the way you want but it isn't as easy for the operator as FileSelectPopup. It iìultimately is a string control with customized features to offer an alternative in selecting files / paths. You can tailor it by doing so:
        SetCtrlVal (panelHandle, PANEL_STRING, "c:\\myDefaultPath");
        errChk (NewPathCtrl (panelHandle, PANEL_STRING, 15, 1));
        SetPathCtrlAttribute (panelHandle, PANEL_STRING, ATTR_PATH_CTRL_FILE_FILTER, "*.bmp;*.ico");
    This control permits you a limited filetype choice but forces the user to more impactive operability to select the desired file.
    There is a sample project that  uses this control in <sampledir>\userint\custctrl\pathctrl.
    Another alternative is the File Browser toolslib control: a customized tree control which can be restricted to multiple file types; it is relatively slow on large file systems -at least at the first execution.
    The control maintains the native context menu of the original tree control: I suppose this can be tailored as in native control but I haven't tested it: if it's possibleit may help the user in finding the correct file to select.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • First time visit - Country select popup

    Hi all,
    We have a client who has multiple domains for visitors to purchase from different countries (.com, .co.uk etc as they have different stock / prices).
    We have tried automatic domain detection but it doesn't seem to work smoothly. We are now looking at implementing a popup (something functioning similar to this http://www.theblogwidgets.com/2013/08/facebook-popup-widget-with-lightbox.html) that appears on first visit and asks what shipping country the visitor would like and then redirects them to the selected domain.
    After that, they can change their location via a dropdown which redirects them.
    Has anyone inplemented this method and has a working example / has anyone got any advice or recommendations?
    We've spent a lot of time trying to manage their domains / redirection and would like to avoid any unneccesary development.
    Thanks,
    Laura

    This is a rather late response but you could look at using something like coverpop (http://coverpopjs.com/). It uses cookies and displays a really nice popup which can contain forms, country selection links etc.  Installation is very easy.
    Only thing is that I've been using it with an eCommerce site and it pops up a second time when you switch over to https.

  • Bug in table selection popup

    Hi,
    I'm trying to create a "report with links to form on a table". After selecting the table/view owner you can select the table/view name from a popup. This popup doesn't work. I get a 404 page not found and in the error log from the http server:
    [Fri Jun 18 08:58:07 2004] [error] [client xxx.xxx.xxx.xxx] [ecid: 1087541887:xxx.xxx.xxx.xxx:2944:2336:817,0] mod_plsql: /pls/htmldb/FLOWS_010500.wwv_flow_utilities.gen_popup_list HTTP-404
    FLOWS_010500.wwv_flow_utilities.gen_popup_list: SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE:
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM: P_LOV_CHECKSUM
    This seems like a bug to me.

    "358474",
    Thanks for reporting that. You might be able to use a different browser as a workaround. Please see 1056's response to 412374 about this: Re: Bug? Getting Error 404 in Wizards
    57434

  • Organization selection popup when creating new prospect

    Hello,
    When I create a new prospect and go to the opportunity tab and create new opportunity I get an error because organization has not been selected.  Now instead of creating an opportunity from prospect->opportunity tab if i go to Opportunity screen and create a new opportunity for the same prospect then I get a popup for organization selection.  How can I get the same behavior on both opportunity pages?  This is a bug and I dont know if there are any oss notes out there.
    Thank you,
    AP

    Hi AP,
    Glad to hear that the issue is resolved. It looks like you forgot to add the points, :-).
    Best Regards, Adil

Maybe you are looking for

  • How to reinstall iphoto on my iMac.  it is currently installed but wont open and says i need to reinstall from appstore

    my iphoto is not working and it says to reinstall from appstore but in the appstore it shows already installed and there is no option to reinstall. do I need to try to move my current iphoto to the trash? if so what about all my pictures

  • Referencing Display_Value in LOV

    Hi All, I'm hoping this is an easy question, but I have searched and have yet to come up with a solution. I have created a dynamic LOV to select criteria for a report. I need to use the return value for the sql query, but also want to use the display

  • Authenticating Workgroup Manager to Active Directory.

    Dear all, I've searched the forums and Internet and tried various things that could help my situation but I'm still having issues. I am running 10.4.11 server 10.4.11 client machines. All machines and server are connected to Active Directory via the

  • DME file is not generated

    Hi gurus i have exeucte payment run and document posted but DME fileis not genereate any help thanks Sunitha

  • Font Size in Update...Really? I mean REALLY???

    Dear Skype...I thought the tiny font absurdity really could not be surpassed.  But - O.M.G. - you've again outdone yourselves. My Skype just "updated" (cough) and the fonts are even SMALLER.  Are you kidding me, seriously!?!?  The contact list and ma