Close SAP Activity
The Close SAP activity gracefully closes an open SAP (Systems, Applications, and Products) application session. This ensures that all open windows and dialogs within the specified SAP application are properly terminated.
| Field | Description | Requirement |
|---|---|---|
| SAP Application name | The reference name of the SAP application session to be closed. | Required |
Action Types & Examples
Close SAP Session
- Format: boolean
- Example Result:
true
Implementation Examples
Field Setup - SAP Application name: SAPClose
Execution Parameters - Close SAP application with name: SAPClose
Technical Notes
The SAP Application name parameter must precisely match the reference name of the active SAP session to be closed. Mismatched names will result in the activity failing to identify and close the target application.