Hi Experts,
Am stuck with a weird problem. I had used the concept of Context Change Log within my WDA Component to keep track of the fields changed by the user & it was working perfectly fine until today. It has now all of the sudden stopped keeping track of all the context changes. I am very much calling the ENABLE_CONTEXT_CHANGE_LOG( ) method in my WDDOINIT & then calling the GET_CONTEXT_CHANGE_LOG( ) method within my WDDOBEFOREACTION method. [I did now try check it within the WDDOAFTERACTION as well but it isn't functioning even over there either.] Is there any other setting which might stop/hinder the performance of the context change log? I went through the documentation on help.sap.com but there wasn't anything of that sort mentioned in there.
The context & code within the components methods continues to remain the same as when it was working earlier.
I am not disabling/de-activating the mechanism by calling DISABLE_CONTEXT_CHANGE_LOG( )/ RESET_CONTEXT_CHANGE_LOG( ) anywhere
Also I am only trying to capture the changes made by the user manually. (i.e., no dynamic programming changes.)
Any inputs would be greatly appreciated.
Regards,
Uday
[personal info removed by moderator]