SAP ABAP Class CL_CFX_GO_PROPERTY_VALUE (Property Values Generic Object 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_PROPERTY_VALUE | |
Short Description | Property Values Generic Object 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 | 20030108 | 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) |
Interfaces
Class CL_CFX_GO_PROPERTY_VALUE has no interface implemented.
Friends
Class CL_CFX_GO_PROPERTY_VALUE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CFX_GO_FIELD_VALUE | Field with Values Generic Object | 20030108 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CFX_GENERIC_OBJECT_DATA | Data of Generic Object | 20030108 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CFX_GO_PROPERTY | Property in cFolders | 20030108 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CFX_TT_GO_FIELD_VALUE | Table with Fields and Values as Object | 20030108 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CFX_STRING | Object ID | 20030131 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20030110 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Generates New Value Object in Field Values | 20030113 |
2 | ![]() |
Instance method | Public | Method | Checks the Property Value | 20030113 |
3 | ![]() |
Instance method | Public | Constructor | Constructor | 20030108 |
4 | ![]() |
Instance method | Public | Method | Returns the Field Values | 20030108 |
5 | ![]() |
Instance method | Public | Method | Returns Field Value for a Field | 20030324 |
6 | ![]() |
Instance method | Public | Method | Returns Relevant Data Object | 20031212 |
7 | ![]() |
Instance method | Public | Method | Returns the Internal, Non-Persistent ID | 20030131 |
8 | ![]() |
Instance method | Public | Method | Returns Label Value | 20030108 |
9 | ![]() |
Instance method | Public | Method | Returns the Property | 20030113 |
10 | ![]() |
Instance method | Public | Method | Returns the Template Number | 20030113 |
11 | ![]() |
Instance method | Public | Method | Initializes Property Value | 20030207 |
12 | ![]() |
Instance method | Public | Method | Checks Whether at Least One Field Can Be Changed | 20030225 |
13 | ![]() |
Instance method | Public | Method | Cleanses Empty Values from the Fields of the Property Value | 20030120 |
14 | ![]() |
Instance method | Public | Method | Sets the Template Number | 20030211 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | INITIALIZED | Instance Event (0) |
Public (2) |
Object Was Initialized with Default Values | 20031212 |
Types
Class CL_CFX_GO_PROPERTY_VALUE has no local type.
Method Signatures
Method ADD_MULTIPLE_FIELD_VALUE Signature
Method ADD_MULTIPLE_FIELD_VALUE on class CL_CFX_GO_PROPERTY_VALUE has no parameter.
Method ADD_MULTIPLE_FIELD_VALUE on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CHECK_LEVEL | Call by reference | Type reference (TYPE) | CFX_TS_CHECK_LEVEL | Welche Checks sollen durchgeführt werden ? | 20030127 |
Method CHECK on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_CFX_GENERIC_OBJECT_DATA | Daten generisches Objekt | 20030108 | ||
2 | ![]() |
IP_PROPERTY | Call by reference | Object reference (TYPE REF TO) | CL_CFX_GO_PROPERTY | Property in cFolders | 20030108 | ||
3 | ![]() |
IP_PROPERTY_VALUE_LIST | Call by reference | Object reference (TYPE REF TO) | CL_CFX_GO_PROPERTY_VALUE_LIST | Propertylistenwerte generisches Objekt in cFolders | 20030311 | ||
4 | ![]() |
I_TEMPLATE_NUMBER | Call by reference | Type reference (TYPE) | I | 20030110 |
Method CONSTRUCTOR on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method GET_FIELD_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHECK_READABLE | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | Nur lesbare Felder zurückgeben | 20030127 | |
2 | ![]() |
RT_FIELD_VALUE | Value transfer | Type reference (TYPE) | CFX_TT_GO_FIELD_VALUE | Tabelle mit Feldern und Werten | 20030108 |
Method GET_FIELD_VALUES on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method GET_FIELD_VALUE_FOR_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_FIELD | Call by reference | Object reference (TYPE REF TO) | CL_CFX_GO_FIELD | Felder in cFolders | 20030324 | ||
2 | ![]() |
I_CHECK_READABLE | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | Boolscher Typ | 20030324 | |
3 | ![]() |
RP_FIELD_VALUE | Value transfer | Object reference (TYPE REF TO) | CL_CFX_GO_FIELD_VALUE | Feld mit Werten generisches Objekt | 20030324 |
Method GET_FIELD_VALUE_FOR_FIELD on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method GET_GENERIC_OBJECT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RP_GENERIC_OBJECT_DATA | Value transfer | Object reference (TYPE REF TO) | CL_CFX_GENERIC_OBJECT_DATA | Daten generisches Objekt | 20031212 |
Method GET_GENERIC_OBJECT_DATA on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method GET_INT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_INT_ID | Value transfer | Type reference (TYPE) | CFX_STRING | Interne Id des Objektes | 20030131 |
Method GET_INT_ID on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method GET_LABEL_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHECK_READABLE | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | Nur lesbare Felder ? | 20030127 | |
2 | ![]() |
RP_LABEL_VALUE | Value transfer | Object reference (TYPE REF TO) | CL_CFX_GO_FIELD_VALUE | Feld mit Werten generisches Objekt | 20030108 |
Method GET_LABEL_VALUE on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method GET_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RP_PROPERTY | Value transfer | Object reference (TYPE REF TO) | CL_CFX_GO_PROPERTY | Property in cFolders | 20030113 |
Method GET_PROPERTY on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method GET_TEMPLATE_NUMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TEMPLATE_NUMBER | Value transfer | Type reference (TYPE) | I | 20030113 |
Method GET_TEMPLATE_NUMBER on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_CFX_GO_PROPERTY_VALUE has no parameter.
Method INITIALIZE on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method IS_CHANGEABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_IS_CHANGEABLE | Value transfer | Type reference (TYPE) | CFX_BOOLEAN | Zeichenkette für Collaboration Folders | 20030225 |
Method IS_CHANGEABLE on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method RESOLVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DELETE | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20030120 |
Method RESOLVE on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Method SET_TEMPLATE_NUMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TEMPLATE_NUMBER | Call by reference | Type reference (TYPE) | I | 20030211 |
Method SET_TEMPLATE_NUMBER on class CL_CFX_GO_PROPERTY_VALUE has no exception.
Event Signatures
Event INITIALIZED Signature
Event INITIALIZED on class CL_CFX_GO_PROPERTY_VALUE has no parameter.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 200 |