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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_CFX_UI_MSG 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 MT_CONTENT Instance attribute Protected Type reference (TYPE) CFX_SO_TT_SCREEN_OBJECT List of Screen Objects 20021204
2 M_FORCE_DIRTY Instance attribute Protected Type reference (TYPE) CFX_BOOLEAN Value Must Be Saved 20030221
3 M_HAS_TABINDEX Instance attribute Protected Type reference (TYPE) CFX_BOOLEAN ABAP_FALSE If Accessibility Is Activated Set Tab Index 20021203
4 M_IS_READONLY Instance attribute Protected Type reference (TYPE) CFX_BOOLEAN Read Only Allowed? 20021203
5 M_IS_REQUIRED Instance attribute Protected Type reference (TYPE) CFX_BOOLEAN Required-Entry Field? 20021203
6 M_NAME Instance attribute Protected Type reference (TYPE) CFX_STRING Name (For Query After Request) 20021203
7 M_PERSISTENT_VALUE_STRING Instance attribute Protected Type reference (TYPE) CFX_STRING Saved Value as String 20021204
8 M_VALUE_STRING Instance attribute Protected Type reference (TYPE) CFX_STRING String Value 20021204
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20021203
2 GET_GO_VALUE Instance method Public Method Current Data as Table with cl_cfx_go_value 20030131
3 IS_DIRTY Instance method Public Method Current Data Persistent? 20021203
4 SET_DIRTY 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 Importing I_ESCAPE_LABEL Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Label: html escape ? 20021203
2 Importing I_ID Call by reference Type reference (TYPE) CFX_STRING html id 20021203
3 Importing I_IS_READONLY Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_FALSE Wert: Nur Anzeige ? 20021203
4 Importing I_IS_REQUIRED Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_FALSE Wert: Mußfeld ? 20021203
5 Importing I_LABEL Call by reference Type reference (TYPE) CFX_T_TEXT Label 20021203
6 Importing I_LABEL_TOOLTIP Call by reference Type reference (TYPE) CFX_T_TEXT Tooltip für Label 20030313
7 Importing I_NAME Call by reference Type reference (TYPE) CFX_STRING Name (zur Abfrage des Werts) 20021203
8 Importing 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 Changing CT_GO_VALUE Call by reference Type reference (TYPE) CFX_TT_GO_VALUE Tabelle mit Value Objekten generisches Objekt 20030131
2 Importing 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 Returning 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 Importing 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