cancel
Showing results for 
Search instead for 
Did you mean: 

How to see serial numbers which have been sold

gaurav_jain27
Participant
0 Kudos

Hi,

I want to see serial numbers which has been sold.

How to see that.

Regards

Gaurav Jain

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Gaurav,

You are not provided with that option In IQ02 you can enter the material and if you execute you can see list of serial nos generated plant/storage location wise.

You can seek Abaper's help

Regards

Sathya

Former Member
0 Kudos

Hi there,

There is no standrd table that will display all the serial num that are sold in a given time.

You can write an ABAP query / report for this. In the report, you can code in such a way that if you give the validity dates, it should give all the deliveries that are created within that period & serial num of serialized products in those deliveries. This is because serial num are assigned only of the item that is serialized. Non-serialized items willnot have serial num.

For this, you will have to 1st extract all the entries in LIKP for a specific sales org / plant / shipping point within that period. Then you will have to extract LIPS values of those deliveries. Then you will have to pick up only serialized items from the list.

Ask you ABAPer to check if it is possible to develop this kind of a query / report.

Regards,

Sivanand