ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

ReceiveParamLength Property

This contains the length of the current parameter.

Object Oriented Interface

public function getReceiveParamLength($receiveparamindex);
public function setReceiveParamLength($receiveparamindex, $value);

Procedural Interface

inerp_sapserver_get($res, 14 , $receiveparamindex);
inerp_sapserver_set($res, 14, $value , $receiveparamindex);

Default Value

-1

Remarks

This contains the length of the current parameter.

Typically this does not need to be set, however when using SapServer, and the ReceiveParamParamType is set to a something like ptNumber, the parameter's length needs to be set to a value other than the default value of 514, or it will cause an error.

The size of the array is controlled by the ReceiveParamCount property.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0