Defining Required Fields Locate the document in its SAP Library structure

To define the input field of a parameter as a required field, you use the following syntax:

PARAMETERS <p> ...... OBLIGATORY ......

When you use this option, a question mark appears in the input field for parameter <p>.The user cannot continue with the program without entering a value in this field on the selection screen.

Example

REPORT DEMO.

PARAMETERS FIELD(10) OBLIGATORY.

The selection screen looks as follows:

This graphic is explained in the accompanying text

 

 

 

 

 

Leaving content frame