‎2009 Oct 22 12:47 AM
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
‎2009 Oct 22 7:13 AM
Instead of using Move statement, Move-corresponding can be used.
‎2009 Oct 22 7:40 AM
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.