SAP ABAP Interface IF_CDOCS_COMMON (CDOCS: Joint Interface for Documents and Folders)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CDOCS_FOLDER CDOCS: Main Files 20020322
Properties
Interface IF_CDOCS_COMMON  
Short Description CDOCS: Joint Interface for Documents and Folders    
General Data
Package EDMS_SKWF_LAYER   EDMS: Communication with KPRO (SKWF) 
Created 20020321   SAP 
Last changed 20141109    
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)
Interfaces
Interface IF_CDOCS_COMMON has no interface.
Friends
Interface IF_CDOCS_COMMON has no friend.
Attributes
Interface IF_CDOCS_COMMON has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method Include New Document/Folder in Structure 20020321
2 ADD_CHILDREN Instance method Public Method Include New Documents/Folders in Structure 20020325
3 ADD_FILE Instance method Public Method Assign File to Document 20020321
4 CHECK_EXISTENCE Instance method Public Method Does document exist? 20020328
5 CHECK_NAME_IN_FOLDER Instance method Public Method Uniqueness of Document/Folder in a Folder 20020321
6 COPY Instance method Public Method Copy document 20020514
7 CREATE_LINK Instance method Public Method Create Link in Folder 20020322
8 CREATE_LINKS Instance method Public Method Create Links in Folder 20020325
9 CREATE_NEW_VERSION Instance method Public Method Create New Document Version 20020321
10 DELETE Instance method Public Method Delete Document 20020325
11 DEQUEUE Instance method Public Method Unlock document 20020321
12 ENQUEUE Instance method Public Method Lock document 20020321
13 GET_ACTUAL_FILE Instance method Public Method Determine Current Content Version 20020422
14 GET_CHANGED_AT Instance method Public Method Changed On 20020410
15 GET_CHANGED_BY Instance method Public Method Changed by 20020410
16 GET_CHILDREN Instance method Public Method Determine Subordinate Documents/Folders 20020321
17 GET_CREATED_AT Instance method Public Method Created On 20020410
18 GET_CREATED_BY Instance method Public Method Created By 20020410
19 GET_DESCRIPTION Instance method Public Method Return Document Description 20020322
20 GET_DESCRIPTIONS Instance method Public Method Read Language-Dependent Document Descriptions 20020408
21 GET_DOC_INDEX Instance method Public Method Return Document Index 20020322
22 GET_DOC_PART Instance method Public Method Return Document Sheet 20020408
23 GET_DOC_TYPE Instance method Public Method Return Document Type 20020322
24 GET_DOC_VERSION Instance method Public Method Return Document Version 20020322
25 GET_FILES Instance method Public Method List of All Content Versions 20020321
26 GET_FILESIZE Instance method Public Method Determine Document/File Size 20020606
27 GET_ID Instance method Public Method Document ID 20020322
28 GET_INDEX_LIST Instance method Public Method List of all Document Indices 20020321
29 GET_LINKED_TO Instance method Public Method Determine Reference to Original for Link 20020628
30 GET_LOIO_CLASS Instance method Public Method LOIO Class 20020322
31 GET_NAME Instance method Public Method Return Document Name 20020326
32 GET_PARENT Instance method Public Method Retrieve Parent Object 20020322
33 GET_PATH_IN_FOLDER Instance method Public Method Read Path in Folder 20020414
34 GET_PROPERTIES Instance method Public Method Read KPro Attributes 20020405
35 GET_TEXT Instance method Public Method Return Document Text 20020408
36 GET_USED_BY_APPLICATION Instance method Public Method Application (CFX, EDMS) 20020405
37 GET_VERSION_LIST Instance method Public Method List of All Document Versions 20020321
38 HAS_CHILDREN Instance method Public Method Does Folder Have Children? 20020321
39 HAS_FILES Instance method Public Method Are Files Assigned to Document 20020326
40 INITIALIZE Instance method Public Method Read Document Data from DB 20020405
41 IS_FOLDER Instance method Public Method Is Document a Folder? 20020321
42 IS_LINK Instance method Public Method Is Document a Link? 20020322
43 IS_LOCKED Instance method Public Method Is Document Locked? 20020405
44 IS_PERSISTENT Instance method Public Method Is Document Already Persistent? 20020408
45 MOVE Instance method Public Method Move Document 20020328
46 REMOVE_CHILD Instance method Public Method Remove Document/Folder from Structure 20020321
47 REMOVE_CHILDREN Instance method Public Method Remove Document/Folder from Structure 20020325
48 REMOVE_DESCRIPTIONS Instance method Public Method Delete Language-Dependent Document Descriptions 20020408
49 REMOVE_FILE Instance method Public Method Delete file 20020321
50 REMOVE_LINK Instance method Public Method Delete Link 20020322
51 REMOVE_LINKS Instance method Public Method Delete Link 20020325
52 REMOVE_LOCK Instance method Public Method Unlock document 20020405
53 SAVE Instance method Public Method Create Document 20020325
54 SET_DESCRIPTION Instance method Public Method Set Document Description 20020322
55 SET_DESCRIPTIONS Instance method Public Method Set Language-Dependent Document Descriptions 20020408
56 SET_DOC_INDEX Instance method Public Method Set Document Index 20020322
57 SET_DOC_PART Instance method Public Method Set Document Sheet 20020408
58 SET_DOC_TYPE Instance method Public Method Set Document Type 20020322
59 SET_DOC_VERSION Instance method Public Method Set Document Version 20020322
60 SET_LOCK Instance method Public Method Lock document 20020405
61 SET_NAME Instance method Public Method Set Document Name 20020326
62 SET_PROPERTIES Instance method Public Method Set KPro Attributes 20020405
63 SET_TEXT Instance method Public Method Set Document Text 20020408
64 WHERE_USED Instance method Public Method Where-Used List 20020325
Events
Interface IF_CDOCS_COMMON has no event.
Types
Interface IF_CDOCS_COMMON has no local type.
Method Signatures

