Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Help : Regarding text object

Former Member
0 Likes
470

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

3 REPLIES 3
Read only

Former Member
0 Likes
441

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

Read only

kanishakgupta1
Contributor
0 Likes
441

put the read_text FM bfr saving the text....then i think u should get teh old values

Read only

Former Member
0 Likes
441

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.