VO instance property not visible for Switcher.

Hi,
we have requirement to disable the Action image in PMS page where if we click on that then the image will be disabled image for next time.
for this we modified the VO and added one column into that 'STATUS_FLAG' and XML page enter the switcher and added VO attribute as 'STATUS_FLAG' but There is no property as 'VO instnace' where I can add 'SwitchPlanVO' instance name inside that.Based on the value of SWITCHER the image action will be displayed.
1)takeaction_enabled.gif
2)take_action_disbaled.gif.
please tell me where can I get VO instance property in switcher ?
Thanks & Reagrds,
Amrut

Hi,
U can achive the same req by using SPEL....
Do steps:
---Create Two transient attributes
Name:EnableTr&DisableTr
Type:Boolean
Select always updatable.---Create two items for enable and disable.
---Set Rendred Poperty for 2 fields:
Rendered:${oa.ViewInsyanceVo1.EnableTr} & ${oa.ViewInsyanceVo1.DisableTr}---Get the action of the Action button and write below code
IN CO PFR:
if("Actionevent".equals(pageContext.getParameter(EVENT_PARAM)))
Row row=vo.first();
row.setAttribute("EnableTr",Boolean.FALSE);
row.setAttribute("DisableTr",Boolean.FALSE);
IN CO PR:
Row row=vo.first();
row.setAttribute("EnableTr",Boolean.TRUE);
row.setAttribute("DisableTr",Boolean.FALSE);
Let know if ny issue.
Regards
Meher Irk

