on 2014 Jan 29 4:58 PM
Hi All,
I have activated serial number management for Production Order, Goods Issue & Goods Receipt
In system, same serial numbers can be use for many materials for all above scenarios
only uniqueness is Material & serial number combination
for e.g Material X - serial numbers - 100,101,102,103
Material Y - serial numbers - 100,101,102,103
I need to configure system as, serial number can't be repeated once used for any material
is it standard SAP Behavior, Please suggest
Request clarification before answering.
Hi Carl
Thanx for Reply, based on clients requirements i need to consider only serial number option & not batches.
for e.g in case of materials with warranty issues. For identifying those materials in future against warranty, i needs to have serial number record of the component.with my present scenario, based on one serial number can't identify specific material.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Pushkar --
I can't find any serial number configuration that allows you to set serialization so a serial number is unique to the client (but who knows, there's a lot of configuration that's well-hidden). I think you're going to need some customization. There is a customer exit that I believe is specific to the serial number data element (GERNR) -- CONVERSION_EXIT_GERNR_INPUT - that already performs a couple of edits on input serial numbers and can be enhanced to perform additional edits.
I suggest you establish an Equipment Category that is devoted to the products you must warranty (you can use the Customer Equipment category or invent a new one) and apply your custom edits only to that Equipment Category. The day may come when you need to capture a material/serial number for some other kind of product or asset and you want to "re-use" the serial number.
I believe this exit comes up regardless of what transaction you use to create the material/serial number. You can verify the serial number hasn't been used and return an error if it already exists.
If you're also looking for functionality that automatically proposes the "next available serial number" then you're going to need even more customization.
What transaction (or transactions) will you be using to define a new serialized item?
Carl
Hi,
If you activate the function in IMG to create an equipment number every time a serial number is generated, that number is unique.
You can checkout my reply in the below thread.
You can see the equipment in SerData tab in IQ02, then then use that unique equipment number in IE02 to use it for warranty purposes.
Pushkar --
Jeevan makes a good point. If you create Material/serno ABC 1001 and DEF 1001 you are re-using the serial number 1001, but there will be two equipment masters with different equipment master numbers. Can you use the unique equipment master number to support your warranty requirements?
Carl
Table MASE stores the last used serial number, automatically generated, per material, which means serial numbers are per material.
If you are still wanting to use one number range for the entire materials, you'd have to implement customer exits explained in the following note.
92970 - Technical object: Exits to check or change data
However you need to understand that you need material number in conjunction with serial number to pull up it's data or you need to create your own special ABAP report.
User | Count |
---|---|
96 | |
39 | |
7 | |
5 | |
5 | |
3 | |
3 | |
3 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.