Method ADD_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CHILD Call by reference Object reference (TYPE REF TO) IF_CDOCS_COMMON CDOCS: Gemeinsames Interface für Dokumente und Folder 20020322

Method ADD_CHILD on Interface IF_CDOCS_COMMON has no exception.

Method ADD_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHILDREN Call by reference Type reference (TYPE) CFX_TT_CDOCS_COMMON Liste von Dokumenten 20020325

Method ADD_CHILDREN on Interface IF_CDOCS_COMMON has no exception.

Method ADD_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_FILE Call by reference Object reference (TYPE REF TO) IF_CDOCS_MAIN_FILE CDOCS: Gemeinsames Interface für Mainfiles 20020322

Method ADD_FILE on Interface IF_CDOCS_COMMON has no exception.

Method CHECK_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Dokument existiert 20020328

Method CHECK_EXISTENCE on Interface IF_CDOCS_COMMON has no exception.

Method CHECK_NAME_IN_FOLDER 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 20020328
2 Returning R_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20020328

Method CHECK_NAME_IN_FOLDER on Interface IF_CDOCS_COMMON has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_TO_FOLDER Call by reference Object reference (TYPE REF TO) IF_CDOCS_COMMON CDOCS: Gemeinsames Interface für Dokumente und Folder 20020514
2 Importing IT_MIMES_RESTRICTED Call by reference Type reference (TYPE) CFX_TT_MIMETYPE CDOCS: Mimetypen 20020514
3 Importing I_COPY_ACTUAL_FILES_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Nur aktive Inhaltsversion 20020514
4 Importing I_COPY_ADD_FILES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Add. Files kopieren 20020514
5 Importing I_COPY_CHILDREN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Dokumente/Dateien kopieren 20020514
6 Importing I_COPY_FORMAT_VERSIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Formatversionen kopieren 20020514
7 Importing I_NEW_NAME Call by reference Type reference (TYPE) EDMS_DOC_NAME Name 20020515
8 Returning RP_DOCUMENT Value transfer Object reference (TYPE REF TO) IF_CDOCS_COMMON CDOCS: Gemeinsames Interface für Dokumente und Folder 20020514

Method COPY on Interface IF_CDOCS_COMMON has no exception.

Method CREATE_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_CDOCS_COMMON CDOCS: Gemeinsames Interface für Dokumente und Folder 20020322

Method CREATE_LINK on Interface IF_CDOCS_COMMON has no exception.

Method CREATE_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DOCUMENTS Call by reference Type reference (TYPE) CFX_TT_CDOCS_COMMON CDOCS: Liste von Dokumenten 20020325

Method CREATE_LINKS on Interface IF_CDOCS_COMMON has no exception.

