BOM C3002 Program Low Level Codes

Hal_McGee

Active Member
To All:
We are on World 7.3 Cume 11. We experienced a problem with the C3002
program which sets low level codes. We worked with JDE on this and they
supplied SAR 3682422. We applied this and it sent our ECO module into an
infinite loop under certain conditions. At the end of the day, we unapplied
the SAR and wrote our own program to update low-level codes on the
weekends. Admittedly, we have a very large database, ~ 1,000,000 items and
over ~20,000,000 BOM records shared across about 20+ branch plants.
Unfortunately, we need the low level codes to work during the week and the
standard JDE program is just not getting the job done, it is setting the
code too low or too high, causing MRP and cost rolls etc. to not calculate
properly in some circumstances. Our question is, has any one else applied
this SAR or worked with JDE on this? Everything works after the weekend
updates, but it is quite confusing during the week.
Thanks
Hal McGee
Engineering Data Manager
Group Engineering
Seating Products Group
B/E Aerospace, Inc

CONFIDENTIALITY NOTICE
This message is intended only for the use of the individual(s) or
entity(s) to which it is addressed and may contain information that is
privileged, confidential or otherwise protected from disclosure under law.
If the reader of this message is not the intended recipient or the employee
or agent responsible for delivering the message to the intended recipient,
you are hereby notified that any dissemination, distribution or copying of
this communication is strictly prohibited. If you have received this
communication in error, please notify us by reply e-mail and delete the
original message from your
computer. Thank you.
 
Hal

At one point, I also modified this code to make it only update the low level
code if it is different than what was currently assigned. The vanilla program
updates the record even if the existing low level code is correct! This can
lead to millions of additional I/O's and cause the program to run for hours
on end. By adding one line of code I was able to reduce run time by over 90%.

Jeff Wilson
 
Back
Top