Functionality Calculates the indicator for reportable accidents(X_AFFPERS_TAB-IAREPORTFLG; or if called from the injury/illness log:X_FAL_AFFPERS_TAB-IAREPORTFLG) in accordance with German law. When this function module is called from the injury/illness log, thevalue "FAL" must be passed to the parameter I_REFOBJ. The indicator is only set>. If it is already set at the time ofthe calculation (for example, manually or by a previous calculation), itis not deactivated again. The check is based on the German industrialsafety law (paragraph 6 section 2 ArbSchG), which states that accidentsare reportable if an employee is unfit for work for more than threedays. These include any subsequent lost days. The subsequent lost daysare taken from the Time Management> (PT) component. Fatalaccidents are also reportable.Preconditions The prerequisite is that in Customizing for Basic Data and Tools>,the user exit category IAL_REPFLG> has been created underManage User Exits> and assigned to a function module. INCLUDE EHS_CBIH_USER_EXIT_HINT OBJECT DOKU ID TXFurther_hints This function module is an example of a user exit. You can use it as atemplate for your own function modules. You must not> change theparameters of the interface. You should not change the function moduleitself, but only the copy. |