on 2021 May 26 10:55 AM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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.
User | Count |
---|---|
18 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.