Similar Messages

  • SAP RM: How can I create a Node when the node is not visible for the user

    Hi,
    Product: SAP records Management for Public Sector
    Version: 7.00
    is it possible to create a instance node when the model not is not visible for the active user?
    I looked in the CL_SRM_XML_REC_MODEL but every methode I used gave me no results with the special user.
    Regards and thanks for every beginning
    Fanninger Thomas

    Hi,
    here an example.
    When I use the method CL_SRM_XML_REC_INSTANCE->IF_SRM_XML_POID~GET_ALL( POID_TAB COUNT_USER_REST COUNT_POID_AUTH ).
    When I used the user with no right for viewing the invisible nodes I get no elements in the tabelle POID_TAB and 38 in the value COUNT_USER_REST.
    So did any one know a solution you can I create a nodes and change the restriction for the new node with the normal user?
    Regards
    Fanninger Thomas
    Edited by: Thomas Fanninger on Feb 5, 2008 8:15 AM

  • E-Recruiting - Internal Candidates not displayed in candidate search, job postings not visible for internal candidates in job search

    Hi Friends,
    We are on EREC standalone model. Initial data transfer between HR to EREC master data using PFAL is done.
    All employees have got NA, CP, US, BP in HRP 1001 in EREC system.
    Change pointers are also activated in HCM system, now current master data changes are also in reflecting in EREC system thro IDOC posting.
    But when recruiter logs into portal and does a candidate search, no internal candidates are appearing ?
    1) What needs to be done for internal candidates to visible during candidate search ?
    2) Also while logged as internal candidate, released requisitions are not visible for internal candidates while they try to search for internal job postings ?
    Kindly provide your inputs.
    Regards,
    ER.

    Hi,
    In SLG1, getting the below error messages for multiple times.
    "Error while calling content extraction class CL_HRRCF_CEC_QUALI_WITH_PROFCY 
    The error occurred in program CL_HRRCF_SES_BUSOBJ_FROM_SPTYPCM001 line 96  
    Qualification 52000001 does not exist
    The incorrect HR object has the key 01NA60000029 "
    "The error occurred in program CL_HRRCF_ALE_EE_INBOUND"
    Also please state how to differentiate internal and external candidate search pages.
    Regards,
    ER.

  • Project Commitment Cost not visible for Purchase Orders with Item Categry Q

    Hello All
    I have a problem. My project commitment cost is not visible for PO's with Item Category Q. I assume that as the stock can be issued against any WBS elements I might not be able to see the cost against a single WBS element. But the cost should get recorded against the project right? If so where can I see it?
    Request your help with this problem
    Regards
    Renjith

    Hello
    Could you please explain how to maintain that?
    Best Regards
    Renjith

  • JComboBox - Bottom border is not visible for the first time

    JComboBox - Bottom border is not visible for the first time i click on the arrow to drop the list down.
    This happens because the list when dropped down goes out of the frame.
    If have the increased the size of the Frame then i am able to see it,but i dont want to do this.
    I am using jdk1.3.1_02.
    Any Help would be great.
    Please find the code below.
    Thanks,
    Sridhar.
    //file: Lister.java
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Lister {
        public static void main(String[] args) {
            JFrame frame = new JFrame("Lister v1.0");
            // create a combo box
            String [] items = { "uno", "due", "tre", "quattro", "cinque",
            "sei", "sette", "otto", "nove", "deici",
            "undici", "dodici" };
            JComboBox comboBox = new JComboBox(items);
            comboBox.setEditable(true);
            // put the controls the content pane
            Container c = frame.getContentPane( );
            JPanel comboPanel = new JPanel( );
            comboPanel.add(comboBox);
            c.add(comboPanel, BorderLayout.NORTH);
            c.setBackground(Color.white);
            comboBox.setBackground(Color.white);
            comboPanel.setBackground(Color.white);
            frame.setBackground(Color.white);
            frame.setResizable(false);
            frame.setSize(200, 200);
            frame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
            frame.setVisible(true);
    }

    Hello,
    try this:JPanel comboPanel = new JPanel(new BorderLayout());Regards,
    Tim

  • Key focus is not visible for all objects when tabbing

    I'm using LabView 5.1.
    The key focus is not visible for all objects when tabbing through a "disabled and grayed-out" object.
    For example, let's say I create a panel with 3 buttons. If I create a "disabled" attribute for button 2 and assign the value "2" (disabled and grayed-out) to it. When I will run this VI, the key navigation will go through button 1 and button 3 (skipping button 2 as expected) but the key focus on button 3 will not be visible.
    Is this a bug with LabView or am I doing something wrong ?

    Hi Ben,
    Don't worry, time is not an issue... I'm posting an example of a VI with the problem I described. I noticed that the problem occurs only with "dialog buttons".
    When you have time, let me know if you see the same behavior. If you do, I will report the problem to National Instrument.
    Thanks for your time !
    BigBen
    Attachments:
    3buttons.vi ‏22 KB

  • Drop down list(JComboBox) - Bottom border is not visible for the first time

    Drop down list(Combo-box) JComboBox - Bottom border is not visible for the first time i click on the arrow to drop the list down.
    I am using jdk1.3.1_02.
    Did any one face this issue.
    Please let me know.
    Thanks,
    Sridhar.

    I must be a little confused regarding your question.
    You can simply change your code frame.setSize(200, 200); to frame.setSize(400, 400);When you say you are unable to see the border are you specifically talking about the border of the frame or the border of the combo box?
    Lance

  • Files newly added in system after having opened firefox are not visible for attachments

    if firefox is alrady running & new file is being added to the system,the same is not visible for attaching the file in gmail. what must be the issue?

    if firefox is alrady running & new file is being added to the system,the same is not visible for attaching the file in gmail. what must be the issue?

  • Added target property not visible in EM12c

    Hi,
    I have added some new target properties using emcli "add_target_property" command. I see them on targets and set values but they are not visible for selection on any EM12c screens i.e. pull down manues or setting up filters for group creation etc. Does any one know how to make them available on EM12c screen menues?
    Thank you.

     
    Hi,
    From the error message you have mentioned, it seems that the web front end servers are out of synchronization. You can use the following steps to fix it:
    Restart the SharePoint 2010 Administration on all of the Web Front End servers (or at least just make sure to restart the one on the WFE where the deployment failed).
    Restart the SharePoint 2010 Timer service on all Web Front End servers.
    The SharePoint 2010 Administration service carries out the actual removing and adding of files the GAC (Global Assembly Cache). This works most of the time and the service will release the handle on a file.
    However, if the Administration service does not release the handle on the file, then you will also need to restart the Timer service. Restarting the timer service on SharePoint 2010 will restart all SharePoint 2010 timer jobs and you will need to delay installation
    for a while, until all of those jobs have had a chance to complete.
    In addition, I suggest that you clear the configuration cache on the server, then test again.
    http://blogs.msdn.com/b/jamesway/archive/2011/05/23/sharepoint-2010-clearing-the-configuration-cache.aspx
    Thanks,
    Rock Wang
    Rock Wang TechNet Community Support

  • Loaded data not visible for Reporting?

    Hi all,
       In the info cube, the data is not visible for reporting, How can i make it available for reporting,
    When i select the Manage option from the context menu of the cube and select the Requests Tab, i get a pop up message that tells
    " There is an inconsistency between the load status of the data and the option of reporting on this data.
    There is data in the InfoCube/ODS object that is OK from a quality point of view, but is not yet displayed in reporting.
    The problem, for example, is to do with request 0000018049, number REQU_F4ZBFRMDGBULE9WCUN3R5UX5X."
    How do i find out the inconsistancies?
    PS: All the requesta are delta upload
    Thanks n regards
    Girikumar

    Hi Girikumar
    Use the RSRV transaction and check the inconsistency of the cube ..If any inconsistency is there repair that with the repari option in the toolbar..
    Let me knwo if it not resolved..
    Bye
    Shu Moh..

  • LifeTime tab not visible for WPC content

    Hello,
    For any WPC content if we go to Details -> Properties, there is tab called Lifetime where we can set from when to when this content is valid.
    Some how it is not visible for any of my content in my new installation. I am using Portal 7.0 SP16.
    Point will be awarded to resolve this issue.
    Also I wanted to ask does this LifeTime means content should be unavailable after the Expiry period we set here, correct?
    regards,
    Jaish

    I went to SAP Tech Ed in Las Vegas and came to know that there is bug in WPC for this so they removed this feature in SP16 of Portal 7.0. This is why I was not seeing this after the version update.

  • IView not visible for a single user

    Hi All,
    I am facing the a problem in our client's portal. The application is not visible for one of our client user on the portal. When he clicks on the Role->Workset->Application name, the IView is not displayed on the screen. Instead, blank page is shown.
    This is happening only to him. Other users are able to see the application and run it. I even tried by removing the roles assigned to him which are related to the application and re-assigned it. But the problem still persists.
    He is facing this problem only from past 2 days. Till then it was working fine.
    Please let me know how can this be solved.
    Regards,
    Poojith MV

    Hi,
    Firstly, we do not have the personalization option on the portal. We also requested the user to try the portal on a different which we thought could be a browser problem.
    However, the result is same on a different machine. But other users who use the same system are able to view the application. I am unable to figure out what could be wrong for just one user?
    The setting "Entry Point" is set to "yes".
    The latest update is that, the user has 2 id's created for himself with the same portal roles. The second user id is working fine, but the first user id is failing to view the application
    Regards,
    Poojith MV

  • Incoming Email settings is not visible for SharePoint SkyDrive.

    Incoming Email settings is not visible for SharePoint SkyDrive. Is this the expected behaviour or is there any workaround to resolve this?

    Hi,
    I have tested the issue in my environment, there is no incoming email setting in my OneDrive library setting. It seems like it is by design.
    Thanks for the understanding.
    Regards, 
    Rebecca Tu
    TechNet Community Support

  • Services for object box not visible for some users

    Dear All,
    PM module experts please help. In equipment master transaction IE02  in left hand top corner we get  box for SERVICES FOR OBJECT which is useful for attaching external documents like word and excel. but problem  is it is  not visible for some users.  Our security/authorisation team has also done some check but didn't get any solution.
    anybody knows the reason why there is no box availabe?
    Thanks
    SR

    Dear Siddhartho Raha
    I think this problem related ABAP work,this problem very general problem,first refer any note availble or search throgh any class in SE24
    note are like this way 492331,this is not related to your query but same like it is and also may be
    Due to an error in the coding, it was possible to link a Word document to a Document in IE01. Because the data cannot be saved in transaction IE01, the linked document is lost after leaving the transaction.
    Hope this may helps you
    Prem.

  • Iphoto library not visible for itunes home sharing

    Hello, I have an issue where my iPhoto library is not visible in iTunes Photo Sharing Preferences. I wish to have my iPhoto library (Aperture Library) available on my Apple TV. I have switched on Home Sharing. When I go to iTunes/File/Home Sharing/ then wish to select which photos to share, iPhoto is not listed in the preference pane. The only available option is my Pictures folder.
    My library is on an external hard drive. When I try to point to it manually, the library is greyed out.
    Any ideas? I have been using Home Sharing for a long time and have not had this before. I have latest version of iTunes and iPhoto. My library is an Aperture library. The external hard drive is Mac OS Extended format. There should be no issues there. I have done a check disk and a repair permissions also.
    Thxs

    Hello, I have an issue where my iPhoto library is not visible in iTunes Photo Sharing Preferences. I wish to have my iPhoto library (Aperture Library) available on my Apple TV.
    Does your joint Aperture/iPhoto library show in the Finder as "Kind Aperture Library"?
    Then set your Photo Sharing to share from Aperture and not from iPhoto.
    When I try to sync or share iPhoto libraries from iTunes, it will look for libraries "Kind iPhoto" and not sync with an Aperture library, even if it is the current iPhoto library.

Maybe you are looking for

  • Mac OS 10.4.6 won't startup

    Need some expert help--Well, what a way to start a day-- This is what is happening: When I start-up I get the grey apple screen with the wheel and I am stuck in a loop--have tried restarting numerous times. This is what occurred before the incident:

  • NullPointerException while uploading wrong file in af:inputfile

    Hi All, I am uploading excel sheet data into jspx Page(database table) by using af:inputFile.After uploading file af:inputFile need to be refresh.It is getting refresh for right file(excel file),but it is not refreshing for wrong file upload. it show

  • How to install in diffrent drive

    Hi, How to install at diffent drive?

  • How to display a whole statement string ?

    We use an OraclePreparedStatement to prepare some inserts into a database. Before executing the statement, we'd like to be able to display the whole string with bound variables values (instead of '?'). Problem is we don't see any method in the (Oracl

  • Master table for Qualification ID (In SERVICE Product)

    Hi friends, Could you please help me out with master table for Qualification ID and its description? Thanks, Debasish