Cmdlets for SAP ERP

Build 25.0.9434

UseInternalNames Parameter (Connect-SAPERP Cmdlet)

Specifies whether to use the internal names of columns in query results rather than the display name.

Syntax

Connect-SAPERP -UseInternalNames SwitchParameter

Data Type

bool

Default Value

false

Remarks

When this connection property is set to False (the default), the 本製品 displays columns by their display names (a more readable name for the column specific to your SAP client's language).

When this connection property is set to True, the 本製品 displays columns by their internal names.

For example, the ADRC table has a column with the internal name "ADDRNUMBER".

If this connection property is set to False and you have your SAP client language set to "en", the 本製品 uses the name "Address Number" for the column.

If this connection property is set to True, the 本製品 uses the internal name ("ADDRNUMBER") as-is for the column name.

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