SAP ABAP Interface IF_CPRO_CONNECTOR (Connection to Server Application)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM (Application Component) Product Lifecycle Management
     CPRO (Package) Interface for File Explorer Integration
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CFX_FECONNECTOR Connection to Windows File Explorer 20030724
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DPR_FECONNECTOR Connection to Windows File Explorer 20031119
Properties
Interface IF_CPRO_CONNECTOR  
Short Description Connection to Server Application    
General Data
Package CPRO   Interface for File Explorer Integration 
Created 20030723   SAP 
Last changed 20141109    
Unicode checks active    
Forward declarations
Interface IF_CPRO_CONNECTOR has no forward declaration.
Interfaces
Interface IF_CPRO_CONNECTOR has no interface.
Friends
Interface IF_CPRO_CONNECTOR has no friend.
Attributes
Interface IF_CPRO_CONNECTOR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 APPLICATION_PING Instance method Public Method Contact Application 20030724
2 APPLICATION_REFRESH Instance method Public Method 20030821
3 DOC_DOWNLOADDATA_GET Instance method Public Method Read Data for Downloading a Document 20030910
4 DOC_DOWNLOAD_POST Instance method Public Method Event After Downloading a File 20040102
5 DOC_UPLOAD_POST Instance method Public Method Event After Upload 20040204
6 DOC_UPLOAD_PRE Instance method Public Method Event Before Upload 20040204
7 GET_APPLICATION Static method Public Method Get Connection Object for Application 20030724
8 GET_APPLICATION_DETAILS Instance method Public Method Get Details Such as URLs and Description 20030804
9 GET_CHILDREN_DETAILS Instance method Public Method Get All Data for Child Objects 20030814
10 GET_CHILDREN_OF_OBJ Instance method Public Method Get Specialized List with Child Objects 20030806
11 GET_LANGUAGE Instance method Public Method Supplies the Language (ISO) 20040127
12 GET_NODE_ATTRIBUTES Instance method Public Method Get Additional Attributes for Nodes 20040102
13 GET_NODE_OF_OBJ Instance method Public Method Details of a Single Object 20030820
Events
Interface IF_CPRO_CONNECTOR has no event.
Types
Interface IF_CPRO_CONNECTOR has no local type.
Method Signatures

Method APPLICATION_PING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_APPLICATION_ACCEPTS Call by reference Type reference (TYPE) CPRO_API_T_FLAG einstelliges Feld; auch als Boolean verwendbar (X=true) 20030724
2 Importing I_CLIENT_INTERFACE_VER Call by reference Type reference (TYPE) STRING 20030724

Method APPLICATION_PING on Interface IF_CPRO_CONNECTOR has no exception.

Method APPLICATION_REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPLETE_REFRESH Call by reference Type reference (TYPE) CPRO_API_T_FLAG einstelliges Feld; auch als Boolean verwendbar (X=true) 20040416

Method APPLICATION_REFRESH on Interface IF_CPRO_CONNECTOR has no exception.

Method DOC_DOWNLOADDATA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DOCDATA Call by reference Type reference (TYPE) CPRO_API_TS_DOC_DOWNLOADDATA Daten zum Download einer Datei per HTTP 20030910
2 Exporting ES_FAULT Call by reference Type reference (TYPE) CPRO_API_TS_RETURN_CODE Allgemeine Rückgabestruktur mit Fehlerbeschreibung 20030910
3 Importing IS_OBJECT_ID Call by reference Type reference (TYPE) CPRO_API_TS_OBJECTID Objekt Identifikator 20030910

Method DOC_DOWNLOADDATA_GET on Interface IF_CPRO_CONNECTOR has no exception.

Method DOC_DOWNLOAD_POST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FAULT Call by reference Type reference (TYPE) CPRO_API_TS_RETURN_CODE Allgemeine Rückgabestruktur mit Fehlerbeschreibung 20040102
2 Importing IS_OBJECT_ID Call by reference Type reference (TYPE) CPRO_API_TS_OBJECTID Objekt Identifikator 20040102
3 Importing IS_STORE_DETAILS Call by reference Type reference (TYPE) CPRO_API_TS_DOC_DOWNLOAD_POST Daten zu lokal gespeicherter Datei 20040102

Method DOC_DOWNLOAD_POST on Interface IF_CPRO_CONNECTOR has no exception.

Method DOC_UPLOAD_POST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FAULT Call by reference Type reference (TYPE) CPRO_API_TS_RETURN_CODE Allgemeine Rückgabestruktur mit Fehlerbeschreibung 20040204
2 Exporting ES_RESPONSE Call by reference Type reference (TYPE) CPRO_API_TS_UPLOAD_POST_RET Antwort auf Upload-Post Event 20040204
3 Importing IS_DOC Call by reference Type reference (TYPE) CPRO_API_TS_UPLOAD_POST Event nach Upload 20040204
4 Importing IS_OBJECT_ID Call by reference Type reference (TYPE) CPRO_API_TS_OBJECTID Objekt Identifikator 20040204

Method DOC_UPLOAD_POST on Interface IF_CPRO_CONNECTOR has no exception.

