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

ResponseParameterLength Property

This contains the length of the current parameter.

Object Oriented Interface

public function getResponseParameterLength($responseparameterindex);
public function setResponseParameterLength($responseparameterindex, $value);

Procedural Interface

inerp_sapclient_get($res, 17 , $responseparameterindex);
inerp_sapclient_set($res, 17, $value , $responseparameterindex);

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 ResponseParameterParamType 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 ResponseParameterCount 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