Show TOC

Create Function Modules for Dynamic Function Calls

In this IMG activity, you define the function modules that you want to call up from the PI sheet using dynamic function calls.

Standard Settings

The standard system contains the following function modules that you can use in dynamic function calls:

Funktionsbaustein Verwendung
COPF_ENTER_CONFIRMATION Confirm phase in process order
COPF_DOCUMENT_SHOW_DIRECT Display document in R/3 Document
Management
COPF_MATERIAL_QUANTITY_CALC Display material quantity
calculation of process order
COPF_DETERMINE_DURATION Calculate duration of a time interval
COPF_DETERMINE_START_TIME Calculate start date of a time interval
COPF_DETERMINE_END_TIME Calculate end date of a time interval

In the SAP reference client of your system, you will find a predefined function call for each of these function modules.

For further information on processing and parameters, see the documentation of the individual function modules.

Activities

Define the function modules that you want to call up in the PI sheet.

Notes on maintaining function modules

For general information on maintaining function modules, see Extended Help. In addition to this, note the following:

If an exception occurs, the values of the export and changing parameters are not transferred to the PI sheet. This means that the variables to which the parameter values should be transferred remain unchanged.
You can use any field length. During the function call, the system transfers a maximum of 30 characters, but not more than defined for the parameter.