Start of Content Area

Background documentation How can I transfer data between a view and a page?  Locate the document in its SAP Library structure

Question

I want to transfer data between a view and a page in a stateful application. The reason for this is that I am creating object instances in the view and want to reuse them in the page. How can I go about doing this?

Answer

To transfer data between pages and view requests, proceed as follows:

Define an application class (using the properties in your BSP application)

This application class can be accessed on all pages and views using the object application.

 

 

End of Content Area