Dialog Mode windows

Hy everyone, is it possible to set dialog mode in webdynpro's window for adapting to screen resolution.
In gui you can set dialog mode for a dynpro, is it possible also for webdynpro ?
Thank you !

What do you mean dialog mode?  What exactly are you trying to adapt to?  Web Dynpro is flow layout based (unlike SAPGUI Classic Dynpro where you were pixel position based).  The flow layout automatically adapts to screen sized - particluarly when combined with containers that use percentage for their widths/heights.

Similar Messages

  • Can't change the document title when the browser is opened in dialog mode

    Hello experts,
    I'm working on a solution which involves opening up another .jspx page in dialog mode. I need to change the title of the dialog browser window dynamically when the user performs a specific action on the dialog page.
    Unfortunately, I can't get this to work. I have tried using JavaScript and had no luck. I tested this technique on a non-dialog page and it works fine. Please help.
    Here is the markup code for launching the dialog page:
    <af:activeCommandToolbarButton id="actbPreview"
    icon="/graphics/previewscreen_enabled.gif";
    text="Preview"
    action="dialog:weCreate"
    useWindow="true"
    windowHeight="620"
    windowWidth="1120"
    disabled="#{empty bindings.MapElemUnqId.inputValue}"
    launchListener="#{backing_weQuery.launchPreviewerListener}"
    binding="#{backing_weQuery.actbPreview}"
    returnListener="#{backing_weQuery.returnPreviewerListener}"
    clientComponent="true"
    windowModalityType="applicationModal"
    windowEmbedStyle="window"
    disabledIcon="/graphics/previewscreen_disabled.gif";/>
    On the dialog page, here is the markup and javascript for setting the browser window title:
    <af:commandButton text="title" id="cb10">
    <af:clientListener method="setWindowTitle"
    type="action"/>
    </af:commandButton>
    function setWindowTitle(actionEvent)
    actionEvent.cancel();
    var doc = AdfPage.PAGE.findComponent("d1");
    doc.setTitle("TEST");
    alert("Title="+doc.getTitle());
    }

    Thanks for your response.
    I tried that and I could not get it to work. Even though I can set pageFlowScope.pageTitle dynamically, the browser window title does not refresh (I tried to refresh via PPR and full post back).
    here is my code:
    public void setPageTitle(ActionEvent actionEvent)
    RequestContext requestContext = RequestContext.getCurrentInstance();
    Map pfs = requestContext.getPageFlowScope();
    pfs.put("pageTitle","TEST 2");
    RequestContext.getCurrentInstance().addPartialTarget(this.document);
    public void setPageTitle(ActionEvent actionEvent)
    RequestContext requestContext = RequestContext.getCurrentInstance();
    Map pfs = requestContext.getPageFlowScope();
    pfs.put("pageTitle","TEST 2");
    FacesContext context = FacesContext.getCurrentInstance();
    String currentView = context.getViewRoot().getViewId();
    ViewHandler vh = context.getApplication().getViewHandler();
    UIViewRoot x = vh.createView(context, currentView);
    x.setViewId(currentView);
    context.setViewRoot(x);
    }

  • Local Client Copy terminates in Dialog Mode

    Hi friends,
    As we are performing a local client copy (environment: ECC6.0 with Oracle on Windows NT)
    i have started the local client copy in a dialog mode (as it is recommended to be run in background mode) if atall it terminated in a Dialog mode, then can i restart it from the point where it got terminated
    or i have to start the client copy from the begining (starting a fresh) ...
    Kindly put forth your suggestions...
    Regards
    Aayush
    Edited by: ayush johri on Jun 10, 2008 4:36 PM

    If you really want to run it in dialog mode you should increase the parameter
    rdisp/max_wprun_time
    using transacation RZ11 temporarily. Otherwise it will timeout.
    If you restart it, it will detect where it stopped. If the copy can´t find the point it will delete the actual client and start from scratch automatically.
    Markus

  • Accidently Set Dialog mode in VI Properties

    I accidently set the Dialog mode in my main VI.  Is there a way that I can undo this option?  I can't bring up the Menus anymore.

    File -> VI Properties. . .  -> Window Apprearance
    Bob Young
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]

  • Usage Tracking - Access problem when Authentication Mode = Windows

    Hi Everyone,
    I´m working on UPK Usage Tracking configuration, in order to provide the finished training material.
    1) In Server01 (on Window Server 2003) the UPK Usage Tracking is installed
    2) In Server02 (also on Windows Server 2003) the Usage Tracking database is installed
    3) By accessing the configuration file (http://Server01/ODSTrack/configuration/setup.aspx) on Server01,I setup the Authentication Mode = Forms
    Note: The rest of the configurations were done.
    4) Once the configuration from step 3 is done, I execute the traning material (on Server01) from another node of the windows network
    and as a result I´m able to perform it.
    5) I access the Statistc data on Server01 by accessing the file (http://Server01/ODSTrack/admin/default.aspx)and I´m also able to see the results.
    6) When I execute the step 3 but with Authentication Mode = Windows, and including the GROUP name (windows group specially created for this goal where my user is included),
    - I still have access to the training material (step 4)
    - I have NO aceess to the statistics data any more (step 5) and the following message is display
    "You do not have permission to access this page. Please contact your Usage Tracking Server Administrator to update your permissions. "
    I don´t know what else I can do, and I wonder if some other configurations need to be done at windows network and/or explorer lever or any other.
    Any help would be appreciated.
    Best Regards//
    Rubén Zamudio

    Hi All,
    This problem was solved by reconfiguring Usage Tracking in the authentication method (was anonymous and the solution was Windows integrated).
    It is important to count on people from your organization working on Networks with some knowledge in IIS.
    Best Regards
    Ruben

  • To run infopackage in a dialog mode

    Hello
    Is it possible to run infopackage in dialog mode and how?
    Thanks

    we have two options in the schedule tab of the infopackage
    1)start immediately
    2)start in background
    if ur dialogue mode means immediate start u need to check the start immediately and run the infopackage
    Regards,
    MADhu

  • Start InfoPackage in dialog mode using BAPI

    Hi all,
    I need to start an InfoPackage in the dialog mode using ABAP coding report. The InfoPackage has to load data from a csv-file from the Client-Substation, therefore it can be started only in dialog mode (“Start Data Load Immediately” is chosen in Schedule tab).
    I use BAPI_IPAK_START functional module for this purpose. But I receive an error “An upload from the client workstation in the background is not possible”, and a message “InfoPackage ZPAK_EUSCSC3BAGELE4JAI3HRM5PHJ could not be started by Bapi_ipak_start”.
    It seems that BAPI_IPAK_START tries to start InfoPackage in the background, regardless of choosing “Start Data Load Immediately” option.
    It is possible to start InfoPackage in the dialog using BAPI?
    Thank you.

    Your problem is, that an Infopackage can only use local files, while it is attached to a running dialog. It has to access your local disc to get the data. If you want to use the Infopackage in a process chain you have to transfer your file to a location where the application server has access. The BAPI_IPAK_START just starts the Infopackage. It does not know where your local environment is, so it cannot find your local disc and cannot access the file.
    You have to options:
    1. Use your local file and start the infopackage by hand. No automation possible.
    2. Put the file somewhere where you can find it via transaction AL11. Then you can access this file without trouble.
    Kind regards,
    Jürgen

  • How to run eCATT in dialog mode(foreground) without user interaction(Enter)

    Hi,
        As part of performance testing using eCATT we want to execute a test script in dialog mode(foreground) without user interaction like pressing enter at end of each screen. The reason behind this is we want to run a test script 1000 times in dialog mode to analyze the performance of that particular transaction code. Hence its not practical to keep pressing enter at end of each screen. We do not want to execute this in background as that does not simulate the real time transaction processing and give the exact performance analysis.
    We have a test script with VA01 recording and are able to execute it perfectly in background as well as foreground (by pressing enter at end of each screen).
    I would like to know if there are any settings to be made to execute the test script in dialog mode without pressing enter. I have referred the below link which has not solved my purpose.
    ECATT - Running in Foreground (Enter Key)
    Thank You.

    Gopi,
    I never used this transaction before, but my approach would be as below. You may want to try and let me know how it works.
    Before running this script from ST30, first try to run from SECATT for one iteration to make sure the script and target system RFCs are working. Then try again in ST30. Still if you have the issue, ask your basis to take a look when you kick off from ST30 in the target system whether ST30 were able to successfully make the RFC call to that system.
    thanks
    Venkat

  • Access elements inside a dialog box/window using applescripts

    Am new to applescript. I want to access elements inside a dialog box/window. I tried following code.
    tell application "System Events" set procs to processes set windowName to {} repeat with proc in procs try if exists (window 1 of proc) then repeat with w in windows of proc if w's name contains "App Name" then copy w's name to the end of windowName copy properties of w to the end of windowName end if end repeat end if end try -- ignore errors end repeat end tell return windowName
    But am only able to get the 4 elements from window: 1.Close 2.Minimize 3.Maximize 4.window title
    Nothing from inside the window/dilog.
    Can any one help me with this pls?

    Hi,
    Like this :
    tell application "System Events"
          tell process "App Name"
                tell (first window) to if exists then return UI elements
          end tell
    end tell

  • Impossibilité de lire audios et/ou vidéos avec navigateurs en mode Windows 8

    Bonjour,
    Depuis peu je n'arrive plus à lire des contenus mutimédias sur certains sites web comme Youtube et Facebook, par exemple.
    Quelque soit le navigateur que j'utilise en mode windows 8 (Chrome pour la figure de gauche ou Google pour la figure droite), un message m'indiquant un problème avec Flash Player apparaît :
    Qui plus est, lorsque j'utilise Chrome, il semble que le "plug-in ne fonctionne que sur le bureau". Pourtant, je n'avais pas ce problème avant (en utilisant Chrome en tant qu'application Windows 8).
    Et, malgré avoir essayé de résoudre ce problème en me référant aux différentes pages d'aides et/ou assistances des services concernés et en suivant leur solutions, je n'y parvient toujours pas.
    Entre autres, j'ai consulté ces pages et certains des liens auxquelles elles renvoient :
    - https://support.google.com/chrome/answer/142064?hl=fr
    - https://support.google.com/chrome/answer/108086
    - https://support.google.com/chrome/answer/2762879?hl=fr#survey=true
    - http://helpx.adobe.com/fr/flash-player/kb/flash-player-games-video-or.html
    Toujours sans solutions, je me permets donc de m'adresser à la communauté Adobe dans l'espoir que qu'une personne saura m'apporter son aide.
    Dans l'attente d'une réponse, je reste disponible pour de plus amples informations.
    Meilleures salutations,
    Morgan xxxxxxx.
    Hello,
    Recently I am unable to read mutimédias content on some websites such as Youtube and Facebook, for example.
    Whatever browser I use in Windows 8 mode (Chrome for the left figure or Google for the right figure), a message stating a problem with Flash Player appears:
    Furthermore, when I use Chrome, it seems that the "plug-in only works on desktop". However, I did not have this problem before (using Chrome as a Windows 8).
    And despite having to try to solve this problem in referring to various aid and / or assistance services concerned and their solutions following pages, I always fails.
    Among other things, I viewed these pages and some of the links to which they refer:
    - https://support.google.com/chrome/answer/142064?hl=fr
    - https://support.google.com/chrome/answer/108086
    - https://support.google.com/chrome/answer/2762879?hl=fr#survey=true
    - http://helpx.adobe.com/fr/flash-player/kb/flash-player-games-video-or.html
    Still no solutions, so I allow myself to speak to the Adobe community in the hope that someone will give me help.
    Waiting for a reply, I remain available for further information.
    Sincerely,
    Morgan xxxxxxx

    ABOUT FLASH :
    Google Chrome
    29.0.1547.66 (m)
    Système d'exploitation
    Windows 8 or Server 2012 SP0 64 bit
    Flash plugin
    11,8,800,97 C:\Users\Morgan\AppData\Local\Google\Chrome\Application\29.0.1547.66\PepperFlash\pepflash player.dll
    Flash plugin
    11,8,800,168 C:\WINDOWS\SysWOW64\Macromed\Flash\NPSWF32_11_8_800_168.dll (not used)
    --- Crash data ---
    crash id
    52007888cb85fad1 lundi 15 juillet 2013 14:44:07
    crash id
    bcaab16d580c2e4e lundi 15 juillet 2013 14:43:51
    crash id
    a6457a1e6ce668e1 mardi 25 juin 2013 04:55:25
    crash id
    8c877b839ed0be38 mardi 11 juin 2013 05:29:42
    crash id
    4747824f9223879a dimanche 2 juin 2013 13:29:18
    crash id
    73078b431e76a152 samedi 25 mai 2013 07:56:29
    --- GPU information ---
    Graphics card
    Intel(R) HD Graphics 4000
    Driver display name
    igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumd32,igd10umd32,igd10umd32
    Driver name (strong)
    oem37.inf:5f63e5341859ec8c:iIVBM0:9.17.10.2843:pci\ven_8086&dev_0166&subsys_909c104d
    --- GPU driver, more information ---
    Vendor Id
    0x8086
    Device Id
    0x0166
    Driver vendor
    Intel Corporation
    Driver version
    9.17.10.2843
    Driver date
    8-21-2012
    Pixel shader version
    3.0
    Vertex shader version
    3.0
    GL version
    2.0
    GL_VENDOR
    Google Inc.
    GL_RENDERER
    ANGLE (Intel(R) HD Graphics 4000 Direct3D9Ex vs_3_0 ps_3_0)
    GL_VERSION
    OpenGL ES 2.0 (ANGLE 1.29.0.2424)
    GL_EXTENSIONS
    GL_OES_element_index_uint GL_OES_packed_depth_stencil GL_OES_get_program_binary GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_npot GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_texture_compression_dxt1 GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_storage GL_EXT_frag_depth GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_NV_fence

  • Dreamweaver CS3- can not paste from Word into Design mode window

    Have been away from DW for a while, and upon return having a
    bit of difficulty with paste function for text. I can select text
    in design mode/window; I can type in design mode, but I can not
    paste into design mode. I can only paste in code view or the code
    half of split view. Is there a setting/preference I have set wrong?
    Thx

    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=dd550772
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "[email protected]" <[email protected]>
    wrote in message
    news:gfsk14$htv$[email protected]..
    > File>Import> Word Document is not an option I am
    offered. Also, I'm not
    > really
    > interested in importing a whole Word doc, just a line of
    text or so. I
    > think a
    > cut and paste from Word to DW ought to work?
    >

  • Bridge Compact Mode window will not float

    I cannot get the Bridge CS3 compact mode window to float on top of Indesign CS3 (or any other application) despite having it checked to do so. Resetting preferences doesnt help. Bridge otherwise works as it should.
    Any ideas please?
    1.25 GHz PowerPC G4 1.75 GB RAM OS 10.5.4

    Dear Bob,
    I am having the same problem but your solution does not swork for me. I have 6 VPCs on my "host" PC and 5 of them are working normally but one has gone into shut down mode but will not shut down. Due to memory restirctions, I can only run 2 VPCs at a time
    so this one is cutting that to one. I found I can hibernate it by using CTRL-ALT-DEL on the host and doing "End task" on the dodgy VPC, but it still says "Running" in the Virtual Machines folder and it will not let me delete the .vsv file for the dodgy VPC.
    If I then rty to open it again, the window opens but with "Shutting down" showing and none of the VM menus work: shut down and restart both say "Cannot shut down this virtual machine"; tools / integration features runs but says it cannot start integration;
    Ctrl+Alt+Del does nothing at all. Ideally, I would like to restart the VM to get a few settings from it and then shut it down and delete it (it is a failed development) but right now I would settle for anything that gets rid of it altogether! Any suggestions?
    Why doesn't MS provide a way of forcefully shutting down a VM?

  • InputVerify ... ugly shouldYieldFocus when exit dialog or windows

    yes, maybe I should just skip InputVerify, but I figure I maybe able to learn somethere here.
    I am verifying make sure the jtextfield only has number and it's a required field, everything is okay here. but when I tried to close my dialog it pops up the InputVerify message.
    My cancel button uses
    buttonCancel.setVerifyInputWhenFocusTarget( false);  of course the dialog didn't have that method
    so I tried to search for some idea, but so far I think I had to use override shouldYeildFocus() method, but can I make the jcomponent to see it's a dialog not jtextfield??
    This is kinda close.
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=739038
    also I tried to add a method QuitListener
    protected class QuitListener implements ActionListener, WindowListener {is there a way to disable InputVerifer?
    Message was edited by:
    ekin_00
    add code around setVerifyInputWhenFocusTarget
    Message was edited by:
    ekin_00

A: InputVerify ... ugly shouldYieldFocus when exit dialog or windows

Works fine in the [url http://java.sun.com/docs/books/tutorial/uiswing/misc/focus.html#inputVerification]Input Verification Demo.
I changed the code to display the panel in a dialog instead of the JFrame.
//        frame.setContentPane(newContentPane);
        //Display the window.
        frame.pack();
        frame.setVisible(true);
        JDialog dialog = new JDialog();
        dialog.setContentPane(newContentPane);
        dialog.pack();
        dialog.setVisible(true);And if you add code to display an option pane in the verify method you need to do it like this to get around a bug:
        public boolean verify(JComponent input) {
             boolean value = checkField(input, false);
             if (value == false)
            input.setInputVerifier(null);
            JOptionPane.showMessageDialog(null, //no owner frame
                                          "something is wrong", //text to display
                                          "Invalid Value", //title
                                          JOptionPane.WARNING_MESSAGE);
            input.setInputVerifier(this);
               return value;
//            return checkField(input, false);
        }If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program (SSCCE) that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

Works fine in the [url http://java.sun.com/docs/books/tutorial/uiswing/misc/focus.html#inputVerification]Input Verification Demo.
I changed the code to display the panel in a dialog instead of the JFrame.
//        frame.setContentPane(newContentPane);
        //Display the window.
        frame.pack();
        frame.setVisible(true);
        JDialog dialog = new JDialog();
        dialog.setContentPane(newContentPane);
        dialog.pack();
        dialog.setVisible(true);And if you add code to display an option pane in the verify method you need to do it like this to get around a bug:
        public boolean verify(JComponent input) {
             boolean value = checkField(input, false);
             if (value == false)
            input.setInputVerifier(null);
            JOptionPane.showMessageDialog(null, //no owner frame
                                          "something is wrong", //text to display
                                          "Invalid Value", //title
                                          JOptionPane.WARNING_MESSAGE);
            input.setInputVerifier(this);
               return value;
//            return checkField(input, false);
        }If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program (SSCCE) that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

  • Dialog confirm window

    Hi,
       I am getting an error after submitting a "SAVE "button instead of opening a dialog confirmation window. This used to work properly in WAS SP 9 we are facing this problem after upgrading to WAS SP 19. and also i have attached the error and code below.kindly suggest how this can be fixed?
    the error is
    com.sap.tc.webdynpro.services.exceptions.WDCreationFailedException: com.sap.tc.webdynpro.dialog.confirm.wdp.InternalConfirmationComponentInterface.setProperty(java.lang.String, java.lang.Object)
            at com.sap.tc.webdynpro.clientserver.window.ConfirmationDialogDelegate.handleException(ConfirmationDialogDelegate.java:143)
            at com.sap.tc.webdynpro.clientserver.window.ConfirmationDialogDelegate.init(ConfirmationDialogDelegate.java:134)
            at com.sap.tc.webdynpro.clientserver.window.ConfirmationDialogDelegate.<init>(ConfirmationDialogDelegate.java:63)
            at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createConfirmationWindow(ClientComponent.java:927)
            at com.telstra.ma.wdp.myactivityentry.TimesheetCust.openSaveConfirm(TimesheetCust.java:5550)
            at com.telstra.ma.wdp.myactivityentry.wdp.InternalTimesheetCust.openSaveConfirm(InternalTimesheetCust.java:2624)
            at com.telstra.ma.wdp.myactivityentry.EntryButtonsView.onActionsaveTimesheet(EntryButtonsView.java:172)
            at com.telstra.ma.wdp.myactivityentry.wdp.InternalEntryButtonsView.wdInvokeEventHandler(InternalEntryButtonsView.java:150)
            at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
            at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
            at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleAction(WebDynproMainTask.java:101)
            at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:304)
            at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:659)
            at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
            at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NoSuchMethodException: com.sap.tc.webdynpro.dialog.confirm.wdp.InternalConfirmationComponentInterface.setProperty(java.lang.String, java.lang.Object)
            at java.lang.Class.getMethod(Class.java:986)
            at com.sap.tc.webdynpro.clientserver.window.ConfirmationDialogDelegate.init(ConfirmationDialogDelegate.java:111)
            ... 32 more
    the code is
    public void openSaveConfirm( )
        //@@begin openSaveConfirm()
                IWDComponent componentApi = wdThis.wdGetMyActivityEntryCompController().wdGetAPI();
                IWDControllerInfo controllerInfo = componentApi.getComponentInfo().findInControllers("MyActivityEntryComp");
                IWDConfirmationDialog dialog =
                                                      componentApi.getWindowManager().createConfirmationWindow("Note: The cost object selected is not within your business area, do you want to proceed?",
                                                                                    wdControllerAPI.getControllerInfo().findInEventHandlers("saveAfterConfirm"),
                                                                                    "Yes");
                dialog.addChoice(wdControllerAPI.getControllerInfo().findInEventHandlers("doNothing"), "No");
                dialog.addChoice(wdControllerAPI.getControllerInfo().findInEventHandlers("doNothing"), "Cancel");
                dialog.open();
        //@@end
    Thanks and Regards,
    Arun

    Try this code
    put this code in any button event; that invokes the confirmation window
    public void onActionEnterBtnClick(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionEnterBtnClick(ServerEvent)
         IWDControllerInfo contInfo = wdControllerAPI.getViewInfo().getViewController();
         IWDConfirmationDialog dialog = wdComponentAPI.getWindowManager().createConfirmationWindow( "Your data is entered", contInfo.findInEventHandlers( "ok"), "OK");
         dialog.addChoice( contInfo.findInEventHandlers( "clear"), "Clear");
         dialog.show();
        //@@end
    These are the event handlers ok and clear
      //@@begin javadoc:ok(ServerEvent)
      /** Declared validating event handler. */
      //@@end
      public void ok(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin ok(ServerEvent)
                     // Your code for OK
        //@@end
      //@@begin javadoc:clear(ServerEvent)
      /** Declared validating event handler. */
      //@@end
      public void clear(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin clear(ServerEvent)
                          // your code for Clear
        //@@end
    Regards
         Vinod V

  • How to use WMI to query to distinguish legacy and UEFI mode Windows?

    How to use WMI to query to distinguish legacy and UEFI mode Windows?

    This document covers requirements for UEFI support.
    http://msdn.microsoft.com/en-us/windows/hardware/gg463144.aspx
    One of the requirements seems to be ACPI. The Win32_BIOS class of WMI has a BIOSCharacteristics property that indicates if ACPI is supported. See this link for properties exposed by Win32_BIOS:
    http://msdn.microsoft.com/en-us/library/aa394077(v=VS.85).aspx
    There is a PowerShell example showing how to get this information at the bottom. You will need to study the document in the first link to see what else is required.
    Richard Mueller - MVP Directory Services

  • Maybe you are looking for

    • Can you single out an APP and put a pass code on it on the Iphone 4

      Can you single out an APP and put a pass code onit on the Iphone 4

    • How to set iTunes not to sync the apps I have on my iPad to my iPhone?

      How can I do this. I always plug my phone in and iTunes transfer the purchased apps to mynlibrary, same with my iPad. Today I wanted to add some songs to both iPhone and iPad so I added them to iTunes library then I synced the iPad with no problem ne

    • I just want to create playlists in Itunes 11

      I am on an IMac. I am running 10.6.8 I am trying to work with the loathsome Itunes 11.1 . All I want to do is create playlists from my library. I don't want Genius. I don't want the Itunes Store. I don't want Icloud. I just want to do what I used to

    • SAP WM - Reservations

      Dear all, sorry to bother you guys but I have an additonal question and I am running out of time. A. is it possibe to have a reservation of PM and then the GI or the transfer order and afterwards the GI are both possible and what is standard? B. If y

    • Oracle Upgrade 10.2.0.2 to 11g

      Hello, We have planed to upgrade the database Oracle from 10.2.0.2 to 11g. We are wondering wether there is a risk to upgrade directely to 11g from our current version. Also, what are the important points to observe and what are the tests to do in SA