cancel
Showing results for 
Search instead for 
Did you mean: 

cFolders: API for showing all assigned users to a collaboration?

matthias_fischer
Explorer
0 Kudos

Is there a function which lists to a collaboration all

assigned users?

Where are the assigned users stored on the database?

Kind regards, Mafi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

try the API CFX_ACO_API_ACTIVITIES_GET,

give the collaboration ID as object id. (this is the p_col_id from the URL)

matthias_fischer
Explorer
0 Kudos

Thanks,

helps a lot.

Do you know if there is a API for listing all subobjects

(folders, documents) to a collaboration too?

I have to check the authorizations at these objects too.

Kind regards, Mafi

Former Member
0 Kudos

Hi,

The following may help.

CFX_BI_RI_UTIL_GET_AREA_LIST CFX_BI_RI_UTIL_GET_COL_LIST CFX_BI_RI_UTIL_GET_DOC_LIST CFX_BI_RI_UTIL_GET_FOL_LIST

Regards,

Vivek Pandey

matthias_fischer
Explorer
0 Kudos

Hi Vivek,

but the mentioned functions don't give the objects to a

specific collaboration.

I've looked at the coding of the functions CFX_UNIQUE_FOL_NAMES_ALL_COL, CFX_UNIQUE_FOL_NAMES_COL and CFX_UNIQUE_FOL_NAMES_FOLDER.

In the last one there is a recursiv call of the function itself from the root folder down to the other folders.

So because it is a SAP standard function I fear that there

is no function which lists all folders and documents to one specific collaboration i with one call.

Another idea how to prevent the recursiv programming?

Kind regards, Mafi