PHANTOM stack item

Defines a form field in a stack-based container, that must not be displayed to the end user.

Syntax

PHANTOM [field-name] ;
  1. field-name identifies the name of the screen record field.

Usage

Define a PHANTOM leaf element in a stack container, to declare a form field to be used by a dialog, without being displayed to the user.

For more details, see Phantom fields.

Example

PHANTOM customer.cust_name;