Fonction SAP CBIH_LB14_IAID_CHECK - EHS: User Exit to Check Incident/Accident Log Entry 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_IAID_TO_CHK CCIHT_IAL-IALID C 20 Incident/accident log key to be checked
I_PLANT CCIHT_IAL-IAPLANT C 4 X Plant for incident/accident log entry

Paramètre Reférence Type Long. Description
E_ERROR_MESSAGE 0 Error message
E_FLG_SYNTAX_OK ESP1_BOOLEAN 0 TRUE: Incident/accident log key (syntax) correct
E_IAID_CHKD_AND_FORMD CCIHT_IAL-IALID C 20 Checked (poss. changed) incident/accident log key

Functionality
This function module is used as a template for check and formattingfunctions that you can define for incident/accident log entry keys.
The function module is also available as a reference function module fordefining the interface of the user exit category IAL_SCATCH.

Preconditions
It is assumed that the user exit name IALID has been createdunder Manage User Exits in Customizing for Basic Data andTools and has been assigned to a function module.
For number assignment, the number range object inc./acc. log key(CBIHN_IAID) with its internal number range interval 0I and its externalnumber 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.

See also:
Reference function module for checking injury/illness log keysCBIH_LB13_FATYPE_FAID_CHECK.