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

PBS - Unicode Issue.

Former Member
0 Likes
442

Hi ,

We are doing Upgrade from 4.7 to ECC 6.0 . We installed the PBS add ons. We got an issue in the implementation of these Add ons. In the Move statement it is showing an error.

The statement is

MOVE PBS_CONFIG_TAB - FELD PBS_IBIN.

The issue we got is "PBS_IBIN" and "PBS_CONFIG_TAB - FELD are not mutually convertible in Unicode systems.

Can any one give some suggestions in this please.

Regards

Swarnashree

2 REPLIES 2
Read only

Former Member
0 Likes
409

Instead of using Move statement, Move-corresponding can be used.

Read only

Former Member
0 Likes
409

Hi,

This error will come if both the structures ( or data elements) are not same in Unicode environment....so try to use same structure ...

other wise use Move-corresponding....

Regards,

Pydi Reddy.