Skip to Content
0
Former Member
Feb 24, 2009 at 12:11 PM

Move field to a structure in a unicode compatible system.

1203 Views

Hi All,

Thank you for viewing this thread. I am working in an upgrade project. (upgrade from 4.6c to ECC 6.0 version)

As a part of it, In a custom function module , I am getting the below error.

"LS_BAPIMVKE" and "LS_BAPIMTCS-DATA" are not mutually convertible in a Unicode program.

The corresponding statement to which the error occurs in the function module is "MOVE ls_bapimtcs-data TO ls_bapimvke".

Here the ls_bapimtcs and ls_bapimvke are work areas of the structures with fields 12 and 59 respectively.

and ls_bapimtcs-data is of type char 4000 length. ls_bapimvke doesnt have such type of field.

Kindly suggest a solution for the successful activation of the function module.

Thanks.