Application Development 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: 

How to make History option ON in CRM

Former Member
0 Kudos
181

Hi experts,

In our system SAP CRM history is off. Please let me know how to make the history option 'ON' and the last accessed data will be saved into History table.

3 REPLIES 3

Sm1tje
Active Contributor
0 Kudos
112

On your SAP Gui screen, right at the top on the right there is an icon which looks like a monitor(or is actually a monitor). Click on this and select options. On tab Local data you can select the radiobutton for history.

In addition: On your SAP Logon screen select the correct system and choose 'Change' button. The network connection should should be 'fast' (or better not sLOW).

Edited by: Micky Oestreich on Jun 12, 2009 3:26 PM

Former Member
0 Kudos
112

But that is for local history. I am saying about SGOS_OBJECT_ADD_TO_HISTORY function module which is saving the last accessed data. But here it is checking for the variable global_hist_off as it is initial or not. If it is initial then only it will save the data into history table. How to make this global variable value as initial?

Former Member
0 Kudos
112

I have solved this by using tcode sgoshi.