
BSPs have a number of general properties or attributes. For example, each BSP is assigned to a package in the SAP system, and each BSP has a URL used to call up the BSP in a Web browser. The following describes the most important additional properties.
Page Type
Page TypeYou can find additional information about the different features of a page in Structure of a BSP Application .
Transmission Options
Transmission OptionsYou can set the flags Compression and HTTPS as the transmission options.
Compression
If you set this flag, the page is sent compressed to the browser, provided that the browser supports compression.
Note that it only makes sense to activate compression for large pages. It is considerably more efficient to send small pages uncompressed.
By default the flag is not set.
HTTPS
By selecting this flag, you can determine that a BSP should be accessed using HTTPS, that is, a secure connection. The BSP runtime then checks the URL. In the case of http://... it redirects the browser immediately to https://... . .
Note the following browser-specific feature: As soon as you activate HTTPs, all other BSPs of your BSP application are accessed using HTTPS.
By default the flag is not set.