Start of Content Area

Function documentation Entity Attributes  Locate the document in its SAP Library structure

Use

There are three types of attributes in the DMWB:

Standard attributes are attributes that the Knowledge Provider itself understands and processes in certain situations. These properties represent built-in functionality of the runtime layer and therefore cannot be changed or removed. All you can do with these attributes is assign values to them.

To ensure that standard attributes can be read by entities via the runtime layer function, you have to set the Class Att flag.

This graphic is explained in the accompanying text

Example of standard attributes

 

Note

These attributes can be read in the programming interface of the development layer.

Free attributes are user-defined attributes in which extra information pertaining to the application can be stored.

This graphic is explained in the accompanying text

Example of free attributes

Caution

To ensure that free attributes can be read by entities via the runtime layer function, you have to set the Runtime flag.

If the Runtime flag is not set for an attribute, the attribute will not be replicated in the runtime layer.

Instance attributes, as the name suggests, are attributes of instances of an info object class. Therefore, instance attributes do not have any values in the development layer. They can, however, have multiple properties, such as dynamic, obligatory, and unique.

Only real info object classes are instantiated in the runtime layer.

Replicated instance attributes are highlighted in color. These can be changed to a limited extent only. The properties Required and Unique can be more strictly defined here than for the superordinate info object class. If you select the display option More for an attribute (by clicking on the yellow arrow in the column More), the view Other Attribute Assignment Properties opens. You have the option of changing the additional attributes that are hidden in the column More. If an attribute was transferred from the LOIO, no other properties for this attribute can be changed.

 

 

End of Content Area