SAP ABAP Class CL_CDOCS_FOLDER (CDOCS: Main Files)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-DOC (Application Component) Engineering Documents
     EDMS_SKWF_LAYER (Package) EDMS: Communication with KPRO (SKWF)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CDOCS_COMMON CDOCS: Joint Interface for Documents and Folders 20020322
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CDOCS_DOCUMENT CDOCS: Document 20020322
Properties
Class CL_CDOCS_FOLDER  
Short Description CDOCS: Main Files    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EDMS_SKWF_LAYER   EDMS: Communication with KPRO (SKWF) 
Created 20020322   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_CDOCS_ARCHIVE_BUFFER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CDOCS_COMMON CDOCS: Joint Interface for Documents and Folders 20020322
Friends
# Friend Modeled only Created on Description
1 CL_CDOCS_FACTORY 20020325 CDOCs: Factory for Document
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_LINKED_TO Instance attribute Protected Object reference (TYPE REF TO) IF_CDOCS_COMMON CDOCS: Joint Interface for Documents and Folders 20020628
2 MP_PARENT Instance attribute Protected Object reference (TYPE REF TO) IF_CDOCS_COMMON Parent 20020409
3 MT_CHILDREN Instance attribute Private Type reference (TYPE) TT_CHILDREN CDOCS: List of Documents 20020322
4 MT_DESCRIPTIONS Instance attribute Private Type reference (TYPE) TT_DESCRIPTION 20020408
5 M_CHANGED_AT Instance attribute Protected Type reference (TYPE) TZNTSTMPS SAP System, User Logon Name 20020409
6 M_CHANGED_BY Instance attribute Protected Type reference (TYPE) SY-UNAME UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20020409
7 M_CHILDREN_READ Instance attribute Private Type reference (TYPE) ABAP_BOOL Children Already Read 20020325
8 M_CREATED_AT Instance attribute Protected Type reference (TYPE) TZNTSTMPS UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20020409
9 M_CREATED_BY Instance attribute Protected Type reference (TYPE) SY-UNAME SAP System, User Logon Name 20020409
10 M_DESCRIPTION Instance attribute Protected Type reference (TYPE) SDOK_PROPV Description 20020409
11 M_DOCNAME Instance attribute Protected Type reference (TYPE) EDMS_DOC_NAME Document Name/Number 20020409
12 M_DOCTYPE Instance attribute Protected Type reference (TYPE) SDOK_PROPV Document Category 20020409
13 M_INDEX Instance attribute Protected Type reference (TYPE) SDOK_PROPV Index 20020409
14 M_IS_PERSISTENT Instance attribute Protected Type reference (TYPE) ABAP_BOOL Already Saved 20020409
15 M_LOCKED_BY Instance attribute Protected Type reference (TYPE) UNAME User Name 20020409
16 M_OLD_DOCNAME Instance attribute Protected Type reference (TYPE) EDMS_DOC_NAME Document Name/Number 20020416
17 M_PART Instance attribute Protected Type reference (TYPE) SDOK_PROPV Document Part 20020409
18 M_SKWF_IO Instance attribute Protected Type reference (TYPE) SKWF_IO SKWF Object 20020409
19 M_SKWF_PARENT_IO Instance attribute Protected Type reference (TYPE) SKWF_IO SKWF Object 20020409
20 M_TEXT Instance attribute Protected Type reference (TYPE) STRING Language-Dependent Text 20020409
21 M_USED_BY_APPL Instance attribute Protected Type reference (TYPE) SKWF_APPL Application 20020409
22 M_VERSION Instance attribute Protected Type reference (TYPE) SDOK_PROPV Version 20020409
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COMPONENTS Instance method Protected Method Add Comp. as Attachment or Link 20020328
2 CONSTRUCTOR Instance method Public Constructor Constructor 20020322
3 GET_ATTRIB_FROM_PROPERTY_TAB Instance method Protected Method Fill Attributes from Properties Table 20020325
4 GET_SKWF_IO Instance method Protected Method Fill SWKF_IO 20020322
5 INIT_ATTRIBUTES Instance method Private Method Initialize Attribute 20020429
6 REMOVE_CHILD_INTERNAL Instance method Protected Method Delete Subordinate Node from Internal Table 20020731
7 REMOVE_PARENT Instance method Public Method Initialize MP_PARENT 20041215
8 RENAME Instance method Protected Method Rename Document 20020416
9 SAVE_DESCRIPTIONS Instance method Protected Method Save Language-Dependent Descriptions 20020408
10 SET_PERSISTENT Instance method Protected Method Set Persistent Flag 20020322
11 SET_PROPERTY_TAB_FROM_ATTRIB Instance method Protected Method Set Up Properties Table 20020325
12 UPDATE_CHANGED_AT Instance method Protected Method Changed at Updates 20020416
13 UPDATE_CREATED_AT Instance method Protected Method Created at Updates 20020416
Events
Class CL_CDOCS_FOLDER has no event.
Types
Class CL_CDOCS_FOLDER has no local type.
Method Signatures

