SAP ABAP Class CL_GUI_ECATT_XML_TEXTEDIT (eCATT XML Text Editor Class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷ SECATT_GUI (Package) eCATT GUI Objects
⤷ BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷ SECATT_GUI (Package) eCATT GUI Objects
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GUI_XML_TEXTEDIT | XML Text Editor Basis Class | 20020121 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GUI_ECATT_XML_EVENTS | Interface for Events | 20020123 |
Properties
Class | CL_GUI_ECATT_XML_TEXTEDIT | |
Short Description | eCATT XML Text Editor Class | |
Super Class | CL_GUI_XML_TEXTEDIT | XML Text Editor Basis Class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SECATT_GUI | eCATT GUI Objects |
Created | 20020121 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GUI_ECATT_XML_TEXTEDIT has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GUI_ECATT_XML_EVENTS | Interface for Events | 20020123 |
Friends
Class CL_GUI_ECATT_XML_TEXTEDIT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | A_SHOW_INDEX | Instance attribute | Private | Type reference (TYPE) | ETONOFF | eCATT Switch On/Off | 20060620 | ||
2 | A_SHOW_NODE_NAME | Instance attribute | Private | Type reference (TYPE) | ETONOFF | Node Names Are Displayed | 20060531 | ||
3 | IS_REF | Instance attribute | Protected | Type reference (TYPE) | ETONOFF | Is It a Parameter Reference? | 20020129 | ||
4 | NO_PARAMS | Instance attribute | Private | Type reference (TYPE) | ETONOFF | No Parameter References for Current Node | 20020417 | ||
5 | PROPERTIES | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_XML_PROPERTIES | XML Editor Properties | 20020225 | ||
6 | XML_CHANGED | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ECATT_TEXT_CHANGED | Change Log | 20020814 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CHOP | Static method | Public | Method | Delete Quotation Mark | 20020205 |
2 | CONSTRUCTOR | Instance method | Public | Constructor | Constructor | 20020121 |
3 | GET_PROPERTIES | Instance method | Public | Method | 20021105 | |
4 | PROCESS_PARAM | Instance method | Private | Method | Determine and Process Parameter Reference | 20020322 |
5 | PROCESS_VALUE | Instance method | Private | Method | Process Value | 20020322 |
6 | QUOTE | Static method | Public | Method | Set Quotation Mark | 20020205 |
7 | RESET | Instance method | Public | Method | Refresh Text Editor | 20020814 |
8 | SET_PROPERTIES | Instance method | Public | Method | 20021105 |
Events
Class CL_GUI_ECATT_XML_TEXTEDIT has no event.
Types
Class CL_GUI_ECATT_XML_TEXTEDIT has no local type.
Method Signatures
Method CHOP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CH_VALUE | Call by reference | Type reference (TYPE) | ETDOM_NAME | Name eines Knotens im DOM | 20020205 | ||
2 | Exporting | EX_LAST | Call by reference | Type reference (TYPE) | I | Position des letzten Anführungszeichens | 20020322 | ||
3 | Exporting | EX_REMOVED | Call by reference | Type reference (TYPE) | ETONOFF | Anführungszeichen wurden entfernt | 20020205 | ||
4 | Exporting | EX_UNMATCHED_QUOTE | Call by reference | Type reference (TYPE) | ETONOFF | Anführungszeichen wurde nicht intern verdoppelt | 20040218 |
Method CHOP on class CL_GUI_ECATT_XML_TEXTEDIT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_CONTROL | Call by reference | Object reference (TYPE REF TO) | CL_GUI_TEXTEDIT | SAP TextEdit Control | 20020123 | ||
2 | Importing | IM_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container fuer Custom Controls in der Dynpro Area | 20020123 | ||
3 | Importing | IM_PROPERTIES | Call by reference | Object reference (TYPE REF TO) | CL_GUI_XML_PROPERTIES | Eigenschaften des XML-Editors | 20020225 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_ECATT_GUI_XML | eCatt GUI XML Editor Ausnahmen | 20020306 |
Method GET_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RE_PROPERTIES | Value transfer | Object reference (TYPE REF TO) | CL_GUI_XML_PROPERTIES | Eigenschaften des XML-Editors | 20021105 |
Method GET_PROPERTIES on class CL_GUI_ECATT_XML_TEXTEDIT has no exception.
Method PROCESS_PARAM Signature
Method PROCESS_PARAM on class CL_GUI_ECATT_XML_TEXTEDIT has no parameter.
Method PROCESS_PARAM on class CL_GUI_ECATT_XML_TEXTEDIT has no exception.
Method PROCESS_VALUE Signature
Method PROCESS_VALUE on class CL_GUI_ECATT_XML_TEXTEDIT has no parameter.
Method PROCESS_VALUE on class CL_GUI_ECATT_XML_TEXTEDIT has no exception.
Method QUOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CH_VALUE | Call by reference | Type reference (TYPE) | ETDOM_NAME | Name eines Knotens im DOM | 20020205 | ||
2 | Exporting | EX_CHANGED | Call by reference | Type reference (TYPE) | ETONOFF | Wert wurde geändert | 20020503 | ||
3 | Exporting | EX_DOUBLED | Call by reference | Type reference (TYPE) | ETONOFF | innere Anführungszeichen wurden verdoppelt | 20020613 |
Method QUOTE on class CL_GUI_ECATT_XML_TEXTEDIT has no exception.
Method RESET Signature
Method RESET on class CL_GUI_ECATT_XML_TEXTEDIT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_ECATT_GUI_XML | eCatt GUI XML Editor Ausnahmen | 20020814 |
Method SET_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_PROPERTIES | Call by reference | Object reference (TYPE REF TO) | CL_GUI_XML_PROPERTIES | Eigenschaften des XML-Editors | 20021105 |
Method SET_PROPERTIES on class CL_GUI_ECATT_XML_TEXTEDIT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 630 |