SAP Program MGV_MATNR_LTDX - Converts default variants for ALV

Description
This program performs the following steps:

  • It determines all (ALV) list tool variants in all clients.

  • It searches their field catalogs for fields with output length 18.

  • If the field names of these fields can be combined with the domains of
  • the material number, the output length is adjusted to the new materialnumber length.
    The program can be started any number of times.

    Output
    Only the variants that need to be changed are listed. If an updatefails, this is shown in the list.

    Precondition
    This tool cannot be guaranteed to find all cases, because you cancreate fields with output length 18 in the ABAP Dictionary that havethe same names as MATNR domain fields but are not for MATNR domains.
    In the test for 4.5A, there were no incorrect analyses.