Documenting Function Module
copied from an SAP Sample Module

SAP Business Events, a form of user exit, requires that you copy the SAP sample module. There is a bug in SAP that copies over the master language from the sample module to the new module. This results in the inability to document your new module.

There are two workarounds:

  1. Manually copy the sample module code and interface to the new module
  2. If the interface is too complex to copy manually, then the table DOKIL can be updated via program. DOKIL-ID should be FU. DOKIL-OBJECT should be the name of the new function module (e.g., ZSDREVREC_INTERFACE_00503111). Change DOKIL-LANGU to EN.

When function module is initially copied:

Function module has been fixed: