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