Create Connection

Creates a SAP Connection.

This activity helps in creating a SAP connection.

Input

  • Client : String Argument Specifies the SAP client to use.

  • Connection Name : String Argument Specifies the SAP connection name.

  • Language Code : String Argument Specifies the log-in language code that you want to use. For example:- "EN".

  • Username : String Argument Specifies the SAP username to use to log in.

  • Password : String Argument Specifies the SAP password for the given user to log in.

Output

  • Connection : Object Variable Required Specify the created connection to the SAP system stored in an Object variable.

Last updated