SAP Program RS_DYNP_MODIF_TO_40C - Customer modifications to screens: Convert source from Rel. 3.1 to 4.0

Description
This program supports the upgrade of customer modifications to screens.
When customers modify screens, the system creates entries in tableSMODISRC describing the modifications.
The structure of the entries depends on the SAP system release. If thestructure has changed (for example, in a release upgrade), existingentries can no longer be read.
The program converts SMODISRC entries from Release 3.1 structure toRelease 4.0A structure in the following steps:

  • Analysis of the selection screen: Determines the number of screens to be
  • checked to see if conversion is required.
    You can make generic entries ('*', '+') for both program and screen.
    • Checking whether conversion is necessary

    • If the screen has been modified and the SMODISRC entries still have the3.1 structure, conversion is necessary.
      • Conversion of the SMODISRC entries where requried.

      • You can run the program both in dialog mode and in the background.

        Precondition
        System with Release 4.0A or later

        Output
        SMODIRSC entries with the 4.0A structure for all selected screens.

        Example
        Selection screen:
        Program SAPLSEUT
        Screen number *
        Effect:
        The program checks all screens in function group SEUT, and convertstheir SMODISRC entries as required.
        Selection screen:
        Program *
        Screen number *
        Effect:
        The program checks all screens in the system. Do not make such a generalselection when running the program in dialog mode, since the programwould take several hours to run.