SAP ABAP Class CL_CFX_SO_EDITABLE (Object That Can Be Edited (Displayed))
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM-CFO (Application Component) Collaboration Folders
⤷
CFX_UI (Package) Collaboration Folders: User Interface
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_SCREEN_OBJECT | Any Object that Can Be Displayed on the Screen | 20021203 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_CHECKBOX | Checkbox | 20021203 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_DATE | Date (Input and Output) | 20021203 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_DROPDOWNLISTBOX | Dropdown List | 20021203 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_INPUTFIELD | Entry Field for String | 20021203 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_LINK | Link | 20030117 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_SELECT | Select | 20021203 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_TEXTAREA | Multiple Entry Field for Text | 20021203 |
Properties
| Class | CL_CFX_SO_EDITABLE | |
| Short Description | Object That Can Be Edited (Displayed) | |
| Super Class | CL_CFX_SO_SCREEN_OBJECT | Any Object that Can Be Displayed on the Screen |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CFX_UI | Collaboration Folders: User Interface |
| Created | 20021203 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_CFX_SO_EDITABLE has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CFX_SO_LABEL | 20021203 | Name |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | CFX_SO_TT_SCREEN_OBJECT | List of Screen Objects | 20021204 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CFX_BOOLEAN | Value Must Be Saved | 20030221 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | CFX_BOOLEAN | ABAP_FALSE | If Accessibility Is Activated Set Tab Index | 20021203 | ||
| 4 | Instance attribute | Protected | Type reference (TYPE) | CFX_BOOLEAN | Read Only Allowed? | 20021203 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | CFX_BOOLEAN | Required-Entry Field? | 20021203 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | CFX_STRING | Name (For Query After Request) | 20021203 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | CFX_STRING | Saved Value as String | 20021204 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | CFX_STRING | String Value | 20021204 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20021203 | ||
| 2 | Instance method | Public | Method | Current Data as Table with cl_cfx_go_value | 20030131 | |
| 3 | Instance method | Public | Method | Current Data Persistent? | 20021203 | |
| 4 | Instance method | Public | Method | Change the Dirty Flag | 20030221 |
Events
Class CL_CFX_SO_EDITABLE has no event.
Types
Class CL_CFX_SO_EDITABLE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ESCAPE_LABEL | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | Label: html escape ? | 20021203 | ||
| 2 | I_ID | Call by reference | Type reference (TYPE) | CFX_STRING | html id | 20021203 | |||
| 3 | I_IS_READONLY | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_FALSE | Wert: Nur Anzeige ? | 20021203 | ||
| 4 | I_IS_REQUIRED | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_FALSE | Wert: Mußfeld ? | 20021203 | ||
| 5 | I_LABEL | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Label | 20021203 | |||
| 6 | I_LABEL_TOOLTIP | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Tooltip für Label | 20030313 | |||
| 7 | I_NAME | Call by reference | Type reference (TYPE) | CFX_STRING | Name (zur Abfrage des Werts) | 20021203 | |||
| 8 | I_VALUE_STRING | Call by reference | Type reference (TYPE) | CFX_STRING | Wert als String | 20021204 |
Method CONSTRUCTOR on class CL_CFX_SO_EDITABLE has no exception.
Method GET_GO_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_GO_VALUE | Call by reference | Type reference (TYPE) | CFX_TT_GO_VALUE | Tabelle mit Value Objekten generisches Objekt | 20030131 | |||
| 2 | IP_GO_DATA_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_CFX_GO_DATA_TYPE | Datentyp in cFolders | 20030131 |
Method GET_GO_VALUE on class CL_CFX_SO_EDITABLE has no exception.
Method IS_DIRTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_DIRTY | Value transfer | Type reference (TYPE) | CFX_BOOLEAN | Aktuelle Daten persistent | 20021203 |
Method IS_DIRTY on class CL_CFX_SO_EDITABLE has no exception.
Method SET_DIRTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IS_DIRTY | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Neuer Wert des Dirty flag | 20030221 |
Method SET_DIRTY on class CL_CFX_SO_EDITABLE has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 200 |