Show TOC

Define Characteristics for Process Instructions

In this IMG activity, you define the characteristics you want to use in your process instructions.

Standard Settings

The standard system contains process instruction characteristics that are processed in a special way in the R/3 PI sheet.The names of these characteristics start with PPPI_.

Activities

Check the existing process instruction characteristics and define new ones to suit your requirements.

Notes on Characteristic Maintenance

For general information on maintaining characteristics, see Application Help . In addition to this, note the following:

Basic Data tab page

Using the Proc. mgmt button on the Basic data tab page, you can call up a dialog box with the following settings:

Here, you can specify that automatic assignment of a characteristic value is to be carried out in the process order or control recipe provided that the characteristic value has not yet been assigned manually.
The following types of automatic value assignment are available:
Here, you can make the following settings:
Note the following:
Note:
If you want more than just the foreign key to be taken into account when checking values, you can write your own function module that is similar to function module COC1_PPPI_CHAR_VALUES and assign it on the Values tab page. Note that for the input help you need a function module with the same name and suffix _F4. You can use function module COC1_PPPI_CHAR_VALUES_F4 as a template for it.

CAUTION

Never use the Characteristic -> Rename... function for a characteristic that you have already assigned to a process instruction category or a message category. In process management, characteristics are identified by their name. Thus, when you rename a characteristic, all process messages and instructions containing this characteristic become invalid.

Notes on Automatic Value Assignment

The standard system contains a number of predefined function modules for the automatic assignment of characteristic values. For information on the individual function modules, proceed as follows:

1. Call up the information system by choosing the Input help function on the Val.assignmnt funct. field, and choose Execute.
The system displays a list of the existing function modules.
2. Position the cursor on the function module whose documentation you want to display and choose Display .
3. Choose Function module documentation.

In addition to the predefined function modules, you can also call up your own functions for assigning characteristic values via a function exit.
This requires that:

For further information on maintaining the function exit, refer to Use Function Exit for Automatic Characteristic Value Assignment.

Notes on Transport

Characteristics cannot be transported using the Customizing transport function.

Transport Predefined Characteristics describes how you can transport the characteristics defined by SAP to your clients.

Using Application Link Enabling (ALE), you can transport characteristics you have created manually to your production system.
You can very easily configure a distribution in your R/3 System using ALE. For more information, see the SAP Library Cross-Application Components -> Business Framework Architecture -> ALE Application Link Enabling -> ALE Quick Start. The example in this section describes the distribution of material master records. However, you can also apply it to the distribution of characteristics. You only have to replace message type "MATMAS" (for material masters) with message type "CHRMAS" (for characteristics).