‎2007 Jul 18 5:14 PM
I am using this FM to verify changes in the entry sheet.
if there are changes occured then i have to move the f_old and f_new values to my internal table values. else f_old value...
But i see that f_old and f_new are both blank. How can i fix this...
‎2007 Jul 18 5:28 PM
Just a thought, but it may be a change at the record lael, rather than the field level, such as an insert or delete?
‎2007 Jul 18 5:39 PM
‎2007 Jul 18 6:38 PM
I am able to use the FM properly, the object class is "ENTRYSHEET" and the object id is 'LBLNI"(Entry Sheet Number)...if there are any changes then i have to capture f_old and f_new and assign to my itab..else.. assign f_old to my itab....I see that call to FM was successful ..however F_OLD and F_NEW were blank...
Help me in solving this problem......
‎2007 Jul 18 7:38 PM
i am not sure about the ENTRYSHEET object class. typically, the OBJECTID is the key field of the object, not a field name. You would typically use the CDHDR table (or a FM) to get a list of ENTRYSHEET changes, then put each one throught he READ FM, and LBLNI would be a field name from a table, not an object id.
‎2007 Jul 18 8:02 PM
I understood how to move new and old values.
however my source field is of char type 254 in length
the destination field is curr type 11 in length...
and i am getting short dump when moving the source field to destination field.