PHANTOM item definition

Defines a form field in a grid-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 form field (that will be used by a dialog, but not displayed in the form layout), with a PHANTOM element in the ATTRIBUTES section.

For more details, see Phantom fields.

Example

PHANTOM customer.cust_name;