cancel
Showing results for 
Search instead for 
Did you mean: 

BSP to Web Dynpro ABAP

Former Member
0 Kudos

Hi guys,

I'm new to SAP Development. In the current project I should develop an application with Web Dynpro ABAP which is similar to an existing BSP application. The BSP application has many pages, views and controllers. For me it is difficult to understand the whole logic in the application and how it works.

What would be the best way to "convert" the BSP app to WDA app?

What are the appropriate components in WDA to BSP regarding the MVC concept?

Can I use existing BSP elements in WDA?

Sorry, but no clue at the moment..

Best Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

My suggestion is to start over with the original busines requirements of the BSP application and redevelop from scratch in WDA as though the BSP application never existed. From a technical standpoint you probably can't reuse most of the BSP application. Perhaps the underlying model logic could be adapted, but even the way that BSP did model classes isn't really compatible with Web Dynpro (no SETTTER/GETTER methods for binding in Web Dynpro).

former_member233090
Active Contributor
0 Kudos

Hi,

I have worked in BSP and now working with Webdynpro but never tried relating the same program , but onething i can say is

the concept is same as you said MVC but but Iin BSP you need not to strictly follow MVC(Model View Controller ) which is not case in WebDynpro.

you can check the comparission in this [link|http://help.sap.com/saphelp_nw2004s/helpdata/en/bd/48fc3f8fc2c542e10000000a1550b0/frameset.htm]

and look at the answer given by Amit sani in the thread

[link|]


t is possible to use the BSP application inside WD ABAP or viceversa .
u can do it by eventing through portal .
you need to have the content admin role to ur user id on the portal .

thn u need to create iViews for the ur web Dynpro and ur BSP application as well .
This is required for eventing between the two applications .

link::/people/thomas.jung3/blog/2005/12/15/portal-eventing-a-solution-for-global-peace-and-harmony

u wud also like to see the thread :

<a class="jive_macro jive_macro_message" href="" __jive_macro_name="message" modifiedtitle="true" __default_attr="5571524"></a>


refer the related threads :

http://forumsa.sdn.sap.com/click.jspa?searchID=34318618&messageID=8178488

http://forumsa.sdn.sap.com/click.jspa?searchID=34318618&messageID=8331606

Hope this thread willl help you out...

cheers,

bhavana