cancel
Showing results for 
Search instead for 
Did you mean: 

BSp

Former Member
0 Kudos

hi,

why we require BSPs?

what is difference between bsp and webdynpro?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Hari,

Chcek these links,

Thanks.

Answers (5)

Answers (5)

Former Member
0 Kudos

HI,

Here is the difference b/w Webdynpro and BSPs.

WebDynPro is a programming model provided by SAP, It was

implemented in both Java as well as SAP. It is used to

design web based application with minimum time and effort.

It is very advanced version than BSP.

Where as BSP is consist HTML code and it BSP not provide

design graphical layout. we have to write html code for

designing. And HTML web pages are client dependent and

browser dependent.

Where as our WebDynPro is client independent and browser

independent. It is used in smart client and Mobile

applications.

So many benifints are with WebDynPro, Few of them iam

giving below.

Completley modularized by MVC arcticture.

Reusability of components inside or outside from the

webdynpro component.

provided internationalzation.

Former Member
0 Kudos

hi Hari,

BSP is:

SAP web application server provides server scripting technology for designing,developing and implementing web applications.

Webdynpro:

It is an poweful UI Framework for SAP.

Difference between these two are:

1.In Webdynpro coding part is less and where as in BSP for creating UI elements also we have to write code for that.

2.Though webdynpro is also there many go for BSP's for look and feel.look and feel in BSP is more than in webdynpro.

i hope u understand.

regards,

sirisha.

Former Member
0 Kudos
Former Member
0 Kudos

hi hari,

Both bsp and webdypro are used for webdevlepment.We go for bsps for better look and feel which is not possible with webdynpro.

When creating your application, you can take advantage of the Model View Controller design patterns. The HTMLB and XHTMLB HTML Business libraries are available as BSP Extensions for a uniform layout and its associated usability advantages.

For more information on bsps please refer the below link

http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm

Former Member
0 Kudos

Hi Haribabu,

Both Business server Pages and Web Dynpro used for Webdevelopment.

Bsp are developed by SAP used to diplay business transactions in the web.

Before SAP invented the WAS( Web Application Server), all business transaction of SAP

used to dipslay in presentation server.But What if clients wants their business application to

be displayed on the web ? So SAP thought about that invented business server pages.

BSP's are developed using ABAP and javascript code.

Webdynpro is also used for web development but it is netweaver UI programming model.

It came under Netweaver platform and runs on WAS only.

When compared to BSP's, Webdynpro does not require much coding as Webdynpro UI

elements can be developed using design time environment and also webdynpro suppots both

java and ABAP.So Java person or ABAP person can go gor webdynpro.

BSP follows both page with flow logic and MVC(Model-View-Controller) arichtecture,But now a

days all BSP's are deleloped usins MVC only.

Webdynpro also follows MVC architecture.

Hope it helps.

Reward points,if found useful.

Thanks,

Narendra.M