NavigationUser login |
Material Requests disappearingPick tickets reference MRs, but when MR is navigated to they are not in PassPort. The Pick number references an MR, but when you go look at the MR it isn't there. You can't delete MRs so something is wrong. By Anonymous | How is the problem described? | add new comment
I015 panel allows MR deletionI015 allows MR deletion of MRs in CANCEL or INPROG status. This shouldn't be relevant as an MR has to be approved to create a Purchase Requistion. By Anonymous | reply
Things to checkClient should verify that the MRs that appear to be deleted are in sequence with their existing MRs, i.e., the missing MR numbers are holes in the sequence of I010 Material Request numbers. This would confirm that the MR existed at one time. Are MRs being assigned via an Oracle SEQUENCE or the TIDNMBRS table? If Oracle SEQUENCE is in use then the assigning of MR number is probably not the culprit. If the MR existed at one time, check if the MR appears on other business entities like a Purchase Requisition. This might give an indication of when the MR is being deleted. Is EZ MR in use and if so, were the missing MRs created via EZ MR? The reason I'm asking this is because the I010 panel is heavily used and it and its subroutines are unlikely to have a bug as large as the incorrect deletion of MRs. Search baseline PassPort code for deletions from TIDMRMST. Look for custom code and/or jobs that manipulate MRs, especially check tigi010.ccp and tigi015.ccp. Program tigi015c.csm deletes AAAs from tables TIDALARD and TIDALARH while tigmrdtl.csm cancels AAAs. If cancelled AAAs can be found referencing the missing MRs, it would be an indication that tigmrmst.csm and tigmrdtl.csm are being used to do the deletions. I can't think of where baseline PP would do this which would lead me to search for custom code that calls them to do the deletion. select * from tidalarh By Anonymous | reply
|
Material Requests are very core to PassPort
It's doubtful that they are deleted. Has the disappearce been verified at database level (TIDMRMST and TIDMRDTL)?