Method CREATE_NEW_VERSION Signature

Method CREATE_NEW_VERSION on Interface IF_CDOCS_COMMON has no parameter.
Method CREATE_NEW_VERSION on Interface IF_CDOCS_COMMON has no exception.

Method DELETE Signature

Method DELETE on Interface IF_CDOCS_COMMON has no parameter.
Method DELETE on Interface IF_CDOCS_COMMON has no exception.

Method DEQUEUE Signature

Method DEQUEUE on Interface IF_CDOCS_COMMON has no parameter.
Method DEQUEUE on Interface IF_CDOCS_COMMON has no exception.

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOCKED Call by reference Type reference (TYPE) ABAP_BOOL Dokument ist gesperrt 20020322
2 Exporting E_LOCKED_BY Call by reference Type reference (TYPE) SY-UNAME Gesperrt con 20020322

Method ENQUEUE on Interface IF_CDOCS_COMMON has no exception.

Method GET_ACTUAL_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_ACTIVE_FILE Value transfer Object reference (TYPE REF TO) IF_CDOCS_MAIN_FILE CDOCS: Gemeinsames Interface für alle Arten von Dateien 20020422

Method GET_ACTUAL_FILE on Interface IF_CDOCS_COMMON has no exception.

Method GET_CHANGED_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGED_AT Value transfer Type reference (TYPE) TZNTSTMPS Geändert am 20020410

Method GET_CHANGED_AT on Interface IF_CDOCS_COMMON has no exception.

Method GET_CHANGED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGED_BY Value transfer Type reference (TYPE) SY-UNAME Geändert von 20020410

Method GET_CHANGED_BY on Interface IF_CDOCS_COMMON has no exception.

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE_READ Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Children auf jeden Fall neu lesen 20020325
2 Returning RT_CHILDREN Value transfer Type reference (TYPE) CFX_TT_CDOCS_COMMON_ID CDOCS: Dokumente 20020322

Method GET_CHILDREN on Interface IF_CDOCS_COMMON has no exception.

Method GET_CREATED_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CREATED_AT Value transfer Type reference (TYPE) TZNTSTMPS Erstellt am 20020410

Method GET_CREATED_AT on Interface IF_CDOCS_COMMON has no exception.

Method GET_CREATED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CREATED_BY Value transfer Type reference (TYPE) SY-UNAME Erstellt von 20020410

Method GET_CREATED_BY on Interface IF_CDOCS_COMMON has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DESCRIPTION Value transfer Type reference (TYPE) SDOK_PROPV Beschreibung 20020322

Method GET_DESCRIPTION on Interface IF_CDOCS_COMMON has no exception.

Method GET_DESCRIPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DESCRIPTIONS Value transfer Type reference (TYPE) CFX_TT_CDOCS_DESCRIPTION SDOK: sprachabhängige Beschreibungstexte 20020408

Method GET_DESCRIPTIONS on Interface IF_CDOCS_COMMON has no exception.

Method GET_DOC_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INDEX Value transfer Type reference (TYPE) SDOK_PROPV Attributausprägung 20020322

Method GET_DOC_INDEX on Interface IF_CDOCS_COMMON has no exception.

Method GET_DOC_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PART Value transfer Type reference (TYPE) SDOK_PROPV Attributausprägung 20020408

Method GET_DOC_PART on Interface IF_CDOCS_COMMON has no exception.

Method GET_DOC_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DOC_TYPE Value transfer Type reference (TYPE) SDOK_PROPV Dokumenttyp 20020322

Method GET_DOC_TYPE on Interface IF_CDOCS_COMMON has no exception.

Method GET_DOC_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VERSION Value transfer Type reference (TYPE) SDOK_PROPV Attributausprägung 20020322

Method GET_DOC_VERSION on Interface IF_CDOCS_COMMON has no exception.

Method GET_FILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORCE_READ Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Daten neu lesen 20020326
2 Returning RT_FILES Value transfer Type reference (TYPE) CFX_TT_CDOCS_MAIN_FILE_ID CDOCS: Liste von Mainfiles 20020326

Method GET_FILES on Interface IF_CDOCS_COMMON has no exception.

