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

Serial Numbers

Former Member
0 Likes
556

Hi All,

I would like to know the table where serial numbers are stored in WM. i am dealing with tx. ls33 and for handling unit there are serial numbers available and need to find out in which table the data is being stored.

Rgds,

Ram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
394

Hi Ram;

The screen-shots don't work on this website (for me, at least) but it shows exactly what tables need to be accessed and how they are tied together!

http://www.sapgenie.com/sapfunc/serialnumbers.htm

Cheers,

John

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
394

First, go into the transaction and do F1 help on the serial number field. Does it give you a transparent table field or a structure field. If transparant table, then most likely that is where you will find your serial number. Another option is to do a SQL trace while running the transaction, this will give you an idea of what tables are being accessed during runtime.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
395

Hi Ram;

The screen-shots don't work on this website (for me, at least) but it shows exactly what tables need to be accessed and how they are tied together!

http://www.sapgenie.com/sapfunc/serialnumbers.htm

Cheers,

John