
Enhancing a List Screen 

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
You access the Create Infotype screen.
When you specify the infotype number, please remember to enter any leading zeros.
The Dictionary: Initial screen appears:
Result
You have included additional fields in the standard list screen for an infotype.

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.