cancel
Showing results for 
Search instead for 
Did you mean: 

WEB Dynpros

Former Member
0 Kudos

Hi,

Can anyone tell me what Web Dynpros are and what are they used for?

Are they part of XI or??

Please help.

Thanks,

Shashi Devi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Its not Part of XI. Web Dynpro is a framwork by which you can develop the front ends of your application much faster. For any web based application when you need to create front end screens you can use web dynpro framwwork for the same instead of using JSPDynPage or AbstractPortalComponent.

Definition is here from SAP Help:

http://help.sap.com/saphelp_nw04/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm

Read the details from beginning here in SDN itself:

https://www.sdn.sap.com/irj/sdn/webdynpro

Sample Application & Tutorial:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c8780...

Regards,

Shubhadip

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

<u>WebDynpro</u>:

It is nothing but involves drag & drop events.Here the coding is less,focus is on designing.

Defines a standard structure for user interface applications.

Derived from MVC Design Pattern.

Focus on graphical modeling.

Minimize Coding and maximize design.

Separate Layout and Logic.

Support arbitrary backend systems.

Support reuse of components.

Supports web services and data binding.

for details u cn refer to the link given below.

Regards

Bhargava

award points if it helps

Former Member
0 Kudos

hi Shashi,

webdyn pro are a drag and drop type very much easy development tool in EP.

I haven't heard of webdynpro being used in XI. it is mainly used for rapid development in EP.

It is using MVC architecture( just google for more details on MVC).

webdynpro based development can be done in

1)Java

2) as well as in ABAP.

You need a particular port (which is calculated based on the instance number of teh J2EE engine and all) to deploy your webdynpro based applications to get deployed in the server.....

once it is deployed....you can create iviews out of it at the portal side just like creating iViews from PAR(I hope you know how to create iView from PAR).

To start it easily....start from a simple application on webdynpro....like display fname and Lname using webdynpro......

refer the links on help.sap........

search with webdynpro last name example....

Cheers.....