JCOSerializationFormat
Defines the serialization format used when transferring function module data to the partner system.
Possible Values
rowBased, columnBasedData Type
string
Default Value
"rowBased"
Remarks
The property impacts the serialization behavior of function module data. Valid values are columnBased and rowBased. If you choose columnBased, the fast RFC serialization is used, as long as the partner system supports it. When choosing the rowBased option, classic or basXML serialization are used.
rowBased only works on SAP 7.5.1+ or servers with SAP Note 2372888 (Fast RFC Serialization support).
The default value is rowBased.