Use
Use this method to set the changed status of the text. The method
GET_TEXTMODIFIED_STATUS returns the current changed status of a text.
If you get text using the methods
This method is useful if you want to ignore changes to a text. For example, if you receive text from the control and want to store it permanently in the database, you can set it to unchanged without having to specify any parameters.
Features
call method textedit- >set_textmodified_status
exporting
status = status
exceptions
error_cntl_call_method = 1.
Parameters |
Description |
Possible values |
status |
Changed status |
false Text not changed (default value) true Text changed |