Address Book Description Compressed.

KENNEY

Well Known Member
Can anyone verify this, I came accross an issue where the address book name search was not picking up what appeared to be 2 addresses with the same supplier name. It turned out that they had seperated the name on one with a comma, Upon viewing the F0101 table I could see that the field ABDC "DESCRIPTION COMPRESSED" had the comma embedded in it.

If I look at the DD glossary it states that all space, commas dashes, slashes and other special charactes should be removed.

Can anyone confirm whether this assumption is correct. Do we have a bug in our code.
 
Hi,

Probably a bug in your code base, have you searched for SAR's on your release?

I've checked it on our release and our comma's are removed in the ABDC field as expected.

Can you duplicate the issue on your end? If you cannot replicate it, it might be directly imported/modified in the database table...

Hope this helps.
 
I found the problem, There was a UDC H95 SC that has the special characters to be stripped, ours was missing the comma
 
Back
Top