!--a11y-->
Parameter DATA_MODE 

http://your AppServer:yourPort/SAP/BW/Bex?
CMD=LDOC&TEMPLATE_ID=yourTemplate&DATA_MODE=STORED
You can find additional information under
Calling Up Web
Templates and
Calling Up
Parameterized Web Templates.
Data mode DATA_MODE=NEW
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 pre-calculated data. An error message is displayed if no data is available.

Note that you must use the URL to pre-assign the variables in the STORED mode. If you use a query with variables, you must add to the URL the exact same string that you used as a parameter string in the Reporting Agent setting.

To do this, you can write a small cockpit
application, in which you use an HTML-<form> tag or a Java Script
function to compile the URL out of the entry values from a selection list. You
can find additional information under
Using Formulas and
Using
JavaScript Functions. Selection lists can be filled from a control query.
See also:
Control Query for Pre-Calculating Web Templates
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 pre-calculated data, provided that precalculated data is available for the Data Provider.
If no pre-calculated 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 pre-calculated HTML pages.
An error message is displayed if no data is available.
The graphic below illustrates the function 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 pre-calculated HTML pages, provided that pre-calculated HTML pages are available for the Data Provider.
If no pre-calculated HTML pages are available, the system searches for pre-calculated data, as in the STORED mode.
If no pre-calculated data is available, the system requests current data from the OLAP processor, as in the NEW mode.
