Functionality * Checks whether the annual season being searched for for the import parameters SEASON, YEAR, VKORG and VTWEG is created in Customizing. In addition, all the seasons existing for YEAR in the table SEASONS are read, so that the possible seasons for the calendar year can be displayed in a help function, if the annual season being searched for cannot be found. If the season exists, the season data (dates) are returned as export parameter SEASON_TABVAL. * Season-, listing- and sales periods for stores and distribution can also be checked only for the season. For this, the season dates must be transferred with export parameter SEASON_DAT and import parameter CHECK_DATES set to 'X'. If there are discrepancies between the season table values and the parameter values, exception 03 is triggered. The values of the season table are returned via export parameter SEASON_TABVAL. The date containing the discrepancy can be be determined by the calling program, by comparing parameter SEASON_DAT with SEASON_TABVAL. * The optional parameter previous_season can be used to transfer theprevious season. In this case, a check is made to ensure that thegroup indicators for the old and new season are the same in theseason ID. If they differ, a warning appears.
|