Show TOC

Background documentationRestricting Entry to One Row Locate this document in the navigation structure

 

To allow the user to process only the first row of the selection table on the selection screen, you use the following syntax:

SELECT-OPTIONS seltab FOR f..... NO-EXTENSION.....

As a result, the pushbutton for multiple selections does not appear on the selection screen, and multiple selections are not available to the user.

Syntax Syntax

  1. REPORT demo_sel_screen_select_no_ext.
  2. DATA wa_spfli TYPE spfli.
  3. SELECT-OPTIONS airline FOR wa_spfli-carrid NO-EXTENSION.
End of the code.

The following standard selection screen appears:

This graphic is explained in the accompanying text.