Fonction SAP CBIH_LB61_MPID_CHECK - EHS: User Exit to Check Measurement Project IDs

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_FLG_WANT_KEY_FORMAT ESP1_BOOLEAN 0 ESP1_FALSE X TRUE: Formatting Is Executed
I_MPID_TO_CHK CCIHT_MP-MPID C 30 Measurement Project Key to Check
I_MP_HEADER CCIHT_MP u 581 X Measurement Project Header

Paramètre Reférence Type Long. Description
E_ERROR_MESSAGE 0 Error Message
E_FLG_SYNTAX_OK ESP1_BOOLEAN 0 TRUE: Measurement Project Key (Syntax) Is Correct
E_MPID_CHKD_AND_FORMD CCIHT_MP-MPID C 30 Checked (and Changed) Measurement Project Key

Functionality
This function module is used as a template for check and formattingfunctions that you can define for measurement project keys.
The function module is also available as a reference function module fordefining the interface for the user exit category MPH_SCATCH.

Notes
It is assumed that the user exit name MPID has been created with theuser exit category MPH_SCATCH in Customizing for Basic Data andTools under Manage User Exits and is assigned to a functionmodule.
For number assignment, the number range object CBIHN_MPID (
measurement project key) with its internal number range interval0I and its external number range interval 0E is used.
Note that when you use a formatting routine, it must be compatible withthe definition of the named number range intervals.
If you write your own check function, its interface must match thereference function module.