Method GET_FILESIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MIMES_RESTRICTED Call by reference Type reference (TYPE) CFX_TT_MIMETYPE CDOCS: Mimetypen 20020606
2 Importing I_ACTUAL_FILES_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Nur aktive Inhaltsversion 20020606
3 Importing I_WITH_ADD_FILES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Add. Files kopieren 20020606
4 Importing I_WITH_FORMAT_VERSIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Formatversionen kopieren 20020606
5 Returning R_FILESIZE Value transfer Type reference (TYPE) I Dategröße 20020606

Method GET_FILESIZE on Interface IF_CDOCS_COMMON has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ID Value transfer Type reference (TYPE) SDOK_DOCID Dokument-ID 20020322

Method GET_ID on Interface IF_CDOCS_COMMON has no exception.

Method GET_INDEX_LIST Signature

Method GET_INDEX_LIST on Interface IF_CDOCS_COMMON has no parameter.
Method GET_INDEX_LIST on Interface IF_CDOCS_COMMON has no exception.

Method GET_LINKED_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1   RP_DOCUMENT     CDOCS: Gemeinsames Interface für Dokumente und Folder
2 Returning RP_LINKED_TO Value transfer Object reference (TYPE REF TO) IF_CDOCS_COMMON CDOCS: Gemeinsames Interface für Dokumente und Folder 20020628

Method GET_LINKED_TO on Interface IF_CDOCS_COMMON has no exception.

Method GET_LOIO_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CLASS Value transfer Type reference (TYPE) SDOK_CLASS Dokumentklasse 20020322

Method GET_LOIO_CLASS on Interface IF_CDOCS_COMMON has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) EDMS_DOC_NAME Dokumentname 20020326

Method GET_NAME on Interface IF_CDOCS_COMMON has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_PARENT Value transfer Object reference (TYPE REF TO) IF_CDOCS_COMMON CDOCS: Gemeinsames Interface für Dokumente und Folder 20020322

Method GET_PARENT on Interface IF_CDOCS_COMMON has no exception.

Method GET_PATH_IN_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PATH Value transfer Type reference (TYPE) SKWF_URL KW Framework: URL oder Teil-URL 20020414

Method GET_PATH_IN_FOLDER on Interface IF_CDOCS_COMMON has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROPERTIES_REQ Call by reference Type reference (TYPE) SDOKPROPTNS Zu lesende Attribute 20020405
2 Returning RT_PROPERTIES Value transfer Type reference (TYPE) SDOKPROPTYS Attribute (Name-Value) 20020405

Method GET_PROPERTIES on Interface IF_CDOCS_COMMON has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DESCRIPTION Value transfer Type reference (TYPE) STRING Beschreibung 20020408

Method GET_TEXT on Interface IF_CDOCS_COMMON has no exception.

Method GET_USED_BY_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_APPLICATION Value transfer Type reference (TYPE) SKWF_APPL Applikation 20020405

Method GET_USED_BY_APPLICATION on Interface IF_CDOCS_COMMON has no exception.

Method GET_VERSION_LIST Signature

Method GET_VERSION_LIST on Interface IF_CDOCS_COMMON has no parameter.
Method GET_VERSION_LIST on Interface IF_CDOCS_COMMON has no exception.

Method HAS_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_CHILDREN Value transfer Type reference (TYPE) ABAP_BOOL Folder hat "Kinder" 20020322

Method HAS_CHILDREN on Interface IF_CDOCS_COMMON has no exception.

Method HAS_FILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_FILES Value transfer Type reference (TYPE) ABAP_BOOL 20020326

Method HAS_FILES on Interface IF_CDOCS_COMMON has no exception.

Method INITIALIZE Signature

Method INITIALIZE on Interface IF_CDOCS_COMMON has no parameter.
Method INITIALIZE on Interface IF_CDOCS_COMMON has no exception.

Method IS_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_FOLDER Value transfer Type reference (TYPE) ABAP_BOOL Folder 20020322

Method IS_FOLDER on Interface IF_CDOCS_COMMON has no exception.

Method IS_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_LINK Value transfer Type reference (TYPE) ABAP_BOOL 20020322

Method IS_LINK on Interface IF_CDOCS_COMMON has no exception.

Method IS_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_LOCKED Call by reference Type reference (TYPE) ABAP_BOOL 20020405
2 Exporting E_LOCKED_BY Call by reference Type reference (TYPE) UNAME Benutzername 20020405

Method IS_LOCKED on Interface IF_CDOCS_COMMON has no exception.

