MapNUMCToVarchar Parameter (Connect-SAPERP Cmdlet)
Specifies whether to map SAP table fields of NUMC and ACCP types to Varchar type.
Syntax
Connect-SAPERP -MapNUMCToVarchar bool
Data Type
bool
Default Value
true
Remarks
The SAP NUMC type is a long character field that only allows numeric entries. The length of this field is limited to a maximum of 255 characters.
The SAP ACCP type represents a posting period. This field is 6 characters long, with the format YYYYMM.
If this connection property is set to False, NUMC and ACCP type fields are returned with a numeric type.
If this connection property is set to True, NUMC and ACCP fields are returned as Varchar type.