Hi,
We are making the code unicode compatible,
we re facing a problem in the
<b>Write <Source> to <Destination> statement</b>
as shown below
WRITE SATZ-SOFE_ERSF TO SATZ-SOFE_ERSF CURRENCY P0008-WAERS
the unicode error is, the destination field must be of type Charracter.
If we use a temporary variable of type char, then we must convert this character variable back to the type P and assign it to the actual variable.
How do we achieve this.
Thanks,
Chetana