‎2010 Mar 06 1:44 AM
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.
‎2010 Mar 06 1:59 AM
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.
‎2010 Mar 06 11:16 AM
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.