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

FUNCTION - LIKE, STRUCTURE

Obsolete Syntax

...  {LIKE struc-comp} | {STRUCTURE struc} ...

Effect

Typing of interface parameters in the display of the properties of the interface parameters of a function module interface in the source code of function modules, when the type is specified using LIKE Function Builder. Specifying the type in this way now produces a warning in Function Builder.

If a component of a global program structure in the function group of a function module has exactly the same identity (structure name struc and component comp) as the component of a structure in ABAP Dictionary specified after LIKE, LIKE refers to the component of the structure defined in the function group. This leads to a warning in the syntax check.

Notes