SAP ABAP Interface IF_DPR_COLL_MODEL (Interface: for Model Class)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-DOC (Application Component) Documents
     DEVELOPMENT_PROJECTS_COLLABORA (Package) Project Management - Collaborations
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DPR_COLL_MODEL Model Class for Collaborations (EDMS) 20020606
Properties
Interface IF_DPR_COLL_MODEL  
Short Description Interface: for Model Class    
General Data
Package DEVELOPMENT_PROJECTS_COLLABORA   Project Management - Collaborations 
Created 20020606   SAP 
Last changed 20141109    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_DPR_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_DPR_COLL_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Interface IF_DPR_COLL_MODEL has no interface.
Friends
Interface IF_DPR_COLL_MODEL has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_AUTHORIZATION Instance attribute Private Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Information About Authorization Subject 20020610
2 MR_DPR_DATA Instance attribute Private Object reference (TYPE REF TO) IF_DPR_COMMON Development Projects: Interface for All Application Objects 20020611
3 MR_PARENT Instance attribute Public Object reference (TYPE REF TO) IF_DPR_COLL_MODEL Interface: for Model Class 20020606
4 MR_PROXY Instance attribute Public Object reference (TYPE REF TO) IF_DPR_COLL_PROXY Interface: Proxy for EDMS/CFX Objects 20020622
5 MR_XREF_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_DPR_COLL_MODEL Reference to Other Model Class 20020610
6 MT_CHILDREN Instance attribute Public Type reference (TYPE) DPR_TT_COLL_MODEL_HASH Table of References to IF_DPR_COLL_MODEL 20020606
7 MV_DESTINATION Instance attribute Private Type reference (TYPE) RFC_DEST SAPOSCOL destination 20020609
8 MV_GUID Instance attribute Public Type reference (TYPE) DPR_TV_GUID Application Object GUID 20020606
9 MV_IS_THUMBNAIL Instance attribute Public Type reference (TYPE) DPR_TV_IS_THUMBNAIL Document is a Thumbnail 20090819
10 MV_LEVEL Instance attribute Public Type reference (TYPE) I Hierarchy Level 20020606
11 MV_UPD_IND Instance attribute Private Type reference (TYPE) CHAR1 Update Indicator 20020619
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_HIERARCHY_FOR_ROOT Instance method Public Method Build hierarchy 20020606
2 DELETE Instance method Public Method Delete Nodes (With Lower-Level Nodes) 20020628
3 DELETE_CHILD Instance method Public Method Delete Child Under Node 20020619
4 FREE Instance method Public Method Destructor 20030422
5 GET_ITERATOR Instance method Public Method Get Reference to Iterator 20020606
6 GET_UPDATE_INDICATOR Instance method Public Method Get Update Indicator 20020619
7 HAS_CHILDREN Instance method Public Method has children? 20020606
8 REGISTER_AS_CHILD Instance method Public Method Create Child for a Node 20020628
9 SET_DATA Instance method Public Method Sets MR_CFX_MODEL 20020622
10 SET_PARENT Instance method Public Method Set Parent Instance 20020610
11 SET_UPDATE_INDICATOR Instance method Public Method Set the Update Indicator 20020619
Events
# Event Type Visibility Description Created on
1 CHANGED Instance Event
(0)
Private
(0)
Changes to Objects in Model Class 20030314
2 CREATED Static Event
(1)
Public
(2)
Model instance was created 20030228
3 DELETED Instance Event
(0)
Public
(2)
Model instance was deleted 20030228
4 MOVED Instance Event
(0)
Public
(2)
Objects in Model Class Were Moved 20041026
Types
Interface IF_DPR_COLL_MODEL has no local type.
Method Signatures

Method CREATE_HIERARCHY_FOR_ROOT Signature

Method CREATE_HIERARCHY_FOR_ROOT on Interface IF_DPR_COLL_MODEL has no parameter.
Method CREATE_HIERARCHY_FOR_ROOT on Interface IF_DPR_COLL_MODEL has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT_DELETED Call by reference Type reference (TYPE) BOOLE_D CL_DPR_CO=>SC_TRUE 'X' = Event IF_DPR_COLL_MODEL->DELETED auslösen 20040323

Method DELETE on Interface IF_DPR_COLL_MODEL has no exception.

Method DELETE_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CHILD_TO_DELETE Call by reference Object reference (TYPE REF TO) IF_DPR_COLL_MODEL Interface: für Modelklasse 20020619

Method DELETE_CHILD on Interface IF_DPR_COLL_MODEL has no exception.

Method FREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WITH_CHILDREN Call by reference Type reference (TYPE) BOOLE_D CL_DPR_CO=>SC_TRUE Mit Kindern ('X') 20030422

Method FREE on Interface IF_DPR_COLL_MODEL has no exception.

Method GET_ITERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ITERATOR Call by reference Type reference (TYPE) ANY Interface: Iterator für Objektdaten im View 20020606

Method GET_ITERATOR on Interface IF_DPR_COLL_MODEL has no exception.

Method GET_UPDATE_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_UPD_IND Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20020619

Method GET_UPDATE_INDICATOR on Interface IF_DPR_COLL_MODEL has no exception.

Method HAS_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_CHILDREN Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20020606

Method HAS_CHILDREN on Interface IF_DPR_COLL_MODEL has no exception.

Method REGISTER_AS_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) IF_DPR_COLL_MODEL Interface: für Modelklasse 20020628
2 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) IF_DPR_COLL_PROXY Interface: Proxy für EDMS/CFX-Objekte 20020628
3 Importing IV_DESTINATION Call by reference Type reference (TYPE) RFCDEST logische Destination (Wird bei Funktionsaufruf angegeben) 20020628
4 Importing IV_FORCE_REGISTRATION Call by reference Type reference (TYPE) BOOLEAN 'X' = Registrierung erzwingen 20051004
5 Importing IV_LEVEL Call by reference Type reference (TYPE) I 20020628

Method REGISTER_AS_CHILD on Interface IF_DPR_COLL_MODEL has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROXY Call by reference Object reference (TYPE REF TO) IF_DPR_COLL_PROXY Interface: Proxy für EDMS/CFX-Objekte 20020622

Method SET_DATA on Interface IF_DPR_COLL_MODEL has no exception.

Method SET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) IF_DPR_COLL_MODEL Interface: für Modelklasse 20020610

Method SET_PARENT on Interface IF_DPR_COLL_MODEL has no exception.

Method SET_UPDATE_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UPD_IND Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20020619

Method SET_UPDATE_INDICATOR on Interface IF_DPR_COLL_MODEL has no exception.
Event Signatures

Event CHANGED Signature
Event CHANGED on Interface IF_DPR_COLL_MODEL has no parameter.
Event CREATED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ER_COLL_MODEL Exporting Value transfer Object reference (TYPE REF TO) IF_DPR_COLL_MODEL Interface: für Modelklasse 20030228

Event DELETED Signature
Event DELETED on Interface IF_DPR_COLL_MODEL has no parameter.
Event MOVED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IS_TARGET Exporting Value transfer Type reference (TYPE) SIBFLPORB Target für MOVE 20041026
History
Last changed by/on SAP  20141109 
SAP Release Created in 200