SAP ABAP Class CL_CFX_MATERIAL (Material 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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ACO_COMMON Common Interface for Authorization Check 20020412
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFS_AUTH_NEEDER Interface for cFolders Authorization 20041207
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFS_STATUS_OBJECT Object Interface for Status Management 20020522
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_ALIAS Alias Names for Objects 20020222
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_COMMON Common Interface for All Objects 20020222
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_DISCUSSIBLE Objects to Which a Discussion Can Be Appended 20021017
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_DOCUMENT Common Interface for All Documents 20020222
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_GO_DATA_PARENT Object Interface for Object with Generic Data 20030130
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_HAS_STATUS Interface for Objects That Can Have a Status 20020522
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_ITERATOR_ELEMENT Common Interface for All Objects That Can Be Iterated 20020222
... Click here to see Used By full list (0 items)
Properties
Class CL_CFX_MATERIAL  
Short Description Material 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 20020222   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 CFXF1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ACO_COMMON Common Interface for Authorization Check 20020412
2 IF_CFS_AUTH_NEEDER Interface for cFolders Authorization 20041207
3 IF_CFS_STATUS_OBJECT Object Interface for Status Management 20020522
4 IF_CFX_ALIAS Alias Names for Objects 20020222
5 IF_CFX_COMMON Common Interface for All Objects 20020222
6 IF_CFX_DISCUSSIBLE Objects to Which a Discussion Can Be Appended 20021017
7 IF_CFX_DOCUMENT Common Interface for All Documents 20020222
8 IF_CFX_GO_DATA_PARENT Object Interface for Object with Generic Data 20030130
9 IF_CFX_HAS_STATUS Interface for Objects That Can Have a Status 20020522
10 IF_CFX_ITERATOR_ELEMENT Common Interface for All Objects That Can Be Iterated 20020222
11 IF_CFX_SEARCHEABLE CFX Search: Interface of Object for Search 20020405
12 IF_CFX_THN Interface for Objects with Thumbnails 20040115
13 IF_CFX_VERSIONING Common Interface for All Versional Documents 20020222
Friends
# Friend Modeled only Created on Description
1 CL_CFX_MATERIAL_VERSION 20020405 Version of a Material
2 CL_CFX_STRUCTURE 20020405 BOM Header
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_DOCUMENT Instance attribute Protected Object reference (TYPE REF TO) CL_CFX_COMMON_DOCUMENT Collaboration Folders Document Class 20020222
2 MP_NEW_VERSION Instance attribute Protected Object reference (TYPE REF TO) CL_CFX_MATERIAL_VERSION New, Not Yet Saved Versions 20020415
3 MT_VERSIONS Instance attribute Protected Type reference (TYPE) CFX_TT_MATERIAL_VERSION_ID Table of All Versions of a Material 20020305
4 SC_NO_MAT_WITH_BOM Constant Public Type reference (TYPE) STRING 'no_mat_with_bom' 20020417
5 SC_UWA Constant Public Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Boolean Type 20050622
Methods
# Method Level Visibility Method type Description Created on
1 CLEANUP_LINKS_AFTER_COPY Instance method Public Method Changes the Linked Document Objects by Area Copy 20020426
2 COMPARE_VERSIONS Instance method Public Method Compares 2 Versions 20020306
3 CREATE Static method Public Method Generates a New Material Instance 20020304
4 CREATE_NOT_PERSISTENT Static method Public Method Generates a New Material Instance 20020418
5 CREATE_VERSION Instance method Public Method Generates Version of a Material 20020304
6 GET_NEW_VERSION Instance method Public Method Version Created in This Session with create_version 20021127
7 GET_STRUCTURE Instance method Public Method Delivers the BOM Header for Material or Nothing 20020313
8 GET_VERSION_FOR_ID Instance method Public Method Determines a Version (Object) 20020429
9 INITIALIZE Static method Public Method Instantiates an Instance of Type Material from the Database 20020306
10 RAISE_CREATED Instance method Private Method 20020306
11 RAISE_CREATED_AS_COPY Instance method Private Method 20020306
12 REGISTER Static method Public Method Registers the Material as Belonging to the Folder 20020306
13 REMOVE_INT_MAT_OF_MPN Static method Public Method 20061201
14 SET_OBJECT_TYPING Instance method Public Method Sets the Category of the Material 20030926
15 SET_STATUS_AUTHORIZATION Instance method Private Method Set the Status Authorization 20030312
16 SET_STRUCTURE Instance method Protected Method Sets the BOM Header for the Material 20020315
17 UNREGISTER Instance method Private Method Registers Structure as Belonging to Folders 20020422
18 UPDATE_VERSION_ID Instance method Protected Method Update of One of the Versions of the Version Table 20020405
Events
Class CL_CFX_MATERIAL has no event.
Types
Class CL_CFX_MATERIAL has no local type.
Method Signatures

Method CLEANUP_LINKS_AFTER_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MAP_ID Call by reference Type reference (TYPE) CFX_TT_MAP_ID Tabelle, die zwei IDs mappt 20020426

Method CLEANUP_LINKS_AFTER_COPY on class CL_CFX_MATERIAL has no exception.

Method COMPARE_VERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_ADDED_DOCUMENTS Call by reference Object reference (TYPE REF TO) CL_CFX_ITERATOR Tabelle aller hinzugefügten Dokumentreferenzen 20020306
2 Exporting EP_REMOVED_DOCUMENTS Call by reference Object reference (TYPE REF TO) CL_CFX_ITERATOR Tabelle aller entfernten Dokumentreferenzen 20020306
3 Exporting ET_CHANGED_ATTRIBUTE_VALUES Call by reference Type reference (TYPE) CFX_TT_ATTRIBUTE_VALUES Tabelle aller Attribute_value Objekte mit Attrib. & Werten 20020510
4 Importing IP_NEWER_VERSION Call by reference Object reference (TYPE REF TO) CL_CFX_MATERIAL_VERSION Version eines Materials 20020306
5 Importing IP_OLDER_VERSION Call by reference Object reference (TYPE REF TO) CL_CFX_MATERIAL_VERSION Version eines Materials 20020306
6 Importing I_BACKEND_SYSTEM Call by reference Type reference (TYPE) CFX_STRING Namespace des Backend Systems 20020415

Method COMPARE_VERSIONS on class CL_CFX_MATERIAL has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_OBJECT_TYPING Call by reference Object reference (TYPE REF TO) CL_CFX_OBJECT_TYPING Objekt - Typisierung 20030114
2 Importing IP_PARENT_FOLDER Call by reference Object reference (TYPE REF TO) CL_CFX_COMMON_FOLDER Mappe für cFolders 20020304
3 Importing I_CLASSNAME Call by reference Type reference (TYPE) SEOCLSNAME CFXF1_SC_CLASS_NAME_CFX_DOC Objekttypname 20041111
4 Importing I_DESCRIPTION Call by reference Type reference (TYPE) CFX_DOCUMENT_DESCRIPTION Beschreibung des Materials 20020304
5 Importing I_NAME Call by reference Type reference (TYPE) CFX_DOCUMENT_NAME Name des Materials 20020304
6 Importing I_USED_BY Call by reference Type reference (TYPE) SKWF_APPL CFXF1_SC_APPLICATION Zu welcher Applikation gehört das Objekt? 20041117
7 Returning RP_MATERIAL Value transfer Object reference (TYPE REF TO) CL_CFX_MATERIAL Materialobjekt 20020304

Method CREATE on class CL_CFX_MATERIAL has no exception.

Method CREATE_NOT_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_PARENT_FOLDER Call by reference Object reference (TYPE REF TO) CL_CFX_COMMON_FOLDER Mappe für cFolders 20020418
2 Importing I_CLASSNAME Call by reference Type reference (TYPE) SEOCLSNAME CFXF1_SC_CLASS_NAME_CFX_DOC Objekttypname 20041111
3 Importing I_DESCRIPTION Call by reference Type reference (TYPE) CFX_DOCUMENT_DESCRIPTION Beschreibung des Materials 20020418
4 Importing I_NAME Call by reference Type reference (TYPE) CFX_DOCUMENT_NAME Name des Materials 20020418
5 Importing I_USED_BY Call by reference Type reference (TYPE) SKWF_APPL CFXF1_SC_APPLICATION Zu welcher Applikation gehört das Objekt? 20041117
6 Returning RP_MATERIAL Value transfer Object reference (TYPE REF TO) CL_CFX_MATERIAL Materialobjekt 20020418

Method CREATE_NOT_PERSISTENT on class CL_CFX_MATERIAL has no exception.

Method CREATE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ATTRIBUTE_VALUES Call by reference Type reference (TYPE) CFX_TT_ATTRIBUTE_VALUE Tabelle von Attributen: (Namespace, ID und Wert) 20020305
2 Importing I_BACKEND_SYSTEM Call by reference Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20020319
3 Importing I_DESCRIPTION Call by reference Type reference (TYPE) STRING Beschreibung der Version 20020304
4 Importing I_NAME Call by reference Type reference (TYPE) SDOK_PROPV Attributausprägung 20020304
5 Returning RP_VERSION Value transfer Object reference (TYPE REF TO) CL_CFX_MATERIAL_VERSION Material Versionsojekt 20020415

Method CREATE_VERSION on class CL_CFX_MATERIAL has no exception.

Method GET_NEW_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_MATERIAL_VERSION Value transfer Object reference (TYPE REF TO) CL_CFX_MATERIAL_VERSION Version eines Materials 20021127

Method GET_NEW_VERSION on class CL_CFX_MATERIAL has no exception.

Method GET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_STRUCTURE Value transfer Object reference (TYPE REF TO) CL_CFX_STRUCTURE Stücklistenkopf 20020422

Method GET_STRUCTURE on class CL_CFX_MATERIAL has no exception.

Method GET_VERSION_FOR_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VERSION_ID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20020429
2 Returning RP_VERSION Value transfer Object reference (TYPE REF TO) CL_CFX_MATERIAL_VERSION Version eines Materials 20020429

Method GET_VERSION_FOR_ID on class CL_CFX_MATERIAL has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_PARENT_FOLDER Call by reference Object reference (TYPE REF TO) CL_CFX_COMMON_FOLDER Mappe für Collaboration Folders 20020306
2 Importing I_DOCUMENT_GUID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20020306
3 Returning RP_MATERIAL Value transfer Object reference (TYPE REF TO) CL_CFX_MATERIAL Material in cFolders 20020306

Method INITIALIZE on class CL_CFX_MATERIAL has no exception.

Method RAISE_CREATED Signature

Method RAISE_CREATED on class CL_CFX_MATERIAL has no parameter.
Method RAISE_CREATED on class CL_CFX_MATERIAL has no exception.

Method RAISE_CREATED_AS_COPY Signature

Method RAISE_CREATED_AS_COPY on class CL_CFX_MATERIAL has no parameter.
Method RAISE_CREATED_AS_COPY on class CL_CFX_MATERIAL has no exception.

Method REGISTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_MATERIAL Call by reference Object reference (TYPE REF TO) CL_CFX_MATERIAL Material in cFolders 20020306

Method REGISTER on class CL_CFX_MATERIAL has no exception.

Method REMOVE_INT_MAT_OF_MPN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolean Type 20061201
2 Exporting E_MSG_ID Call by reference Type reference (TYPE) STRING 20061201
3 Exporting E_MSG_TXT Call by reference Type reference (TYPE) STRING 20061201
4 Importing I_MPN_ID Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20061201

Method REMOVE_INT_MAT_OF_MPN on class CL_CFX_MATERIAL has no exception.

Method SET_OBJECT_TYPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_OBJECT_TYPING Call by reference Object reference (TYPE REF TO) CL_CFX_OBJECT_TYPING Objekt - Typisierung 20030926

Method SET_OBJECT_TYPING on class CL_CFX_MATERIAL has no exception.

Method SET_STATUS_AUTHORIZATION Signature

Method SET_STATUS_AUTHORIZATION on class CL_CFX_MATERIAL has no parameter.
Method SET_STATUS_AUTHORIZATION on class CL_CFX_MATERIAL has no exception.

Method SET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STRUCTURE Call by reference Object reference (TYPE REF TO) CL_CFX_STRUCTURE Stücklistenkopf 20020315

Method SET_STRUCTURE on class CL_CFX_MATERIAL has no exception.

Method UNREGISTER Signature

Method UNREGISTER on class CL_CFX_MATERIAL has no parameter.
Method UNREGISTER on class CL_CFX_MATERIAL has no exception.

Method UPDATE_VERSION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_VERSION Call by reference Object reference (TYPE REF TO) CL_CFX_MATERIAL_VERSION Version eines Materials 20020405

Method UPDATE_VERSION_ID on class CL_CFX_MATERIAL has no exception.
Meta Relationship - Using (full list)
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ACO_COMMON Common Interface for Authorization Check 20020412
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFS_AUTH_NEEDER Interface for cFolders Authorization 20041207
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFS_STATUS_OBJECT Object Interface for Status Management 20020522
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_ALIAS Alias Names for Objects 20020222
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_COMMON Common Interface for All Objects 20020222
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_DISCUSSIBLE Objects to Which a Discussion Can Be Appended 20021017
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_DOCUMENT Common Interface for All Documents 20020222
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_GO_DATA_PARENT Object Interface for Object with Generic Data 20030130
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_HAS_STATUS Interface for Objects That Can Have a Status 20020522
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_ITERATOR_ELEMENT Common Interface for All Objects That Can Be Iterated 20020222
11 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_SEARCHEABLE CFX Search: Interface of Object for Search 20020405
12 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_THN Interface for Objects with Thumbnails 20040115
13 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_VERSIONING Common Interface for All Versional Documents 20020222
History
Last changed by/on SAP  20141109 
SAP Release Created in 2.0