TDV Adapter for SAP ERP

Build 22.0.8462

GenerateSchemaFiles

Determines how schema files should be generated.

Possible Values

Never, OnUse, OnStart

Data Type

string

Default Value

"Never"

Remarks

Schema files may be used to give the highest degree of control over the SAP ERP Adapter.

For example, it can be inefficient to retrieve the metadata for the entire SAP system. Or, you may want to only display certain SAP entities. Basic filtering of these entities is possible with the TableMode, QueryMode, and StoredProcedureFilter properties. However, you may need more granular control.

Control Over Individual Schemas

Schema files override the schemas the adapter generates when you connect. The SAP ERP Adapter reports views and stored procedures defined in the folder specified by Location. This enables you to work with individual schemas; for example, you can remove an individual schema by deleting its schema file. Or, you can customize how columns are reported.

How to Use GenerateSchemaFiles

Use GenerateSchemaFiles along with Location to specify how files should be generated and where they should be written. Setting GenerateSchemaFiles to OnUse will generate a schema file when a metadata request is made for the specific view. Setting GenerateSchemaFiles to OnStart will attempt to generate schema files for all the views reported on connection open.

Schema files will not be overwritten if they already exist in the Location folder. To pick up changes in the metadata, first delete the schema file.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462