Method ADD_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_COMPONENTS Call by reference Type reference (TYPE) CFX_TT_CDOCS_COMMON CDOCS: Liste von Dokumenten 20020328
2 Importing I_AS_LINK Call by reference Type reference (TYPE) ABAP_BOOL Als Link 20020328

Method ADD_COMPONENTS on class CL_CDOCS_FOLDER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) SKWF_APPL Applikation 20020405
2 Importing I_ID Call by reference Type reference (TYPE) SDOK_DOCID ID für Dokumente und Beziehungen 20020322

Method CONSTRUCTOR on class CL_CDOCS_FOLDER has no exception.

Method GET_ATTRIB_FROM_PROPERTY_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROPERTIES Call by reference Type reference (TYPE) SDOKPROPTYS SDOK: Liste von Name-Wert-Paaren 20020325

Method GET_ATTRIB_FROM_PROPERTY_TAB on class CL_CDOCS_FOLDER has no exception.

Method GET_SKWF_IO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IO Value transfer Type reference (TYPE) SKWF_IO KW Framework: Objektschlüssel 20020322

Method GET_SKWF_IO on class CL_CDOCS_FOLDER has no exception.

Method INIT_ATTRIBUTES Signature

Method INIT_ATTRIBUTES on class CL_CDOCS_FOLDER has no parameter.
Method INIT_ATTRIBUTES on class CL_CDOCS_FOLDER has no exception.

Method REMOVE_CHILD_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOCID Call by reference Type reference (TYPE) SDOK_DOCID ID für Dokumente und Beziehungen 20020731

Method REMOVE_CHILD_INTERNAL on class CL_CDOCS_FOLDER has no exception.

Method REMOVE_PARENT Signature

Method REMOVE_PARENT on class CL_CDOCS_FOLDER has no parameter.
Method REMOVE_PARENT on class CL_CDOCS_FOLDER has no exception.

Method RENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) EDMS_DOC_NAME Name 20020416

Method RENAME on class CL_CDOCS_FOLDER has no exception.

Method SAVE_DESCRIPTIONS Signature

Method SAVE_DESCRIPTIONS on class CL_CDOCS_FOLDER has no parameter.
Method SAVE_DESCRIPTIONS on class CL_CDOCS_FOLDER has no exception.

Method SET_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PERSISTENT Call by reference Type reference (TYPE) ABAP_BOOL 20020322

Method SET_PERSISTENT on class CL_CDOCS_FOLDER has no exception.

Method SET_PROPERTY_TAB_FROM_ATTRIB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PROPERTIES Value transfer Type reference (TYPE) SDOKPROPTYS SDOK: Liste von Name-Wert-Paaren 20020325

Method SET_PROPERTY_TAB_FROM_ATTRIB on class CL_CDOCS_FOLDER has no exception.

Method UPDATE_CHANGED_AT Signature

Method UPDATE_CHANGED_AT on class CL_CDOCS_FOLDER has no parameter.
Method UPDATE_CHANGED_AT on class CL_CDOCS_FOLDER has no exception.

Method UPDATE_CREATED_AT Signature

Method UPDATE_CREATED_AT on class CL_CDOCS_FOLDER has no parameter.
Method UPDATE_CREATED_AT on class CL_CDOCS_FOLDER has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 2.0