Skip to Content
0
Former Member
Sep 04, 2006 at 12:26 PM

Write <Source> to <Destination> statement

38 Views

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