cancel
Showing results for 
Search instead for 
Did you mean: 

uninstall web dynpro application

Former Member
0 Kudos

Hello, I need to know how to uninstall a web dynpro application.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

have a look at this thread:

Former Member
0 Kudos

Thanks, another question is Can I change the Web Dynpro standard application? and how?

thanks again

Former Member
0 Kudos

Hi,

do you mean to change the Web Dynpro welcome application? (the one you invoke with the http://<host>:<port>/webdynpro/welcome/Welcome.jsp URL?) And what would you like to change there?

Theoretically, you could do changes but I doubt that you really want to... it contains important administration, monitoring,etc. tools that are needed to work with Web Dynpro.

Answers (1)

Answers (1)

Former Member
0 Kudos

Well, you know that you can find some Web Dynpro Application that are alredy created, can I modify them?

Former Member
0 Kudos

Hi,

yes, you can modify the sources in the NW Developer Studio and redeploy the application - that's one option to change it.

As for regular J2EE applications, there's a more elegant option to change a single file, without redeploying the whole thing (this is described here: http://help.sap.com/saphelp_nw04/helpdata/en/be/052d57d30170458487137358c080c2/frameset.htm). However, I'm not confident if it works for web dynpro as well. You can either try it, or you can post a message in the Web Dynpro forum and ask the gurus there if this works.

Hope that helps!

Former Member
0 Kudos

Hi,

If you have alredy developed application you can very well modify interms of adding ,deleting views, changing attributes,deleting models, adding models,etc... all that fially you have to do is check your source code,rebuild the project, deploy and run, it should work fine.

Hope this helps you!

Regards,

RK