‎2010 Jun 15 3:08 PM
Hello Guys,
I'm running code inspector and in Syntax check/Generation and subdivision suspect conversions, am getting an error called "Truncation in the Conversion from ABAP type 'C'(length 64 ->20).
While I understand what the error is about...i don't want to modify the code. Is there any workaround like putiing some "EC Check" at the end of the line so as to hide that error.
Thanks a lot.
Karthikeyan
‎2010 Jun 18 8:25 AM
Hello Karthikeyan,
please put at the end of your line #EC NEEDED . Then code inspector will ignore that line.
Best Regards,
Jerry
‎2010 Jun 18 10:16 AM
Hi Jerry,
Thanks for the reply. But its not working. I even tried #EC * which supposedly can suppress any error. Please let me know of any other solutions.
best regards,
karthikeyan
‎2010 Jun 18 8:33 AM
If the error can be hidden, the pseudo comment would be provided in the Code Inspector screen only.
Click the documentation button (the blue "i" button) & see if there are any pseudo comments to hide the error.
BR,
Suhas
‎2010 Jun 18 10:18 AM
Thanks Suhas for the reply. There isn't any documentation available.
best regards,
Karhtikeyan