Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cProjects API Functions

Former Member
0 Likes
618

Hi All,

Is anyone aware of API functions for the cProjects suite? (i.e. cFolders have CFX_API_* function set).

I'm working with SAP cProject Suite 3.10 (based on 640) and need to be able to read project info such project type, status, description, etc... from a remote system.

Thanks!

Roman D.

2 REPLIES 2
Read only

former_member181966
Active Contributor
0 Likes
490

Try CFX_BI_RI_CF_SELECT_FOLDER

CFX_BI_RI_UTIL cFolders: Rel. Ind. Util. Functions

CFX_BI_RI_UTIL_AFTER_RFC Check for errors after call of cFolders API function

CFX_BI_RI_UTIL_CF_DOC_SET_DEST Set R/3 destination document for cFolders document given

CFX_BI_RI_UTIL_CF_DOC_SET_PATH Set path (col., area, path) for cFolders document given

CFX_BI_RI_UTIL_CF_DOC_TO_R3 Select R/3 documents for cFolders documents given

CFX_BI_RI_UTIL_CHECK_RFC_DEST Check RFC destination to cFolders system

CFX_BI_RI_UTIL_CREATE_DMS_DOC Create DMS document, copy obj. links from template

CFX_BI_RI_UTIL_DEL_TRAIL_BLANK Delete all blanks ' ' at the end of a string

CFX_BI_RI_UTIL_DOC_2_ORIGINALS create list of original files out of documents list

CFX_BI_RI_UTIL_FILE_FROM_CF Copy one file from cFolders system

CFX_BI_RI_UTIL_FILE_TO_CF Copy one file to cFolders system

CFX_BI_RI_UTIL_GET_AL_VALUES Get alias values

CFX_BI_RI_UTIL_GET_AREA_LIST Get list of areas within one competition

CFX_BI_RI_UTIL_GET_COL_LIST Get list of collaborations within one folder

CFX_BI_RI_UTIL_GET_DOC_LIST Get list of documents within one folder

CFX_BI_RI_UTIL_GET_FOL_LIST Get list of folders within one folder

CFX_BI_RI_UTIL_GET_ICON_F_TYPE Determine Icon for cFolders object type given

CFX_BI_RI_UTIL_GET_SEARCH_LIST Get search list from cFolders system

CFX_BI_RI_UTIL_REDLINE_FROM_CF Redline layer from cFolders to the backend system

CFX_BI_RI_UTIL_REDLINE_TO_CF Redline layer from the backend system to cFolders

CFX_BI_RI_UTIL_SET_B_AL_VALUES Set alias values for Backend System

Thanks

Message was edited by: Saquib Khan

Read only

Former Member
0 Likes
490

Hello,

is thera any function / API I could use to read the entire project out of cProjects?

jens