# Create Connection

This activity helps in creating a SAP connection.

### Input

* **Client** : [`String Argument`](https://docs.visualyze.ai/getting-started/rpa-studio/arguments#types-of-arguments)\
  Specifies the SAP client to use.
* **Connection Name** : [`String Argument`](https://docs.visualyze.ai/getting-started/rpa-studio/arguments#types-of-arguments)\
  Specifies the SAP connection name.
* **Language Code** : [`String Argument`](https://docs.visualyze.ai/getting-started/rpa-studio/arguments#types-of-arguments)\
  Specifies the log-in language code that you want to use. For example:- "EN".
* **Username** : [`String Argument`](https://docs.visualyze.ai/getting-started/rpa-studio/arguments#types-of-arguments)\
  Specifies the SAP username to use to log in.
* **Password** : [`String Argument`](https://docs.visualyze.ai/getting-started/rpa-studio/arguments#types-of-arguments)\
  Specifies the SAP password for the given user to log in.

### Output

* **Connection** : [`Object Variable`](https://docs.visualyze.ai/getting-started/rpa-studio/variables/user-defined-variables-1#objects) <mark style="color:red;">`Required`</mark>\
  Specify the created connection to the SAP system stored in an [Object ](https://docs.visualyze.ai/getting-started/rpa-studio/variables/user-defined-variables-1#objects)variable.
