Call 

Purpose

Makes a one-way call to R/3, sending import parameters and table data.

Syntax

void Call(BOOL bPassAllParams=FALSE);

Parameters

bPassAllParams: Indicates whether all simple import parameters should be passed to R/3 for the call.

Exceptions

Throws const char* for memory exceptions.

Throws RFC_ERROR_INFO for RfcCall failure.

Description

Before making this function call, make sure all necessary import and table parameters are added to the function object, and any values to be sent via these parameters are set. Note that when argument bPassAllParams is set to TRUE, then all simple import parameters are passed to R/3 for the call; otherwise only the simple import parameters with values assigned to them are passed.

Related Information

Receive

CallReceive