Cmdlets for SAP ERP

Build 24.0.9060

BAPINameSeparator Parameter (Connect-SAPERP Cmdlet)

A separator for concatenating table and column names when the output of the stored procedure contains a table type parameter.

Syntax

Connect-SAPERP -BAPINameSeparator string

Data Type

cstr

Default Value

"_"

Remarks

When the output parameter of the stored procedure is the table type, we would try to flatten it in the result set of the stored procedure. To avoid the name conflicting issue, we use the separator(default separator is underscore "_") for concatenating table and column names and generate a full column name.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060