Application Development 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: 

Runtime Error in VL01N after upgrade from 4.6c to ECC 6.0

harri_kishan
Participant
0 Kudos

hi,

We are doing a upgrade project from 4.6c to ECC 6.0 and when we are running the VL01n tcode and as soon as we hit enter in easy access screen its throwing a runtime error as " The key of internal table "XLIPS" contains components of type 'X' or "XSTRING". The "READ TABLE XLIPS" statement is not permitted for such tables in a unicode context'. The xlips is declared as:

DATA: BEGIN OF XLIPS OCCURS 15.

INCLUDE STRUCTURE LIPSVB.

DATA: END OF XLIPS.

so i have checked the lipsvb structure in that i dont find the key fields of type X or XSTRING all are of type CHAR 4. this LIPSVB is the Reference structure for XLIPS and YLIPS.

THANKS IN ADVANCE.

2 REPLIES 2

Former Member
0 Kudos

Please see the Patch level of the SD, FI ,etc...

and apply it the basis should find it out .... for ECC6.0 then minimum level of patches should be upgraded.

please ,login to help.sap.com ... there in the search see the document of the pateches for the ECC6.0 for SD & FI ... like wise for all Modules ....

Reward points if it is usefulll ...

Girish

0 Kudos

Thanks