Cmdlets for SAP ERP

Build 25.0.9434

UseLabels Parameter (Connect-SAPERP Cmdlet)

Controls whether the human-readable names or internal names of tables and columns are displayed in query results.

Syntax

Connect-SAPERP -UseLabels string

Possible Values

NONE, Columns, Tables, TablesAndColumns

Data Type

cstr

Default Value

"NONE"

Remarks

You can set this connection property to one of the following values:

  • NONE - Tables and columns are displayed with the internal names used in SAP.
  • Columns - Columns are displayed with a more user-friendly name specific to the language set in your SAP client.
  • Tables - Tables are displayed with a more user-friendly name specific to the language set in your SAP client.
  • TablesAndColumns - Both tables and columns are displayed with a more user-friendly name specific to the language set in your SAP client.
Note: The language used comes from the value of the Language connection property.

If you have set this connection property to display human-readable names for tables/columns, and no human-readable name exists for a specific column or table, the 本製品 displays its internal name instead.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434