Start of Content Area

This graphic is explained in the accompanying text BSP Application with Controllers and Views  Locate the document in its SAP Library structure

In Release SAP Web AS 6.20 and higher, you can combine controllers and views in a BSP application. You navigate between the controllers and pages (if there are any) using Redirect. Each controller can have one (or several) model(s).

You can use the redirect function to navigate between the controllers. You call the views using a call.

This graphic is explained in the accompanying text

If more than one view is being used for a single controller, it looks like this: BSP Applications with Several View per Controller

 

End of Content Area