When building a package output shipping request using the panels, Endevor presents a selection list of destinations so the user may choose where to ship the package (panel C1SPD10D)
Depending on the case, the list may show all the shipping destinations defined in the package dataset or only a subset of them.
Why does it happen?
The behavior depends on the outputs produced by the package being shipped and on whether optional feature SHIP_DEST_LIST_MAP_RULE_ONLY is enabled in the optional features table
By default, the list shows all the destinations defined in the package dataset. However, when optional feature SHIP_DEST_LIST_MAP_RULE_ONLY is enabled in the ENCOPTBL table, the list is filtered so that only those destinations having mapping rules that match some of the package output datasets are included in the list.
The reason for this behavior is in the way package shipping and this option work.
When the option is enabled, panel C1SPD10D filters the choice of destinations to prevent the user from selecting a destination that would produce a 'null shipping' (a shipping that doesn't ship anything) which, at the very least, would cause confusion.
You can 'see' the setting of SHIP_DEST_LIST_MAP_RULE_ONLY by taking an options report as follows:
For example:
1 Endevor Version 19.0.00 Copyright (C) 2022 Broadcom. All Rights Reserved. 03FEB26 07:14:26 PAGE 9
Endevor Site Options Settings
Optional Features Table - OPTMF20 CREATED: 01/23/25 - 12.25
---------- Enabled Options ----------------- ---------- Options Not Enabled ---------
ALLOW_NON_PKG_ACTIONS 0010 ACM_USE_ELEMENT_NAME
.....
SHIP_DEST_LIST_MAP_RULE_ONLY
In this example, the option is not enabled