cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Revision level in inspection lot for EWM managed Storage Location

marc_schreiber
Discoverer
767

tempsnip-1.pngtempsnip2.pngHello

We are running SAP S/4 HANA 2020 FSP01.and embedded EWM

When creating and inspection for a GR of a material managed with revision level, the revision level is NOT transferred to the inspection lot.

The inspection lot does not have the revision level

It works if the Storage location is NOT EWM managed.

Any help will be welcome

Regards

Marc Schreiber

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

SAP IM Stock Management does not take revision level into consideration.
The same happens with EWM.
QIE inspection lot is created via FM QPLEXT_INSPECTION_LOT_CREATE which then calls FM QPL1_INSPECTION_LOT_CREATE.

We have solved this issue by making use of implicit enhancement point at the start of FM QPL1_INSPECTION_LOT_CREATE.

First we check if lot origin is 17
Then we check the revision level in the relevant source document (eg: purchase order item EKPO)
The we take over the revision level in QALS-REVLV.

Hope this helps. 

Maninder_Singh1
Discoverer
0 Kudos

@julien_cartallier Hello Julien, thank you for the solution. 

Would you be kind enough to share the logic in more details. Like source code or something.  Thanks again.