Set SAP Session Activity
The Set SAP Session activity enables users to open a specific page within an already attached SAP application. It facilitates navigation by directly executing a specified SAP transaction code, streamlining access to various SAP functionalities.
| Field | Description | Requirement |
|---|---|---|
| SAP Application name | The name of the SAP application that has already been opened and attached. | Required |
| Okcode | The SAP transaction code (T-code) to be executed within the session. | Required |
Action Types & Examples
SAP Application name
- Format: String
- Example Result:
newSapConnection
Okcode
- Format: String
- Example Result:
SU01
Implementation Examples
Field Setup - SAP Application name: newSapConnection - Okcode: SU01
Execution Parameters - SAP Application name: newSapConnection - Okcode: SU01
Technical Notes
A T-code (transaction code) is used to execute a particular task or function within SAP. Users can enter the relevant T-code directly into the
Okcodefield to navigate to the desired SAP screen.