Show TOC Start of Content Area

Process documentation Implementing a BSP Callable Object  Locate the document in its SAP Library structure

Purpose

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.

Prerequisites

·        You have access to an ABAP system where you will create the BSP application.

Recommendation

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.

·        You have the latest version of Guided Procedures deployed to your Application Server Java.

·        You familiarized yourself with the basics of BSP application programming, for example by working through the tutorial Creating a Basic BSP Application.

Process Flow

To implement a BSP callable object, you:

...

       1.      Develop the BSP application.

       2.      Expose it as a callable object in Guided Procedures.

 

End of Content Area