Appraisal: Setting Column/ Row Access for substatus

Dear All,
I was setting column & row access for the Appraisal template.
I have already set it for the three main status i.e. "In Planning", "In Review" & "In Process".
But i am unable to set it for different substatuses i.e. substatus of status "In Process". Actually i want to give different access for different substatus of the main status.
Looking for your valuable advice.Please consider this matter as urget.
Thanks & regards,
Tarun

Hi Tarun
How did u do it thru ABAP? Could you kindly explain me in detail? Have u changed any standard FM? Please explain
Thank you in advance

Similar Messages

  • Setting column count dynamically for a Group

    Hi Experts,
    i want to set the column count dynamically for a group.
    Thnks,
    Ramani.

    You probably mean you want to change the colCount value for a GridLayout (assigned to a Group), right?
    To change this property from a view controller method, you can
    - create a boolean context attribute "changeColCount" and set it to true in the controller method
    - check this flag in method wdDoModifyView(), access the GridLayout instance and change the colCount value
    - reset the flag afterwards
    Armin

  • Set up Remote Access for Mac Mini

    I recently bought a Mac Mini and set it up at home. It is running on Mac OS X 10.8.3, and runs on Server 2.2.1 and Airport Utilities 6.2. I would like to be able to access the Mac Mini server from outside my home. Does anyone know the procedure of setting up remote access (through SSH or VPN) without creating an internet domain name? Thanks!
    I'm quite new to many of the Apple products, so it would be good if the answers are clearer and more detailed. Thanks!

    As Barney-15E says, Back-to-My-Mac is the best option.
    After that, try TeamViewer.com
    ssh can be done, but there are setup details with respect to your home router to allow port 22 from the Internet side to your Mac mini <http://portforward.com>.  And then you will need a dynamic DNS name from someone like No-IP.com or DynDNS.org so you can find your home router.  Once you have that setup, you should make sure you use a good strong password, as you have now exposed a known port to the internet <http://xkcd.com/936/> and <https://www.grc.com/haystack.htm>.  Don't forget to enable System Preferences -> Sharing -> Remote Login.  So now you can ssh, but what do you want to do with that?  You can create ssh tunnels for VNC screen sharing and AFP file sharing.
    ssh -L 22590:localhost:5900 -L 22548:localhost:548 [email protected]
    Now you have logged in and you have 2 tunnels.  How to use them.
    Finder -> Go -> Connect to server -> vnc://localhost:22590
    Finder -> Go -> Connect to server -> afp://localhost:22548
    Back-to-My-Mac and/or TeamViewer.com are easier

  • How to set the row height for a list control in flex 4.5 for mobile?

    Hi,
      I have a List in my Adobe Flash Builder 4.5 and flex 4.5 mobile application. I show the image and the label in my list. The list item height gets adjusted based on the image height. I don't want this auto row adjustment. Instead I would like to set the row height manually.
    Is there any property to set the item height in a list?

    setting rowHeight in the List layout works for me.
    <s:List>
    <s:layout>
    <s:VerticalLayout rowHeight="48"/>
    </s:layout>
    </s:List>

  • Setting up remote access for support

    Need to set up remote support for my Dad's iMac. He has an airport express connected to an optonline cable modem. I have an airport connected to a charter cable modem.
    Both systems are running Mavericks. I have the latest remote access app.
    I tried this a year ago and could connect to him when I was on his local network but not when I was at home. Since then everything has been updated. I will be visiting him in a few week and could do any set up on his system.
    I read the admin guide but it's still to confusing to me. I am able to set up and connect to computers on my local network ok.
    Will ARA be able to do this? Do I need any further software? logmeon, etc?
    Any tips on creating a client installer to use when I am there? I will be using his user account.
    Do any changes need to be made to the routers to get through them?
    Could use some help here. Thanks

    https://discussions.apple.com/thread/5294202?tstart=0
    Something you should be aware of is the frequency of IP address change at your father's location. Providers of residential broadband services lease an IP address for a certain duration which you have no control over and is purely arbitrary. You may be familiar with these changes?
    The point is sometimes these addresses change regularly (4 hours to every few days) and sometimes they stay the same for a longer period of time such as a year or more.
    Because of the nature of this change you may find you can remote assist your father one day but not the next. The situation is easily rectified with a simple phonecall to your father. He can tell you what IP address he's using by launching his browser and clicking this link:
    http://myipaddress.com
    He gives you his new IP address and you should be able to make a successful connection again.
    Be aware IP addresses handed out by ISPs are known as routable. IP addresses handed out by Firewalls/Routers/Gateway devices such as Apple's Airport Express Base Station etc are not routable. Assuming you've not changed anything in the devices they will always be one of these three ranges: 192.168.1.x; 10.x.x.x and 172.16.16.x. You don't use any of these last three group of addresses to make the connection over the public external (internet) network but you do use them when on the same private internal network.

  • HELP needed on Remote Management set to allow access for all users

    my mac mini snow leopard server runs in a data center and i use screen sharing to interact with it. i played with the sharing settings remotely yesterday and changed "allow access for" to all users. i was disconnected immediately and i couldn't logon again. i have no luck changing to other users. i don't want to make a special trip to the center to change it back to whatever it used to be. i can still use afp to connect but the screen sharing option is no longer available. what does "allow access for all users" mean anyway?
    thanks!

    As its name implies, allow access for all should allow any valid user account to access the server. I'm not sure why it's no longer working. It almost sounds like the ARDAgent crashed.
    Either way there's a command-line interface to the ARD preferences:
    /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/ki ckstart
    man kickstart discusses the options, including examples of how to enable access for specific users.

  • New xterm does not set column/row values

    Upon upgrading to SL I've found that when I start a new xterm within x11, the window size is not reflected by the stty variables rows and columns until I execute the "resize" command or manually resize the xterm window:
    new xterm:
    % stty -a
    speed 38400 baud; 0 rows; 0 columns;
    % resize
    set noglob;
    setenv COLUMNS '132';
    setenv LINES '40';
    unset noglob;
    % stty -a
    speed 38400 baud; 40 rows; 132 columns;
    If I don't execute this extra step all my output in this window is squeezed into about 60 columns.
    Has any one else seen this?

    Hi,
    Yes, it seems that even under csh if I add the following to my .cshrc file:
    resize >& /dev/null
    it now works as expected. The annoying feature of course is I have to add this command to the .cshrc files of all my remote hosts I might connect to via xterm/ssh. Perhaps my real question is what has changed with SL that leads to this unexpected result (and of course how one can fix it once and for all on my local host)..

  • Can I  set up Internet access for Mac book air

    I am able to set up wireless for my Mac book air but I am looking to set up internet (same as I have with my iPad).  Is it possible?

    Have you got Home Sharing set up (http://support.apple.com/kb/HT3819) ? i.e. he may be viewing the content from your computer, not on the actual iPad. If that is the case (which would explain to me him being able to access the videos via the iPod app), then the Restrictions settings that I've already mentioned should also work on that 'remote' content.
    Edit : your last reply appeared whilst I was typing/checking this. And no, the Videos/iPod apps can't be passcode protected, you will need to go back into Restrictions and remove the restriction, or if the films are only on your computer and not on the iPad itself you could turn off home sharing on the iPad whilst he's playing the games : Settings > iPod and tap on your account id and/or password on the right under Home Sharing and delete it/ them (re-enter them when you want to re-enable it).
    Message was edited by: King_Penguin

  • Setting up variable access for source control

    Working on a few projects on my own I have used Team Explorer in Visual Studio Professional 2013 successfully for some time. I only use source/version control.
    My default collection is hosted on visualstudio.com.
    I now want to bring a second person, say Fred, who also has VS Professional, into the act in such a way that he can download but not modify my projects and I can download but not modify his.
    Because all the projects are closely related, we each want to be able to quickly look at each others projects to see what has changed as well as being able to download them. I think this will be easier if all the projects are in the same collection.
    Consider one of my projects, say "zxzx".
    In the project control panel with the Security tab I can see:
    Teams
      zxzx Team
    VSO Groups
      Build Administrators
      Contributors
      Project Administrators
      Project Valid Users
      Readers
    Under Permissions, I can see what each of these is allowed to do. "Project Administrators" and "Reader" seem relevant.
    Under Members, I can see who is in each team and group.
    I have myself in zxzx Team and Project Administrators, and Fred is in Readers.
    When, in VS, I sign myself out and sign in as Fred. As Fred I can download all the projects and I can update them. That is not what I want.
    I clearly don't understand the relationships between Collections, Projects, Teams and VSO Groups.
    Help!
    Thanks for any reply.

    Hi Jeff,  
    Thanks for your post.
    We can Deny the check in permission for user/group on separate folder(s)/file(s) in Source Control Explorer. In your VS>>Source Control Explorer, right-click on “zxzx” and select
    Advanced>>Security…, then you can add Fred account in this opened dialog and deny his check-in permission in there.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Dynamic row heights for NSTableView

    Hi everyone,
    I just began writing OSX apps not too long ago. I'm having trouble with dynamically setting my row heights for an NSTableView. I've seen a really old solution where the subclass the view but I also found a solution posted by Corbin on Stack Overflow. However, I don't quite understand and am hoping someone has sample code?
    For my usecase, I have a list of text of varying lengths and are displayed in a multi-line text field. The rows for the table cut off the text and so I'm trying to resize them to fit the text. When I check on the setRowSizeStyle to custom - it defaults to 71 and is fixed at 71. I hope someone can help me out. I think the solution posted by Corbin should solve my problem but I have no idea how to implement it.
    Thanks

    Etresoft, the function that you gave me for some reason constantly calculates the height as 39. Minus the fudge factor of 25 means I'm constantly getting 14 for my height for all rows and some of the text is cut off. I think it might be because I'm passing in the wrong size into my NSTextContainer.
    Here's my code right now:
    - (CGFloat)tableView:(NSTableView *)tableView heightOfRow:(NSInteger)row
        Message *message = [thread objectAtIndex:row];
        NSTableColumn *tableColoumn = [conversationView
                                       tableColumnWithIdentifier:@"tableColumn"];
        if (tableColoumn)
            NSCell *dataCell = [tableColoumn dataCell];
            [dataCell setWraps:YES];
            [dataCell setStringValue:message.message];
            CGFloat height = [self calculateIdealHeightForSize:[dataCell cellSize] content:message.message];
            NSLog(@"Message: %@ Height: %f", message.message, height);
            return height;
        NSLog(@"No size found. Returning default size for 100.");
        return 100;
    - (CGFloat) calculateIdealHeightForSize: (NSSize) size content: (NSString *) content
        NSTextStorage * storage =
        [[NSTextStorage alloc] initWithAttributedString:[[NSAttributedString alloc] initWithString: content ]];
        NSTextContainer * container =
        [[NSTextContainer alloc] initWithContainerSize: size];
        NSLayoutManager * manager = [[NSLayoutManager alloc] init];
        [manager addTextContainer: container];
        [storage addLayoutManager: manager];
        [manager glyphRangeForTextContainer: container];
        NSRect idealRect = [manager usedRectForTextContainer: container];
        // Include a fudge factor.
        return idealRect.size.height + 25;

  • Make a column is required for a document library

    I follow the following step to set up the column is required. However, it works for one serve (it does not let me save document if the column is empty) but not for another server (it let me save document without data in the column).
    I do not know if any server setting make the difference?  I will appreciate your help.
    1. Go to Document Library Settings
    2. Click on Advanced Settings
    3. Select 'Yes' for the option 'Do you want to manage the content types ?' and Save
    4. Click on 'Document' link under Content Types section
    5. You will see all the column listed
    6. Click on 'Title' and now you can make it required field.
    7. Save the changes

    Hi,
    From your description, my understanding is that you cannot set column to required for List Content Type in one of your SharePoint Server 2013.
    To resolve your issue, please confirm these points below:
    How many Content types do you have in this document, and make sure that you have choose the Document Content Type when you save document?
    Does this issue exist if you make column to required in Site Content Types?
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Appraisal row access

    Hello,
    we want to limit the access to elements in an appraisal document.
    Within the customizing you can just limit it within three states.
    For column access we use BADI HRHAP00_COL_ACCESS.
    Is there a corresponding BADI for the element access?
    Regards
    Sebastian Menger

    I am clear about the possibilities to give access via cutomizing.
    But you can only customize it for states
    Plan, Review, Completed.
    But what about the customers substates?
    plan substates 'plan phase 1' 'plan phase 2'
    review substates 'review phase 1' 'review phase 2'.
    I want to give access for manager just for 'plan phase 2'.
    In 'plan phase 1' there shall be just display access on the element.
    The column access badi is not applicable for this. Because criteria 1 shall be accessible, while criteria 2 shall not.
    So my question was is there a BADI comparable to HRHAP00_COL_ACCESS for the rows? Because I need accessibilities handeled not only on status but on sub-status. And this differs between the roles too. So the customizibility given for the element access by roles is not detailed enough.

  • How to set fire action event for particular rows in a table

    HI All,
    I have a requirement in which I want to set fire action event for particular rows in a table based on some condition.
    The table has columns like fullname,employee id etc.
    So i want to set fire action event for particulars rows only which will saisfy some condition.

    Atanu,
    Your approach(setting fire action for few rows) seems not possible. Better to go ahead with workaround.
    Do you want this functionality in processRequest(while page loading) or processFromRequest(on some event) method ? Give more explanation regd. your requirement ?
    In either case loop through the rows and when your condition is met write the action to be performed in controller.
    Regards,
    Anand

  • How do you set the font color for a specific entire row inside a JTable?

    How do you set the font color for a specific entire row inside a JTable?
    I want to change the font color for only a couple of rows inside a JTable.
    I've seen some ways to possibly do this with an individual cell.
    Clarification on changing the font color in an individual cell would be helpful too if
    there is no easy way to do this for a row.

    hai,
    Try out with this piece of code.Create your table and assign the renderer to each column in the table.
    CellColorRenderer m_CellColorRenderer = new CellColorRenderer();
    for(int i=0;i<your_JTable.getColumnCount();i++)
    your_JTable.getColumnModel().getColumn(i).setCellRenderer(m_CellColorRenderer);
    class CellColorRenderer extends JLabel implements TableCellRenderer
    CellColorRenderer()     
    setOpaque(true);     
    setHorizontalAlignment(LEFT);
    setVerticalAlignment(CENTER);
    setBackground(Color.white);
    setForeground(Color.black);
    protected void setValue(Object value)
         setText((value == null) ? "" : value.toString());
    public Component getTableCellRendererComponent(JTable table,Object value,boolean isSelected, boolean hasFocus, int row,int column)
         if(isSelected == true)
              setForeground(Color.red);
         else
              setForeground(Color.black);
         setValue(value);
         return this;
    regards,
    bala

  • Keyboard Access For a Column in JTable with default editor as JComboBox

    I want to get Key board access for a column in JTable.
    The user should be able to select from a drop down list for the column with default
    editor set as JComboBox.
    Presently,it works fine with mouse,also I am able to focus it with Keyboard using
    ALT+Up keys,but how to make drop down list appear.
    Plz help,it's urgent.
    Thanks in Advance

    Hi,
    In addition to setting DO_SUM = 'X' you need to specify function in H_FTYPE field. It should be set to 'AVG' in your case.
    ls_fielcat-do_sum = 'X'.
    ls_fieldcat-h_ftype = 'AVG.

Maybe you are looking for

  • Configuration error when open admin tool in BIEE 11g client

    Hi All, I have installed BIEE 11g client in my laptop,the version is 11.1.6.2 ,it has show one error in the installation log : <action name="Custom Action" target="oracle.bi.CustomIAActionGetInstanceNumber" status="error"> - <AdditionalNotes> <error>

  • How can I send multiple subcon PPMs to APO since one PV must be in the PIR?

    We often have two or three production versions for a single subcontracting material. For example, PV 01-1 from now until June, then PV 02-1 from June until November. To create the PPM in APO via CFM1/CFM2 we must have one PV in the subcontracing PIR.

  • Exporting Questions

    I'm new to FCE (3.5.1), but have been reading Wolsky's Editing Workshop (like it even with the typos!). Primarily, I want to create DVD's of HD footage from a Canon XH-A1 (1080-60i). (Yes, I realize it will be in SD) Using iDVD 6, I've found that Exp

  • Non displayed texts of compound characteristics

    Hi, Web Application is not displaying the text of a specified variable (using a compound characteristic). We populated a variable with an exit function module and we are using this variable as a restriction of values. For example,  we use a variable

  • LG G3 Texts duplicate and constantly say "Sending"

    Using an LG G3 I started having an issue this afternoon at about 1PM PST. First I noticed that my texts did not appear to be going. They would sit in the "Sending" status for several minutes. Then, it started being reported that my texts were being d