2013 May 15 6:58 AM
Hello Guys,
In one of the row of a table, i noticed some junk characters are added to the field ( Material Group ), the data element of the field is MATKL, data type is CHAR and length is 9. can any please let me know why this junk values are added, if you want any info please let me know
Thanks
Vijaya
2013 May 15 7:11 AM
Hi Vijaya,
This is a custom table, hence i would suggest you to debug and check how are the entries added in this table. Might be the case that these are getting passed from some other table as it is or some conversion error(can't be sure unless we know when it occurs and the logic).
Please let me know if you need more details.
Regards,
DN.
2013 May 15 7:21 AM
Hi,
which tool or program Have you used to populate your custom tables ?
Regards
Ivan
2013 May 15 8:02 AM
Hi,
Looks like a custom table with character field a best scenario to put in a junk value. Do a where used list of then table should be a limited list of programs that use it then check for UPDATE or INSERT statements using this table. You may find the program which does this.
Cheers,
Arindam