Serial Numbers In Sap
The numbers assigned from this number range are not the serial numbers but reserved keys that stand for the combination of material number and serial number and the equipment number that may possibly be assigned.
I'm trying to figure out how to perform the task in object.I want to get serial numbers from range A (internal) when i perform GR (101, 501) in storage location X. After quality checks, materials are transfered to storage location B via 311. After the 311 movement i want to change serials and get the new ones from another range (external)
I already defined ranges and i'm already posting GR with serials from range A. I have to figure out how to tell to SAP to get serials from the second range after posting the 311.
Entering Serial Numbers In Sap
Thank you very much for your advice
1 Answer
Serial numbers are assigned in popup dialog during goods movement if they are mandatory, otherwise you should go to special dialog Goto->Serial Number. Assignment of external numbers could be done in this way:
Serial Numbers In Sap Pp
- Go to SPRO->SAP Customizing Implementation Guide->Plant Maintenance and Customer Service->Master Data in Plant Maintenance and Customer Service->Technical Objects->Serial Number Management and define profile with
MMSL
procedure or use existing one - Assign some equipment category (or create your custom one in OIET transaction) to your Serial Number profile
- Go to SPRO->SAP Customizing Implementation Guide->Plant Maintenance and Customer Service->Master Data in Plant Maintenance and Customer Service->Technical Objects->Equipment->Equipment Categories->Define Number Ranges and assign your previously created number range to your equipment category
- [optional] Also you can go to
S_ALR_87000304
tcode and assign default equipment category which will be used for serial number assignment if system cannot find equipment category from the profile.