Method IS_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PERSISTENT Value transfer Type reference (TYPE) ABAP_BOOL Persistent 20020408

Method IS_PERSISTENT on Interface IF_CDOCS_COMMON has no exception.

Method MOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_TO_FOLDER Call by reference Object reference (TYPE REF TO) IF_CDOCS_COMMON Zielordner 20020514

Method MOVE on Interface IF_CDOCS_COMMON has no exception.

Method REMOVE_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CHILD Call by reference Object reference (TYPE REF TO) IF_CDOCS_COMMON Dokument/Ordner 20020322

Method REMOVE_CHILD on Interface IF_CDOCS_COMMON has no exception.

Method REMOVE_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHILDREN Call by reference Type reference (TYPE) CFX_TT_CDOCS_COMMON CDOCS: Liste von Dokumenten 20020325

Method REMOVE_CHILDREN on Interface IF_CDOCS_COMMON has no exception.

Method REMOVE_DESCRIPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DESCRIPTIONS Value transfer Type reference (TYPE) CFX_TT_CDOCS_DESCRIPTION SDOK: sprachabhängige Beschreibungstexte 20020408

Method REMOVE_DESCRIPTIONS on Interface IF_CDOCS_COMMON has no exception.

Method REMOVE_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_FILE Call by reference Object reference (TYPE REF TO) IF_CDOCS_MAIN_FILE CDOCS: Gemeinsames Interface für Mainfiles 20020322

Method REMOVE_FILE on Interface IF_CDOCS_COMMON has no exception.

Method REMOVE_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_CDOCS_COMMON CDOCS: Gemeinsames Interface für Dokumente und Folder 20020322

Method REMOVE_LINK on Interface IF_CDOCS_COMMON has no exception.

Method REMOVE_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DOCUMENTS Call by reference Type reference (TYPE) CFX_TT_CDOCS_COMMON CDOCS: Liste von Dokumenten 20020325

Method REMOVE_LINKS on Interface IF_CDOCS_COMMON has no exception.

Method REMOVE_LOCK Signature

Method REMOVE_LOCK on Interface IF_CDOCS_COMMON has no parameter.
Method REMOVE_LOCK on Interface IF_CDOCS_COMMON has no exception.

Method SAVE Signature

Method SAVE on Interface IF_CDOCS_COMMON has no parameter.
Method SAVE on Interface IF_CDOCS_COMMON has no exception.

Method SET_DESCRIPTION Signature

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

Method SET_DESCRIPTION on Interface IF_CDOCS_COMMON has no exception.

Method SET_DESCRIPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DESCRIPTIONS Call by reference Type reference (TYPE) CFX_TT_CDOCS_DESCRIPTION SDOK: sprachabhängige Beschreibungstexte 20020408

Method SET_DESCRIPTIONS on Interface IF_CDOCS_COMMON has no exception.

Method SET_DOC_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) SDOK_PROPV Attributausprägung 20020408

Method SET_DOC_INDEX on Interface IF_CDOCS_COMMON has no exception.

Method SET_DOC_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PART Call by reference Type reference (TYPE) SDOK_PROPV Attributausprägung 20020408

Method SET_DOC_PART on Interface IF_CDOCS_COMMON has no exception.

Method SET_DOC_TYPE Signature

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

Method SET_DOC_TYPE on Interface IF_CDOCS_COMMON has no exception.

Method SET_DOC_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VERSION Call by reference Type reference (TYPE) SDOK_PROPV Attributausprägung 20020408

Method SET_DOC_VERSION on Interface IF_CDOCS_COMMON has no exception.

Method SET_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_USER Call by reference Type reference (TYPE) UNAME SY-UNAME Benutzername 20020405

Method SET_LOCK on Interface IF_CDOCS_COMMON has no exception.

Method SET_NAME 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 Dokumentname 20020326

Method SET_NAME on Interface IF_CDOCS_COMMON has no exception.

Method SET_PROPERTIES 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 20020405

Method SET_PROPERTIES on Interface IF_CDOCS_COMMON has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING Beschreibung 20020408

Method SET_TEXT on Interface IF_CDOCS_COMMON has no exception.

Method WHERE_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FOLDER Value transfer Type reference (TYPE) CFX_TT_CDOCS_COMMON_ID CDOCS: Liste von Dokumenten 20020328

Method WHERE_USED on Interface IF_CDOCS_COMMON has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 2.0