Entering content frame

Function documentation Global Definitions Locate the document in its SAP Library structure

Use

Global definitions belong to the interface in the Form Builder. Here, you have the option of defining your own fields to be used anywhere in the form. You can initialize global data before you start to process the form, for example, to convert selected application data.

Features

Global Data

Here, you define any data needed by the form, but which has not been provided by the form interface (for example, to display totals).

Types

Here, you create data types as free ABAP code, if the ABAP Dictionary does not provide a type.

Field Symbols

You can use Structure linkfield symbols as pointers when you extract data from internal tables.

Activities

Double-click the node that you want to edit.

See also:

Initialization

 

Leaving content frame