Method DOC_UPLOAD_PRE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DOC_ID Call by reference Type reference (TYPE) CPRO_API_TS_OBJECTID Objekt Identifikator 20040216
2 Exporting ES_FAULT Call by reference Type reference (TYPE) CPRO_API_TS_RETURN_CODE Allgemeine Rückgabestruktur mit Fehlerbeschreibung 20040204
3 Exporting ES_RESPONSE Call by reference Type reference (TYPE) CPRO_API_TS_UPLOAD_PRE_RET Antwort auf den Prä-Event 20040204
4 Importing IS_DOC Call by reference Type reference (TYPE) CPRO_API_TS_UPLOAD_PRE Datenübergabe vor einem Upload 20040204
5 Importing IS_FOLDER_ID Call by reference Type reference (TYPE) CPRO_API_TS_OBJECTID Objekt Identifikator 20040216
6 Importing IS_OBJECT_ID Call by reference Type reference (TYPE) CPRO_API_TS_OBJECTID Objekt Identifikator 20040204

Method DOC_UPLOAD_PRE on Interface IF_CPRO_CONNECTOR has no exception.

Method GET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20040127
2 Returning RP_APPLICATION Value transfer Object reference (TYPE REF TO) IF_CPRO_CONNECTOR Verbindung zu Serverapplikation 20030724

Method GET_APPLICATION on Interface IF_CPRO_CONNECTOR has no exception.

Method GET_APPLICATION_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_APPLICATION_DETAIL Call by reference Type reference (TYPE) CPRO_API_TS_APPLICATION_DESCR Daten zu einer CPRO Anwendung 20030804

Method GET_APPLICATION_DETAILS on Interface IF_CPRO_CONNECTOR has no exception.

Method GET_CHILDREN_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL_VIEW Call by reference Type reference (TYPE) CPRO_API_TS_DETAIL_VIEW Detaillisting: Tabelle und Objekte 20030814
2 Exporting ES_FAULT Call by reference Type reference (TYPE) CPRO_API_TS_RETURN_CODE Allgemeine Rückgabestruktur mit Fehlerbeschreibung 20030814
3 Importing IS_OBJECT_ID Call by reference Type reference (TYPE) CPRO_API_TS_OBJECTID Objekt Identifikator 20030814
4 Importing I_ONLY_FOLDERS Call by reference Type reference (TYPE) CPRO_API_T_FLAG einstelliges Feld; auch als Boolean verwendbar (X=true) 20040422

Method GET_CHILDREN_DETAILS on Interface IF_CPRO_CONNECTOR has no exception.

Method GET_CHILDREN_OF_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CHILDS Call by reference Type reference (TYPE) CPRO_API_TS_NODELIST List of Nodes 20030806
2 Exporting ES_FAULT Call by reference Type reference (TYPE) CPRO_API_TS_RETURN_CODE Allgemeine Rückgabestruktur mit Fehlerbeschreibung 20030806
3 Importing IS_OBJECT_ID Call by reference Type reference (TYPE) CPRO_API_TS_OBJECTID Objekt Identifikator 20030806
4 Importing I_ONLY_FOLDERS Call by reference Type reference (TYPE) CPRO_API_T_FLAG einstelliges Feld; auch als Boolean verwendbar (X=true) 20040422

Method GET_CHILDREN_OF_OBJ on Interface IF_CPRO_CONNECTOR has no exception.

Method GET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LANGUAGE Value transfer Type reference (TYPE) LAISO Sprache nach ISO 639 20040127

Method GET_LANGUAGE on Interface IF_CPRO_CONNECTOR has no exception.

Method GET_NODE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FAULT Call by reference Type reference (TYPE) CPRO_API_TS_RETURN_CODE Allgemeine Rückgabestruktur mit Fehlerbeschreibung 20040102
2 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) CPRO_API_TT_PROPERTY Liste mit Attributen 20040130
3 Exporting E_BASE_URL Call by reference Type reference (TYPE) STRING 20040102
4 Exporting E_HELP_URL Call by reference Type reference (TYPE) STRING 20040102
5 Importing IS_OBJECT_ID Call by reference Type reference (TYPE) CPRO_API_TS_OBJECTID Objekt Identifikator 20040102
6 Importing I_ONLY_URLS Call by reference Type reference (TYPE) CPRO_API_T_FLAG 'X' einstelliges Feld; auch als Boolean verwendbar (X=true) 20050120

Method GET_NODE_ATTRIBUTES on Interface IF_CPRO_CONNECTOR has no exception.

Method GET_NODE_OF_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FAULT Call by reference Type reference (TYPE) CPRO_API_TS_RETURN_CODE Allgemeine Rückgabestruktur mit Fehlerbeschreibung 20030820
2 Exporting ES_NODE Call by reference Type reference (TYPE) CPRO_API_TS_NODE Knoten in Hierarchiebaum mit Daten und UI 20030820
3 Importing IS_OBJECT_ID Call by reference Type reference (TYPE) CPRO_API_TS_OBJECTID Objekt Identifikator 20030820

Method GET_NODE_OF_OBJ on Interface IF_CPRO_CONNECTOR has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 310