Entering content frameProcedure documentation Enhancing a List Screen Locate the document in its SAP Library structure

Note

It is not intended that you make enhancements to the list screen in the Standard system. If you make an enhancement to the list screen, this represents a modification.

 

Procedure

  1. Start transaction PM01, Create Infotype, by entering the transaction code.
  2. You access the Create Infotype screen.

  3. Choose List Screen.
  4. In the Infotype no. field, enter the four-digit number of the infotype you want to create.
  5. When you specify the infotype number, please remember to enter any leading zeros.

  6. In the Screen Number field, enter the screen number of the list screen you want to enhance.
  7. Choose Create.
  8. The Dictionary: Initial screen appears:

  9. Create the list screen structure.
  10. Choose Activate.
  11. Return to the Enhance List Screen in the Enhance Infotypes transaction (PM01).
  12. Choose Create All.

Result

You have included additional fields in the standard list screen for an infotype.

Note

The additional fields are displayed on the list screen, however, they contain no data.

The fields can be filled in the FORM routine FILL-LISTSTRUCT in the generated program ZPnnnn00. The FORM routine is called for each data record in the list.

Structure ZPLIS is identified when it is generated with a TABLES statement in the program ZPnnnn00.

The fields can be filled from the Pnnnn structure or by reading text tables.

 

Deleting the additional fields

To delete the additional fields in the standard list screen, display the Enhance List Screen from the Enhance Infotypes transaction, then choose List screen ® Delete enhancement.

The fields in structure ZPLISnnnn are removed from the standard list screen.

 

 

Leaving content frame