SAP ABAP Class CL_CFX_GO_FIELD (Fields in cFolders)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_FOLDERS (Package) Collaboration Folders: Folder and Documents
Properties
Class CL_CFX_GO_FIELD  
Short Description Fields in cFolders    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_FOLDERS   Collaboration Folders: Folder and Documents 
Created 20021205   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CFX_GO_FIELD has no forward declaration.
Interfaces
Class CL_CFX_GO_FIELD has no interface implemented.
Friends
Class CL_CFX_GO_FIELD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_DATA_TYPE Instance attribute Private Object reference (TYPE REF TO) CL_CFX_GO_DATA_TYPE Data Type in cFolders 20021212
2 MP_LABEL Instance attribute Private Object reference (TYPE REF TO) CL_CFX_GO_TEXT Label of the Field as Object 20021212
3 MT_DEFAULT_VALUE Instance attribute Private Type reference (TYPE) CFX_TT_GO_VALUE Table with Default Values 20021205
4 MT_FIELDGROUP Instance attribute Private Type reference (TYPE) CFX_TT_GO_FIELDGROUP Table with Field Groups 20021212
5 M_DISPLAY_LINES Instance attribute Private Type reference (TYPE) I Number of Displayed Rows 20021205
6 M_HAS_MULTIPLE_VALUES Instance attribute Private Type reference (TYPE) CFX_BOOLEAN Does the Field Have Several Values? 20021212
7 M_ID Instance attribute Private Type reference (TYPE) CFX_T_EXTERNAL_ID Character String for Collaboration Folders 20021211
8 M_INT_ID Instance attribute Private Type reference (TYPE) CFX_STRING Object ID 20030228
9 M_IS_CONSTANT Instance attribute Private Type reference (TYPE) CFX_BOOLEAN Is the Field Constant (=Can No Longer Be Changed) 20021205
10 M_IS_ENTRY_REQUIRED Instance attribute Private Type reference (TYPE) CFX_BOOLEAN Is Entry Required? 20021205
11 M_NAMESPACE Instance attribute Private Type reference (TYPE) CFX_T_EXTERNAL_NAMESPACE Character String for Collaboration Folders 20021211
12 M_VISIBILITY Instance attribute Private Type reference (TYPE) CFX_STRING Visibility of Field 20030731
13 SC_MPN_INT_MATERIAL Constant Public Type reference (TYPE) CFX_T_EXTERNAL_ID 'Material' 20060920
14 SC_VISIBLE_EXTERNAL Constant Public Type reference (TYPE) CFX_STRING 'external' Visible Externally 20030815
15 SC_VISIBLE_INTERNAL Constant Public Type reference (TYPE) CFX_STRING 'internal' Visible Internally 20030815
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20021211
2 GET_DATA_TYPE Instance method Public Method Returns the Data Type 20030107
3 GET_DEFAULT_VALUES Instance method Public Method Returns Table of Default Values 20021205
4 GET_DISPLAY_LINES Instance method Public Method Returns the Number of Displayed Rows 20021205
5 GET_FIELDGROUPS Instance method Public Method Returns the Linked Field Groups 20030107
6 GET_IDENTIFIER Instance method Public Method Returns External ID and Namespace 20021211
7 GET_INT_ID Instance method Public Method Returns the Internal, Non-Persistent ID 20030228
8 GET_LABEL Instance method Public Method Returns the Label of the Field 20021205
9 GET_VISIBILITY Instance method Public Method Returns Visibility of Field 20030731
10 HAS_MULTIPLE_VALUES Instance method Public Method Can Several Values Exist 20030107
11 IS_CONSTANT Instance method Public Method Is the Field Content Constant (= Cannot Be Changed)? 20021205
12 IS_ENTRY_REQUIRED Instance method Public Method Is a Field Content Required? 20021205
Events
Class CL_CFX_GO_FIELD has no event.
Types
Class CL_CFX_GO_FIELD 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 IP_DATA_TYPE Call by reference Object reference (TYPE REF TO) CL_CFX_GO_DATA_TYPE Datentyp in cFolders 20021211
2 Importing IP_LABEL Call by reference Object reference (TYPE REF TO) CL_CFX_GO_TEXT Texte für generische Objekte in cFolders 20021212
3 Importing IT_DEFAULT_VALUE Call by reference Type reference (TYPE) CFX_TT_GO_VALUE Tabelle mit Value Objekten generisches Objekt 20021211
4 Importing IT_FIELDGROUP Call by reference Type reference (TYPE) CFX_TT_GO_FIELDGROUP Tabelle mit Feldgruppen 20021211
5 Importing I_DISPLAY_LINES Call by reference Type reference (TYPE) I 20021211
6 Importing I_HAS_MULTIPLE_VALUES Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20021211
7 Importing I_ID Call by reference Type reference (TYPE) CFX_T_EXTERNAL_ID Zeichenkette für Collaboration Folders 20021211
8 Importing I_IS_CONSTANT Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20021211
9 Importing I_IS_ENTRY_REQUIRED Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20021211
10 Importing I_NAMESPACE Call by reference Type reference (TYPE) CFX_T_EXTERNAL_NAMESPACE Zeichenkette für Collaboration Folders 20021211
11 Importing I_VISIBILITY Call by reference Type reference (TYPE) CFX_STRING 20030731

