Dear Experts,
Am using the Change Document FM 'CHANGEDOCUMENT_READ' to fetch the changed fields in my application.
The table is of structure CDRED and has F_OLD and F_NEW.
I have to output only fields where the new value has changed from the Old value.
Since both are of CHAR 254, for example, the amount field value is stored as 0.00 in the F_OLD and there is no value
in the F_NEW generated by the FM.
when i compare IF F_OLD ne F_NEW, still the record ouputs because F_OLD has 0.00 and F_NEW spaces.
Also this is the issue with date values.
MAJOR concern is the FM is outputting all record fields whose contents have not changed.
I request if anyone can throw some light on this.
Regards,
Sampath
Edited by: SampathKumarPilla on Nov 26, 2009 5:46 PM