Start of Content Area

Function documentationSET_READONLY_MODE  Locate the document in its SAP Library structure

Use

Use this method to switch between read mode and input mode in the textedit control.

You can tell the difference between the two modes from the background colors. The colors are taken from the general SAPgui settings.

Windows

HTML

Java

ü

ü

ü

Features

call method textedit- >set_readonly_mode

  exporting
    read_only = read_only

  exceptions
    error_cntl_call_method = 1
    invalid_parameter = 2.

Parameters

Description

Possible values

read_only

Input mode for the SAP Textedit

true
Input not possible (default value)

false
Input possible