Hello:
We just noticed today that in SAP 9.1 PL8 the system changed the way it record values for RIN1.NoInvtryMv. Previously (SAP 9.0) , the system used to record either Y or N but now in 9.1 PL8 it's either Y or NULL. We had to go through all our queries to make sure this change is being counted for. I also noticed that this error occurs only for certain users. I just wonder if we had something wrong configured on our side or you have the same issue as well.
To quickly see if the error exists in your system just run the following query:
SELECT T0.[NoInvtryMv], T1.[DocNum],T1.DocENtry, T1.[VersionNum],T1.Createdate FROM RIN1 T0 INNER JOIN ORIN T1 ON T0.[DocEntry] = T1.[DocEntry]
Thanks,
Dror