SAP ABAP Interface IF_FDT_WD_EDITOR_MODEL (FDT WD: Editor Model)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_ISLAND_EDITOR (Package) BRFplus: Island Editor

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_WD_EDITOR_MODEL | FDT WD Island: Editor Model (Abstract) | 20100305 |
Properties
Interface | IF_FDT_WD_EDITOR_MODEL | |
Short Description | FDT WD: Editor Model |
General Data
Package | SFDT_WD_ISLAND_EDITOR | BRFplus: Island Editor |
Created | 20100130 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_FDT_WD_EDITOR_MODEL has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_WD_ISLAND_MODEL | FDT WD: Island Model | 20100322 |
Friends
Interface IF_FDT_WD_EDITOR_MODEL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_STYLE_TYPE_DEFAULT | Constant | Public | Type reference (TYPE) | STRING | 'default' | Style type default | 20100203 | |
2 | GC_STYLE_TYPE_ERROR | Constant | Public | Type reference (TYPE) | STRING | 'error' | Style type error | 20100202 | |
3 | GC_STYLE_TYPE_INFO | Constant | Public | Type reference (TYPE) | STRING | 'info' | Style type info | 20100202 | |
4 | GC_STYLE_TYPE_WARNING | Constant | Public | Type reference (TYPE) | STRING | 'warning' | Style type warning | 20100202 | |
5 | GC_TOKEN_TYPE_INFIX_OP | Constant | Public | Type reference (TYPE) | STRING | 'io' | Token Type Infix Operator | 20100727 | |
6 | GC_TOKEN_TYPE_KEYWORD | Constant | Public | Type reference (TYPE) | STRING | 'keyword' | Token Type Keyword | 20100702 | |
7 | GC_TOKEN_TYPE_PARAMETER | Constant | Public | Type reference (TYPE) | STRING | 'param' | Token Type Parameter | 20100204 | |
8 | GC_TOKEN_TYPE_PARENTHESIS | Constant | Public | Type reference (TYPE) | STRING | 'paren' | Token Type Parenthesis | 20100804 | |
9 | GC_TOKEN_TYPE_STRING | Constant | Public | Type reference (TYPE) | STRING | 'string' | Token Type Text | 20100713 | |
10 | GC_TOKEN_TYPE_VALUE | Constant | Public | Type reference (TYPE) | STRING | 'val' | Token Type Value | 20100713 | |
11 | MO_CONTENT_ROOT | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FDT_WD_EDITOR_SECTION | Content Root | 20111223 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns the available functions | 20100308 |
2 | ![]() |
Instance method | Public | Method | Returns the available keywords | 20100309 |
Events
Interface IF_FDT_WD_EDITOR_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_ATTRIBUTE | Public | See coding | 20100714 | BEGIN OF s_attribute,
name TYPE string,
value TYPE string,
END OF s_attribute
|
||
2 | S_FUNCTION | Public | See coding | 20100308 | BEGIN OF s_function,
name TYPE string,
description TYPE string,
category type string, "optional, used for example in formula
END OF s_function
|
||
3 | S_KEYWORD | Public | See coding | 20100308 | BEGIN OF s_keyword,
name TYPE string,
description TYPE string,
END OF s_keyword
|
||
4 | TH_ATTRIBUTE | Public | See coding | 20111011 | th_attribute TYPE HASHED TABLE OF s_attribute WITH UNIQUE KEY name
|
||
5 | T_FUNCTION | Public | See coding | 20100308 | t_function TYPE STANDARD TABLE OF s_function WITH DEFAULT KEY
|
||
6 | T_KEYWORD | Public | See coding | 20100308 | t_keyword TYPE STANDARD TABLE OF s_keyword WITH DEFAULT KEY
|
Method Signatures
Method GET_FUNCTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_FUNCTION | Value transfer | Type reference (TYPE) | T_FUNCTION | 20100308 |
Method GET_FUNCTIONS on Interface IF_FDT_WD_EDITOR_MODEL has no exception.
Method GET_KEYWORDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_KEYWORD | Value transfer | Type reference (TYPE) | T_KEYWORD | Keywords | 20100309 |
Method GET_KEYWORDS on Interface IF_FDT_WD_EDITOR_MODEL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |