Entering content frame

SAP Textedit Locate the document in its SAP Library structure

Use

You can use the SAP Textedit control to implement an editor for entering and working with text. It can be used as a simple multi-line editor and as an editor for ABAP code. It provides temporary additions that allow you to change the display (for example, to highlight text). Temporary in this sense means that the additions are set and managed at the frontend, but not passed back to the controller. The textedit control does not allow you to set permanent format information or use graphics.

Features

The SAP Textedit has three parts:

The application toolbar and status bar display is optional.

SAP Textedit

This graphic is explained in the accompanying text

The control provides the following functions:

The control wrapper is implemented in the global class CL_GUI_TEXTEDIT in development class SAPTEXTEDIT.

This graphic is explained in the accompanying text The development class SAPTEXTEDIT contains example and test programs.

 

Leaving content frame