Method CONSTRUCTOR on class CL_CFX_GO_FIELD has no exception.

Method GET_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_DATA_TYPE Value transfer Object reference (TYPE REF TO) CL_CFX_GO_DATA_TYPE Datentyp in cFolders 20030107

Method GET_DATA_TYPE on class CL_CFX_GO_FIELD has no exception.

Method GET_DEFAULT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEFAULT_VALUE Value transfer Type reference (TYPE) CFX_TT_GO_VALUE 20030124

Method GET_DEFAULT_VALUES on class CL_CFX_GO_FIELD has no exception.

Method GET_DISPLAY_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DISPLAY_LINES Value transfer Type reference (TYPE) I 20021205

Method GET_DISPLAY_LINES on class CL_CFX_GO_FIELD has no exception.

Method GET_FIELDGROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDGROUP Value transfer Type reference (TYPE) CFX_TT_GO_FIELDGROUP Tabelle mit Feldgruppen 20030107

Method GET_FIELDGROUPS on class CL_CFX_GO_FIELD has no exception.

Method GET_IDENTIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ID Call by reference Type reference (TYPE) CFX_T_EXTERNAL_ID Zeichenkette für Collaboration Folders 20021211
2 Exporting E_NAMESPACE Call by reference Type reference (TYPE) CFX_T_EXTERNAL_NAMESPACE Zeichenkette für Collaboration Folders 20021211

Method GET_IDENTIFIER on class CL_CFX_GO_FIELD has no exception.

Method GET_INT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INT_ID Value transfer Type reference (TYPE) CFX_STRING Interne, nicht persistente Id des Objektes 20030228

Method GET_INT_ID on class CL_CFX_GO_FIELD has no exception.

Method GET_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_LABEL Value transfer Object reference (TYPE REF TO) CL_CFX_GO_TEXT Texte für generische Objekte in cFolders 20021205

Method GET_LABEL on class CL_CFX_GO_FIELD has no exception.

Method GET_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VISIBILITY Value transfer Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20030731

Method GET_VISIBILITY on class CL_CFX_GO_FIELD has no exception.

Method HAS_MULTIPLE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_MULTIPLE_VALUES Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20030107

Method HAS_MULTIPLE_VALUES on class CL_CFX_GO_FIELD has no exception.

Method IS_CONSTANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_CONSTANT Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20021205

Method IS_CONSTANT on class CL_CFX_GO_FIELD has no exception.

Method IS_ENTRY_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_ENTRY_REQUIRED Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20021205

Method IS_ENTRY_REQUIRED on class CL_CFX_GO_FIELD has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200