Functionality You can use this sample function module as template for creating modulesfor the change docmuent tool's> event Format Table Field>.You can store these modules in the Customizing> settings of thechange document object in view Table Field Events> for formattingthe value of the table field. Parameter I_FIELDVALUE> contains thevalue of the table field, which the system converts and supplies to thechange document tool in parameter E_FIELDVALUETEXT>.Notes The system provides the value of the table field in the sample functionmodule in unformatted form. Parameter I_OBJECTCLAS> is of informal character and identifiesthe change document object. Parameters I_TABNAME> and I_FIELDNAME> provide the names ofthe table and the field. They are needed to identify the table or thetable field if you wish to use one module for several fields or severaltables of a change document object. Parameters I_CREATEDATE> and I_CREATETIME> provide detailsof when the change document was created. This is used in the coding ofthe sample function modules to supply necessary information on theRelease valid at the time. This information is necessary if thedefinition of the table in the Data Dictionary has been changed betweencreation and display of the change document. If you want to use the standard formatting of the change document tool,you do not need to create such modules, and so also do not need to storethem in the Customizing settings. |