MOD Lead Time Calculation:
The current lead time calculation program SYSS9015.1 cannot be used as is by the new site because we need to use SHOP. variables instead of item descriptions and custom part numbers.
Copy BP SYSS9015.1 to WEB.MOD.LEADTIME and make the following changes to the new version:
- Remove standard INCLUDES and insert the following:
- BP.INCLUDES LAD.COMMON
- BP.INCLUDES LAD.FUNCTIONS
- BP.INCLUDES LAD.SHOP.TOP
- Cleanup PARAM – remove un-needed:
- Custom Part (PARAM<1>) is no longer needed. Remove "NS" logic that is using this variable as it isn't needed.
- Item Desc (PARAM<3>) – we won't have this data at this point on the new site. We have to use SHOP. variables instead. You can use SHOP.OPACITY = "Opaque" or "Tint" or "Color" for the OPAQ/TINT/COLOR test and SHOP.SPECAS = 'AmineFree Pink' in place of the AFPAS test.
- You can remove all of the PRJ comment lines and any commented lines of code
- Remove all SB-specific logic like GO 9999 or RTN.FLAG – replace with RETURN
Calculate Packaging Upcharges:
Modify the existing packaging upcharge program BP SOPS9097.3. Since this is only called by the configurator, we can change this program without affecting anything else.
- Comment out (don't delete) all logic for the following upcharges that we won't need on the new site:
- Non-Std #Packages per Pallet
- Pallet Height
- Pallet Weight
- Double Poly Lining (leave Poly Lining alone)