Entering content frame

Background documentation What Is an Application Class? Locate the document in its SAP Library structure

Answer

An application class is an ABAP objects class that is assigned to a BSP application and that contains the business logic of the BSP application.

For more information on this concept, see Application Class of a BSP Application.

For an example, see the tutorial Further Developing the Online Bookshop. In this tutorial, the shopping basket structure and the methods for manipulating the shopping basket are contained in the application class.

The global Object application allows you to access methods and attributes of the class from any BSP.

If stateful mode is active (see Stateful and Stateless BSP Applications), the current state of the application class is maintained. If stateless mode is active, the values are reset.

Leaving content frame