Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Overwrite Serial number

Former Member
0 Likes
1,184

hi

I have already created the serial number for a material in the technical settings of VA02 using SERNR_ADD_TO_AU followed up by SERIAL_LISTE_POST_AU.

Now I see them correctly updated in Technical Objects of Material in VA02.

Now the user wants me to overwrite the existing Serial number with a new one instead of adding one more serial number.

can you please guide me how to overwrite or how to delete the previous serial number.

Is there any table where I need to delete this entry.

Points for all helpful answers

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
936

Hi,

Please try FM SERNR_DEL_FROM_AU to delete previous serial number then FM SERNR_ADD_TO_AU to insert new one.

Regards,

Ferry Lianto

3 REPLIES 3
Read only

ferry_lianto
Active Contributor
0 Likes
937

Hi,

Please try FM SERNR_DEL_FROM_AU to delete previous serial number then FM SERNR_ADD_TO_AU to insert new one.

Regards,

Ferry Lianto

Read only

0 Likes
936

Hi Ferry

That almost solves my problem, can you please tell me the table where Sales Order number, Material Number and Reel Number get saved.

I have to read the old Reel Number based on this and then I should be using the FM which you have specified

Read only

ferry_lianto
Active Contributor
0 Likes
936

Hi,

Please check table SER02 and OBJK.

Regards,

Ferry Lianto