Entering content frameBackground documentation Navigation Locate the document in its SAP Library structure

There are two options for navigating to a different URL:

navigation->goto_page

With goto_page, there is a redirect to the specified page (or to the controller), that is, the browser is informed that it may request a different page. There is then a new browser request to the destination page.

This has the following effect:

<bsp:goto> Element

With the <bsp:goto> element, the new controller or view is called to provide the content for the current request.

This means that:

What does page_name point to?

runtime->page_name always points to the externally addressed page or the controller. You get the name and URL using page->get_page_name() or page->get_page_url().

Lifetime of the View that is Called

The lifetime of the view that is called is limited to the call only. For more information, see Lifetime and Note 545847.

 

 

Leaving content frame