Dear All
Firstly, I hearltly thank you for uour guidance for resolving Rexiept QTYs do not match IV QTYs in Inventory Validation report.
My second problem- this transaction has been marked for posting is still unresolved. However i have followed the following guidance as provided by your goodself . When i enter affected assembly batch number which are in transaction entry window in the BACHNUMB=XXX palce in the follwing script and execute querry then sql give me result that now rows affected.
Therefore i request you to kindly provide me solution to second problem.
I will be grateful for your prompt response.
Regards
MIK
As for the second issue, check MKDTOPST and BCHSTTUS fields on SY00500, in case they were not equal to (zero), you need to correct them by running the following script.
UPDATE SY00500 SET MKDTOPST=0, BCHSTTUS=0 where BACHNUMB='XXX'
Before running the script, please check the following tables;
- DYNAMICS..SY00800
- DYNAMICS..SY00801
- DYNAMICS..ACTIVITY
- TEMPDB..DEX_LOCK
*This post is locked for comments