
Converting Generated Table Maintenance Dialogs to Unicode
Use
If you have configured your system as a Unicode system, all table maintenance dialogs must be Unicode-compatible. Generated table maintenance dialogs which are not delivered by SAP must be converted to Unicode.
Procedure
You can navigate as follows in the fields in the list created by the program:
You can either regenerate generated sources for each individual function group with the transaction

Sources can only be regenerated in their original system.
You must
You are in Includes in the generated function group whose name begins with L<function group name> (not with LSVIM) and does not end with T00, F00, I00, UXX or U01 - U<nn> (generated coding). Example: L<function group name>I01.
You can also go to the Includes via SE54: Enter table or view name, choose Generated Objects and Create/Change. Double-click on a screen number in the next screen. Access the module via the flow logic.
These can also be edited via the ABAP Workbench by specifying the Includes (name: see above) or via SE54: Enter view or table name, choose Environment ® Modification ® Events. Go to the form routine with the button in the Editor column in the next screen.
If maintenance dialogs are in view clusters which have events, the form routines must also be edited.
Choose Edit View Cluster in the transaction SE54, and specify the name of the table/view. Choose Create/Change and Events in the tree structure in the following screen. Go to the form routine with the button in the Editor column in the next screen.

The form routines for the view cluster events are in module pools, for which the Unicode check must also be activated.
Result
You have converted your generated table maintenance dialogs to Unicode.
The conversion to Unicode is backwards-compatible. Maintenance dialogs converted to Unicode also work in other systems.