Hierarchy
⤷
⤷
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 | 20011011 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BTF_EDITOR_CONSTANTS | SAP BTF Editor Constants Interface | 20011120 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DRAGDROP | Drag and Drop Interface for Controls | 20011015 |
Properties
| Class | CL_GUI_BTFEDITOR | |
| Short Description | SAP BTF Editor Control Proxy Class | |
| Super Class | CL_GUI_CONTROL | Proxy Class for Control in GUI |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SBTF | Business Text Framework |
| Created | 20011011 | SAP |
| Last change | 20041228 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BTF_EDITOR_CONSTANTS | SAP BTF Editor Constants Interface | 20011120 | ||
| 2 | IF_DRAGDROP | Drag and Drop Interface for Controls | 20011015 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_BTF_EDITOR | 20011120 | SAP BTF Editor Class |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 0 | False | 20011012 | ||
| 2 | Constant | Protected | Type reference (TYPE) | I | 3 | GuiType JavaGUI | 20011012 | ||
| 3 | Constant | Protected | Type reference (TYPE) | I | 2 | GuiType WebGUI | 20011012 | ||
| 4 | Constant | Protected | Type reference (TYPE) | I | 1 | GuiType WinGUI | 20011012 | ||
| 5 | Constant | Public | Type reference (TYPE) | I | 1 | True | 20011012 | ||
| 6 | Constant | Protected | Type reference (TYPE) | I | 2 | UImode for WebGUI | 20011012 | ||
| 7 | Constant | Protected | Type reference (TYPE) | I | 1 | UImode for WinGUI | 20011012 | ||
| 8 | Instance attribute | Public | Type reference (TYPE) | I | IF_BTF_EDITOR_CONSTANTS~CO_DESIGN_MODE_ON | DesignMode | 20011012 | ||
| 9 | Instance attribute | Protected | Type reference (TYPE) | CNTL_HANDLE | Handle to data provider | 20011011 | |||
| 10 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_DRAGDROP | DragDrop | 20011015 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | STRING | 'NOTEPAD.EXE' | ExternalEditor | 20011023 | ||
| 12 | Instance attribute | Public | Type reference (TYPE) | I | 0 | FindEvent | 20020213 | ||
| 13 | Instance attribute | Protected | Type reference (TYPE) | I | GuiType | 20011012 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | I | 0 | ImageOperations | 20020111 | ||
| 15 | Instance attribute | Public | Type reference (TYPE) | I | 0 | LocalOperations | 20011120 | ||
| 16 | Instance attribute | Public | Type reference (TYPE) | I | 0 | LocalPrinting | 20011120 | ||
| 17 | Instance attribute | Public | Type reference (TYPE) | I | 0 | TblControl | 20011012 | ||
| 18 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_TEXTEDIT | TextEdit Control (Fallback) | 20011012 | |||
| 19 | Instance attribute | Protected | Type reference (TYPE) | I | CO_UI_MODE_WINGUI | UImode | 20011012 | ||
| 20 | Instance attribute | Private | Type reference (TYPE) | I | BTF Editor Control version | 20011011 | |||
| 21 | Instance attribute | Public | Type reference (TYPE) | I | 0 | WindowsFonts | 20011120 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | DROP | Instance Event (0) |
Public (2) |
Drop event | 20011015 |
| 2 | FUNCTIONCLICKED | Instance Event (0) |
Public (2) |
FunctionClicked Event | 20020121 |
| 3 | GETFLAVOR | Instance Event (0) |
Public (2) |
GetFlavor event | 20011015 |
Types
Class CL_GUI_BTFEDITOR has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LIFETIME | Call by reference | Type reference (TYPE) | I | Lifetime | 20011011 | |||
| 2 | NAME | Value transfer | Type reference (TYPE) | STRING | Name | 20011011 | |||
| 3 | PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent container | 20011011 | |||
| 4 | SHELLSTYLE | Value transfer | Type reference (TYPE) | I | Shell style | 20011011 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011011 | ||
| 2 | This type of GUI is not supported! | 20011011 |
Method DO_FIND_AND_REPLACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALL | Call by reference | Type reference (TYPE) | I | Alle ersetzen | 20020214 | |||
| 2 | DIRECTION_DOWN | Call by reference | Type reference (TYPE) | I | Richtung nach unten | 20020214 | |||
| 3 | FIND_WHAT | Call by reference | Type reference (TYPE) | STRING | Suchen nach | 20020214 | |||
| 4 | MATCH_CASE | Call by reference | Type reference (TYPE) | I | Gross-/Kleinschreibung beachten | 20020214 | |||
| 5 | REPLACE | Call by reference | Type reference (TYPE) | I | Ersetzen | 20020214 | |||
| 6 | REPLACE_WITH | Call by reference | Type reference (TYPE) | STRING | Ersetzen durch | 20020214 | |||
| 7 | SUCCESS | Call by reference | Type reference (TYPE) | I | Erfolgreich | 20020214 | |||
| 8 | WHOLE_WORD | Call by reference | Type reference (TYPE) | I | Nur ganzes Word suchen | 20020214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20020214 | ||
| 2 | This type of GUI is not supported! | 20020214 |
Method DO_FIND_NEXT Signature
Method DO_FIND_NEXT on class CL_GUI_BTFEDITOR has no parameter.
Method DO_FIND_NEXT on class CL_GUI_BTFEDITOR has no exception.
Method GET_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOCUMENT | Value transfer | Type reference (TYPE) | XSTRING | Document | 20011012 | |||
| 2 | ENCODING | Call by reference | Type reference (TYPE) | STRING | Codierung | 20020415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011012 |
Method GET_IS_MODIFIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MODIFIED | Value transfer | Type reference (TYPE) | I | IsModified | 20011012 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011012 |
Method GET_SELECTED_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SELECTED_TEXT | Value transfer | Type reference (TYPE) | STRING | SelectedText | 20020213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20020213 | ||
| 2 | This type of GUI is not supported! | 20020213 |
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESIGN_MODE | Call by reference | Attribute reference (LIKE) | M_DESIGN_MODE | IF_BTF_EDITOR_CONSTANTS~CO_DESIGN_MODE_ON | DesignMode | 20011012 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011011 |
Method INIT_FIND_AND_REPLACE Signature
Method INIT_FIND_AND_REPLACE on class CL_GUI_BTFEDITOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20020214 | ||
| 2 | This type of GUI is not supported! | 20020214 |
Method INSERT_HTML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML | Call by reference | Type reference (TYPE) | STRING | Html | 20011016 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011016 |
Method OPEN_REPLACE_DIALOG Signature
Method OPEN_REPLACE_DIALOG on class CL_GUI_BTFEDITOR has no parameter.
Method OPEN_REPLACE_DIALOG on class CL_GUI_BTFEDITOR has no exception.
Method SET_DESIGN_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESIGN_MODE | Call by reference | Attribute reference (LIKE) | M_DESIGN_MODE | IF_BTF_EDITOR_CONSTANTS~CO_DESIGN_MODE_ON | DesignMode | 20011012 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011012 |
Method SET_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOCUMENT | Call by reference | Type reference (TYPE) | XSTRING | Document | 20011012 | |||
| 2 | ENCODING | Call by reference | Type reference (TYPE) | STRING | Codierung | 20020415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011012 |
Method SET_DRAGDROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DRAGDROP | Call by reference | Object reference (TYPE REF TO) | CL_DRAGDROP | DragDrop | 20011015 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011015 |
Method SET_EXTERNAL_EDITOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXTERNAL_EDITOR | Call by reference | Attribute reference (LIKE) | M_EXTERNAL_EDITOR | ExternalEditor | 20011023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011023 | ||
| 2 | This type of GUI is not supported! | 20020124 |
Method SET_FIND_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIND_EVENT | Call by reference | Attribute reference (LIKE) | M_FIND_EVENT | 0 | FindEvent | 20020213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20020213 | ||
| 2 | This type of GUI is not supported! | 20020213 |
Method SET_IMAGE_OPERATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IMAGE_OPERATIONS | Call by reference | Attribute reference (LIKE) | M_IMAGE_OPERATIONS | 0 | ImageOperations | 20020111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20020111 | ||
| 2 | This type of GUI is not supported! | 20020124 |
Method SET_IS_MODIFIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MODIFIED | Call by reference | Type reference (TYPE) | I | CO_FALSE | IsModified | 20011012 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011012 |
Method SET_LOCAL_OPERATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOCAL_OPERATIONS | Call by reference | Attribute reference (LIKE) | M_LOCAL_OPERATIONS | 0 | LocalOperations | 20011120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011120 | ||
| 2 | This type of GUI is not supported! | 20020124 |
Method SET_LOCAL_PRINTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOCAL_PRINTING | Call by reference | Attribute reference (LIKE) | M_LOCAL_PRINTING | 0 | LocalPrinting | 20011120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011120 | ||
| 2 | This type of GUI is not supported! | 20020124 |
Method SET_STRINGVALUES Signature
Method SET_STRINGVALUES on class CL_GUI_BTFEDITOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011011 | ||
| 2 | This type of GUI is not supported! | 20020124 |
Method SET_TAB_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TAB_CONTROL | Call by reference | Attribute reference (LIKE) | M_TAB_CONTROL | 0 | TabControl | 20011012 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011012 | ||
| 2 | This type of GUI is not supported! | 20020124 |
Method SET_UI_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | UI_MODE | Call by reference | Attribute reference (LIKE) | M_UI_MODE | CO_UI_MODE_WINGUI | UImode | 20011012 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011012 | ||
| 2 | This type of GUI is not supported! | 20020124 |
Method SET_WINDOWS_FONTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATIC_FONTS | Call by reference | Type reference (TYPE) | BTF_CONFIG_TABLE | Static fonts | 20020612 | |||
| 2 | WINDOWS_FONTS | Call by reference | Attribute reference (LIKE) | M_WINDOWS_FONTS | 0 | WindowsFonts | 20011120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control error | 20011120 | ||
| 2 | This type of GUI is not supported! | 20020124 |
Method TEXTEDIT_ON_DROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DRAGDROP_OBJECT | Call by reference | Attribute reference (LIKE) | 20011016 | |||||
| 2 | INDEX | Call by reference | Attribute reference (LIKE) | 20011016 | |||||
| 3 | LINE | Call by reference | Attribute reference (LIKE) | 20011016 | |||||
| 4 | POS | Call by reference | Attribute reference (LIKE) | 20011016 |
Method TEXTEDIT_ON_DROP on class CL_GUI_BTFEDITOR has no exception.
Method TEXTEDIT_ON_GET_FLAVOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DRAGDROP_OBJECT | Call by reference | Attribute reference (LIKE) | 20011016 | |||||
| 2 | FLAVORS | Call by reference | Attribute reference (LIKE) | 20011016 | |||||
| 3 | INDEX | Call by reference | Attribute reference (LIKE) | 20011016 | |||||
| 4 | LINE | Call by reference | Attribute reference (LIKE) | 20011016 | |||||
| 5 | POS | Call by reference | Attribute reference (LIKE) | 20011016 |
Method TEXTEDIT_ON_GET_FLAVOR on class CL_GUI_BTFEDITOR has no exception.
Event Signatures
Event 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 | DragDrop object | 20011015 |
Event FUNCTIONCLICKED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Exporting | Value transfer | Type reference (TYPE) | UI_FUNC | FCode | 20020121 |
Event GETFLAVOR 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 | DragDrop object | 20011015 | ||
| 2 | FLAVORS | Exporting | Value transfer | Type reference (TYPE) | CNDD_FLAVORS | Flavors | 20011015 |
History
| Last changed by/on | SAP | 20041228 |
| SAP Release Created in | 620 |