SAP Program UMG_ADJUST_STXL - Convert texts of table STXL

Purpose
The report UMG_ADJUST_STXL is part of the Unicode conversion tools(package SUMIG) and should be used solely during the post conversionsteps after a Unicode conversion.
The report is used to repair records in table STXL for system which wereconfigured as Blended Codepage Systems (SAP codepage numbers 6100, 6200and 6500) before the Unicode conversion.
The repair can be done based on the code page adjustment of the SPUMGscan "INDX Repair" or by specifying a specific language in the option"Override Repair Information".
Before the repair it is strongly recommend that you check theresults with the action "Display repair".

Features
On the selection screen you have to select the
the records which have to be repaired
an action (Display, Show Repair, Do Repair)
optional: a specific language which is used for the repair

Selection
1. Selection of records
The selection of data records can be done by specifying the key fields
MANDT = Client
TDOBJECT = Text Object
TDNAME = Text Name
TDID = Text ID
TDSPRAS = Language Key
of table STXL. Furthermore the selection is restricted to records withRELID = 'TX'. If the parameter "Repaired records only" is checked on,the selection is restricted to records for which the codepageinformation has been adjusted already by the SPUMG scan "INDX Repair".
2. Action
Display current contents: The contents of the selected recordsare displayed on an ABAP list. The texts are converted according to thelanguage key (field TDSPRAS).
Display repair: The contents of the selected records will berepaired. The results will be display on an ABAP list. Data will not bemodified on the database.
Do repair and save changes: The contents of the selected recordswill be repaired and the changes will be stored on database.
3. Override Repair Information
The repair can be done

  • based on the information created by the SPUMG scan "INDX Repair". The
  • SPUMG scan "INDX Repair" does not modify the contents of an INDX recordbut adjusts only the code page information stored together with theapplication data. This code page information can be reused for therepair of the contents of a record. The parameter "Correct Language"must not be set (SPACE) if the results of the scan "INDX Repair" shouldbe used.
    • by specifying a specific language for the parameter "Correct Language".
    • If the parameter is not initial, the language is used for the repair forall selected records. The corresponding code page assigned to thatlanguage will be retrieved from the SPUMG Language List.
      • by specifying a specific code page directly for the parameter "Correct
      • Codepage". This might be helpful if there is no language assigned in theSPUMG Language List to the code page which has to be used for therepair. If the parameter is not initial, the code cage is used for therepair for all selected records. The selected code page has to be roundtrip compatible.

1128672Report UMG_CHECK_STXL