Show TOC

 List Screen

Definition

Infotype screen that displays all data records for a personnel number in a list.

Use

Screen 3000 is usually used for the list screen. You can, however, choose to use a different screen as the list screen. Screen 3000 of module pool MPMMMM00 is used as a template.

You can create your own list screens for infotypes included in the SAP standard system. Customer-specific list screens are assigned to the namespace 3900 to 3999 .

Structure

The list screen is divided into three areas:

  • Lines 1 to 3 display the header lines in an include screen.

  • Lines 5 to 19 contain the list with the infotype data records.

    Fields assigned to structure Pnnnn are usually displayed here. If you want to display further information, such as long texts, in the list screen, you can add other fields for this purpose.

    Infotype data records are displayed in one line in the list screen.

  • Line 20 contains the Selection fields ( RP50M-BEGDA , RP50M-ENDDA , RP50M-SUBTY , RP50M-ABGRD, and RP50M-PAGEA ).

    These fields allow the user to select infotype records in the list by validity period, subtype, delimitation date, or item in the list.

    With the exception of the Delimitation Date field ( RP50M-ABGRD ), these fields should always be ready for input. The delimitation date in field RP50M-ABGRD should only be displayed on the list screen if the current function really is Delimit .

If you create the list screen using the Create Infotype transaction (PM01), the system sets up the list screen automatically. Fields assigned to structure Pnnnn are also included in the list screen.

If you do not use subtypes in the infotype, delete field RP50M-SUBTY.