SAP Program RFVZTEXT - Find and edit SAPscript text modules due to string change

Description
The report searches strings in the SAPscript letters of the IS-REcomponent.
The text modules that are found are edited. The replacement suggestionsset in the Customizing are inserted as a comment at the beginning ofthe text modules.
You must specify in which letters which strings are to be searched byimplementing the following steps:
RESET N1
Group the fields to be changed in one or several groups. Each groupmust have a pair of run dates and run identifications for thecorresponding program run. You then enter an additional text belongingto the rental agreements if one should be processed.
Start the transaction SM30 with the view VTFIND for this and maintainthe relevant data. SAP supplies maintained sample settings with a listof the fields to be changed in the delivery clients. Some of the fieldsare specified in detail with table name and field name. Names of theold and new tables to which the fields belong may also be mentioned.
The string you are searching is not case-sensitive: if, for instance,you are in the view VTFIND and enter the string to be searched as"VISCRIPT" and "viscript" is what is entered in the SAPscript textmodule, this SAPscript text module is also found.
Enter which SAPscript letters should be checked for each pair of rundates and run identifications by calling up the transaction SM30 withthe view VTDTTXBR and make these settings. A sample is also includedhere in the delivery clients for this purpose.
If you use the settings supplied by SAP, you must select the validentries for the current IS-RE release or correction release, i.e. theuser identifications that contain the description of the currentrelease. Do not select any entries supplied by SAP where the name ofanother IS-RE release or correction release is in the useridentification.
You can manually carry out the replacement in the text module.
Note: If the field length of the new field is different from the lengthof the old field, fixed field values entered in the text module mustalso be changed accordingly. Tab positions must be changed as required.