Hierarchy
⤷ BC-FES-CTL (Application Component) SAP GUI for Windows Controls
⤷ SAPTEXTEDIT (Package) Development class for text edit control
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GUI_CONTROL | Proxy Class for Control in GUI | 00000000 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DRAGDROP | Drag and Drop Interface for Controls | 19990209 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GCM_TEXTEDIT | CM: Long text control | 20001009 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_LTE_EDITOR | IS-H*MED: Long Text Element with Text Modules | 20010618 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_SOTR_TEXTEDIT | Edit Control for the OTR | 20000921 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_UMG_CONDITION_EDITOR | Condition Editor | 20040325 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_WDY_WB_TEXTEDITOR | Preliminary: Editor for ABAP WebDynpro Texts | 20041025 |
Properties
Class | CL_GUI_TEXTEDIT | |
Short Description | SAP TextEdit Control | |
Super Class | CL_GUI_CONTROL | Proxy Class for Control in GUI |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SAPTEXTEDIT | Development class for text edit control |
Created | 19981126 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CNDD | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | CNDP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | CNTL | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | OLE2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
5 | SFES | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
6 | TXTED | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_DRAGDROP | Drag and Drop Interface for Controls | 19990209 |
Friends
Class CL_GUI_TEXTEDIT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ABAP_COMMENTLINE_IDENTIFIER | Constant | Public | Type reference (TYPE) | TXTED_STRING | '*' | to initialize default value for set_comments_string | 19981126 | |
2 | BOOL_INITIAL | Constant | Public | Type reference (TYPE) | I | -1 | to initialize boolean like parameters for controls | 19981126 | |
3 | DROPFILE_EVENT_MULTIPLE | Constant | Public | Type reference (TYPE) | I | 2 | get event on drop of files - no autamotic insert of text | 19981126 | |
4 | DROPFILE_EVENT_OFF | Constant | Public | Type reference (TYPE) | I | 0 | no event on file drop wanted, file text replaces whole text | 19981126 | |
5 | DROPFILE_EVENT_SINGLE | Constant | Public | Type reference (TYPE) | I | 1 | get event on drop of single file only - no autamotic insert | 19981126 | |
6 | EVENTS_TO_REGISTER | Instance attribute | Protected | Type reference (TYPE) | CNTL_SIMPLE_EVENTS | EVENTS TO REGISTER | 19981130 | ||
7 | EVENT_CONTEXT_MENU | Constant | Public | Type reference (TYPE) | I | 5 | event id for context menu | 19981217 | |
8 | EVENT_CONTEXT_MENU_SELECTED | Constant | Public | Type reference (TYPE) | I | 6 | event id for item selected on context menu | 19981217 | |
9 | EVENT_DOUBLE_CLICK | Constant | Public | Type reference (TYPE) | I | -601 | event id for double-click | 19990129 | |
10 | EVENT_F1 | Constant | Public | Type reference (TYPE) | I | 3 | event id for F1 key pressed | 19981126 | |
11 | EVENT_F4 | Constant | Public | Type reference (TYPE) | I | 4 | event id for F4 key pressed | 19981126 | |
12 | EVENT_MULTIPLEFILESDROPPED | Constant | Public | Type reference (TYPE) | I | 2 | event id for multiple files dropped | 19981126 | |
13 | EVENT_SINGLEFILEDROPPED | Constant | Public | Type reference (TYPE) | I | 1 | event id for single file dropped | 19981126 | |
14 | FALSE | Constant | Public | Type reference (TYPE) | I | 0 | boolean like value 'FALSE' to handle properties of control | 19981126 | |
15 | IS_CONTROL_CREATED | Instance attribute | Protected | Type reference (TYPE) | I | false | boolean like value: needed in constructor for initialization | 19981126 | |
16 | MIMESUBTYPE | Constant | Protected | Type reference (TYPE) | MY_STRING | 'X-R3ABAP' | mime Subtype | 19981126 | |
17 | MIMETYPE | Constant | Protected | Type reference (TYPE) | MY_STRING | 'APPLICATION' | MIME Type | 19981126 | |
18 | M_AUTOREDRAW_REFCOUNTER | Instance attribute | Public | Type reference (TYPE) | I | 0 | reference counter used within method "auto_redraw" | 19981126 | |
19 | M_AUTO_INDENT | Instance attribute | Public | Type reference (TYPE) | I | false | echos property of control to avoid call to get method | 19981126 | |
20 | M_COMMENTS_STRING | Instance attribute | Public | Type reference (TYPE) | TXTED_STRING | echos property of control to avoid call to get method | 19981126 | ||
21 | M_CONTEXTMENU_VIA_SAPGUI | Instance attribute | Protected | Type reference (TYPE) | I | false | echos property of control to avoid call to get method | 19990203 | |
22 | M_DP_HANDLE | Instance attribute | Protected | Type reference (TYPE) | CNTL_HANDLE | handle to DataProvider, which also is a control | 19981126 | ||
23 | M_ENABLE_EDITING_PROTECTED | Instance attribute | Protected | Type reference (TYPE) | I | false | echos property of control to avoid call to get method | 19990225 | |
24 | M_FILEDROP_MODE | Instance attribute | Public | Type reference (TYPE) | I | DROPFILE_EVENT_OFF | file drop mode | 19981126 | |
25 | M_FONT_FIXED | Instance attribute | Public | Type reference (TYPE) | I | FALSE | echos property of control | 20000215 | |
26 | M_HIGHLIGHT_BREAKPOINTS_MODE | Instance attribute | Public | Type reference (TYPE) | I | false | echos property of control to avoid call to get method | 19981203 | |
27 | M_HIGHLIGHT_COMMENTS_MODE | Instance attribute | Public | Type reference (TYPE) | I | false | echos property of control to avoid call to get method | 19981126 | |
28 | M_LOCAL_CONTEXTMENU_MODE | Instance attribute | Public | Type reference (TYPE) | I | true | echos property of control to avoid call to get method | 19981221 | |
29 | M_NAVIGATE_ON_DBLCLICK | Instance attribute | Public | Type reference (TYPE) | I | false | echos property of control to avoid call to get method | 19990205 | |
30 | M_READONLY_MODE | Instance attribute | Public | Type reference (TYPE) | I | false | echos property of control to avoid call to get method | 19981126 | |
31 | M_SPACES_ON_INDENT | Instance attribute | Public | Type reference (TYPE) | I | 2 | echos property of control for indenting and unindenting | 19981126 | |
32 | M_STATUSBAR_MODE | Instance attribute | Public | Type reference (TYPE) | I | true | echos property of control to avoid call to get method | 19981126 | |
33 | M_STATUS_TEXT | Instance attribute | Public | Type reference (TYPE) | TXTED_STRING | '' | echos property of control to avoid call to get method | 19981126 | |
34 | M_STRINGSTREAM_SUPPORTED | Static Attribute | Protected | Type reference (TYPE) | I | FALSE | Support Stream Data Exchange Using String Properties | 20031110 | |
35 | M_TOOLBAR_MODE | Instance attribute | Public | Type reference (TYPE) | I | true | echos property of control to avoid call to get method | 19981126 | |
36 | M_WORDBREAK_PROCEDURE | Instance attribute | Public | Type reference (TYPE) | I | TEXT_STANDARD | echos property of control to avoid call to get method | 19981126 | |
37 | M_WORDWRAP_MODE | Instance attribute | Public | Type reference (TYPE) | I | WORDWRAP_AT_WINDOWBORDER | echos property of control to avoid call to get method | 19981126 | |
38 | M_WORDWRAP_POSITION | Instance attribute | Public | Type reference (TYPE) | I | echos property of control to avoid call to get method | 19981126 | ||
39 | M_WORDWRAP_TO_LINEBREAK_MODE | Instance attribute | Public | Type reference (TYPE) | I | false | echos property of control to avoid call to get method | 19981126 | |
40 | STRING_LENGTH | Constant | Public | Type reference (TYPE) | I | 256 | for some typed strings needed within the class | 19981126 | |
41 | TEXT_ABAP | Constant | Public | Type reference (TYPE) | I | 1 | echos property of control to avoid call to get method | 19981126 | |
42 | TEXT_STANDARD | Constant | Public | Type reference (TYPE) | I | 0 | echos property of control to avoid call to get method | 19981126 | |
43 | TRUE | Constant | Public | Type reference (TYPE) | I | 1 | Boolean Like Value 'TRUE' to Handle Properties of Control | 19981126 | |
44 | WORDWRAP_AT_FIXED_POSITION | Constant | Public | Type reference (TYPE) | I | 2 | constant for wordwrap mode at fixed position | 19981126 | |
45 | WORDWRAP_AT_WINDOWBORDER | Constant | Public | Type reference (TYPE) | I | 1 | constant for wordwrap mode at window border | 19981126 | |
46 | WORDWRAP_OFF | Constant | Public | Type reference (TYPE) | I | 0 | constant for wordwrap mode off | 19981126 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | AUTO_REDRAW | Instance method | Public | Method | handle redraw behavior by reference counter of control | 19981126 |
2 | CLASS_CONSTRUCTOR | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20031110 |
3 | COMMENT_LINES | Instance method | Public | Method | change a range of lines into comments | 19990209 |
4 | COMMENT_SELECTION | Instance method | Public | Method | change a selected number of lines into comments | 19990209 |
5 | CONSTRUCTOR | Instance method | Public | Constructor | creates and links TextEdit control | 19981126 |
6 | DELETE_TEXT | Instance method | Public | Method | delete the whole text | 19981126 |
7 | DISPLAY_CONTEXT_MENU | Instance method | Protected | Method | display context menu | 19981217 |
8 | EMPTY_UNDO_BUFFER | Instance method | Public | Method | empty undo buffer of control | 19981126 |
9 | FIND_AND_REPLACE | Instance method | Public | Method | find and replace text | 19981126 |
10 | FIND_AND_SELECT_TEXT | Instance method | Public | Method | find and select text | 19981126 |
11 | GET_AUTOINDENT_MODE | Instance method | Protected | Method | get auto indent mode of TextEdit control | 19981126 |
12 | GET_COMMENTS_STRING | Instance method | Protected | Method | get string which indicates the whole line is a comment | 19981126 |
13 | GET_CONTEXTMENU_VIA_SAPGUI | Instance method | Protected | Method | context menu displayed by TextEdit or SAPGUI resources | 19990203 |
14 | GET_ENABLE_EDITING_PROTECTED | Instance method | Protected | Method | get mode for enabling of editing protected Text | 19990225 |
15 | GET_FILEDROP_MODE | Instance method | Protected | Method | get file drop mode of TextEdit control | 19981126 |
16 | GET_FIRST_VISIBLE_LINE | Instance method | Public | Method | get first visible line within TextEdit control | 19981126 |
17 | GET_FONT_FIXED | Instance method | Protected | Method | get fixed font property from control | 20000215 |
18 | GET_HIGHLIGHT_BREAKPOINTS_MODE | Instance method | Protected | Method | get highlight breakpoints mode of TextEdit control | 19981203 |
19 | GET_HIGHLIGHT_COMMENTS_MODE | Instance method | Protected | Method | get highlight comments mode of TextEdit control | 19981126 |
20 | GET_LAST_VISIBLE_LINE | Instance method | Public | Method | get last visible line within TextEdit control | 20000712 |
21 | GET_LINE_COUNT | Instance method | Public | Method | retrieve total numbers of lines displayed by control | 20000712 |
22 | GET_LINE_TEXT | Instance method | Public | Method | get text of one line | 19981126 |
23 | GET_LOCAL_CONTEXTMENU_MODE | Instance method | Protected | Method | get visibility of local context menu of TextEdit control | 19981221 |
24 | GET_NAVIGATE_ON_DBLCLICK | Instance method | Protected | Method | get navigate on doubleclick mode of TextEdit control | 19990205 |
25 | GET_PATH_OF_DROPPED_FILES | Instance method | Public | Method | get paths of dropped files as R/3 table from control | 19981126 |
26 | GET_READONLY_MODE | Instance method | Protected | Method | get read only mode of TextEdit control | 19981126 |
27 | GET_SELECTED_TEXTSTREAM | Instance method | Public | Method | Get Selected Text as String from TextEdit Control | 20031013 |
28 | GET_SELECTED_TEXT_AS_R3TABLE | Instance method | Public | Method | get select text as R/3 table from control | 19981126 |
29 | GET_SELECTED_TEXT_AS_STREAM | Instance method | Public | Method | Get Selected Text as Stream from TextEdit Control | 19981126 |
30 | GET_SELECTION_INDEXES | Instance method | Public | Method | get absolute character indexes of selection | 19981126 |
31 | GET_SELECTION_POS | Instance method | Public | Method | get positions which describe selected text | 19981126 |
32 | GET_SPACES_ON_INDENT | Instance method | Protected | Method | get number of spaces to use for indenting and unindenting | 19981126 |
33 | GET_STATUSBAR_MODE | Instance method | Protected | Method | get status bar visibility mode of TextEdit control | 19981126 |
34 | GET_TEXTMODIFIED_STATUS | Instance method | Public | Method | get modified status of displayed text | 19981126 |
35 | GET_TEXTSTREAM | Instance method | Public | Method | Get Whole Text as String from Control (Incl. " " and " ") | 20031013 |
36 | GET_TEXT_AS_R3TABLE | Instance method | Public | Method | get text as R/3 table from control | 19981126 |
37 | GET_TEXT_AS_STREAM | Instance method | Public | Method | get whole text as stream from control (incl. " " and " ") | 19981126 |
38 | GET_TOOLBAR_MODE | Instance method | Protected | Method | get toolbar visibility mode of TextEdit control | 19981221 |
39 | GET_UNPROTECTED_PARTS_COUNT | Instance method | Public | Method | retrieve total numbers of unprotected text parts | 20010803 |
40 | GET_UNPROTECTED_PART_INDEXES | Instance method | Public | Method | get absolute character indexes of an unprotected text part | 20010803 |
41 | GET_UNPROTECTED_PART_POS | Instance method | Public | Method | get positions of an unprotected text part | 20010803 |
42 | GET_WORDBREAK_PROCEDURE | Instance method | Protected | Method | get word break procedure type of TextEdit control | 19981126 |
43 | GET_WORDWRAP_BEHAVIOR | Instance method | Protected | Method | get wordwrap behavior of TextEdit control | 19981126 |
44 | GO_TO_LINE | Instance method | Public | Method | go to line | 19981126 |
45 | HIGHLIGHT_BREAKPOINT_LINE | Instance method | Public | Method | mark a breakpoint: designed only for ABAP source editor | 19981203 |
46 | HIGHLIGHT_LINES | Instance method | Public | Method | set highlight mode for a range of lines | 19981126 |
47 | HIGHLIGHT_SELECTION | Instance method | Public | Method | set highlight mode for selection | 19981126 |
48 | INDENT_LINES | Instance method | Public | Method | indent a range of lines | 19981126 |
49 | INDENT_SELECTION | Instance method | Public | Method | indent selected text area | 19981126 |
50 | INIT_CACHED_PROPERTIES | Instance method | Protected | Method | init smart proxy behavior: register properties to be cached | 19990510 |
51 | IS_PART_OF_PROTECTED_INDEXES | Instance method | Public | Method | is text part between specified character indexes protected | 20010803 |
52 | IS_PART_OF_PROTECTED_POS | Instance method | Public | Method | is text part between specified line positions protected | 20010803 |
53 | IS_TABLE_STRUCTURED | Static method | Protected | Method | Checks whether a table is structured | 20031112 |
54 | LIMIT_TEXT | Instance method | Protected | Method | to limit number of characters within the TextEdit Control | 19981126 |
55 | MAKE_SELECTION_VISIBLE | Instance method | Public | Method | make selection visible within display window | 19981126 |
56 | MY_SET_REGISTERED_EVENTS | Instance method | Protected | Method | a copy of set_registered events for event registration | 19990203 |
57 | OPEN_LOCAL_FILE | Instance method | Public | Method | open local file | 19981126 |
58 | PROTECT_LINES | Instance method | Public | Method | set protect mode for a range of lines | 19981126 |
59 | PROTECT_SELECTION | Instance method | Public | Method | set protect mode for selection | 19981126 |
60 | REGISTER_DRAGDROP | Instance method | Protected | Method | register at control framework for drag & drop | 19990209 |
61 | REGISTER_EVENT | Instance method | Protected | Method | event registration | 19981126 |
62 | REGISTER_EVENT_CONTEXT_MENU | Instance method | Public | Method | registration for event context menu | 19981217 |
63 | REGISTER_EVENT_DBLCLICK | Instance method | Public | Method | registration for event double-click | 19981126 |
64 | REGISTER_EVENT_F1 | Instance method | Public | Method | registration for event key F1 pressed | 19981126 |
65 | REGISTER_EVENT_F4 | Instance method | Public | Method | registration for event key F4 pressed | 19981126 |
66 | REGISTER_EVENT_FILEDROP | Instance method | Public | Method | registration for event file dropped | 19981126 |
67 | REPLACE_ALL | Instance method | Public | Method | replace all | 19981126 |
68 | RETRIEVE_STRINGSTREAM_SUPPORT | Static method | Protected | Method | Retrieves the Stringstream Support from a Diag Bit | 20031110 |
69 | SAVE_AS_LOCAL_FILE | Instance method | Public | Method | save as local file | 19981126 |
70 | SELECT_LINES | Instance method | Public | Method | select area of lines, not necessarily within visible part | 19981126 |
71 | SET_AUTOINDENT_MODE | Instance method | Public | Method | set auto indent behavior on or off | 19981126 |
72 | SET_COMMENTS_STRING | Instance method | Public | Method | set string which indicates the whole line is a comment | 19981126 |
73 | SET_CONTEXTMENU_VIA_SAPGUI | Instance method | Protected | Method | context menu displayed by TextEdit or SAPGUI resources | 19990203 |
74 | SET_DRAGDROP | Instance method | Public | Method | assign drag drop behavior to TextEdit | 19990209 |
75 | SET_ENABLE_EDITING_PROTECTED | Instance method | Protected | Method | get mode for enabling of editing protected Text | 19990225 |
76 | SET_FILEDROP_MODE | Instance method | Public | Method | set file drop mode of TextEdit control | 19981126 |
77 | SET_FIRST_VISIBLE_LINE | Instance method | Public | Method | get first visible line of TextEdit control | 19981126 |
78 | SET_FONT_FIXED | Instance method | Public | Method | set font type to fixed for all word wrap modes | 20000215 |
79 | SET_HIGHLIGHT_BREAKPOINTS_MODE | Instance method | Public | Method | set highlight breakpoints mode of TextEdit control | 19981203 |
80 | SET_HIGHLIGHT_COMMENTS_MODE | Instance method | Public | Method | set highlight comments mode of TextEdit control | 19981126 |
81 | SET_LAST_VISIBLE_LINE | Instance method | Public | Method | set last visible line of TextEdit control | 20000712 |
82 | SET_LOCAL_CONTEXTMENU_MODE | Instance method | Public | Method | set visibility of local context menu of TextEdit control | 19981221 |
83 | SET_NAVIGATE_ON_DBLCLICK | Instance method | Public | Method | set navigate on double-click mode of TextEdit control | 19990205 |
84 | SET_READONLY_MODE | Instance method | Public | Method | set TextEdit control 'read only' flag true or flase | 19981126 |
85 | SET_SELECTED_TEXTSTREAM | Instance method | Public | Method | Replace Selected Text with String | 20031013 |
86 | SET_SELECTED_TEXT_AS_R3TABLE | Instance method | Public | Method | Replace Selected Text with R/3 Table | 19981126 |
87 | SET_SELECTED_TEXT_AS_STREAM | Instance method | Public | Method | Replace Selected Text with Stream | 19981126 |
88 | SET_SELECTION_INDEXES | Instance method | Public | Method | set selection using character indexes | 19981126 |
89 | SET_SELECTION_POS | Instance method | Public | Method | set text selection within control | 19981126 |
90 | SET_SELECTION_POS_IN_LINE | Instance method | Public | Method | set selection to a certain line and position | 19981126 |
91 | SET_SPACES_ON_INDENT | Instance method | Public | Method | set number of spaces to use for indenting and unindenting | 19981126 |
92 | SET_STATUSBAR_MODE | Instance method | Public | Method | set statusbar visibility of TextEdit control | 19981126 |
93 | SET_STATUS_TEXT | Instance method | Public | Method | set status text in status bar of control | 19981126 |
94 | SET_TEXTELEMENTS | Instance method | Protected | Method | send textelements for the symbols to control | 19981126 |
95 | SET_TEXTMODIFIED_STATUS | Instance method | Public | Method | set text modification status | 19981126 |
96 | SET_TEXTSTREAM | Instance method | Public | Method | Send Text as String to Control (Incl. " " and " ") | 20031013 |
97 | SET_TEXT_AS_R3TABLE | Instance method | Public | Method | send R/3 table to control | 19981126 |
98 | SET_TEXT_AS_STREAM | Instance method | Public | Method | send text as stream to control (incl. " " and " ") | 19981126 |
99 | SET_TOOLBAR_MODE | Instance method | Public | Method | set toolbar visibility of TextEdit control | 19981126 |
100 | SET_TYPE_OF_R3TABLE | Instance method | Protected | Method | set type of table needed for tables retrieving get methods | 19981126 |
101 | SET_WORDBREAK_PROCEDURE | Instance method | Public | Method | set wordbreak procedure | 19981126 |
102 | SET_WORDWRAP_BEHAVIOR | Instance method | Public | Method | set wordwrap behavior of TextEdit control | 19981126 |
103 | TRANSFORM_STRING_TO_TABLE | Static method | Protected | Method | Transforms String Content to Table Rows | 20031112 |
104 | TRANSFORM_TABLE_TO_STRING | Static method | Protected | Method | Transforms Table Content to Single String | 20031112 |
105 | UNCOMMENT_LINES | Instance method | Public | Method | uncomment a range of lines | 19990209 |
106 | UNCOMMENT_SELECTION | Instance method | Public | Method | uncomment a selected number of lines | 19990209 |
107 | UNINDENT_LINES | Instance method | Public | Method | unindent a range of lines | 19981126 |
108 | UNINDENT_SELECTION | Instance method | Public | Method | unindent selected text area | 19981126 |
109 | UNREGISTER_EVENT | Instance method | Protected | Method | event registration | 19981126 |
110 | UPDATE_READONLY_ATTRIBUTES | Instance method | Protected | Method | update read-only attributes | 19981126 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CONTEXT_MENU | Instance Event (0) |
Public (2) |
Context Menu requested (by pressing right mouse) | 19981217 |
2 | CONTEXT_MENU_SELECTED | Instance Event (0) |
Public (2) |
Context Menu item selected | 19981217 |
3 | DBLCLICK | Instance Event (0) |
Public (2) |
double click | 19981126 |
4 | F1 | Instance Event (0) |
Public (2) |
F1 pressed | 19981126 |
5 | F4 | Instance Event (0) |
Public (2) |
F4 pressed | 19981126 |
6 | FILEDROP | Instance Event (0) |
Public (2) |
file(s) dropped depending on drop event mode | 19981126 |
7 | ON_DRAG | Instance Event (0) |
Public (2) |
drop occured | 19990222 |
8 | ON_DROP | Instance Event (0) |
Public (2) |
drop occured | 19990222 |
9 | ON_DROP_COMPLETE | Instance Event (0) |
Public (2) |
complete drag and drop operation, e.g. delete text on move | 19990222 |
10 | ON_GET_FLAVOR | Instance Event (0) |
Public (2) |
determine desired flavor | 19990222 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | MY_STRING | Protected | See coding | MY_STRING | 19981126 | MY_STRING(256) type C
|
|
2 | TEXT_SYMBOLS | Protected | See coding | struct for definition of table to send textelements to contr | 19981126 | BEGIN OF TEXT_SYMBOLS,
* struct for definition of table to send textelements to control
* types like textelements of structure TEXTPOOL
KEY type TEXTPOOL-KEY,
ENTRY type TEXTPOOL-ENTRY,
END OF TEXT_SYMBOLS
|
Method Signatures
Method AUTO_REDRAW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_REDRAW | Call by reference | Type reference (TYPE) | I | TRUE (1): enable redraw; ne 1: disable redraw | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while calling auto redraw method of TextEdit control! | 19981126 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GUI_TEXTEDIT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GUI_TEXTEDIT has no exception.
Method COMMENT_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 | |
2 | Importing | FROM_LINE | Call by reference | Type reference (TYPE) | I | starting line | 19990209 | ||
3 | Importing | TO_LINE | Call by reference | Type reference (TYPE) | I | ending line | 19990209 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while indenting lines. | 19990209 |
Method COMMENT_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while indenting selected text area! | 19990209 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | FILEDROP_MODE | Call by reference | Type reference (TYPE) | I | DROPFILE_EVENT_OFF | event mode to handle drop of files on control | 19981126 | |
2 | Importing | LIFETIME | Value transfer | Type reference (TYPE) | I | for life time management | 19981229 | ||
3 | Importing | MAX_NUMBER_CHARS | Call by reference | Type reference (TYPE) | I | maximum number of characters insertable into editor control | 19981126 | ||
4 | Importing | NAME | Value transfer | Type reference (TYPE) | STRING | name for the control | 20000114 | ||
5 | Importing | PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent-Container | 19981210 | ||
6 | Importing | STYLE | Value transfer | Type reference (TYPE) | I | 0 | control style, if initial a defined value is choosen | 19981126 | |
7 | Importing | WORDWRAP_MODE | Call by reference | Type reference (TYPE) | I | WORDWRAP_AT_WINDOWBORDER | 0: OFF; 1: wrap a window border; 2: wrap at fixed position | 19981126 | |
8 | Importing | WORDWRAP_POSITION | Call by reference | Type reference (TYPE) | I | -1 | position of wordwrap, only makes sense with wordwrap_mode=2 | 19981126 | |
9 | Importing | WORDWRAP_TO_LINEBREAK_MODE | Call by reference | Type reference (TYPE) | I | FALSE | eq 1: change wordwrap to linebreak; 0: preserve wordwraps | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CREATE | Error while performing creation of TextEdit control! | 19981126 | |
2 | ERROR_CNTL_INIT | Error while initializing TextEdit control! | 19981126 | |
3 | ERROR_CNTL_LINK | Error while linking TextEdit control! | 19981126 | |
4 | ERROR_DP_CREATE | Error while creating DataProvider control! | 19981126 | |
5 | GUI_TYPE_NOT_SUPPORTED | This type of GUI is not supported! | 19981126 |
Method DELETE_TEXT Signature
Method DELETE_TEXT on class CL_GUI_TEXTEDIT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting property of TextEdit control! | 19981126 |
Method DISPLAY_CONTEXT_MENU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | MENU | Call by reference | Object reference (TYPE REF TO) | CL_CTMENU | context menu | 19981217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR | Error | 19981217 |
Method EMPTY_UNDO_BUFFER Signature
Method EMPTY_UNDO_BUFFER on class CL_GUI_TEXTEDIT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while deleting undo buffer of TextEdit control! | 19981126 |
Method FIND_AND_REPLACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | CASE_SENSITIVE_MODE | Call by reference | Type reference (TYPE) | I | FALSE | ne 0: case sensitive; 0: no case sensitivity | 19981126 | |
2 | Importing | REPLACE_STRING | Call by reference | Type reference (TYPE) | C | replace string | 19981126 | ||
3 | Importing | SEARCH_STRING | Call by reference | Type reference (TYPE) | C | search string | 19981126 | ||
4 | Changing | STRING_FOUND | Call by reference | Type reference (TYPE) | I | 1: string found; 0: string not found | 19981126 | ||
5 | Importing | WHOLE_WORD_MODE | Call by reference | Type reference (TYPE) | I | FALSE | ne 0: find only as whole word; 0: not only in whole word | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | ERROR_CNTL_CALL_METHOD | 19981126 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19981126 |
Method FIND_AND_SELECT_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | CASE_SENSITIVE_MODE | Call by reference | Type reference (TYPE) | I | FALSE | ne 0: case sensitive; 0: no case sensitivity | 19981126 | |
2 | Importing | SEARCH_STRING | Call by reference | Type reference (TYPE) | C | search string | 19981126 | ||
3 | Changing | STRING_FOUND | Call by reference | Type reference (TYPE) | I | 1: string found; 0: string not found | 19981126 | ||
4 | Importing | WHOLE_WORD_MODE | Call by reference | Type reference (TYPE) | I | FALSE | ne 0: find only as whole word; 0: not only in whole word | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while executing 'find and select text'! | 19981126 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19981126 |
Method GET_AUTOINDENT_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | AUTO_INDENT | Call by reference | Type reference (TYPE) | I | auto indent mode; eq 0: OFF ; ne 0: ON | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving readonly mode! | 19981126 |
Method GET_COMMENTS_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | COMMENTS_STRING | Call by reference | Type reference (TYPE) | C | string at start of line which declares the line as comment | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving string for comments within control! | 19981126 |
Method GET_CONTEXTMENU_VIA_SAPGUI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | VIA_SAPGUI | Call by reference | Type reference (TYPE) | I | 0: displayed by TextEdit; ne 0: by SapGui Services | 19990203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving local context menu mode of TextEdit! | 19990203 |
Method GET_ENABLE_EDITING_PROTECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | MODE | Call by reference | Type reference (TYPE) | I | eq 0: OFF ; ne 0: ON | 19990225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving toolbar mode of TextEdit control! | 19990225 |
Method GET_FILEDROP_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | FILEDROP_MODE | Call by reference | Type reference (TYPE) | I | drop file mode, see class constants DROPFILE_EVENT_ | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving toolbar mode of TextEdit control! | 19981126 |
Method GET_FIRST_VISIBLE_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | LINE | Call by reference | Type reference (TYPE) | I | number of first visible line | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving first visible line! | 19981126 |
Method GET_FONT_FIXED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | MODE | Call by reference | Type reference (TYPE) | I | true if fixed font is always used else false | 20000215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | error on automation call (available after flush only) | 20000215 |
Method GET_HIGHLIGHT_BREAKPOINTS_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | HIGHLIGHT_BREAKPOINTS_MODE | Call by reference | Type reference (TYPE) | I | eq 0: OFF ; ne 0: ON | 19981203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving property from TextEdit Control! | 19981203 |
Method GET_HIGHLIGHT_COMMENTS_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | HIGHLIGHT_COMMENTS_MODE | Call by reference | Type reference (TYPE) | I | ReadOnly mode; eq 0: OFF ; ne 0: ON | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving property from TextEdit Control! | 19981126 |
Method GET_LAST_VISIBLE_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | LINE | Call by reference | Type reference (TYPE) | I | line number of last visible line | 20000712 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving last visible line! | 20000712 |
Method GET_LINE_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | LINES | Call by reference | Type reference (TYPE) | I | total number of lines displayed by control. | 20000712 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving the total number of lines displayed | 20000712 |
Method GET_LINE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | LINE_NUMBER | Call by reference | Type reference (TYPE) | I | number of line | 19981126 | ||
2 | Exporting | TEXT | Call by reference | Type reference (TYPE) | C | text within line | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving text of a line within Control! | 19981126 |
Method GET_LOCAL_CONTEXTMENU_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | VISIBLE | Call by reference | Type reference (TYPE) | I | visibility of toolbar; eq 0: OFF ; ne 0: ON | 19981221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving local context menu mode of TextEdit! | 19981221 |
Method GET_NAVIGATE_ON_DBLCLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | NAVIGATE_ON_DBLCLICK_MODE | Call by reference | Type reference (TYPE) | I | eq 0: OFF ; ne 0: ON | 19990205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving property from TextEdit Control! | 19990205 |
Method GET_PATH_OF_DROPPED_FILES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | paths as R/3 table | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_DP | Error while retrieving text table via DataProvider control! | 19981126 |
Method GET_READONLY_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | READONLY_MODE | Call by reference | Type reference (TYPE) | I | ReadOnly mode; eq 0: OFF ; ne 0: ON | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving readonly mode! | 19981126 |
Method GET_SELECTED_TEXTSTREAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | SELECTED_TEXT | Call by reference | Type reference (TYPE) | STRING | selected text as stream with carrige retruns and linefeeds | 20031013 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error on calling COM method | 20031013 | |
2 | NOT_SUPPORTED_BY_GUI | The requested mehtod isn't installed by the installed GUI | 20031110 |
Method GET_SELECTED_TEXT_AS_R3TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | table with selected text | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_DP | Error while retrieving selected text into R/3 table! | 19981126 | |
2 | POTENTIAL_DATA_LOSS | Potential data loss: use get_selected_text_as_stream instead | 19990208 |
Method GET_SELECTED_TEXT_AS_STREAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | SELECTED_TEXT | Call by reference | Type reference (TYPE) | STANDARD TABLE | selected text as stream with carrige retruns and linefeeds | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_DP | ERROR_DP | 19981126 |
Method GET_SELECTION_INDEXES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | FROM_INDEX | Call by reference | Type reference (TYPE) | I | character index from which selection starts | 19981126 | ||
2 | Exporting | TO_INDEX | Call by reference | Type reference (TYPE) | I | character index from which selection ends | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving position of selected text! | 19981126 |
Method GET_SELECTION_POS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | FROM_LINE | Call by reference | Type reference (TYPE) | I | line from which selection starts | 19981126 | ||
2 | Exporting | FROM_POS | Call by reference | Type reference (TYPE) | I | starting position of selection in line linefrom | 19981126 | ||
3 | Exporting | TO_LINE | Call by reference | Type reference (TYPE) | I | line at which selection ends | 19981126 | ||
4 | Exporting | TO_POS | Call by reference | Type reference (TYPE) | I | ending position of selection within line lineto | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving position of selected text! | 19981126 |
Method GET_SPACES_ON_INDENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | NUMBER_OF_SPACES | Call by reference | Type reference (TYPE) | I | number of spaces for indenting and unindenting purposes | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving number of spaces on indent / unindent | 19981126 |
Method GET_STATUSBAR_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | STATUSBAR_MODE | Call by reference | Type reference (TYPE) | I | visibility of toolbar; eq 0: OFF ; ne 0: ON | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving visiblity of the controls status bar! | 19981126 |
Method GET_TEXTMODIFIED_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | STATUS | Call by reference | Type reference (TYPE) | I | boolean like value: true=1, false = 0) | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while calling method of TextEdit control | 19981126 |
Method GET_TEXTSTREAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | IS_MODIFIED | Call by reference | Type reference (TYPE) | I | modify status of text | 20031013 | ||
2 | Importing | ONLY_WHEN_MODIFIED | Call by reference | Type reference (TYPE) | I | FALSE | get text only when modified | 20031013 | |
3 | Exporting | TEXT | Call by reference | Type reference (TYPE) | STRING | text as string with carrige retruns and linefeeds | 20031013 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving a property from TextEdit control | 20031013 | |
2 | NOT_SUPPORTED_BY_GUI | The method isn't supported by the installed GUI | 20031110 |
Method GET_TEXT_AS_R3TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | IS_MODIFIED | Call by reference | Type reference (TYPE) | I | modify status of text | 19981126 | ||
2 | Importing | ONLY_WHEN_MODIFIED | Call by reference | Type reference (TYPE) | I | FALSE | get text only when modified | 19981126 | |
3 | Exporting | TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | text as R/3 table | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving a property from TextEdit control | 19981126 | |
2 | ERROR_DP | Error while retrieving text table via DataProvider control! | 19981126 | |
3 | ERROR_DP_CREATE | Error while creating DataProvider Control | 19981126 | |
4 | POTENTIAL_DATA_LOSS | Potential data loss: use get_text_as_stream instead | 19990208 |
Method GET_TEXT_AS_STREAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | IS_MODIFIED | Call by reference | Type reference (TYPE) | I | modify status of text | 19981126 | ||
2 | Importing | ONLY_WHEN_MODIFIED | Call by reference | Type reference (TYPE) | I | FALSE | get text only when modified | 19981126 | |
3 | Exporting | TEXT | Call by reference | Type reference (TYPE) | STANDARD TABLE | text as stream with carrige retruns and linefeeds | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving a property from TextEdit control | 19981126 | |
2 | ERROR_DP | Error while retrieving text table via DataProvider control! | 19981126 |
Method GET_TOOLBAR_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | TOOLBAR_MODE | Call by reference | Type reference (TYPE) | I | wisibility of toolbar; eq 0: OFF ; ne 0: ON | 19981221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving toolbar mode of TextEdit control! | 19981221 |
Method GET_UNPROTECTED_PARTS_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | PARTS | Call by reference | Type reference (TYPE) | I | total number of unprotected text parts | 20010803 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving the total number of lines displayed | 20010803 |
Method GET_UNPROTECTED_PART_INDEXES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | FROM_INDEX | Call by reference | Type reference (TYPE) | I | character index from which selection starts | 20010803 | ||
2 | Importing | PART | Call by reference | Type reference (TYPE) | I | number of unprotected text part | 20010803 | ||
3 | Exporting | TO_INDEX | Call by reference | Type reference (TYPE) | I | character index from which selection ends | 20010803 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving position of selected text! | 20010803 |
Method GET_UNPROTECTED_PART_POS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | FROM_LINE | Call by reference | Type reference (TYPE) | I | line from which selection starts | 20010803 | ||
2 | Exporting | FROM_POS | Call by reference | Type reference (TYPE) | I | starting position of selection in line linefrom | 20010803 | ||
3 | Importing | PART | Call by reference | Type reference (TYPE) | I | number of unprotected text part | 20010803 | ||
4 | Exporting | TO_LINE | Call by reference | Type reference (TYPE) | I | line at which selection ends | 20010803 | ||
5 | Exporting | TO_POS | Call by reference | Type reference (TYPE) | I | ending position of selection within line lineto | 20010803 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving position of selected text! | 20010803 |
Method GET_WORDBREAK_PROCEDURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | TEXT_TYPE | Call by reference | Type reference (TYPE) | I | text type for word break; see class constants TEXT_... | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving readonly mode! | 19981126 |
Method GET_WORDWRAP_BEHAVIOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | WORDWRAP_MODE | Call by reference | Type reference (TYPE) | I | 0: OFF; 1: wrap a window border; 2: wrap at fixed position | 19981126 | ||
2 | Exporting | WORDWRAP_POSITION | Call by reference | Type reference (TYPE) | I | position of wordwrap, only makes sense with wordwrap_mode=2 | 19981126 | ||
3 | Exporting | WORDWRAP_TO_LINEBREAK_MODE | Call by reference | Type reference (TYPE) | I | eq 1: change wordwrap to linebreak; 0: preserve wordwraps | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving wordwrap properties of control! | 19981126 |
Method GO_TO_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | LINE | Call by reference | Type reference (TYPE) | I | 1 | Zeilennummer | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while positioning to line in control! | 19981126 |
Method HIGHLIGHT_BREAKPOINT_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | HIGHLIGHT_MODE | Call by reference | Type reference (TYPE) | I | TRUE | highlight mode; eq 0: OFF ; ne 0: ON | 19981203 | |
2 | Importing | LINE | Call by reference | Type reference (TYPE) | I | starting line | 19981203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting highlight mode of TextEdit control! | 19981203 | |
2 | HAS_NO_EFFECT | Method has no effect since comment highlightning is active! | 19981203 | |
3 | INVALID_PARAMETER | INVALID_PARAMETER | 19981203 |
Method HIGHLIGHT_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | FROM_LINE | Call by reference | Type reference (TYPE) | I | starting line | 19981126 | ||
2 | Importing | HIGHLIGHT_MODE | Call by reference | Type reference (TYPE) | I | TRUE | highlight mode; eq 0: OFF ; ne 0: ON | 19981126 | |
3 | Importing | TO_LINE | Call by reference | Type reference (TYPE) | I | ending line | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting highlight mode of TextEdit control! | 19981126 | |
2 | HAS_NO_EFFECT | Method has no effect since comment highlightning is active! | 19981126 | |
3 | INVALID_PARAMETER | INVALID_PARAMETER | 19981126 |
Method HIGHLIGHT_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | HIGHLIGHT_MODE | Call by reference | Type reference (TYPE) | I | TRUE | highlight mode; eq 0: OFF ; ne 0: ON | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting highlightning mode for selection! | 19981126 | |
2 | HAS_NO_EFFECT | Method has no effect since comment highlightning is active! | 19981126 | |
3 | INVALID_PARAMETER | Invalid parameter | 19981126 |
Method INDENT_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 | |
2 | Importing | FROM_LINE | Call by reference | Type reference (TYPE) | I | starting line | 19981126 | ||
3 | Importing | TO_LINE | Call by reference | Type reference (TYPE) | I | ending line | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while indenting lines. | 19981126 |
Method INDENT_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while indenting selected text area! | 19981126 |
Method INIT_CACHED_PROPERTIES Signature
Method INIT_CACHED_PROPERTIES on class CL_GUI_TEXTEDIT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_REGISTER_CACHED_PROPERTY | Error while initiating cached properties for smart proxy | 19990510 |
Method IS_PART_OF_PROTECTED_INDEXES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | FROM_INDEX | Call by reference | Type reference (TYPE) | I | character index defining the start of the text part | 20010803 | ||
2 | Exporting | PROTECTED | Call by reference | Type reference (TYPE) | I | eq 0: not protected ; ne 0: at least partially protected | 20010803 | ||
3 | Importing | TO_INDEX | Call by reference | Type reference (TYPE) | I | character index defining the end of the text part | 20010803 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting selection using indexes within control! | 20010803 |
Method IS_PART_OF_PROTECTED_POS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | FROM_LINE | Call by reference | Type reference (TYPE) | I | line from which selection starts | 20010803 | ||
2 | Importing | FROM_POS | Call by reference | Type reference (TYPE) | I | 0 | starting position of selection in line linefrom | 20010803 | |
3 | Exporting | PROTECTED | Call by reference | Type reference (TYPE) | I | eq 0: not protected ; ne 0: at least partially protected | 20010803 | ||
4 | Importing | TO_LINE | Call by reference | Type reference (TYPE) | I | line at which selection ends | 20010803 | ||
5 | Importing | TO_POS | Call by reference | Type reference (TYPE) | I | 0 | ending position of selection within line lineto | 20010803 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting selection within control! | 20010803 |
Method IS_TABLE_STRUCTURED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | CHARLIKE | Call by reference | Type reference (TYPE) | I | Either has the value of true or false | 20031114 | ||
2 | Exporting | FIELD_LENGTH | Call by reference | Type reference (TYPE) | I | Length of the field, 0 if structured | 20031114 | ||
3 | Exporting | STRUCTURED | Call by reference | Type reference (TYPE) | I | Either has the value of true or false | 20031112 | ||
4 | Exporting | STRUCTURE_COMP_COUNT | Call by reference | Type reference (TYPE) | I | Number of components for flat structured table | 20031117 | ||
5 | Importing | TEXT_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Table to check | 20031112 |
Method IS_TABLE_STRUCTURED on class CL_GUI_TEXTEDIT has no exception.
Method LIMIT_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | MAX_NUMBER_CHARS | Call by reference | Type reference (TYPE) | I | maximum number of characters insertable into editor control | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while limitting line length within TextEdit control! | 19981126 |
Method MAKE_SELECTION_VISIBLE Signature
Method MAKE_SELECTION_VISIBLE on class CL_GUI_TEXTEDIT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while making selection visible within control! | 19981126 |
Method MY_SET_REGISTERED_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | EVENTS | Call by reference | Type reference (TYPE) | CNTL_SIMPLE_EVENTS | event table | 19990203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CNTL_ERROR | cntl_error | 19990203 | |
2 | CNTL_SYSTEM_ERROR | cntl_system_error | 19990203 | |
3 | ILLEGAL_EVENT_COMBINATION | illegal event combination | 19990203 |
Method OPEN_LOCAL_FILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | FILE_NAME | Call by reference | Type reference (TYPE) | C | file name | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while opening local file by TextEdit control! | 19981126 |
Method PROTECT_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 | |
2 | Importing | FROM_LINE | Call by reference | Type reference (TYPE) | I | starting line | 19981126 | ||
3 | Importing | PROTECT_MODE | Call by reference | Type reference (TYPE) | I | TRUE | protection mode; eq 0: OFF ; ne 0: ON | 19981126 | |
4 | Importing | TO_LINE | Call by reference | Type reference (TYPE) | I | ending line | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting protection mode within TextEdit Control! | 19981126 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19981126 |
Method PROTECT_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 | |
2 | Importing | PROTECT_MODE | Call by reference | Type reference (TYPE) | I | TRUE | protection mode; eq 0: OFF ; ne 0: ON | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting display mode for selection to protected! | 19981126 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19981126 |
Method REGISTER_DRAGDROP Signature
Method REGISTER_DRAGDROP on class CL_GUI_TEXTEDIT has no parameter.
Method REGISTER_DRAGDROP on class CL_GUI_TEXTEDIT has no exception.
Method REGISTER_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | EVENT | Call by reference | Type reference (TYPE) | CNTL_SIMPLE_EVENT | typed event | 19981230 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_EVENT_CONTROL | Error while registering events for TextEdit control | 19981126 | |
2 | EVENT_ALREADY_REGISTERED | Error on callback within event registration | 19981130 |
Method REGISTER_EVENT_CONTEXT_MENU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | APPL_EVENT | Call by reference | Type reference (TYPE) | CNTL_SIMPLE_EVENT-APPL_EVENT | space | default: system event | 19981230 | |
2 | Importing | LOCAL_ENTRIES | Call by reference | Type reference (TYPE) | I | TRUE | show entries for local function (cut, copy,) in context menu | 19990203 | |
3 | Importing | REGISTER | Call by reference | Type reference (TYPE) | I | TRUE | boolean like: TRUE/FALSE to register/unregister event | 19981217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CNTL_ERROR | Error: control not initialized | 19981217 | |
2 | ERROR_REGIST_EVENT | Error while registering event F4 | 19981217 | |
3 | ERROR_UNREGIST_EVENT | Error while unregistering event F4 | 19981217 | |
4 | EVENT_ALREADY_REGISTERED | Event is already registered | 19981217 | |
5 | EVENT_NOT_REGISTERED | Event was not registered, thus unregistration makes no sense | 19981217 |
Method REGISTER_EVENT_DBLCLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | APPL_EVENT | Call by reference | Type reference (TYPE) | CNTL_SIMPLE_EVENT-APPL_EVENT | SPACE | default: system event | 19981230 | |
2 | Importing | NAVIGATE_ON_DBLCLICK | Call by reference | Type reference (TYPE) | I | false | default: no local navigation on dblclick | 19990205 | |
3 | Importing | REGISTER | Call by reference | Type reference (TYPE) | I | TRUE | boolean like: TRUE/FALSE to register/unregister event | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CNTL_ERROR | Error: control not initialized | 19981130 | |
2 | ERROR_REGIST_EVENT | Error while registering event double click | 19981126 | |
3 | ERROR_UNREGIST_EVENT | Error while unregistering event double click | 19981126 | |
4 | EVENT_ALREADY_REGISTERED | Event is already registered | 19981130 | |
5 | EVENT_NOT_REGISTERED | Event was not registered, thus unregistration makes no sense | 19981130 |
Method REGISTER_EVENT_F1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | APPL_EVENT | Call by reference | Type reference (TYPE) | CNTL_SIMPLE_EVENT-APPL_EVENT | SPaCE | default: system event | 19981230 | |
2 | Importing | REGISTER | Call by reference | Type reference (TYPE) | I | TRUE | boolean like: TRUE/FALSE to register/unregister event | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CNTL_ERROR | Error: control not initialized | 19981130 | |
2 | ERROR_REGIST_EVENT | Error while registering event F1 | 19981126 | |
3 | ERROR_UNREGIST_EVENT | Error while unregistering event F1 | 19981126 | |
4 | EVENT_ALREADY_REGISTERED | Event is already registered | 19981130 | |
5 | EVENT_NOT_REGISTERED | Event was not registered, thus unregistration makes no sense | 19981130 |
Method REGISTER_EVENT_F4 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | APPL_EVENT | Call by reference | Type reference (TYPE) | CNTL_SIMPLE_EVENT-APPL_EVENT | SPACE | default: system event | 19981230 | |
2 | Importing | REGISTER | Call by reference | Type reference (TYPE) | I | TRUE | boolean like: TRUE/FALSE to register/unregister event | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CNTL_ERROR | Error: control not initialized | 19981130 | |
2 | ERROR_REGIST_EVENT | Error while registering event F4 | 19981126 | |
3 | ERROR_UNREGIST_EVENT | Error while unregistering event F4 | 19981126 | |
4 | EVENT_ALREADY_REGISTERED | Event is already registered | 19981130 | |
5 | EVENT_NOT_REGISTERED | Event was not registered, thus unregistration makes no sense | 19981130 |
Method REGISTER_EVENT_FILEDROP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | APPL_EVENT | Call by reference | Type reference (TYPE) | CNTL_SIMPLE_EVENT-APPL_EVENT | space | default: system event | 19981230 | |
2 | Importing | REGISTER | Call by reference | Type reference (TYPE) | I | TRUE | boolean like: TRUE/FALSE to register/unregister event | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CNTL_ERROR | Error: control not initialized | 19981130 | |
2 | ERROR_REGIST_EVENT | Error while registering event FILEDROP | 19981126 | |
3 | ERROR_UNREGIST_EVENT | Error while unregistering event FILEDROP | 19981126 | |
4 | EVENT_ALREADY_REGISTERED | Event is already registered | 19981130 | |
5 | EVENT_NOT_REGISTERED | Event was not registered, thus unregistration makes no sense | 19981130 |
Method REPLACE_ALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | CASE_SENSITIVE_MODE | Call by reference | Type reference (TYPE) | I | FALSE | ne 0: case sensitive; 0: no case sensitivity | 19981126 | |
2 | Changing | COUNTER | Call by reference | Type reference (TYPE) | I | counter for performed replace actions | 19981126 | ||
3 | Importing | REPLACE_STRING | Call by reference | Type reference (TYPE) | C | replace string | 19981126 | ||
4 | Importing | SEARCH_STRING | Call by reference | Type reference (TYPE) | C | search string | 19981126 | ||
5 | Importing | WHOLE_WORD_MODE | Call by reference | Type reference (TYPE) | I | FALSE | ne 0: find only as whole word; 0: not only in whole word | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while executing 'replace all' within TextEdit Control! | 19981126 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19981126 |
Method RETRIEVE_STRINGSTREAM_SUPPORT Signature
Method RETRIEVE_STRINGSTREAM_SUPPORT on class CL_GUI_TEXTEDIT has no parameter.
Method RETRIEVE_STRINGSTREAM_SUPPORT on class CL_GUI_TEXTEDIT has no exception.
Method SAVE_AS_LOCAL_FILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | FILE_NAME | Call by reference | Type reference (TYPE) | C | file name | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while saving local file by TextEdit control! | 19981126 |
Method SELECT_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | FROM_LINE | Call by reference | Type reference (TYPE) | I | 1 | starting line | 19981126 | |
2 | Importing | TO_LINE | Call by reference | Type reference (TYPE) | I | ending line | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while selecting lines within TextEdit control! | 19981126 |
Method SET_AUTOINDENT_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | AUTO_INDENT | Call by reference | Type reference (TYPE) | I | TRUE (1): enable; ne 1: disable | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while calling auto indent method of TextEdit control! | 19981126 |
Method SET_COMMENTS_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | COMMENTS_STRING | Call by reference | Type reference (TYPE) | C | ABAP_COMMENTLINE_IDENTIFIER | string at start of line which declares the line as commen | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting string for comments for TextEdit control | 19981126 |
Method SET_CONTEXTMENU_VIA_SAPGUI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | VIA_SAPGUI | Call by reference | Type reference (TYPE) | I | 0: displayed by TextEdit; ne 0: by SapGui Services | 19990203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while retrieving local context menu mode of TextEdit! | 19990203 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19990203 |
Method SET_DRAGDROP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | DRAGDROP | Call by reference | Object reference (TYPE REF TO) | CL_DRAGDROP | Drag Drop behavior | 19990209 |
Method SET_DRAGDROP on class CL_GUI_TEXTEDIT has no exception.
Method SET_ENABLE_EDITING_PROTECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | MODE | Call by reference | Type reference (TYPE) | I | FALSE | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting toolbar visibility mode of Control! | 19990225 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19990225 |
Method SET_FILEDROP_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | FILEDROP_MODE | Call by reference | Type reference (TYPE) | I | DROPFILE_EVENT_OFF | drop file mode, see class constants DROPFILE_EVENT_... | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting toolbar visibility mode of Control! | 19981126 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19981126 |
Method SET_FIRST_VISIBLE_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | LINE | Call by reference | Type reference (TYPE) | I | 1 | number of line | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting first visible line! | 19981126 |
Method SET_FONT_FIXED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | MODE | Call by reference | Type reference (TYPE) | I | TRUE | true: set fixed font, false: wordwrap mode determines type | 20000215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | error in automation call (available after flush only) | 20000215 | |
2 | INVALID_PARAMETER | invalid parameter | 20000215 |
Method SET_HIGHLIGHT_BREAKPOINTS_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | HIGHLIGHT_BREAKPOINTS_MODE | Call by reference | Type reference (TYPE) | I | TRUE | hightlight breakpoints mode: eq 0: OFF ; ne 0: ON | 19981203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting property of TextEdit Control! | 19981203 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19981203 |
Method SET_HIGHLIGHT_COMMENTS_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | HIGHLIGHT_COMMENTS_MODE | Call by reference | Type reference (TYPE) | I | TRUE | hightlight comments mode: eq 0: OFF ; ne 0: ON | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting property of TextEdit Control! | 19981126 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19981126 |
Method SET_LAST_VISIBLE_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | LINE | Call by reference | Type reference (TYPE) | I | 10000000 | line number | 20000712 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting last visible line! | 20000712 |
Method SET_LOCAL_CONTEXTMENU_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | VISIBLE | Call by reference | Type reference (TYPE) | I | false | visibility of context menu; eq 0: OFF ; ne 0: ON | 19981221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting visibility of local context menu entries | 19981221 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19981221 |
Method SET_NAVIGATE_ON_DBLCLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | NAVIGATE_ON_DBLCLICK_MODE | Call by reference | Type reference (TYPE) | I | True | hightlight comments mode: eq 0: OFF ; ne 0: ON | 19990205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting property of TextEdit Control! | 19990205 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19990205 |
Method SET_READONLY_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | READONLY_MODE | Call by reference | Type reference (TYPE) | I | TRUE | readonly mode; eq 0: OFF ; ne 0: ON | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting readonly mode! | 19981126 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19981126 |
Method SET_SELECTED_TEXTSTREAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 20031013 | |
2 | Importing | SELECTED_TEXT | Call by reference | Type reference (TYPE) | STRING | text as string to replace selection | 20031013 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error on calling COM method | 20031013 | |
2 | NOT_SUPPORTED_BY_GUI | The method isn't supported by the installed GUI | 20031110 |
Method SET_SELECTED_TEXT_AS_R3TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 | |
2 | Importing | TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | text as table | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_DP | Error while sending selected text table to TextEdit control! | 19981126 | |
2 | ERROR_DP_CREATE | ERROR_DP_CREATE | 19981126 |
Method SET_SELECTED_TEXT_AS_STREAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 | |
2 | Importing | SELECTED_TEXT | Call by reference | Type reference (TYPE) | STANDARD TABLE | text as stream to replace selection | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_DP | ERROR_DP | 19981126 | |
2 | ERROR_DP_CREATE | ERROR_DP_CREATE | 19981126 |
Method SET_SELECTION_INDEXES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | FROM_INDEX | Call by reference | Type reference (TYPE) | I | character index from which selection starts | 19981126 | ||
2 | Importing | TO_INDEX | Call by reference | Type reference (TYPE) | I | character index from which selection ends | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting selection using indexes within control! | 19981126 |
Method SET_SELECTION_POS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | FROM_LINE | Call by reference | Type reference (TYPE) | I | line from which selection starts | 19981126 | ||
2 | Importing | FROM_POS | Call by reference | Type reference (TYPE) | I | 0 | starting position of selection in line linefrom | 19981126 | |
3 | Importing | TO_LINE | Call by reference | Type reference (TYPE) | I | line at which selection ends | 19981126 | ||
4 | Importing | TO_POS | Call by reference | Type reference (TYPE) | I | 0 | ending position of selection within line lineto | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting selection within control! | 19981126 |
Method SET_SELECTION_POS_IN_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | LINE | Call by reference | Type reference (TYPE) | I | number of line | 19981126 | ||
2 | Importing | POS | Call by reference | Type reference (TYPE) | I | 0 | position within line | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting selection within one line! | 19981126 |
Method SET_SPACES_ON_INDENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | NUMBER_OF_SPACES | Call by reference | Type reference (TYPE) | I | 2 | number of spaces on indenting/unindenting | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting spaces on indent/unindenting | 19981126 | |
2 | INVALID_PARAMETER | Invalid parameter | 19981126 |
Method SET_STATUSBAR_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | STATUSBAR_MODE | Call by reference | Type reference (TYPE) | I | FALSE | visibility of statusbar; eq 0: OFF ; ne 0: ON | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting visibility mode of status bar! | 19981126 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19981126 |
Method SET_STATUS_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | STATUS_TEXT | Call by reference | Type reference (TYPE) | C | status text | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting status text within TextEdit Control! | 19981126 |
Method SET_TEXTELEMENTS Signature
Method SET_TEXTELEMENTS on class CL_GUI_TEXTEDIT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while sending language dependant texts to control! | 19981126 |
Method SET_TEXTMODIFIED_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | STATUS | Call by reference | Type reference (TYPE) | I | FALSE | boolean like value: true = 1, false = 0 | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting property of TextEdit control | 19981126 |
Method SET_TEXTSTREAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | TEXT | Call by reference | Type reference (TYPE) | STRING | text as string with carrige retruns and linefeeds | 20031013 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error on calling COM method | 20031013 | |
2 | NOT_SUPPORTED_BY_GUI | The method isn't supported by the installed GUI | 20031110 |
Method SET_TEXT_AS_R3TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | table with text | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_DP | Error while sending R/3 table to TextEdit control! | 19981126 | |
2 | ERROR_DP_CREATE | ERROR_DP_CREATE | 19981126 |
Method SET_TEXT_AS_STREAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | TEXT | Call by reference | Type reference (TYPE) | STANDARD TABLE | text as stream with carrige retruns and linefeeds | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_DP | ERROR_DP | 19981126 | |
2 | ERROR_DP_CREATE | ERROR_DP_CREATE | 19981126 |
Method SET_TOOLBAR_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | TOOLBAR_MODE | Call by reference | Type reference (TYPE) | I | FALSE | visibility of toolbar; eq 0: OFF ; ne 0: ON | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting toolbar visibility mode of Control! | 19981126 | |
2 | INVALID_PARAMETER | INVALID_PARAMETER | 19981126 |
Method SET_TYPE_OF_R3TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | to assign table structure to control, needed for get-methods | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_DP | Error while sending table via DataProvider to control! | 19981126 |
Method SET_WORDBREAK_PROCEDURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | TEXT_TYPE | Call by reference | Type reference (TYPE) | I | use class constants text_... | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting word wrap properties of control! | 19981126 |
Method SET_WORDWRAP_BEHAVIOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | WORDWRAP_MODE | Call by reference | Type reference (TYPE) | I | -1 | 0: OFF; 1: wrap a window border; 2: wrap at fixed position | 19981126 | |
2 | Importing | WORDWRAP_POSITION | Call by reference | Type reference (TYPE) | I | -1 | position of wordwrap, only makes sense with wordwrap_mode=2 | 19981126 | |
3 | Importing | WORDWRAP_TO_LINEBREAK_MODE | Call by reference | Type reference (TYPE) | I | BOOL_INITIAL | eq 1: change wordwrap to linebreak; 0: preserve wordwraps | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while setting word wrap properties of control! | 19981126 |
Method TRANSFORM_STRING_TO_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | TEXT_STRING | Call by reference | Type reference (TYPE) | STRING | String to transform from | 20031112 | ||
2 | Changing | TEXT_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Table into which string content gets transformed | 20031112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | UNSUPPORTED_TABLE_TYPE | Structured tables are not supported! | 20031112 |
Method TRANSFORM_TABLE_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | TEXT_STRING | Call by reference | Type reference (TYPE) | STRING | String into which table content gets transformed | 20031112 | ||
2 | Importing | TEXT_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Table from which content should get transformed | 20031112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | UNSUPPORTED_TABLE_TYPE | Structured tables are not supported! | 20031112 |
Method UNCOMMENT_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 | |
2 | Importing | FROM_LINE | Call by reference | Type reference (TYPE) | I | starting line | 19990209 | ||
3 | Importing | TO_LINE | Call by reference | Type reference (TYPE) | I | ending line | 19990209 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while indenting lines. | 19990209 |
Method UNCOMMENT_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while indenting selected text area! | 19990209 |
Method UNINDENT_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 | |
2 | Importing | FROM_LINE | Call by reference | Type reference (TYPE) | I | starting line | 19981126 | ||
3 | Importing | TO_LINE | Call by reference | Type reference (TYPE) | I | ending line | 19981126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while indenting lines. | 19981126 |
Method UNINDENT_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ENABLE_EDITING_PROTECTED_TEXT | Call by reference | Type reference (TYPE) | I | false | editing of protecte text; eq 0: OFF ; ne 0: ON | 19990225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_CNTL_CALL_METHOD | Error while unindenting selected text area! | 19981126 |
Method UNREGISTER_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | EVENT | Call by reference | Type reference (TYPE) | CNTL_SIMPLE_EVENT | typed event | 19981230 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ERROR_EVENT_CONTROL | Error while deregistering event for TextEdit control | 19981126 | |
2 | EVENT_NOT_REGISTERED | Event was not registerred | 19981130 |
Method UPDATE_READONLY_ATTRIBUTES Signature
Method UPDATE_READONLY_ATTRIBUTES on class CL_GUI_TEXTEDIT has no parameter.
Method UPDATE_READONLY_ATTRIBUTES on class CL_GUI_TEXTEDIT has no exception.
Event Signatures
Event CONTEXT_MENU Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MENU | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_CTMENU | Context Menu | 19981217 |
Event CONTEXT_MENU_SELECTED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | FCODE | Exporting | Value transfer | Type reference (TYPE) | C | fcode | 19981217 |
Event DBLCLICK Signature
Event DBLCLICK on class CL_GUI_TEXTEDIT has no parameter.
Event F1 Signature
Event F1 on class CL_GUI_TEXTEDIT has no parameter.
Event F4 Signature
Event F4 on class CL_GUI_TEXTEDIT has no parameter.
Event FILEDROP Signature
Event FILEDROP on class CL_GUI_TEXTEDIT has no parameter.
Event ON_DRAG Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DRAGDROP_OBJECT | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | drag & drop object | 19990222 | ||
2 | FROM_INDEX | Exporting | Value transfer | Type reference (TYPE) | I | absolute character index where drag text selection starts | 19990222 | ||
3 | FROM_LINE | Exporting | Value transfer | Type reference (TYPE) | I | line where where selected&dragged text starts | 19990222 | ||
4 | FROM_POS | Exporting | Value transfer | Type reference (TYPE) | I | position in "from_line" where selected&dragged text starts | 19990222 | ||
5 | TO_INDEX | Exporting | Value transfer | Type reference (TYPE) | I | absolute character index where dragged text selection ends | 19990222 | ||
6 | TO_LINE | Exporting | Value transfer | Type reference (TYPE) | I | line where where selected&dragged text ends | 19990222 | ||
7 | TO_POS | Exporting | Value transfer | Type reference (TYPE) | I | position in line "to_line" where selected&dragged text ends | 19990222 |
Event ON_DROP Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DRAGDROP_OBJECT | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | drag & drop object | 19990222 | ||
2 | INDEX | Exporting | Value transfer | Type reference (TYPE) | I | absolute character index where drop occured | 19990222 | ||
3 | LINE | Exporting | Value transfer | Type reference (TYPE) | I | line where drop occured | 19990222 | ||
4 | POS | Exporting | Value transfer | Type reference (TYPE) | I | position in line "line" where drop occured | 19990222 |
Event ON_DROP_COMPLETE Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DRAGDROP_OBJECT | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | drag & drop object | 19990222 | ||
2 | FROM_INDEX | Exporting | Value transfer | Type reference (TYPE) | I | absolute character index where drag text selection starts | 19990222 | ||
3 | FROM_LINE | Exporting | Value transfer | Type reference (TYPE) | I | line where where selected&dragged text starts | 19990222 | ||
4 | FROM_POS | Exporting | Value transfer | Type reference (TYPE) | I | position in "from_line" where selected&dragged text starts | 19990222 | ||
5 | TO_INDEX | Exporting | Value transfer | Type reference (TYPE) | I | absolute character index where dragged text selection ends | 19990222 | ||
6 | TO_LINE | Exporting | Value transfer | Type reference (TYPE) | I | line where where selected&dragged text ends | 19990222 | ||
7 | TO_POS | Exporting | Value transfer | Type reference (TYPE) | I | position in line "to_line" where selected&dragged text ends | 19990222 |
Event ON_GET_FLAVOR Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DRAGDROP_OBJECT | Exporting | Value transfer | Object reference (TYPE REF TO) | CL_DRAGDROPOBJECT | drag & drop object, to which one flavor should be assigned | 19990222 | ||
2 | FLAVORS | Exporting | Value transfer | Type reference (TYPE) | CNDD_FLAVORS | available flavors, choose one of them | 19990222 | ||
3 | INDEX | Exporting | Value transfer | Type reference (TYPE) | I | absolute character index where drop occured | 19990222 | ||
4 | LINE | Exporting | Value transfer | Type reference (TYPE) | I | line where drop occured | 19990222 | ||
5 | POS | Exporting | Value transfer | Type reference (TYPE) | I | position in line "line" where drop occured | 19990222 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |