Function-specific adjustments

In addition to configuring the display of general object attributes it is possible to adjust them in terms of function.

The relevant functions must be known to the system. This is implemented with the keyword:

FUNCTION.0 = <function name>

Further key value pairs can specify additional functions. The numeric part of the key filed must be increased accordingly.

Only consistently numbered list entries will be considered.

You can then specify tooltips and placed object attributes for the functions thus defined.

The following example describes this for the SAP.AUFT function:

FUNCTION.0 = SAP.AUFT

Display object attributes in tooltips (function-specific)

#Configuration of default tooltip display

SAP.AUFT.SHOW_TOOLTIP.0 = AT_PROCTYPEGROUP

SAP.AUFT.SHOW_TOOLTIP.1 = AT_PROCTYPE

SAP.AUFT.SHOW_TOOLTIP.2 = AT_KI_FEDFREQ

Determines the attribute values that are displayed when the mouse pointer is positioned over the relevant function. To display more attributes, you can add further key value pairs to the list. The numeric part of the key filed must be increased accordingly.

Only consistently numbered list entries will be considered.

Placing object attributes (function-specific)

#Configuration of attribute placements for function 'Create customer order'

SAP.AUFT.EPK_NODE_ATTRIBUTE_PLACE_CENTER = AT_OBJNAME

SAP.AUFT.EPK_NODE_ATTRIBUTE_PLACE_RIGHT_TOP = AT_AV_PROC_TIME

SAP.AUFT.EPK_NODE_ATTRIBUTE_PLACE_RIGHT_BOTTOM =

SAP.AUFT.EPK_NODE_ATTRIBUTE_PLACE_LEFT_BOTTOM = AT_END_TIME

SAP.AUFT.EPK_NODE_ATTRIBUTE_PLACE_LEFT_TOP = AT_START_TIME

Determines the attribute values to be displayed at an EPC node. The key consists of the key of the function (in this example: SAP.AUFT) and the position EPK_NODE_ATTRIBUTE_PLACE_<Position>.