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

How to avoid Unicode errors in SAP custom code queries.

0 Likes
512

Currently we are going for a non Unicode technical upgrade from 4.6C to ECC 6.0.

We have many query infosets with custom ABAP code. Unable to execute these queries (infosets) as ECC 6.0 system is throwing short dump and query infoset editor throwing Unicode syntax errors . Anyway to avoid these Unicode errors by changing query or infoset system setting.

We will proceed with infosets ABAP code Unicode remediation if the above is not feasible.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
433

If the infosets are with custome abap code let the UCCHECK be happen on these programs in ecc6 ..

In tcode UCCHECK the code which needs to be replaced for the custom programs will be provided for the abap developers . All programs in ecc6 should be ucc compliant . I hope this will happen with the abap upgrade by enabling ecc6 .

they will enable ecc check and do the code modification for moving out the obselete statements in ecc6 which were ok for 4.6c then .

Dont worry about the dumps as this will not take much time on a single program once the UCC is over ..

Br,

vijay.

Read only

0 Likes
433

Thanks for your response.

Is there any way to uncheck Unicode syntax check instead of correcting Query infoset code during UCC check. We have many infosets contain custom code.

In 'Z' programs we can uncheck the the Unicode checks in the program attribute section. Query generated programs are not starting with customer namespace and not possible to uncheck UCC check.