Hi all,
We have an upgrage from 4.5B to ECC6
I have done the modification adjustment in SPAU for SAPMV45A.
and i checked in uccheck there are unicode errors reported in uccheck.
but in se38 it says stmt not accessible though it works fine in 4.5b it gives error in ecc6.
can anyone give me some suggestions.
the code is
LOOP AT XVBBS WHERE MBDAT EQ TEXT-ZN0.
DELETE XVBBS.
ENDLOOP.
LOOP AT YVBBS WHERE MBDAT EQ TEXT-ZN0.
DELETE YVBBS.
ENDLOOP.
and
the error is at loop
Include ZSDTS102
Statement is not accessible.