Skip to Content
0
Former Member
Oct 06, 2008 at 05:59 AM

unicode -- TYPE X VALUE '0020'.

411 Views

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???????