Skip to content

Gap Statusbar Info Activity

The Gap Statusbar Info activity enables the retrieval of status bar messages and message types from an active SAP application. This activity provides crucial feedback on the success or failure of previous SAP operations, allowing for robust error handling and process validation.

Field Description Requirement
SAP Application name The name of the SAP application that is currently open and attached. Required
Statusbar type The specific type of status information to retrieve from the status bar. Required
Response variable The variable where the retrieved status bar response will be stored. Optional

Action Types & Examples

MESSAGE

  • Format: string
  • Example Result: 'Order created successfully.'

MESSAGE TYPE

  • Format: string
  • Example Result: 'S' (in the case of success), 'E' (in the case of error).

Implementation Examples

Field Setup - SAP Application name: newSapConnection - Statusbar type: MESSAGE - Statusbar type: MESSAGE TYPE

Execution Parameters - Response variable: getStatus

Technical Notes

This activity requires an active and attached SAP application instance to function correctly. The 'SAP Application name' parameter must precisely match the name of the opened SAP application to ensure successful retrieval of status bar information.