Show TOC Start of Content Area

Syntax documentation stats_info_cubes  Locate the document in its SAP Library structure

This parameter defines which tables are treated as InfoCube tables by BRCONNECT. For more information, see Update Statistics for InfoCube Tables.

Syntax: stats_info_cubes = null|default|rsnspace_tab|[<owner>.]<table>|
[<owner>.]<prefix>*|(<table_list>)

null: suppresses special handling of InfoCube tables.

default: includes the default table list of InfoCube tables specified in Update Statistics for InfoCube Tables

rsnspace_tab: all tables having name prefix specified in RSNSPACE control table

Example

stats_info_cubes = (default,ABC*, XYZ*)

In this example, table ABC and all tables starting with XYZ are treated as InfoCube tables, in addition to default tables.

Note

Normally you do not need to set this parameter.

 

 

 

End of Content Area