Hi all sap gurus,
I am getting one problem in upgradation project.
DATA: BEGIN OF pE_CONTROL,
PRINT(1),
CLASE_PRINT(1),
PASE(1) VALUE 'X',
JERAR(1),
TITLES(1) VALUE ' ',
LENG TYPE I VALUE 255,
SEPAR(1),
KTOPL LIKE T001-KTOPL,
index LIKE SY-TABIX,
open(1),
clear(1),
ACO(1),
CLASE(3),
table(30),
field(51),
DATa(520),
TEXTO(1),
ND_change(1),
END OF pE_CONTROL.
DATA: BEGIN OF GT_BUKRS OCCURS 0,
BUKRS LIKE T001-BUKRS,
IMP_VI LIKE BSID-WRBTR,
IMP LIKE BSID-WRBTR,
dollar like bsid-dmbe2,
pesos like bsid-dmbtr,
END OF GT_BUKRS.
gt_bukrs = pe_control-data.
In 4.6c they are using this logic there it is working fine.
whereas in ecc6.0 it showing an error that
ge_bukrs and pe_control-data are not convertable in unicode.
at runtime it is showing the ##### symbols and data moving into fields of structure gt_bukrs is correct in non-unicode system.
what can i do for this in ecc6.0.
please help me in this regard.
points will be rewarded. <= not allowed!!
thanks and regards,
Ravi shankar reddy s
Edited by: Julius Bussche on Jul 15, 2008 1:23 PM