Rules for Naming Object Type Components
The following naming rules apply to each object type component's ID, name and description:
ID

Examples of object type component IDs of the object type
Key field:
Material.MaterialName
This is a short, language-dependent text with a length of 20 characters. The name can be used on screens or dialog boxes to identify a component. Names should be language-dependent translations of the ID of the object type component. Neither the ID of the object type nor the object name should precede the object type component name.
Description
The description is an explanatory, language-dependent text with a length of 80 characters, which can be used in lists of components or for brief documentation.
Key fields
The ID must be an English noun.

If the ID is generated automatically from ABAP Dictionary fields, it should be checked afterwards.
Attributes
The ID must be an English noun.
Use the plural for multiline attributes.
If the ID is generated automatically from ABAP Dictionary fields, it should be checked afterwards. Be careful with abbreviations.
Methods
The ID must be an English verb in the basic form. If the method refers to a specific aspect, attribute or part of an object, put this reference in front in the ID.

Method ItemAdd
Events
The ID must be an English verb that describes the status change.