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

ReceiveParams Property

List of parameters to receive from the SAP system.

Syntax

[VB.NET]
Public Property ReceiveParams As SapParamList

[C#]
public SapParamList ReceiveParams {get;}

Remarks

This property contains a collection of input parameters sent when the SAP system calls a function on your server. When the FunctionCall event fires, you must set the Name of each parameter you wish to receive and then call the UpdateReceiveParams method. After calling UpdateReceiveParams the Value of each parameter in the collection will contain the value sent by the SAP system.

This property is only valid inside the FunctionCall event.

Default Value

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