cancel
Showing results for 
Search instead for 
Did you mean: 

Where do the program developed by WD run ?

Former Member
0 Kudos

Hi, Web Dynpro expert :

1. I want to know what is WD program's runtime environment ?

2. Do i need still develop JSP/HTML scrip for presentation layer if i have used WD to develop user interface ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Web Dynpro by itself provide an MVC architecture, where you have your view, controller and the model.

View- the UI that you have developed.

Controller- The comppnent or the custom controller.

Model-the RFCs or BAPIs.

You do not have to create seperate JSp or HTML sripts to create the UI.

Refer this for more on Web Dynpro

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a048387a-0901-0010-13ac-87f...

Noufal

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Noufal explained that well.

The runtime environment is the SAP Web Application Server (WAS).

There are a lot of great resources here on SDN regarding WebDynpro. This forum, of course and <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro">the WebDynpro page</a> on SDN.

Regards,

Patrick.