ABAP - Keyword Documentation →  ABAP - Reference →  Obsolete Language Elements →  Obsolete modularization →  Function Modules → 

Global Parameters

The formal parameters of the interface of a function module can be made known globally by choosing Edit → Interface → Globalize Parameters in Function Builder. Then the field Global is selected in the properties of the function module. The formal parameters of a global interface have the following properties:

In the function group, no global data objects with the same name (such as a global parameter) may be created. If multiple function modules in a function group have global interfaces, similarly named parameters must have identical definitions.

Note

The use of global interface parameters is obsolete and, in new function modules, interfaces should generally not be globalized.