RDT ~ Readiness Batch Types

Sections in this article

Readiness Batch Types

The Readiness Batch Type (RDT) table code is used to define how requirements and subsequent actions of readiness batches based on the particular type. This includes settings for initial pull requirements, forecast adjustments, and holdout expiration methods.

Creating the the RDT Table Code

insert into ***_5DTA.K_TABLCOD (TA_COMP, TA_CODETYP, TA_CODEVAL, TA_CODEDS1, TA_CODEDS2, TA_CODEDS3, TA_CODEDS4, TA_CODEDS5, TA_FLAG1, TA_FLAG2, TA_FLAG3, TA_FLAG4, TA_FLAG5, TA_NUMBER1, TA_NUMBER2, TA_NUMBER3, TA_PROTECT, TA_SEQUENC) VALUES('U', 'RDT', 'P', 'Product Setup', '', '', '', '', 0, 1, 0, 0, 0, 0, 0, 0, 0, 0);

Columns

TA_FLAG1 - Enable table code

  • 0 = Disable
  • 1 = Enable

TA_FLAG2 - Initial pull required

  • 0 = Not required
  • 1 = Required

TA_FLAG3 - Should change forecast

  • 0 = Do not change forecast
  • 1 = Change forecast

TA_FLAG4 - Holdout expiration method

  • 0 = Holdout expires by depletion
  • 1 = Holdout expires by date

TA_NUMBER1 - Holdout days

  • Number of days for holdout expiration if TA_FLAG4 = 1