‎2009 Jul 24 3:57 PM
Hi All,
Scenario :
We have text object in XK02 transaction. at the time of save in user exit i want to check the changes occured in the text of that text object. can you please suggest how to get value of text object before saving. bcoz using FM READ_TEXT i am getting the newer value of text object, but i want to get old value (before change).
Please suggest your thought.
Thanks and Regards,
Sahir Vhora
‎2009 Jul 24 4:19 PM
Hi,
Hold your Read_text returned value in another variable before the change. And you can use the value at the time of saving.
Regards,
Satish
‎2009 Jul 24 5:27 PM
put the read_text FM bfr saving the text....then i think u should get teh old values
‎2009 Jul 24 5:28 PM
sahir,
check the triggering point of your user exit.
make sure to use a exit/BADI which triggers right after you press 'SAVE'
thank you.