Start of Content Area

Function documentationSET_TEXTMODIFIED_STATUS  Locate the document in its SAP Library structure

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.

NoteIf you get text using the methods GET_TEXT_AS_R3TABLE and GET_TEXT_AS_STREAM, the changed status is not reset.

NoteThis 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