Fonction SAP CBIH_LB62_MJID_CHECK - EHS: User Exit to Check Measurement 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_MJID_TO_CHK CCIHT_MJ-MJID C 30 Measurement key to be checked
I_MJ_HEADER CCIHT_MJ u 1048 X
I_MP_HEADER CCIHT_MP u 581 X
I_MP_WA_HEADER CCIHT_MPWA u 277 X

Paramètre Reférence Type Long. Description
E_ERROR_MESSAGE 0 Error Message
E_FLG_SYNTAX_OK ESP1_BOOLEAN 0
E_MJID_CHKD_AND_FORMD CCIHT_MJ-MJID C 30

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

Notes
It is assumed that the user exit name MJID has been created with theuser exit category MJH_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_MJID (
measurement job key) with its internal number range interval 0Iand 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.