How do I undeploy/delete Web Dynpro App

Hi,
I created a Web Dynpro App in NWDS for some testing. Now I want to delete this App from Server but I cannot find any button saying undeploy or delete.
Can anyone tell me how I can delete a deployed Web Dynpro App?
Cheers
Christian

Hi Christian,
You definitely should! Keep in mind that the entries are NOT sorted alphabetically, so you have to go through the complete list!
You also can try to remove it via VA, there via "Services" -- "Deploy" -- choose your app -- "Remove". I'm not sure if this really removes everything from the server. You may give it a try, but as said, removing it via SDM is the most original way.
Hope it helps
Detlev

Similar Messages

  • How to call jsp from web dynpro app.

    Hi Frndz,
    How can I call a JSP from my web dynpro(and here i don't want to redirect to JSP ),I want to call a JSP which can show a message window as alert on top  of WDP view.
    Here am using CE 7.2 SP1, and my requirement is to call the model(back end) for every minute interval and need to give alert that how many new records r added.With WDP java i haven't find any option to give alert r notifications about new records added, so am thinking to call JSP where I will pass the parameter which can show a alert r notification(like FACEBOOK n outlook notifications).
    Please share any ideas ti achieve this,
    Thanks in advance.
    Regrads
    Rajesh

    Hi,
    If your application should open in a new url, then you can use link to url action to open jsp.
    You can also use EPCF navigation api to call any pcd page as well external links
    i.e
      WDPortalNavigation
          .navigateAbsolute("link",[parameters]);
    Since your passing parameters, you build url in both the cases.
    Ram

  • How can I automatically refresh a Web Dynpro App every 5 minutes

    Hello,
    I have a web dynpro that is calling a web service. I need that this web dynpro app auto-refresh (recall the web service and update the information) without any user interaction every 5 minutes.
    How can I do this?
    Thanks & Regards
    SU

    you can use timedtrigger UI element to achieve it.
    Edited by: John Wu on Jun 21, 2011 5:33 AM

  • How to change the web page title of a web dynpro app?

    Hello,
    I would like to change the HTML page title of a web dynpro application without renaming the application component itself - but how?
    Thanks for your comments!

    Hi M Walter,
    Assuming you are using Web Dynpro Java, you can change the title of the Web Page for Web Dynpro App by adding the title to the main window of your app.
    Go to Windows and open the properties. There will be a field called 'title'. Give the title you want, save, build, DC->Build and deploy.
    The title you gave to this Window will be displayed as the title of your Web page.
    Regards,
    Ajay

  • How to close portal page by Web Dynpro App

    Hi There,
    I would like to close a portal page by clicking a button of a Web Dynpro App which is inside an iView on that page.
    Is this possible or not?
    Bertil

    Bertil,
    First, it is very bad decision to make decisions instead of user. Just redirect him to logoff page and let close window himself.
    In WebDynpro you may use <b>Exit plug</b> on interface view with parameter <b>Url</b> (notice the case) of type string.
    Then you may previously fire this plug with JavaScript url: javascript:void(window.top.close())
    In recent versions of WD this will not work. So you have to redirect user via exit plug to some static html page, that contains in header <script>window.top.close();</script>
    VS

  • Navigating from one Web Dynpro app to another not belonging to same project

    Hi All,
    I wanted to know is it possible to navigate from one Web Dynpro app to another which does not belong to the same project. if yes how.
    Regards
    Sid

    Hi Siddarth,
    If you want provide the interaction between two Web Dynpro applications then you must develop those projects as Development Components as DCs provides the reusability of the components created.
    You can  through these link to find out more information:
    Where to start DC creation  ?
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bd0e0401-0801-0010-aaab-d0e1742da383">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bd0e0401-0801-0010-aaab-d0e1742da383</a>
    Server Side Eventing:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/19e6e990-0201-0010-eca6-a62e342eaad3">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/19e6e990-0201-0010-eca6-a62e342eaad3</a>
    Regards,
    Jhansi

  • How to restore a deleted built-in app (Maps)?  App disappeared: IOS 4 & 3GS

    Does anyone know how to restore a deleted built-in app?
    In my case the Maps app disappeared. According to other posts in this forum you cannot delete a built-in app such as Maps but it has happened on my iPhone 3GS.
    I'm running IOS 4.
    Morrow

    If you are unable to locate the Maps app you can still access it from the Spotlight search window. Just type in Maps, look for the familiar interstate 280 icon, tap there and you will enter the Maps app. This will work for you until you can locate the icon, which hopefully you will.

  • How to create  calendar in web dynpro abap

    Hi ,
    how to create  calendra in web dynpro abap.
    Thanks in advance.
    Regards, Chetan

    hi,
    For calender control, there is Date Navigator under "complex tab". You can just click and drag it and provide calender control.
    One more easy way is to create a input field. In the context, create a node and attribute of type "D"(which means DATE). And bind the context to your input field under "values" in property window. While running the program, you will see an calender attached to lt on the input field.
    Regards,
    Jithin

  • Call WAPI error in web dynpro app

    I write a very simple demo workflow, there is a approve step that call a web dynpro app.
    I pass workitemid to my web dynpro program, then It call fm SAP_WAPI_RESERVE_WORKITEM and SAP_WAPI_WORKITEM_COMPLETE to comlete workitem programmly.
    In SAPGUI workplace ,I receive a message ,then I execute workitem,web dynpro UI page is showed.When I execute approve operation(call two wapi fm above in approve event handler),SAP_WAPI_RESERVE_WORKITEM and SAP_WAPI_WORKITEM_COMPLETE's export parameter "return_code" is 1.
    But I test/execute my web dynpro program standalone in workbench,all is ok,demo workflow continue.
    I have spent a plenty of time for it,help me!
    I'm sorry for my poor english .

    Thanks for your advice. I am a new one for SAP development.
    According to your advice, I use SAP_WAPI_DECISION_COMPLETE instead of SAP_WAPI_RESERVE_WORKITEM and SAP_WAPI_WORKITEM_COMPLETE, I get the same result.
    test web dynpro application standalone, it's ok;in SAP workplace ,SAP_WAPI_DECISION_COMPLETE  method's exporting parameter "return_code" is 1.
    My code is following :
    CALL FUNCTION 'SAP_WAPI_DECISION_COMPLETE'
      EXPORTING
        WORKITEM_ID          = l_wi_id
        LANGUAGE             = SY-LANGU
        USER                 = SY-UNAME
        DECISION_KEY         = 0001
        DO_COMMIT            = 'X'
    IMPORTING
        RETURN_CODE          = returncode

  • Show BI report in a Web Dynpro App

    Hello,
    I would like to insert a BI report into a Web Dynpro App, this is because I have some specials requirements like using a dynamic tree for selecting the user desired report and pass two parameters to this report via URL for example, this is why I can’t use standard BW iView to show this reports.
    Any hint, suggestion or advice is really appreciated here.
    Best regards.

    Hi Ramien,
    See this link,
    Re: BW server details from webdynpro
    Hope this helps you
    Regards
    Rohit

  • How MVC related to ABAP Web Dynpro?

    Hi
    I am a java guy....Can you please explain me how MVC related to ABAP Web Dynpro. In java we have views, controllers and model..but in web dynpro abap i didnt find any model and they are writting all the businness logic in view only. They are not using any component controller as well.
    Can any one please explain me this...
    Thanks & Regards
    Ravi shankar B

    Hi
      Webdynpro is not a complete MVC pattern stuff , but it has also a controller and views.Views are to be completely out of the business logic  but webdynpro allows us to put business logic inside the views.
      Controller and Windows acts as the Controller in the MVC pattern
    Thanks
    Anzy

  • Push data/ trigger event in Web Dynpro app

    Hello All.
    I'm a newbie with web dynpro.  I have a need to “push” information to a web dynpro application.  Is there a way I can trigger an event in web dynpro to refresh the screen from another application running on the Netweaver J2EE?  Is it possible to implement an ActiveX or AJAX  application to retrieve server data and communicate with a web dynpro app running on the enterprise portal?
    Your help will be appreciated.
    Mohan

    Hi,
    You can search for portal eventing...subtscribing event and unsubscribe it etc.
    Regards,
    Kiran Chennapai

  • How is EP linked to Web Dynpro

    Hi boss,
    Am new to Web Dynpro willing to train in Web Dynpro, and would like to know how is EP linked to Web Dynpro. When i complete my course how should i market my self as Web Dynpro expert or EP  with Web Dynpro.
    Please guide me,......Thank's in advance
    Points will be rewarded.
    Thank you...

    Hi Ajay,
    Webdynpro is SAP  Programming model to develope  web Based Application.
    EP is a FrontEnd tool for Netweaver to display integrated information.
    The information displayed in EP may be from R/3, non R/3, Database,WEb Applicatins.
    To Display such  information in EP we are using some development tools.
    In Short Webdynpro is an Enterprise Portal development tool which can fetch
      R/3 data,non R/3 data.
    You will be integrate your webdynpro application in EP by creating SAP Webdynpro iView.
    Of Course thr are lot of EP development Tools are available such asWebdynpro Java, Web Dynpro ABAP,Visual Composer,PDK. etc.
    Using Model Concept in webdynpro you can fetch the data from
      R/3.
    Webdynpro Java needs Basic Java Knowledge and ABAP needs Basic ABAP.
    To be am expert ,Familiar with these Links,
          https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a282c952-0801-0010-1eb5-87953e036712
    You can start with tutorials and all. There are around six tutorials in SDN library.
    Web Dynpro for ABAP
    http://help.sap.com/saphelp_erp2005/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/frameset.htm
    best tutorials in wbdynpro for ABAP to start with :
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11 [original link is broken]
    Have a look at the following SDN WDA Wiki . There you can find all relevant information.
    https://wiki.sdn.sap.com/wiki/display/WDABAP/Main
    Regards,
    <b>Ramganesan K</b>

  • How to set mask in web dynpro input fields

    i am looking for how to set mask in web dynpro input fields.
    Please suggest

    Argha,
    As Maksim suggested, read my weblog -- it is an exact answer for such "masking" (/people/valery.silaev/blog/2005/11/29/800format-your-way)
    Next, you may not add custom js files to WebDynpro and change the way WD processes client input, so there is no way to force user to type only digits and to insert hyphens automatically.
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • When looking at my purchased apps within the app store, there is a section for "Not on This iPhone".  How do I permanently delete previously purchased apps that I never want to see/use again?

    How do I permamently delete previouly purchased apps from showing up in the "Not on This iPhone" section of the app store?

    These apps aren't showing up in iTunes.  They only show up in the purchased list on my iPhone.  But I guess there is no way to hide them in the App Store view?

Maybe you are looking for

  • Any difference between distinct and aggregate function in sql query cost???

    Hi, I have executed many sql stmts patterns- such as: a) using a single table b) using two tables, using simple joins or outer joins but i have not noticed any difference in sql stmts in cost and in execution plan.... Anyway, my colleague insists on

  • Convert original image to sharp Line art?

    Dear All, I have a image i want to convert orginal image to sharp lineart how can i do photoshop CS3 please help me. one reference image is attached

  • When I connect my iPhone 4, iPhoto opens, but no device or import window option opens?

    When I connect my iPhone 4 running ios 5, iPhoto '11 (9.2.1) opens, but the phone does not show up in the sidebar as a device and no option to import the photos pops up. How do I get iPhoto to show my iPhone as a device so that I can import pictures

  • MP3's Not showing up right.

    Since I updated to Itunes 11 I have tried to add one album and have had no luck. I have the songs as MP3's When I first tried to add them to Ituns Nothing happend (no luck with drag&drop or file>add to library) next day I tried again and they actuall

  • Importing existing packages

    Hi, When I import packages in OWB from existing db, only the package specs are imported, not the package body. Any idea why? thanks