DPLS - SCV - Import Demand Valid Combinations (ALL)

The "DPLS - SCV - Import Demand Valid Combinations (ALL)" interface service now considers the use_in_planning_flag from SCV. This is an additional change to the version 19.7 and aligns the field use with other valid combination interface services.

The use_in_planning_flag is referenced from these core table views:

  • SC_V_ITEM_SALES
  • SC_V_ITEM_NPI

The xs_use_in_planning_flag extension field is used if the field is populated prior to the imported core field. If both are null a default value 'Y' is used:

  • isnull(c.xs_use_in_planning_flag, isnull(c.use_in_planning_flag,'Y')) <>'N'

This process allows disabling combinations in the ERP, or through the user-maintained core table extensions, excluding them from the demand planning process. This is the default interface service used for valid combinations based on application variable default values.

Note: 
  • This feature is enabled after appending the demand planning template (dpls.zip) for this version. It is executed as part of the standard demand process where the application variable “Use All tables for Valid Combinations” (dpls_use_all_for_validcombos) = 1. This is the default.
  • Additional role or privilege is not required to access this feature.