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, TablesAndColumnsData 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.
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.