cancel
Showing results for 
Search instead for 
Did you mean: 

NetWeaver and Clientside Code

Former Member
0 Kudos

hi all,

as stated in the subject, i am looking for a way to execute code from my netweaver app. looking through the forums, the closest approach i found was to create a parent frame which has two childs, one nw app and one custom page containing my html/javascript code.

i must say this is not a very satisfying solution. and, sorry for me being new to netweaver, is it even possible to have a dynpro app navigate an external frame to another page or, if not, call a specific javascript function within that frame? is the only way to execute local code to write additional client software that does required work, being controlled from the server on demand?

regards,

chris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello ayyapparaj,

so is it possible to have a customer/user click a button in my dynpro view that navigates him to the jsp in the same browser window to run my code and let him return to the view he came from afterwards? could you give me a link to documentation / info on that scenario?

regards,

chris

Former Member
0 Kudos

Christian ,

What you mean to say is when you click on a button you would like to call a JSP applciation from the web Dynpro application. Vice versa Back to Web Dynpro application from JSP page.

If this is the case , please try the below url:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a08c287b-96a5-2a10-a691-b8b8bc40...

Thanks

Krishna

Answers (3)

Answers (3)

Former Member
0 Kudos

thank you, krishna. your document enabled me to solve the problem.

regards,

chris

Former Member
0 Kudos

Hi Christian,

I am glad to hear that your issue has been resolved.

Thanks

Krishna

Former Member
0 Kudos

Hi,

check thse docs.:[http://help.sap.com/saphelp_nw04s/helpdata/en/c3/235a428a1e9041e10000000a1550b0/content.htm]

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ba641aa6-0c01-0010-57ac-c21a4ca7b542]

Regards,

Khushboo

Former Member
0 Kudos

Hi,

You can use the JSPServletJavaScript even to acheive your task.

Regards

Ayyapparaj