Visibility of the components

Just want to know that how can I see the ESS tab ( to configure) as mentioned can be visible???
For information about how to customize the Employee Self-Service component, see the SAP Customizing Implementation Guide, under Personnel Management -> Employee Self-Service.
The Employee Self-Service --tab is not visible unders PM

You have to activate the objects
go to SPRO> IMG> Activate BC set and a popup comes where you can select the business package you want and then run in backgroung. After the job gets completed it will show you the tabs.
Thanks

Similar Messages

  • Visibility of the components not working

    Hi,
    I have a simple requirement in which i have to display some menu items depending on the "*Role*" of the user who has logged in.
    I tried all the following methods,
    1. In backing bean of the .jspx file, checking the Role and setting "component.setvisibility(true)"..... Output: the whole application page getting invisible, including the links under Status, Copyright, About, Global, Images everything. Following is the backing bean code.
    for (String role : ADFContext.getCurrent().getSecurityContext().getUserRoles()) {
    if (!role.equalsIgnoreCase("authenticated-role") && !role.equalsIgnoreCase("anonymous-role")) {
    if (role.equalsIgnoreCase("Admin")) {
    gl1.setVisible(true);
    2. JSF Expression for Rendered: #{securityContext.userInRole =='Admin'}.... Output: Nothing Happens.
    3. JSF Expression for Visibility: #{securityContext.userInRole =='Admin'}.... Output: Nothing Happens.
    I had a similiar requirement in my previous project and using above step 1, i was able to complete the task. But for this, its taken 2 days now :(
    Also, this is happening for any UI componenet I use.
    Can anyone, please help me with this.
    Thanks.
    Tina
    Edited by: 878924 on Aug 17, 2011 1:30 PM
    Edited by: 878924 on Aug 17, 2011 1:31 PM

    if yuo are using it in expression you have to use it like
    rendered="#{securityContext.userInRole['Admin']}"and if you are having a managed bean to check it then use it like
    <af:outputText id="ot4" value="#{managedBean.userInRole=='false'}"/>you are checking it as
    securityContext.userInRole == 'false'which is wrong you have to chk it as
    managedBean.userInRole == 'false'

  • How to change the components in a visible JPanel?

    How to change the components in a visible JPanel?
    Is there any way to change the components in a JPanel while it is already visible in a JFrame? I tried the na�ve approach of removing the components and adding new ones, but the effect is not the expected.
    For now I'm opening new frames with newly created panels.

    After adding/removing components to/from a panel try:
    panel.revalidate();
    panel.repaint() // sometimes this is also needed, I'm
    not sure whyI'm not certain, but I think that panel.revalidate() implicitly calls repaint() only if something actually changed in the layout. If nothing changed, it sees no reason to repaint; hence, if something changed in appearance but not in layout, you have to repaint it yourself.
    Or something like that. I'm no expert. ;)

  • Only the components of the first tab is visible

    I have created an application with 4 tabs in a jtabbedpane. Depending on the users rights in a node(of a tree) the tabs should be visible or removed.
    Here is an example of how I add and remove tabs.
    if (status) {
    String title = ((ObjectObjectData)myTabs.elementAt(index)).getObj2().toString();
    boolean there = false;
    Component allEnabledComp[] = tabPanel.getComponents();
    for (int i=0; i<allEnabledComp.length; i++) {
    // Compare the tabs with the orign tabs stored in a vector
    if (allEnabledComp.equals(((ObjectObjectData)myTabs.elementAt(index)).getObj1())) {
    there = true;
    break;
    if (!there) {
    int newIndex = getNewIndex(index);
    tabPanel.insertTab(title, null, (Component)((ObjectObjectData)myTabs.elementAt(index)).getObj1(), "", newIndex);
    Component comp[] = tabPanel.getComponents();
    else {
    for (int i=0; i<tabPanel.getComponents().length; i++) {
    // Check if the tab should be removed or if it is already removed
    if (tabPanel.getComponentAt(i).equals(((ObjectObjectData)myTabs.elementAt(index)).getObj1())) {
    tabPanel.removeTabAt(i);
    break;
    The problem is that when I add and remove tabs only the first tab will show its components. The other tabs are empty.
    And an other strange thing. If I change the order of the tabs all components of every tab will be visible...
    Any suggestions ?

    I have tested to use setVisible instead of removeXXX and insertXXX.
    if (status) {
    String title = ((ObjectObjectData)myTabs.elementAt(index)).getObj2().toString();
    boolean there = false;
    Component allEnabledComp[] = tabPanel.getComponents();
    for (int i=0; i<allEnabledComp.length; i++) {
    if (allEnabledComp.equals(((ObjectObjectData)myTabs.elementAt(index)).getObj1())) {
    // there = true;
    allEnabledComp[i].setVisible(true);
    break;
    /*if (!there) {
    int newIndex = getNewIndex(index);
    tabPanel.insertTab(title, null, (Component)((ObjectObjectData)myTabs.elementAt(index)).getObj1(), "", newIndex);
    Component comp[] = tabPanel.getComponents();
    else {
    //Component allEnabledComp[] = tabPanel.getComponents();
    for (int i=0; i<tabPanel.getComponents().length; i++) {
    if (tabPanel.getComponentAt(i).equals(((ObjectObjectData)myTabs.elementAt(index)).getObj1())) {
    //tabPanel.removeTabAt(i);
    tabPanel.getComponentAt(i).setVisible(false);
    break;
    If I debug the code the components method isVisible() will return the state that was assign to it. But when I se the GUI, all components are visible !
    Any ideas ?

  • Components are not visible in the PO

    Hi,
    For a Material XXXX which have a BOM with 10 components, but no components appears in the PO.Due to this my vendor is saying that he canu2019t able to view the components in the PO.
    Note: I have checked the material Master and BOM found seems OK.
    Also in PO material Data tab in item level I can able to see the configurations.
    Please let me know what could be the other reasons.
    Regards,
    Kumar.S ///

    HI
    According to your scenario you meant to say you're sending a PO to your vendor that means you are buying a component from a vendor, in your case your material is made of say 10 components in that case u cant send the BOM as such since PO is for material as single that means u have to send each component as a material to your vendor then it will make sense, also vendor if he is a contractor is not suppose dot see the BOM of your company's finished product .
    Hope this helps.
    Regards
    Vignesh

  • Components are not visible in the beginning..

    Hai ..
    The contents(TextFields Labels and Buttons) of my application are displayed only after i resize the frame manually.. Why is it so.. Is there any way to make them visible as soon as i run the application..
    This happens only for the first time(ie immediately after running the application..).. I guess its because of the Focus not being given to the Frame in the beginning(I may be wrong.. Correct me if i am wrong).. Any one with any solution??
    Thanks in advance!!

    /* This program is meant for opening the internet explorer on typing the search text in the TextField and pressing enter*/
    public Search()
    f=new Frame();
    maxwidth=Toolkit.getDefaultToolkit().getScreenSize().width;
    maxheight=Toolkit.getDefaultToolkit().getScreenSize().height;
    f.setBounds(maxwidth-200,0,200,maxheight);
    f.setVisible(true);
    f.setLayout(null);
    f.setBackground(Color.BLACK);
    f.setForeground(Color.RED);
    st=new JTextField();
    sl=new JLabel("Search");
    sl.setBounds(25,525,150,25);
    st.setBounds(25,565,150,25);
    sl.setForeground(Color.RED);
    f.add(sl);f.add(st);
    /* On pressing Enter i try to convert the contents in the textbox in a search string to be used in google*/
    st.addKeyListener(new KeyAdapter()
    public void keyPressed(KeyEvent ke)
    if(ke.getKeyCode()==KeyEvent.VK_ENTER)
    searchstring=st.getText();
    char ss[]=searchstring.toCharArray();
    for(int i=0;i<ss.length;i++)
    if(ss==' ')
    ss[i]='+';
    searchstring=new String(ss);
    try
    p=Runtime.getRuntime().exec("C:\\Program Files\\Internet Explorer\\iexplore.exe www.google.co.in/search?hl=en&q="++searchstring++"&meta=");
    catch(Exception e1)
    System.out.println("Internet Explorer not found in C drive");
    try
    p=Runtime.getRuntime().exec("E:\\Program Files\\Internet Explorer\\iexplore.exe www.google.co.in/search?hl=en&q=+"+searchstring++"&meta=");
    catch(Exception e2)
    System.out.println("Internet Explorer not found in E drive");
    f.addWindowListener(new WindowAdapter()
    public void windowClosing(WindowEvent we)
    f.setVisible(false);
    /* This imgpanel is used to display an image in the JPanel*/
    imgpanel=new JPanel();
    imgpanel.setLayout(new GridLayout(1,1));
    f.add(imgpanel);
    imgpanel.setBounds(25,50,150,150);
    img=Toolkit.getDefaultToolkit().getImage("sample.jpg");
    img=img.getScaledInstance(150,150,Image.SCALE_SMOOTH);
    imgicon=new ImageIcon(img);
    imglabel=new JLabel(imgicon);
    imglabel.setVisible(false);
    imgpanel.add(imglabel);
    On executin the code i get the frame visible .. The JPanel is also visible but the image is not present.. Its visible once I resize the frame.. Also the TextField(for getting the search text)and the associated JLabels are sometimes not visible.. They are visible only if i bring some other window in front of it or if i resize the Frame..
    Thanks!!
    Edited by: s.baalajee on Jan 7, 2009 9:44 AM
    Edited by: s.baalajee on Jan 7, 2009 9:45 AM

  • Custom Components not Visible in the Flex Design

    Hi
        I am trying to create a Flex Application to consume a Web service.
         Which DataGrid can i use to get the list of data at runtime.
         The Datagrid component which is available  under Controls in the design is displaying 3 columns and 3 rows by default. But if i use this UI element no.rows and coulmns cannot be changed at runtime.
    So could anybody advice me which datagrid can be used?
    By defalult Flex design has Controls, Layout, Navigators, Charts components
    Could anybody tell me whats Custom Component in the design. becoz i cannot see any of the components under Custom folder.
    Is it a custom developed one or is it a Default like other components ?
    How do I get these components  Customer DataGrid, Video Chat, Yahoo Search, Countries By Group etc.
    Please guide me...
    Thanks & Regards
    Sireesha.
    Edited by: sireesha esukapalli on Dec 1, 2008 1:06 PM
    Edited by: sireesha esukapalli on Dec 1, 2008 1:17 PM

    Hi Daniel,
        Could you please check the below code in MXML.
        I am getting the error as Unexpected paramater "CustomerNo" not found in input arguments.
       What node should be given under <request> tag ? Is it can be any xml node related to customer no? or anyother thing?
        <mx:WebService id="WSCust"
         wsdl="http://ctsintcosnw4.cts.com:8000/sap/bc/srt/rfc/sap/zws_custinfo?sap-client=812&wsdl=1.1 "
        showBusyCursor="true"
         fault="Alert.show(event.fault.faultString)"
         result="onCustResult(event)"
              >
    <mx:operation name="ZBAPI_CUSTOMER_DETAIL2">
         <mx:request>
         <CustomerNo>
              {Cust_no.text}
         </CustomerNo>     
         </mx:request>
    </mx:operation>
    </mx:WebService>
    <mx:Script>
         <![CDATA[
    private function Getcust_data():void
    WSCust.getOperation("ZBAPI_CUSTOMER_DETAIL2").send();
         ]]>
    </mx:Script>
    <mx:Label  text="CustomerNo"  id="lblcustno" />
         <mx:TextInput id="Cust_no" />
    <mx:Button  id="btn_custno" label="Display Customer General Data" click="Getcust_data()" />
    Regards
    Sireesha.

  • How to minimize the components

    Hi,
          when ever I minimizing the window,the components in that windows are not displaying properly.
          I am using jdev 11.1.2.3
         How to  properly render the components?
         Can any one please give me the answer?

    hi "18a5907a-dc24-4e16-bea6-51d7905449e8"
    18a5907a-dc24-4e16-bea6-51d7905449e8 wrote:
    ... when ever I minimizing the window ...
    Should a minimized browser window really still display something? Do you mean a re-sized browser window?
    18a5907a-dc24-4e16-bea6-51d7905449e8 wrote:
    ... the components in that windows are not displaying properly ...
    Which components? Which layout components? What is "properly", what do you expect?
    18a5907a-dc24-4e16-bea6-51d7905449e8 wrote:
    ... Can any one please give me the answer?
    So, please provide more information if you expect a useful answer.
    (tip : You can use "Edit profile & privacy" to make your name visible in forum posts.)
    success
    Jan Vervecken

  • How do I make one account's home folder visible to the other?

    How do I make one account's home folder visible to the other? Also, when I begin to delete an account, it asks if I want to either delete its home folder, keep it in the users folder, or save it in a disk image. I want to be able to see it from my remaining account once I delete it, so if I leave it in the users folder, would I be able to see all the files (right now I can't

    Use terminal to add ACL to the account,
    at the prompt:
    sudo chmod -R +a "<user> allow list,addfile,search,delete,add_subdirectory,delete_child,readattr,writeattr,readextattr, writeextattr,readsecurity,file_inherit,directoryinherit" /User/<user_name> #yep, all that goes on one line!#
    #Replace <user> with the user name that you want to have file/folder privileges#
    #Replace <user_name> with the account you want to process#
    example:
    sudo chmod -R +a "sue allow list,add_file, .... deletechild,readsecurity,file_inherit,directoryinherit
    /User/joe
    #sue now gets full access to joe's files and folders#
    to remove:
    sudo chmod -R -a "sue allow list,add_file, .... deletechild,readsecurity,file_inherit,directoryinherit
    /User/joe
    You can add as many users as you want! Just lather, rinse repeat. That is how I share my itunes
    directory with the ones I want to share it with.
    That's the simplest way. ACL permissions overrule posix permissions.

  • Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.

    Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.
    The only thing that I can think of that might be causing the issues that I have a Mac Mini on Mavericks.
    Dave

    Hi
    I have discovered that my question above is a non-question. A user triggered by looking at the below article about Illustrator 2014 cc 17.0.2
    http://helpx.adobe.com/illustrator/release-note/illustrator-17-0-2-release-notes.html 
    He had recently upgraded from wht we now know is 18.0 to 18.1 which is the latest version. He read the above artic
    le and supposed that it was a bug fix release for his version - because the v17 ov18 number is not often displayed. It is usually just 2014 CC.
    I have asked him to post a bug report about Adobe Illustrator CC 2014.1
    Dave

  • I get this error when I go to imovie, I have instalerat on via appstore, but it does not work. The QuickTime components necessary to view, edit, import and export various types of films are not installed. The components included in the iMovie installer. R

    I get this error when I go to imovie, I have instalerat on via appstore, but it does not work.
    The QuickTime components necessary to view, edit, import and export varioustypes of films are not installed. The components included in the iMovie installer.Reinstalling iMovie.

    I get this error when I go to imovie, I have instalerat on via appstore, but it does not work.
    The QuickTime components necessary to view, edit, import and export varioustypes of films are not installed. The components included in the iMovie installer.Reinstalling iMovie.

  • HT4356 My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    hi
    could you tell us what the other app is please

  • I updated win7 and now I cant see ff. I have reinstalled it 5 times now. It shows it is running in task manager but it is not visible on the desk top.

    I installed win7 ultimate and then ff. ff worked fine until I installed win7 service pack 1 and all the other updates it recommended. I click to open ff and nothing happens. I look in task manager and it shows it is running. It is not visible on the screen or in the task bar. I have reinstalled a fresh download of it 5 times. I even tried the beta version but still the same problem. I can use explorer and chrome ok but not ff.

    The "System Tray" is located at the very bottom right of your screen and is a list of most/all running applications that will show in this list.
    For your SysFader issue, this "may" be the problem:
    1 Find the "My Computer" desktop icon and right-click it. A pull-down menu will appear. Select "Properties."
    2 Click on the "Advanced" tab. This will load a new page of options.
    3 Select the "Visual Effects" tab at the top of the window and deselect "Animate Windows when minimizing and maximizing," "Fade or slide menus into view," "Fade or slide Tool Tips into view" and "Fade out Menu items after checking."
    4 Click "OK." This will remove most if not all of the Sysfader effects, at the same time correcting related errors that used to come up during opening a new file or program.

  • Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.

    Dear all,
    I have trouble to connect em console to database instance. My database is 11.2.0.3 and before this I did the patching from version 11.2.0.1, and now i cannot get fully functionality of em console.
    error is:
    Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.
    It shows that agent is connected, database and listener is up.
    I did recreation, dropping and recreating with emca, but no success.
    Did anyone have similar problems with em console?
    Regards,

    You need to first of all, Connect to the Database as SYSDBA (because your were not connected), then start the database (because it is not started).
    If you already used the username and password in the command prompt and you are sure that the database is already stared, then you need to set the ORACLE_SID before you open SQLPlus. This is because if SQLPlus does not know the SID you are connecting to, it simply thinks it is not up or has no service hence the message "Connected to an idle instance".

  • I share a an apple id with my kids. We all use the same credit card for purchases.  Is it possible for only me to use the icloud online storage without making this available or visible to the kids?

    My kids and I all use the same credit card and password for app and music purchases.   I'm assuming we all use the same apple ID too. (not sure) We can share apps and music although we all have our own itunes libraries. Is it possible for only me to use the icloud online storage without making this available or visible to the kids or do we all have our own storage?

    I just checked and they have already sucked up all my online storage.  Ahhh techy teens!  I think I will just leave it at that and back my own stuff up on my computer. Less confusing
    Thanks for all the help!  I am definitely more educated now and I'm off to check that cc bill too.

Maybe you are looking for

  • Goods Receipt against account assigned Purchase Order

    Respected members,   I am doing the good receipt with movement type 101 and special stock E with ref to po. In my purchase order in account assignment there is everything like sales order,internal order and profit centre and inventory gl account. The

  • Mac mini dilemma! Dont know which to buy..

    I was wondering what you guys think, i am thinking of getting a mac mini to use as a "media center" sorta pc because their small quite and the software seems to be alot more stable then vista. I saw one on amazon for $450 that has a 1.66 core duo pro

  • Balance Sheet Planning

    Currently I am trying to bring balance sheet planning functionality into SAP. Has anyone done this before who could give me some guidance? Message was edited by:         Mike Baus

  • Org unit data not being sent on Leaver records ?

    Hi We are holding org unit data on the org assignment in UKP, but is not getting sent in IDOC to GE5 What could be the reason? Little urgent Please help Warm Regards Geeta

  • How do you calculate a date on a form?

    I am working on a form for our customers and our staff to use and I needfor it to calculate a date from another date. We are currently using an Excel spreadsheet that is working very well, but we are starting to run into customers who do not have acc