‎2007 Apr 26 12:16 PM
Hello to all
I am trying to implement a SAP-Script control on a Dynpro (a PA-Infotype) using the class CL_GUI_SAPSCRIPT_EDITOR.
Basically this works pretty smooth but I am facing an odd problem:
How can I determine that the user made changes to the text and I therefor need to save the Infotype and the content of the control? I found this suitable looking method IS_MODIFIED of said class which seems to return a boolean value that indicates wether there have been changes made or not.
Sadly though this method always returns false.
Has anybody a clue as to what needs to be done here?
Cheers
Markus
‎2008 Jul 04 4:56 PM
I think, one should flush the changes before requesting the modification status.