there was an unicode issue in the following translate statement on ecc 6.0 upgrade...
DATA: NULL_SPACE(2) TYPE X VALUE '0020'.
.
.
.
.
TRANSLATE BDCDATA-FVAL USING NULL_SPACE.
the bdcdata-fval is a character field.........
on testing we found the lower version does not replace any values,
can anyone tell me at what conditions this statement will work???????