Hello,
A similar question has been written in the post below. But I had to create a new post because the post is closed.
Question 1
For example;
* Material with serial number TT01012005 was sold to customer C123456 on 2005/01/01.
* On 2008/01/01, customer C123456 sold material with serial number TT01012005 to company X.
* Company X called me as the manufacturer of the material it purchased; It asked if I could create/create a technical service service.
I did not make the sale to Company X. C123456 company made the sale. How do I change customer ownership of object serial number TT01012005?
Question 2
I can't change the part catalog description because there are serial materials waiting to create serial objects. Is there an option for that?
What is the purpose of this control!?
Equipment_Serial_API:
serial_state_ := PART_SERIAL_CATALOG_API.Get_Objstate(newrec_.part_no, newrec_.mch_serial_no);
IF (NOT serial_state_ IN ('InFacility', 'InRepairWorkshop', 'Contained', 'InInventory')) THEN
Error_SYS.Appl_General(lu_name_, 'OBJNOSERIALSTATE: Financial Object No (:P1) can not be change because Serial Status is not in "In Facility", "Contained", "In RepairWorkshop" or "In Inventory".', newrec_.object_no);
END IF;
Thank you!
Regards,
Barış