cancel
Showing results for 
Search instead for 
Did you mean: 

Cfolder Collaboration: how to grant permission for certain period of time.

kumar_vikas
Explorer
0 Kudos

hi all,

i would like to grant permission to one of the Folders created under the

Cfolder collaboration area for a time span. After the time period i would like to remove the authorization.

could anyone guide me how to achieve the above req.

Accepted Solutions (0)

Answers (2)

Answers (2)

kumar_vikas
Explorer
0 Kudos

Hi Peter,

i could not find any Function module that changes the permission with

respect to the time

peter_szincsak
Explorer
0 Kudos

Hello Kumar,

Just build an ABAP using the mentioned APIs:

i.e.: build a table with valid from/to dates, user and collaboration ID

check daily in table per collaboration and user, whether access is valid.

In case access is no longer valid remove access rights with API

Regards

Peter

peter_szincsak
Explorer
0 Kudos

Hi Kumar,

there are three options

1. in TA SU01 restrict validity of user (see tab logon data, validity period:

Valid from, Valid through (this is valid system-wide)

2. use the APIs from cFolders to control authorization depending from time.

see http://help.sap.com/saphelp_ppm400/helpdata/en/30/cce8bf627db74fa531f89b9aed229f/frameset.htm

and use APIs CFX_ACO_API_ACTIVITIES_GET

Display authorizations

CFX_ACO_API_ACTIVITIES_SET

Set authorizations

CFX_ACO_API_ACTIVITIES_RESET

Reset authorizations

3. use status management (i.e.: give None Authorization for a certain status)

Regards Peter