hello,
Web Dynpro ABAP was ntroduced to capitalize web applications space, and stringent use of MVC and object oriented approach......later slowly replace BSP...
the clear distinction between BSP and Web Dynpro is that:
in BSP you can make both stateless and statefull web application.
but in web dynrpo you can only mak statefull one..
Thanks.
Hi Varun,
Check this link.
hope it will help you.
Cheers,
Bhavana
HI varun ..
Both webdynpro and Bsp are use dto create a web application..
but there is lot of difference between those two..
that is..
1)-In bsp we can use stateless and statefull connection.. but in WDA we can use only satefull connection..
2)- In BSP we can create applictation with or without MVC design pattern but in WDA, it is compulsary to use MVC
i.e we can cannot create withoout mvc..
3)-in wDA we r using structerd devlopment..
4)-WDA having automatic input checkk..(u will realize it when u do devlpmnt).
5)-In WDA we r using databinding i.e (context) so we can it will helpful in data transport.
6)-cod eauto generation for UI elements and navigation..
7)here we r using components.. that is nmost wanted things should be placed in components .. so it can be reused by alll other WDA applications
8) easy creation of screens using already existing UI elements in screen editor..
and WDA has so many advantage over BSp..
is it enough??
Add a comment