‎2008 Apr 11 7:21 AM
Hi all,
I'd run a program to do an insertion into a customized table.
During the run, it popped up a short dump error messages below :
value larger than specified precision allows for this column#TC020 %M
I've search for that column #TCO20 .... and i couldn't find it in my custom table...
Why SAP gave such a hard description on the error found? I can't determine which field/column in my table that is causing the error dump during INSERT event in my program.
Is there any explanation on that message that could help me?
Thanks
William Wilstroth
‎2008 Apr 11 7:28 AM
Hi,
Better u seee again where u r getting error i the code . still if u r not getting see in dump analysys(ST22) and select
no:8 -- which is source code extract where u can get correct error inf.
Plz reply me.
Regards
Durgaprasad.
‎2008 Apr 11 7:28 AM
Hi,
Better u seee again where u r getting error i the code . still if u r not getting see in dump analysys(ST22) and select
no:8 -- which is source code extract where u can get correct error inf.
Plz reply me.
Regards
Durgaprasad.
‎2008 Apr 11 7:34 AM
Hello,
The error is because you may be passing the value to some field which is not compatible with the type.
Check the field types and the value corresponds to the fields.
Regards,
Chaya.
‎2008 May 28 2:48 AM
Thanks for all.
The reason was the data that was passed to the field had a very big value that is longer than the field itself.
My colleague had to go back to the first program that generate the values. It was an Idoc that passed that value. And we did batch by batch to find the out the values.