
You can use a BSP application to execute a task that is part of a business process modeled within the Guided Procedures framework.
In this tutorial you learn how to implement a BSP application that is to be exposed as a callable object in Guided Procedures. This is done using several ABAP function modules defined by the GP framework.
In your ABAP system, define a job that calls program EUP_BSP_CO_CLEAN_LEAKED_DATA and schedule it to run periodically (for example, every day or every week).
This program cleans up any input or output data used by the BSP callable objects, thereby freeing resources.
To implement a BSP callable object, you: