Entering content frame

Process documentation Using MVC for BSP Locate the document in its SAP Library structure

Uses

All BSP applications that you created with SAP Web AS 6.10 can also be executed without MVC. In general, you do not need to change anything.

The previous BSP implementation model gives you the option of controlling event handling and navigation using redirects.

The MVC design pattern provides you with various advantages, so that you can consider converting to MVC in the following cases:

A controller can assemble a page from several views. As a result, the layout is componentized.

A controller offers great flexibility, especially during input processing, since you can create and call new methods.

If the system cannot decide which page comes next until input processing, we recommend that you let the controller branch to different views.

Combination of MVC with BSP

You can combine the technology of the previous implementation model for BSPs with the new MVC design pattern.

Process

 

 

Leaving content frame