Functionality You can use this sample function module as template for creating modulesfor supplying the names of the function modules for formatting thechange documents (call-back modules). In exactly one of parameters I_PTOTIME_OBJECT> (events for objectformatting: format object value, provide text for business transaction),I_PTOTIME_TABLE> (events for table formatting: format table key)and I_PTOTIME_FIELD> (events for table field formatting: formattable field) you specify the event for which the call-back module is tobe named. The system supplies the name of the change document tool'sparameter E_FUNCTIONMODULENAME>. If no call-back module is to beprocessed, the initial value is returned. For the table and table field formatting events, the table or tablefield for which the call-back module is to be processed is supplied inparameters I_TABNAME> and I_FIELDNAME>. |