Show TOC Start of Content Area

Function documentation Maintenance Attribute of a View Field  Locate the document in its SAP Library structure

Use

You use the maintenance attribute to control the access to a field of a maintenance view. There are the following maintenance attributes:

      When you create a view field, it has an automatically switched maintenance attribute. The view field is available as normal and there are no restrictions for the field maintenance. In this case, field P is empty.

      R (read-only):

Only pure read accesses are allowed for such fields. You cannot maintain such fields with transaction SM30.

      S (subset):

These fields are used to create subsets when maintaining view data. Only a subset of the data is displayed. This subset is defined by entering a suitable value in this field.

      H (hidden):

These fields are hidden from the user in the maintenance dialog. The field does not appear on the maintenance screen. You have to ensure that such fields have the correct contents. By default they are left empty.

See also:

Maintenance View

End of Content Area