Programme SAP RFTBLT02 - Limit Records: Move Data

Title
Transferring the Combination of Characteristic Values for Limits fromTable VTBLS (Release <= 4.62) to Characteristic Tables Generated forEach Limit Type (Optional for Release >= 4.63, Setting via View ATLR).

Purpose
In general, this program is only to be run once per client whenupgrading from Release 4.62 or older, to Release 4.63 onwards. You needto run this program only if there are entries in table VTBLS.

Integration
The program is basically a framework for function moduleTB_LIMIT_CHARS_COPY (-> Documentation).

Prerequisites
You need to have run program RFTBLT01, which musthave processed every limit type.

Features

Selection

  • Select limit types

  • Mode:

  • M: Move (standard)
    C: Copy
    • Direction:

    • ON: Old -> New / VTBLS -> tables generated for each limit type(standard)
      NO: New -> Old / tables generated for each limit type -> VTBLS
      • Initialization of the target table:

      • ' ': No initialization (standard)
        'X': Initialization, completely deletes target table before data shift(in the event of a restart after termination)
        The term "Target table" is dependent on the direction of the datashift.

        Output
        The system writes a log of the data shift process.

        Example

        Further information
        See also Release Notes for 4.63
        Reference to documentation for report RFTBLT01