/
SAP
SAP
Activities
Remote Function Call
This activity calls a remote SAP function
Activity Parameters
The Remote Function Call activity parameters can be provided by manual inserted values or via IN arguments or variables:
- Parameters:
- Client (string): The SAP client
- Function Name (string): The name of the SAP remote function you want to call
- Gateway Host (string): The SAP Gateway host
- Idle Timeout (string): The idle timeout for the function call. Default -> 60
- Parameters and values (ObservableCollection<NameValuePair>) The parameter names and values for the remote function call.
- Password (password editor type) (type: string): the password for the connection to SAP
- PersonalAccessTokenBinding (text box editor type) (type: string): bind to a variable containing the encrypted password for SAP. (This parameter is used only when the user wants to send an encrypted password from outside the workflow, for example Flowster Studio Portal).
- PoolSize (string) : The size of the connection pool- The value determines the number of simultaneous connections that are processed in the pool.
- Return Properties (List<string>): The list of the properties you want the activity to return as the output result.
- SAP Parameters (ObservableCollection<NameValuePair>): EXPERIMENTAL!: Specify the parameters and values of the remote function call. These are the parameters that will be used to create the RFC Parameters. These parameters will override the provided parameters with the same name.
- SAP Router (string): The SAP router
- SAP Server (string): The SAP server
- Structed Name (string): The name of the structure the remote function call returns
- SystemID (string): The system id
- SystemNumber (string): The system number
- User (string): The name of the user for the SAP connection
The Read-Only Output variable are the possible output values that the activity will provide:
- Returned Properties (Dictionary<string, string>>): The names and values of the returned parameters
, multiple selections available,