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

ReplyParamLength Property

This contains the length of the current parameter.

Object Oriented Interface

public function getReplyParamLength($replyparamindex);
public function setReplyParamLength($replyparamindex, $value);

Procedural Interface

inerp_sapserver_get($res, 21 , $replyparamindex);
inerp_sapserver_set($res, 21, $value , $replyparamindex);

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 ReplyParamParamType 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 ReplyParamCount 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