DATA_MODE Parameter
Definition
The optional DATA_MODE parameter determines the data mode when calling up Web templates: You use this parameter mode to determine whether the system is to access HTML pages or data precalculated in the background. If this parameter is not specified, requests are always sent to the OLAP processor, and the most current data is read.
Use
To call up a Web template with a particular data mode, add the DATA_MODE parameter to the URL generated by the BEx Web Application Designer, and assign the required value to it.
Structure
Data mode DATA_MODE=NEW
When you add the DATA_MODE=NEW parameter to the URL, the system uses the most current data. The system uses the most current data even when this parameter is not set.
The graphic below illustrates the function of the DATA_MODE=NEW data mode:

Data mode DATA_MODE=STORED
When you add the DATA_MODE=STORED parameter to the URL, the system only accesses precalculated data. An error message is displayed if no data is available.
The graphic below illustrates the function of the DATA_MODE=STORED data mode:

Data mode DATA_MODE=HYBRID
When you add the DATA_MODE=HYBRID parameter to the URL, the system uses precalculated data, provided that precalculated data is available for the data provider.
If no precalculated data is available, the system requests current data from the OLAP processor, as in the NEW mode.
Data mode DATA_MODE=STATIC
When you add the DATA_MODE=STATIC parameter to the URL, the system only accesses precalculated HTML pages.
An error message is displayed if no data is available.
The following graphic shows the functions of the DATA_MODE=STATIC data mode:

Data mode DATA_MODE=STATIC_HYBRID
When you add the DATA_MODE=STATIC_HYBRID parameter to the URL, the system uses precalculated HTML pages, provided that precalculated HTML pages are available for the Data Provider.
If no precalculated HTML pages are available, the system searches for precalculated data, as in the STORED mode.
If no precalculated data is available, the system requests current data from the OLAP processor, as in the NEW mode.