cancel
Showing results for 
Search instead for 
Did you mean: 

Serial Number from Inspection Lot

Former Member
0 Kudos

Hi,

I need to know the serial number from the Inspection Lot. Meaning I need to know the table name and logic where I will give my Inspection Lot as input and then I should get the serial number as the output.

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

ankit_asnani
Explorer
0 Kudos

Put Inspection lot no. in SER04, fetch ObjList. Put ObjList in OBJK, fetch Serial Number. Hope this helps.

Former Member
0 Kudos

You can check bapi BAPI_INSPLOT_GETDETAIL

Former Member
0 Kudos

Try QAES table

Former Member
0 Kudos

Table QAES is empty.

Regards

Former Member
0 Kudos

try using MB_SERIAL_PREPARE funtional module

Former Member
0 Kudos

Dear All,

Thanks for your answers.

Since our product size is very large user changed the requirement. Now we need to give the Material and Serial Number as input and get the Inspection Lot (Origin 4) as output. I was able to do this from tables OBJK and SER04 (Field name OBKNR).

Thanks and Regards.

Edited by: Vineet Malhan on Feb 14, 2011 10:21 AM