Roles for the user to Edit the Dimension without being an administrator

Dear Users,
I have a query based on Planning security.
I want the user to edit the dimensions and members in planning application. However, the user cannot be administrator.
I have created a user and assigned the role of "Interactive User" on Planning roles and of "Dimension Editor" on Shared Services access. With this provisioning user the "Administration-->Dimension" is grayed out for the user.
Please suggest if roles can be assigned to the user in order to Edit the Dimension without being an administrator?
Regards,
Praveen.

I am sure this question gets asked over and over, they need to be an administrator.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How to show asterisk * effect once the user starts editing the document??

    I wrote a java text editor. I creat a new internal frame and allows to open a document.
    How to have an effect (an asterisk * follows the filename in title bar) once
    the user starts editing the document? And once I save that file, that asterisk * will
    disappear. It seems to me we need to add a listener, but not sure how to change
    the title bar of internal frame??

    just use DocumentListener like
    myTextArea.getDocument().addDocumentListener(new DocumentListenet(){
    public void changedUpdate(DocumentEvent e){
    frame.setTitle( frame.getTitle() + "*" );
    implements two other methods too

  • Is it possible for a user to edit the output of a form before printing?

    This might sound odd but the business have requested the ability to edit the text of a Smartform before printing. i.e. a standard form can be printed 'as is' for most employees but certain exceptions may require the wording to be slightly amended.
    I don't think this is possible but I want to know for sure.
    Any advice is much appreciated.
    Many thanks
    Matt

    Hi Matt,
       Sanjay was right.
    That is the best you can do as of now.
    Have a screen when the user has a chance of modifying the texts that are currently being displayed on the print. Let him save the texts and then trigger the smrtform, which would pick the updated texts instead of the old ones.
    the function modules READ_TEXT, SAVE_TEXT may come in handy here.
    regards,
    Ravi

  • Apple please allow the user to edit the genres

    You know after apple revamped iTunes 12, and I think that they did a great job,, I started to think about the  genres.  I really wish that I had control over what genres appeared in my list because the overwhelming majority go unused and I'd like to have only the ones that are pertinent to me in my list.  So apple if you are reading this please allow the end user to choose which genres appear in their list and allow them to delete the rest.

    See this article.
    tt2

  • How to assign the role for created user  thru dynpro App

    Hi All
    How to assign the role for currently created user from Webdynpro App.
    when i enter into the portal after creating the user
    i am getting the following messgae in the portal
    "No portal roles are assigned for this user.If this problem persists, contact your system administrator."
    how to assign the user defined role for the created user from dynpro App
    Regards
    Dhina  Kar J
    Edited by: Dhinakaran Jeyachandran on Feb 1, 2008 12:19 PM
    Edited by: Dhinakaran Jeyachandran on Feb 1, 2008 12:35 PM

    In the User Administration section of your portal find your newly created user and below select "Assigned Roles" tab then press <Modify> button and look through available roles on portal then just simply add and save. But if you want to do it programmatically see below:
    IUserAcountFactory userFactory = UMFactory.getUserAccountFactory();
    // IUser - read only but with IUserAccount is possible to set up user data
    IUserAccountSearchFilter userFilter = userFactory.getUserAccountSearchFilter();
    userFilter.setLogonUid("superuser", ISearchAttribute.LIKE_OPERATOR, false);
    ISearchResult sr = userFactory.search(userFilter);
    for (final Iterator i = new PrincipalIterator(sr); i.hasNext();) {
      IUserAccount user = (IUserAccount) i.next();
    Execute the same search for IRole (or IGroup if needed) get the unique id of them and use newRole(...) and addUserToRole(...) methods from IRoleFactory.
    Of course you don't need search for this principals if you know uniqueness of them. Use appropriate factories to get'em all by this unique id.
    All the features see in  [javadocs|http://help.sap.com/javadocs/NW04S/current/se/index.html]

  • How to disable the validity of a particular Role for 100 users, in a single

    Hi
    How to disable the validity of a particular Role
    which is assigned to 100 users. (disabling the role of change the validity of the role )
    at present am doing manually, by entering into each user and changing the validity of the role
    Thanks.

    > How to disable the validity of a particular Role for 100 users, in a single ...
    ... shot?
    Assign a reference user to the 100+ users and create events in the factory calendar which assigns and removes the role from the reference user only.
    The downside is that it is not scalable for many of the same concepts at the same time, because a dialog user can at one logon time only have one reference user assigned to them.
    Cheers,
    Julius

  • Allow the user to control the width of the edit forum post input box

    I would like to control the width of of the edit-forum post input box.  This could be:
    automatically adjust the width of the box so that the box doesn't run off the right edge of the window.
    have a user global preference to set the preferred width
    at least, allow the user to change the width via the change size icon.  The three horizontal bars at the lower left of the input box. You can adjust the vertical dimension, but not the horizontal. TenFourFox 4.0.1. This is probably being blocked for some obscure reason.
    Here is an example of an over extended right margin:
    Curiously enough, the "software" let's me adjust the width & height of the add reason to edit text, but not adjust the width of the more important edit text box.
    Robert

    Testing
    Standard Reply box can be height adjusted but not width.
    Same with Advanced Editor
    No Adjustment at all in HTL Editor
    Edit.
    The Edit uses the Advanced Editor
    Only Height Adjustment again.
    I do seem to remember someone posting about the width and saying they could drag it over the edge of the right hand edge (Into the grey surround)
    This may have been a post in the lounge.
    It didn't actually try it at the time but have played with it since and have not seen it.
    Maybe it is something they "Fixed" in both senses of the word.
    Second edit.
    I can't alter the box that currently reads "Message Edited by:- ..."
    I also can't get this box to accept New lines  (they appear in the box but don't post that way)
    Corrected Spelling
    9:51 PM      Wednesday; May 11, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
     Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously
    Message was edited by: Ralph Johns (UK)
    Message was edited by: Ralph Johns (UK)
    and new line with a line space as well

  • Detecting which line the User is Editing IN table control

    Hi,
    I am doing a Dialog programming where there is a Table control. Now the problem is I have to decide to checks  certain rules based on data entered in the Table control. But the Rules should be applicable only to the Row in which the User is entering data. And even if the the same rules are failing in another Row of the Table control it should not get validated i.e The rule should be applicable only to the ROW the user is entering the data or Changing the Data.
    How do i sense in which row the User is entering data in the PAI of the Table control.

    You will have to use GET CURSOR,  please do F1 help on GET CURSOR,  your answer is there.
    You will be doing something like this.....
    DATA: CURSORFIELD(20) TYPE C,
          CURSORLINE TYPE I,
          CURSORVALUE(20) TYPE C.
    GET CURSOR FIELD CURSORFIELD LINE CURSORLINE VALUE CURSORVALUE.
    * To know exactly which line in the internal table you
    * must account for which page of table control the user
    * is currently one,  so you need to add the TOP_LINE
    * value from the table control to find the exact
    * internal table row
    * Set cursorline and read table.
      CURSORLINE = ( CURSORLINE + <table_control>-TOP_LINE ) - 1.
    Regards,
    Rich Heilman
    Message was edited by: Rich Heilman

  • Restrict the user to edit Activity

    Hi guys
    What will be the validation for the below scenarion
    1) To restrict the user to edit any activity a " 5 Days after the close of the month". for eg is a activity is created on 13/02/2011 , it can be edited till 05/03/2011
    Waiting for the solutions

    Another approach will be to use a pair of dynamic pages. Dynamic Pages for Task are base on "Type".
    So if you have Types like ToDo, CallBack, Research create 3 more as ToDo-RO, CallBack-RO, Research-RO
    Make copies of the Task Pages that you use for ToDo, CallBack, Research and make all the field as Read Only.
    So "Cust ToDo Task Page" is copies as "Cust ToDo Task Page - RO" and so on
    All fields in the - RO pages are Read Only.
    Create a Dynamic Page and assign the correct pages to the Type Values
    Type "ToDo" has the "Cust ToDo Task Page"
    Type "ToDo-RO" has the "Cust ToDo Task Page - RO"
    and so on
    Create an field "RecordRO" with Field Type "Checkbox" called Default Value as "N". Have a workflow set this field as "Y" on appropriate event or time tigger.
    In your case one workflow will be Time triggered to set this to Y on 5th of Month post the creation. So simply export on 4th or 5th night all Records that have the filed as N and reimport the Field as Y. Else use a WebService.
    Have one more workflow (Workflow Expression could be like FieldValue('<bRecordRO_ITAG>') = "Y") to set Type as PreValue of Type +"-RO"; Update Expression will be PRE('<Type>') + "-RO" with Overwrite Existing Values as TRUE
    Let me know if this works for you.
    How much we miss the On Premise State Models :-(.

  • How to restrict the access of "InPlaceRecordsListSettings.aspx" and "InPlaceRecordsSettings.aspx" pages for some users and allow the access for some users?

    I have a requirement to restrict the access of "InPlaceRecordsListSettings.aspx" and "InPlaceRecordsSettings.aspx" pages for some of the users and allow the access for some of the users.
    I have applied the below code on the web.config file but this modification impacting only on the web application level not on the site collection and sub site level.  
    <location path="_layouts/15/InPlaceRecordsSettings.aspx">
        <system.web>
          <authorization>
            <deny users="*" />
          </authorization>
        </system.web>
      </location>
    <location path="_layouts/15/InPlaceRecordsListSettings.aspx">
        <system.web>
          <authorization>
            <deny users="*" />
          </authorization>
        </system.web>
      </location>
    When I tried the access on
    :<portno>/sites/<scname>/_layouts/15/InPlaceRecordsSettings.aspx">http://<servername>:<portno>/sites/<scname>/_layouts/15/InPlaceRecordsSettings.aspx page allowed the access for all users.           
    Please suggest the possible solution to restrict the access of "InPlaceRecordsListSettings.aspx" and "InPlaceRecordsSettings.aspx" pages on SharePoint2013.
    Thanks
    Ramasubbu

    You can't do it from OOTB. 
    _layout folder is accessible to the users if they have read access in any of the site even subsite.
    You can modify *.aspx file, add your custom control which will check user.
    [custom.development]

  • Form:The user sees on the screen a single page, for the second page (and to fill it in) he will click a button "next page"!

    Hello, sorry for my english!
    I am currently creating a form. This form contains 20 pages. For more comfier to fill it in, I want it to be loaded 1 page to 1 page. The user sees on the screen a single page, for the second page (and to fill it in) he will click a button "next page"!
    Is it possible to do this with adobe acrobat pro?
    In the case of a negative answer, can Indesign do this?
    thank you.

    Technically it's possible to use a script to prevent someone from going to the next page unless they click a button, but I think it's a bad idea and very user un-friendly. You can add a button that will take someone to the next page, but don't try to restrict them from doing so themselves if they so wish.

  • Does apple allows credit card payment in ios app for just user subscription inside the app?

    Hello,
    Suppose I want to develop an iPhone app which performs user subscription for the app to assist the user and provide the user with its facilities and this user subscription can be done only when user pays some amount to the app. Now what I want is that this subscription amount should be payable by providing the credit card payment in the app. So my question is that is this credit card payment allowed by Apple or such an app will be rejected by Apple?
    Thanks 

    Sorry but can you explain me does your reply means that I should use In App Purchase provided by Apple or I can use Paypal or other credit card payment options?

  • Design option missing for Fluid Grid layouts (was:In dreamweaver CC, I created a new fluid grid page, but the options to edit the page...)

    Hi, in dreamweaver CC, I created a new fluid grid page, but the options to edit the page are limited to code / split / live. The design optin is missing and I need it to move around the fluid grid to position my elements that I have created.
    Thanks

    Hi Raymi,
    Like Ben suggested, you can vote for the feature using the link provided.  From what I understand, the product team is collecting feedback on the limitations of Live View for FG layouts and improving experience on that front. It would help if you could provide a list of limitations with the current workflow.
    Thanks,
    Preran

  • BRFPlus - Possible for business users to change the rules ?

    Hi,
    1) Is it possible for business users to change the rules in decision table, tree, formula etc?
    2) If yes, what are the steps to achieve it?
    Thanks.
    - julius

    Hi Julius,
    do you know the BRFplus knowledge center:
    Business Rule Framework plus [original link is broken]
    There is a video called Bonus Determination that shows the steps for a developer and a business user.
    The developer may create the function, data objects and maybe the initial decision table. The business user then can create the lines in a decision table.
    In the 701 version this should work fine. The 701 trail version is a pre-release CD which contains some bugs that should be gone in the latest SP of 701.
    BR,
    Carsten

  • I have a lion server set up to host storage for time machine backups. Is there a limit to how many different computers can back up to the single server to back up. I am only backing up the users folders . The backup drive is an external Drobo with 6 TB.

    I have a lion server set up to host storage for time machine backups. Is there a limit to how many different computers can back up to the single server to back up. I am only backing up the users folders . The backup drive is an external Drobo with 6 TB. Right now it seems to back up my users all day long. I set their time machine interval to every 5 hours but it still runs all day long and is very slow. Server is on a new Mac Server mini.

    AFAIK, there is no user limit.. it is simply a question of the network load. AFP is a fairly clean protocol.. but TM is not.. it does a lot of testing of the backup.. infact your setting of 5hour gap could well make it worse.
    I would sort out the clients that are doing 100GB backups to a different backup location.. no matter how fast your network.. 100GB takes time to backup.. and over wireless forever.. it will never end.
    I guess some of these clients are on wireless?? I would separate the TM of wireless to those that are wired. No more than 4 or 5 wireless clients to a target device. Otherwise you are saturating your network with backup data. And use 5ghz.. so close by.. it is much faster than 2.4ghz and you will get much better transfer rates.

Maybe you are looking for

  • How to install or configure oracle endeca in ebusiness suite R12.1.3 64-bit

    Hi Now i currently having oracle ebusiness R12.1.3 64-bit instance which is running on OEL 5U8 64-bit , Can anyone suggest me how to configure the oracle endeca in ebusiness suite??? Can anyone provide me the link to download the oracle endeca for eb

  • Filling out Pdf form

    How do i fill out PDF forms? I have an android HTC Evo Design ...

  • Large Core Dumps after DB Backup Control File

    Hi All, Server Specs (it is the test server having no functional modules): Windows 2003 64bit Oracle 10.2.0.4 (Patched from 10.2.0.2) Netweaver 2004s SQL> RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL ORA-00279: change 21375038 generated at

  • Text area too wide in Forums

    Sometimes but not always, pages on this forum show up extra wide so the text goes off the side of the screen. If I scroll sideways I get to the end of a long long line, and sometimes, if the paragraph is long enough, the text wraps to a new line. Oth

  • Maximum number of expressions in a list (oracle 8.0.5)

    Hi. everyone. I would like to know how many expressions in a list ( oracle 8.0.5) is possible? For example, select * from ........ where a in ( c1, c2, ...........................cn) In this case, what is the maximum number of n under oracle 8.0.5? 1