‎2006 Dec 06 9:40 AM
hello!
During upgrade to ECC6, an error was found in function group XPAD, in function module EXIT_SAPFP50M_002 when P0002 = INNN there is an error: p0002 and innnn are not mutuality convertible. in unicode programs p0002 must have the same structure layout as innnn.
what should i do?
regards
yifat
‎2006 Dec 08 12:21 PM
Hi Yifat!
You are looking at a user exit. In the customer coding something was done, which is not any longer possible in unicode systems (because internally chars have 2 Bytes).
Just change the coding and define p0002 like PRELP (just as in the FM definition for INNN). Maybe you have to adjust the further coding, when the structure of p0002 has changed.
Regards,
Christian