cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro Information

Former Member
0 Kudos

Dear All,

I am new to WebDynpro, Please guide me how & where to start to learn ?

Thanks,

Sandeep

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sandeep,

If you have Installed NWDS Successfully & configured WAS, you can start with development of sample applications.

Just refer this Links :

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/library/webdynpro/how%... - How to create WebDynPro Application ?

Why WebDynpro ?

Why webdynpro and not BSP or JSP?

BSP to WEB Dynpro

Benifits of using Webdynpro

Java vs. ABAP

regarding Java related webdynpro

Web Dynpro vs. Struts - a few questions

What kind of applications are being developed with Web Dynpro?

Check this:

http://www.sappro.com/downloads/OptionComparison.pdf

Former Member
0 Kudos

Thanks Santhosh ,

But before developing applications, I need to start with the Installation of the necessary Tools right. I have working knowlege of all J2EE Tools like Netbeans, Eclipse , J Boss, etc.. Please let me know where I can download SAP Development Tool .

Former Member
0 Kudos

Dear Sandeep ,

SAP Application Development is done in Netweaver Developer Studio ( NWDS ) . This NWDS is built on Eclipse. You can download a sneak preview of

SAP Evaluation NW 7.0 (2004s) SP9 at

https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/a62ad7fa-0a01-0010-3489-f3fc32658b... [original link is broken]

And you can start working on it.

Former Member
0 Kudos

I guess I will be working on EP & Webdynpro. Any information which you can share with respect to both.

Former Member
0 Kudos

Sandeep,

The Enterprise Portal is the front-end component for SAP NetWeaver. It offers a single point of access to SAP and non-SAP information sources, enterprise applications, information repositories, databases and services in and outside your organization—all integrated into a single user experience. It also provides tools to manage this knowledge, to analyze and interrelate it, and to share and collaborate on the basis of it.

This link can provide more information:

http://help.sap.com/saphelp_nw04/helpdata/en/a4/76bd3b57743b09e10000000a11402f/content.htm

To know WebDynPro Integration with EP ,Kindly check these links,

http://help.sap.com/saphelp_nw04s/helpdata/en/43/9f0396e1062883e10000000a422035/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/1d/e4a34273f60b31e10000000a1550b0/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/0e/a1e94205045604e10000000a155106/frameset.htm

Hope this will be of some help.

Former Member
0 Kudos

Thanks Everyone , I guess I need to study these materials to get some more doubts. Anyway I will start with this.

Thanks & Regards to all .

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Everybody

Hope some1 can help.I am new to webdynpro and have no prior experince with java ,hence finding it difficult.Basically my OOPS concepts are also not very strong.Can anybody suggest me how do I go abt learning webdynpro.?

arun_srinivasan
Contributor
0 Kudos

Hi

You can also download from here

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/0f5748f0-0d01-0010-caaf-8391a... [original link is broken]

Regards,

Arun

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Check these links

<u><i><b>Refer these links</b></i></u>

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/web%20dynpro...

<u><i><b>What is Web Dynpro?</b></i></u>

<u><i><b>Why WebDynpro ?</b></i></u>

<u><i><b>Why webdynpro and not BSP or JSP?</b></i></u>

<u><i><b>BSP to WEB Dynpro</b></i></u>

<u><i><b>Benifits of using Webdynpro</b></i></u>

<u><i><b>WEbDynpro Java vs. WebDynpro ABAP</b></i></u>

<u><i><b>regarding Java related webdynpro</b></i></u>

<b><u><i>Web Dynpro vs. Struts - a few questions</i></u></b>

<u><i><b>What kind of applications are being developed with Web Dynpro?</b></i></u>

<u><i><b>Check this:</b></i></u>

http://www.sappro.com/downloads/OptionComparison.pdf

<u><i><b>Refer these links</b></i></u>

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/web%20dynpro...

<u><i><b>regarding Java related webdynpro</b></i></u>

Regards

SURYA

Message was edited by:

surya praveen

arun_srinivasan
Contributor
0 Kudos

hi,

Web Dynpro is the SAP programming model used to develop professional Web UIs for business applications. It consists of a runtime environment and a graphical development environment with special Web-Dynpro tools that are integrated in the SAP NetWeaver Developer Studio.

The Web Dynpro tools support application development during the implementation and design phases. When a Web Dynpro application is developed, a platform-independent metamodel is created from which Java classed are generated.

Since Web Dynpro features a clear separation between layout data and business data, you can develop Web Dynpro applications with the same programming model both for mobile devices and conventional PCs.

Web Dynpro offers application developers the following advantages:

· Different implementation languages are supported

· The use of declarative and graphical tools significantly reduces the implementation effort

· Web Dynpro supports a structured design process

· Strict separation of layout data and business data through use of the Model View Controller concept

· Reuse and better maintainability by using components

· The layout and navigation is easily changed using the Web Dynpro tools

· Stateful applications are supported – that is, if the page is changed, the data that are required again remain intact, so you can access the data from a previous page again

· Automatic data transport using data binding

· Automatic input check

· Automatic operation of the Web Dynpro application using the keyboard

· Flicker-free screen construction

· Syntax check at design time

Refer these links

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/web%20dynpro...

What is Web Dynpro?

Why WebDynpro ?

Why webdynpro and not BSP or JSP?

BSP to WEB Dynpro

Benifits of using Webdynpro

Java vs. ABAP

regarding Java related webdynpro

Web Dynpro vs. Struts - a few questions

What kind of applications are being developed with Web Dynpro?

http://www.sappro.com/downloads/OptionComparison.pdf

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

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/web%20dynpro...

regarding Java related webdynpro

Regards,

Arun

Former Member
0 Kudos

HI Sandeep,

Welcome to SDN..

U can find sample applications with tutorial here

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c8780... [original link is broken]

Regards

Fahad hamsa