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

ResponseParameters Property

Parameters received from SAP after a call to the CallFunction method.

Syntax

public SapParamList getResponseParameters();
public void setResponseParameters(SapParamList responseParameters);

Remarks

This property contains the parameters which will be received from the R/3 system after executing a remote function with the CallFunction method. You must specify all of the parameters you wish to receive a result for before calling CallFunction. The GetFunctionInfo method will retrieve the list of all parameters the remote function is capable of returning. The Value will be filled after a successful call to CallFunction.

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

Default Value

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