Definition
The object page accesses information about a BSP. It is the same type as class
CL_BSP_PAGE or the interface IF_BSP_PAGEStructure
The following methods are the most important:
|
Method |
Use in Source Code |
Output (Example) |
Description |
|
get_page_name |
<%= page->get_page_name( ) %> |
basic_page_object.htm |
Output of the BSP name |
|
get_page_url |
<%= page->get_page_url( ) %> |
/sap(bD1kZQ==)/bc/bsp/sap/it00/basic_page_object.htm |
Output of the BSP URL |
|
get_application_namespace |
<%= page->get_application_namespace( ) %> |
sap |
Output of the BSP application namespace |
|
get_application_name |
<%= page->get_application_name( ) %> |
it00 |
Output of the BSP application name |
|
get_application_url |
<%= page->get_application_url( ) %> |
/sap(bD1kZQ==)/bc/bsp/sap/it00 |
Output of the BSP application URL |
|
get_application_theme |
<%= page->get_application_theme( ) %> |
SAP_DEFAULT |
Output of the BSP application theme |
|
get_application_start_page |
<%= page->get_application_start_page( ) %> |
default.htm |
Output of the BSP application start page |