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

RequestParameters Property

Parameters sent to SAP via the CallFunction method.

Syntax

[VB.NET]
Public Property RequestParameters As SapParamList

[C#]
public SapParamList RequestParameters {get;}

Remarks

This property contains the parameters which are to be sent to the R/3 system when executing a remote function with the CallFunction method. Before you can use CallFunction, set the FunctionName property and then call GetFunctionInfo to retrieve the full list of request parameters that the remote function accepts. You may then set the parameter value by editing the collection directly, or by calling SetRequestParam with the name and new value.

Note on terminology: From the component's perspective these are Export parameters. From the R/3 system's perspective, they are Import parameters.

Default Value

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