cancel
Showing results for 
Search instead for 
Did you mean: 

what is the difference between Abap and Webdynpro abap

0 Kudos

Hi Friends,

I am new to Sap webdynpro abap so could you please tell me the differenced between ABAP and Webdynpro abap.

Thanks and regards,

Sujatha

Accepted Solutions (1)

Accepted Solutions (1)

former_member185978
Active Participant
0 Kudos

Hi Sujatha,

With SAP ABAP, Anyone has to log in into SAP GUI ( Thro Log on Pad ) to view any applications.

But with Web Dynpro you can give access thro Web ( An URL ) where the users can view applications thro WEB without any SAP GUI Installed.

WebDynpro is one application where there is a separation of business and presentation logic while observing the Model View Controller (MVC) concept, or addressing component-based

reuse-focused software development.

WDA ( WebDynpro Application ) framework was developed completely in ABAP Objects,you will encounter object-oriented concepts throughout the implementation.

Let me know any Questions on WebDynpro.

With Regards,

Bala.M

Answers (10)

Answers (10)

0 Kudos

Thanks to all

Regards

Sujatha Sahu

nikhil_bose
Active Contributor
0 Kudos

ABAP is SAP propitiatory language used in all kind of development works and the output is usually seen in SAPGui which is a thick client.

Where as Web Dynpro runs in a web browser e.g. IE, firefox, chrome. And ABAP Web Dynpro is more Object Oriented and follows MVC architecture - this affect the way Web Dynpro is coded.

Former Member
0 Kudos

If you know ABAP and not much of HTML / javascript, Webdynpro hides that complexity and provides you a structured MVC programming pattern

Former Member
0 Kudos

Dear Sujatha,

PFB the basic differences between ABAP & WDP ABAP.

1)ABAP is an intranet application where WDP is internet application.

2)In WDP, we make use of code wizard which reduces nearly 70% of coding.

3)In ABAP, programs can be accessed viz T-codes,Where as WDP applications can we access using 

   FQDN(Fully Qualified Domain Name).

Regards

Katrice

Former Member
0 Kudos

Hi Sujatha,

                WebDynpro ABAP is UI based applications and ABAP is GUI based Programming.

WebDynpro Application u run any ware but ABAP programs u can run only SAP GUI System..

Regards,

OmChandra

kabil_g
Active Participant
0 Kudos

Hi Sujatha,

Web Dynpro Fully based on Designing the Application....

Check the below link for Beginners

http://scn.sap.com/docs/DOC-8863?rid=/webcontent/uuid/367b73e5-0901-0010-daa3-9de4771fc985

Regards

Kabil

Former Member
0 Kudos

Webdynpro is to create screens which can be viewed in Web Browser.

ABAP is programming language and here we do create screens as well using Modulepool but these can not be viewed in Web browser.

Though in Webdynpro we do code using ABAP only(Object Oriented) but the screen design part is different and it follows MVC(Model View Controller Architecture).

Former Member
0 Kudos

ABAP is a programming language.

ABAP WebdynPro is one of the UI frameworks (with designtime tools and runtime) written in ABAP that helps you to write and extend web based applications in ABAP.

Parallel of that would be Java programming language and the various UI frameworks like JSF 2, Spring etc...in Java.

Columns in the below table.

https://spreadsheets.google.com/pub?key=0AtkkDCT2WDMXdC1HOEtnUHpCejJMbUhGeGJWUmh5dVE&hl=en&output=ht...

Former Member
0 Kudos

Dear sujata,

Abap is programing language while  Webdynpro is User Interface Tool.

We develop Webdynpro application by using abap language as back end. .

Explore !!!

thanks and regards,

Anup Banerjee

Former Member
0 Kudos

Hi Sujatha,

Please check this..

http://scn.sap.com/thread/387099

Cheers,

Kris.