Show TOC

PERI7 Conversion RoutineLocate this document in the navigation structure

Use

Conversion routine PERI7 is used with seven-digit entries for (fiscal year) periods.

Features

The internal format for seven-digit periods is YYYYPPP (2002006, for example, for period 006 of fiscal year 2002). When the external format is converted to the internal format, this checks whether the entries in the INPUT parameter with external date format (separators, order) comply with user settings. The separator ('.'or '/') has to correspond to the date format in the user settings.

Different abbreviated entries are possible and these are converted correctly into the internal format.

Example

For the external date format DD.MM.YYYY in the user settings, the following conversion takes place from external to internal formats:

  1. '012.1999' → '1999012'

  2. '12.1999' → '1999012'

  3. '1.1999' → '1999001'

  4. '012.99' → '1999012'

  5. '12.99' → '1999012'

  6. '1.99' → '1999001'