WEB_BUSINESS_DATA_SHOP_EXPORT_FORMATS
You are looking at an older version of the documentation. The latest version is found here.
This option sets possible export formats for the Web Business Data Shop. It supports the following formats:
CSV
EXCEL
TABLEAU
POWERBI
RLANG
PYTHON
HTTPREQUEST
The default value is 'CSV,EXCEL,TABLEAU,POWERBI,RLANG,PYTHON,HTTPREQUEST'
. To change the list, you can use this statement:
SQL
CALL "SYSADMIN.setDefaultOptionValue"('WEB_BUSINESS_DATA_SHOP_EXPORT_FORMATS','CSV,EXCEL,TABLEAU,POWERBI,RLANG,PYTHON,HTTPREQUEST');;