Restrict Permission to change the Folder name of Cfolder Collaboration

Hi,
As a part of my requirement i would like to restrict the users having the 'WRITE' authorizations  from changing the folder name of folders created under the collaboration. It would be great if you any one can provide some inputs to achieve it

Hello Vikas,
I can tell you a workaround, how to achieve this.
as an administrator with admin authorization navigate into a folder press the authorization button and select read authorization for (a) user(s)/user group(s)/role(s) used in the collaboration.
Then create under the folder a new folder "Workspace" and navigate into this folder press the authorization button and select write authorization for (a) user(s)/user group(s)/role(s) used in the collaboration.
The procedure could be automated by writing a piece of code, which calls the cFolders APIs:
http://help.sap.com/saphelp_ppm400/helpdata/en/30/cce8bf627db74fa531f89b9aed229f/frameset.htm
Regards
Peter

Similar Messages

  • How to change the folder name in KM

    Hi All,
    As a Enduser I have a got a role who can create His/Her own folder to dump the documents.
    Now my requirement is to change the folder which i have created before......
    It may be root folder or Mid folder.
    Please throw some light on this issue.
    Higher points will be rewarded for the valuable input.
    Thanks in Advance,
    Dharani

    Hi Dharani,
    You can change the folder name using "Rename" option from the context menu of the folder. You can also change the name by selecting Folder -> Details->Actions->Rename.
    Regards,
    Vaishali

  • How to change the folder name in the web report.

    hi experts,
    can anybody give me the solution, how to change the folder name in the web report. any help is appreciated.
    waiting for ur favourable response.
    thanks
    suri

    Hi Tony,
    Yes, the business requires, only to change in the webreport only not in bex and roles. any suggestions will be helpful to me.
    thanks
    surendra

  • How to Change the Folder Name in Workbook

    Hi there
    I have a situation, I have created the workbook in existing folder (ORDER) in TEST business Area, now I have to move this report to another Business area (Custom) which has folder (Custom Order Folder), how can I change workbook folder name and item name, because my custom folder has different name.
    Like-- Original BA (TEST)
    ORDER (Folder)
    Item1
    Item2
    Item3
    Custom BA
    CUSTOM Order Folder
    Custom Item1
    Custom Item2
    Custom Item3
    Any help Appreciated.
    Thank
    ASIM

    Hi,
    If you are able to export and delete the original folder, then you can rename the identifiers of the new folder to be the same as the original folderand then open the workbook so that it uses the new folder. If you save the workbook, then rename the identifiers and re-import the orignial folder then you should find that the workbook continues to use the new folder.
    Otherwise take a look at this thread (Re: How to switch folder that report using form one to another? for a solution.
    Rod West

  • How to change the folder name of saved pictures

    A problem I was facing with iPhoto 11.
    In the older version of iPhoto everytime I imported photoes from my camera it used to save it in the iPhoto Library under the same exact name as the Event Name. Meaning, if I chose the event name to be "2013 - My Birthday Party" and hit import for the pictures I wanted it to import, the same exact even name I could search for under the iPhoto Library. There under "Orginial" folder I could easily look for "2013 - My Birthday Party" a folder name same as the event name.
    Now in teh new version of iPhoto (iPhoto 11) first I've noticed that the folder "Original" now became "Masters" which is fine by me (who cares what teh name is, as long as it stores the pictures and can backup this folder with Time Machine). However, the second thing I realized and this is my problem, is that iPhoto stores all my imported photoes under folder and subfolders which indicates the date I imported the pictures from my camera and not the name of the event.
    This is quite annoying, as all my photoes since 2008 are categorized by the event name I gave them and not by the month/day/date etc. as it is now.
    My question is whether there is a way to enforce iPhoto to keep the old methodology of storing its photo while keeping the event name under the "Masters" folder?
    And please do NOT ask me why I need to go directly to the Finder folder... it doesn't resolve my issue.
    Thanks in advance!
    N

    You need the latest version of iPhoto for that export option - and you can't run that on 10.6.
    Apps like iPhoto2Disk or PhotoShare will help you export to a Folder tree matching your Events.
    Exporting does not remove images from the Library, it simply make a new file.
    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.

  • Mass changing of folder names in CRM under tcode COMMPR01

    Hi Experts,
    Good day!
    I would like to ask help regarding mass changing of folder names in CRM in tcode 'COMMPR01' under documents tab. I tried to change the folder name of one material but it only updates the folder name for that specific material and not for the whole CRM box. Is there a way for me to do a mass change of name for the folders in CRM? Can this be done in customizing(SPRO)?
    Thank you,
    Christian del Rosario

    Hi Christian,
    Welcome you post on the forum.
    However, here is not for question of your CRM module. It is the forum for SAP Business One E-Commerce and Web CRM. If you are not using B1, close your thread.
    Thanks,
    Gordon

  • [Beginner] Help! How to change the packet name for an jax-rpc example

    Hi
    I am new to the JWSDP, I tried to build and deploy the helloservice application (the example in
    tutorial), it works fine. But I want to change the packet name from helloservice to books, it
    returns error message during the building process.
    Here is what I did.
    I changed the folder name from helloservice to books.
    In helloIF.java and helloImp1.java, changed to "package books"
    In build.properties:
    example=books
    war.path=${tut.root}/examples/jaxrpc/books/${dist}/${deployable.war}
    context.path=${hello.context}
    portable.war=${context.path}-portable.war
    deployable.war=${context.path}.war
    In jaxrpc-ri.xml,
    <?xml version="1.0" encoding="UTF-8"?>
    <webServices
    xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/dd"
    version="1.0"
    targetNamespaceBase="urn:foo"
    typeNamespaceBase="urn:foo"
    urlPatternBase="/ws">
    <endpoint
    name="MyHello"
    displayName="HelloWorld Service"
    description="A simple web service"
    interface="books.HelloIF"
    model="/WEB-INF/model.gz"
    implementation="books.HelloImpl"/>
    <endpointMapping
    endpointName="MyHello"
    urlPattern="/hello"/>
    </webServices>
    In config-interface.xml,
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration
    xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
    <service
    name="MyHelloservice"
    targetNamespace="urn:foo"
    typeNamespace="urn:foo"
    packageName="books">
    <interface name="books.HelloIF"/>
    </service>
    </configuration>
    When I run "ant build", it returns the following error message:
    run-wscompile:
    [echo] Running wscompile:
    [echo] C:\jwsdp-1.3\apache-ant\../jaxrpc/bin/wscompile.bat -define -d bui
    ld -nd build -classpath build config-interface.xml -model build/mo
    del.gz
    [exec] error parsing configuration file: XML parsing error: com.sun.xml.rpc
    .sp.ParseException:1: com.sun.xml.rpc.sp/P-067
    [exec] Result: 1
    All I want to do is just change the packet name, anyone know how to do it?
    Please help me.
    Thank you.

    For future reference, please post JAXRPC related questions to [email protected]
    There is something syntatically wrong with your config.xml. Try reverting back to the original, and try that. Then try modifying it again making sure to only change the packageName.

  • Changes the file name now cant see in imovies

    I did an import from my hd camera to imovies - looked fine
    In finder I went and changed the folder names of the events (just realised I should not have done this!)
    I cant see the video/events in imovies anymore!
    can anyone help!

    Can you remember the old names you used?

  • Changing "untitled event" no longer changes coinciding folder name

    I guess this doesn't cause any sort of problem, but is a change I've noticed and just trying to figure out why. I just upgraded to the new iPhoto '09. I recently uploaded photos from my camera and then changed the folder name from "untitled event" to a custom name, as I've done many times in the past. Previously, if I then went to "show package contents" in the iPhoto library, the new name I had changed the event to would also show as the folder name within the iPhoto library. Suddenly that's not happening since the upgrade. My most recent folder was changed, but when I look at that same folder in the package contents, it still just shows the date and not the custom name. Has anyone else noticed this? Again, not a problem, or causing any issues. But I do find it odd that the event name now would no longer coincide with one another.

    No one is - and no one is really happy about it - but since you really don't (at least shouldn't) go into the iPhoto library very often it also is not a giant deal
    LN

  • HT3986 Using Boot Camp 4 and Windows 7.   Try to change name of the C: drive and get the dialog "You will need to provide administrative permission to change the name".  How do I change the C: drive name?

    I tried to change name of the C: drive and get the dialog "You will need to provide administrative permission to change the name".  How do I change the C: drive name?

    Forgot to specify:
    Im using an older Unibody Macbook (back when they were not all macbook pro's) 2008ish with Snow leopard 1.6.8
    The thread you linked me to, Eric, shows the guy 'Niganit' with the eXACT SAME PROBLEM as me! He seems to have found out the problem but I dont see his resolve.
    I just dont have the option to install windows 7 in any other form that a cd
    a picture;

  • How can I change the "short name" of my account?

    I want to change the short name of my account because when my dad bought this computer for me he set up the account with his name as the short name and it has been bothering me ever since.
    When I go to system preferences and then accounts my account is listed and when I click on it under password I am able to change my name, but not my short name because it is greyed out and cannot be clicked. Is there any way to change the short name on my account? I can't even delete my account and make a new one because the account delete button is greyed out when I click on my account.
    Also, I went to my home folder and changed that from my dad's name to my name. This has reset every program on my computer to default settings! For example when I open my Safari browser a message pops up saying a keychain cannot be found to store Safari and asks me if I want to restore default settings.
    So pretty much I've tried to change the short name on my administrative account, I reset everything to default settings and my short name is still my father's name. Can anyone help me out here?

    Try this.
    Or you could just create a new account and delete the old one.

  • How can I change the file name of an mp3 file to it's ID3 name?

    I prefer to alter the ID3 names of my music files to include: ARTIST - Track number - Tune Name. I do this in iTunes, by individually selecting each file, and Apple+I, then change the INFO/NAME tag.
    But the same file has a file name and an ID3 name then.
    Is there any script or APP that will allow me to BATCH convert all music file names to the ID3 name?

    > Do you have iTunes prefs > Advanced - Copy files to iTunes
    > media folder when adding to library checked?
    > (With above checked, when you add to iTunes, it makes a copy
    > of teh file in the iTunes folder and iTunes does not do anything
    >further with the original)
    Yes, how do you think they get there if I double click them in finder and list themselves and start playing in iTunes?
    > You are looking at the file in iTunes not the original file
    > (which is not in iTunes) correct?
    I have talked about both if you will read the thread.
    > In iTunes, right click Show in Finder
    Read the thread carefully, you are missing something.
    > Uncheck Keep iTunes media folder organized,
    > then click OK. Then go back and recheck it.
    Has no effect whatsoever.

  • Finder changes the file name in Save/Save As dialogue box

    Whenever I save or save as a file, the dialogue box opens, but when I make the file list active when using a mouse, the file name I click to changes the file name I am saving. I simply want to activate the file list window so I can find the right folder. For example if I am looking for a folder called "Receipts" I want to be able to click on the file list window to activate it and then type the first 2 letters of the folder-- "re" and then save the file in that folder. The finder keeps changing the name of the current file whenever I click on one of the "greyed-out" file names? This doesn't make sense unless of course I want to replace that file.
    Is there a shortcut that makes the file list window in the dialogue box active while in the SAVE/SAVE AS dialogue box??

    Yes, this example of horrible UI design has been a problem since "Panther". It illustrates what happens when you try to copy UI behaviour from another OS, do it poorly, and end up with a mess. In 10.3 and 10.4, the combination of the renaming behaviour with the default "replace" selection in the resulting save can result in data loss.
    Compared to the old Mac OS where a tab would flip the focus between the text field for the file name and the file browser, the current behaviour either doesn't allow enough keyboard access to controls, or with "full access" enabled, too many to cycle through easily. The inability to switch focus to the file browser using the mouse (depending on the view) is a horrible productivity loss. Having to recheck the filename before saving is a horrible productivity loss. Since there is no "undo" for the renaming in most files, having to retype the name is again, a horrible productivity loss.
    If they had done it right (a simple change, like requiring a modifier to rename), users would probably welcome the "rename" feature as a useful addition. Instead, it has the feel of something a junior Windows-trained programmer slipped in past their supervisor.
    In short, I am not aware of any workaround or hack to avoid this "renaming" behaviour. I doubt it will do any good since people have been doing so since "Panther", but you could try submitting feedback:
    http://www.apple.com/feedback/macosx.html

  • Changing the display name of project file folders for TOC

    I'm interested in changing the display names of the project file folders for my TOC. For example, I want to name the folder "01-intro" so that it is short and lowercase. But I'd like the TOC to say "Introduction to the System." I know I can manually rename the folder in the TOC either through its properties or by right-clicking => Rename, but I auto-create the TOC occasionally and I don't want to have to rename every folder every single time.
    Does anyone know if there is a way to set a persistent property for the folder so that its display name in the TOC is different? I am using RoboHelp 9. I saw an option called "Detail" in the properties of the WebHelp layout in RoboHelp 8 that seems like it may have done that, but I no longer see this property in RoboHelp 9.
    Any assistance would be much appreciated. Thank you.

    I think the lack of response confirms that if you are going to use Auto Create, you have to accept the way it is.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Changing the short name at migration?

    Rather than upgrading from Tiger to Leopard, I backed everything up on an external drive in order to do a clean install. When I to migrate I want to change the short name, or somehow bring what was under a previous account into a new one with a different name. Is this possible? Is it a matter of dragging and dropping folder rather than migration? (or would that mean not migrating applications?)
    I can provide more details if needed.

    No, you cannot change an account name via Migration Assistant. If you want to change the short name do so after migrating. Instructions are here:
    How to change user short name or home directory name
    Or, download the freeware utility ChangeShortName - VersionTracker or MacUpdate - and use it to change the shortname.
    I suggest the latter.
    If you create a new user account with the name you prefer and want to get your old account information into the new account then see this article:
    How to recover a home folder (directory) .

Maybe you are looking for

  • Easiest and/or best methods for generating XML output (not with a report)

    Hi, several of our EBS customers (11.5.10) are converting their PDF reports to use XML/BI publisher to produce output. The data stream comes from a report that generates the XML output, and then the XML template is applied. This works great ... no pr

  • Updating the Line number on status bar.

    Hi all, I have developed an editor using swing, however I have used the JTextpane class to display the text. I had did of trouble with features such as go to line as this class does not support methods such as getLineCount in the JTextArea class. How

  • Create PDF report with APEX and Oracle 11g doesn't work

    Hi everyone, I have a problem with the downloading of PDF reports from APEX with Oracle 11g. When I try to download a PDF, Acrobat Reader says it can not open the file. I have done the same test in an environment with APEX and Oracle 10g and it works

  • Problem with to_date function

    Hi everbody, please I need some help with this: I need to convert to date the result of the concatenation of several columns of a table. For example: select feriado||' '||mes||' '||ano from calendario; 1 ENERO 1997 28 MARZO 1997 4 ENERO 1997 5 ENERO

  • Why does the usb cord my ipod came with say not supported with this accesorie

    i plugged my ipod into my computer and a yellow triangle popped up with a exclaimation mark in it and said below it charging is not supported with this accesorie.