Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error in pbas0001

Former Member
0 Likes
310

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

1 REPLY 1
Read only

christian_wohlfahrt
Active Contributor
0 Likes
276

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