Hide/Preview button for Notification Search Iview

I'm working on a Portal Appllication called NRX. It's used as Interface for SAP Plant Maintenance
There is an iview to search notifications in the R3
When I log in I can see two buttons in the upper right corner. Hide and Show Preview button
However, sometimes I log in and I can't see these buttons.
We believe this is a node configuration issue.
Can someone help me?

Hi Srini,
Thanks for the Immediate Response, I reviwed the Maetalink Note which you suggested, it was stated as:
Starting from ATG_PG.H.Rollup 4, an enhancement has been made to the Notification Details screen.
When the user viewing the notification has been granted the Workflow Administrator privilege (through the WF_ADMIN_ROLE preference), then the Reassign button will always be visible, even when the message attribute #HIDE_REASSIGN is set to Y.
This allows Administrators to reassign any notification when necessary in exception cases.
But in my case, the user do not have the Workflow Administrator privilege. He was not assigned with any workflow Admin Resps. Is there anything I am missing to check the WF_ADMIN_ROLE preference for a particular user?
Regards,
Sridhar

Similar Messages

  • How to set only one Index-group for a Search-iView as default?

    Hi Everybody,
    i have a lot of index ID's for searching in different folders. Is it possible to set only one index-group as default for a search iView? Until now i get all groups as default in every search. It's inconvenient for the users to use the link of 'show options' in order to uncheck the other index ID's.
    regards,
    Seed
    Edited by: seed_mopo on Jun 6, 2008 5:02 PM

    hi Seed,
    To achieve this you have to follow the below steps
    1. Create a new set of search options, choose System Administration -> System Configuration -> Knowledge Management -> Content Management -> User Interface -> Search -> Search Options Set in the portal.
    In that you have a field 'Index Groups', wherein you can specify which index group, the user has to search in. If there are multiple index groups, mention your index groups separated by comma.
    See here for more information
    http://help.sap.com/saphelp_nw04/helpdata/en/cc/f4e77ddef1244380b06fee5f8b892a/content.htm
    2. You have to specify the option set that you created in step 1 in the default KM search iview. In the iview properties, under the field search option set, mention the option set that was created for this index group or multiple index groups.
    This way, you can configure KM search iview to search in a single index group or multiple index groups.
    Revert back in case of any queries
    Regards,
    Ganesh N

  • Naming "Go" button for simple search

    I have a page which has two independent Query regions. Each Query region is set to autoCustomizationCriteria and each has a simple search panel. Is there a way for me to uniquely name the "Go" buttons for each one?
    The reason I want to do this is so I can tell in processFormRequest which one was clicked. It seems like right now they have the same name. Any ideas?
    Thanks!

    I recommend getting a handle to your query bean in the processRequest. After that you can call the setClearButtonName() and/or setGoButtonName() methods.
    processRequest(OAPageContext pageContext, OAWebBean webBean) {
         super.processRequest(pageContext, webBean)
         OAQueryBean region1 = (OAQueryBean)webBean.findIndexedChildRecursive("region1");
         region1.setClearButtonName("Clear1");
         region1.setGoButtonName("Go1");
         OAQueryBean region2 = (OAQueryBean)webBean.findIndexedChildRecursive("region2");
         region2.setClearButtonName("Clear2");
         region2.setGoButtonName("Go2");
    }Edited by: Centinul on Aug 22, 2012 3:03 PM

  • How to hide REASSIGN Button for PO Requisition Approval Notification only

    Hello,
    I have a requirement in which I have to HIDE the REASSIGN button from the PO Requisition Approval Notification page. I realized that this page(NotifDetailsPG.xml) is being used by Sourcing Module too for sending the Approval Notifications. So I cannot directly set the Rendered Property to False for this as this would hide the REASSIGN button in Sourcing Approval Notification too.
    So, how do I hide the REASSIGN button from the Notification page only if the Page is being used as PO Requisition Approval Notification? Can I use SPEL command in this case? Can somebody help me with this issue?
    Thanks
    Sunny
    Edited by: user13369509 on May 16, 2011 7:39 AM

    Hi Srini,
    Thanks for the Immediate Response, I reviwed the Maetalink Note which you suggested, it was stated as:
    Starting from ATG_PG.H.Rollup 4, an enhancement has been made to the Notification Details screen.
    When the user viewing the notification has been granted the Workflow Administrator privilege (through the WF_ADMIN_ROLE preference), then the Reassign button will always be visible, even when the message attribute #HIDE_REASSIGN is set to Y.
    This allows Administrators to reassign any notification when necessary in exception cases.
    But in my case, the user do not have the Workflow Administrator privilege. He was not assigned with any workflow Admin Resps. Is there anything I am missing to check the WF_ADMIN_ROLE preference for a particular user?
    Regards,
    Sridhar

  • How to Hide Reassign Button for the External Users

    Hi All,
    We have some notifications sent to the Oustide Suppliers, In those Notifications we are haveing 3 buttons displayes (Yes/No/Reasign).
    Based on the Previous posts regd the same subject, I checked the Notification Attribute '#HIDE_REASSIGN' , it was already set to 'Y'. Changed to B and tested but same result,
    These users do not ahve any responsbilities except for one Supplier Responsibility.
    Can you pls help me on this issue.
    Regards,
    Sridhar

    Hi Srini,
    Thanks for the Immediate Response, I reviwed the Maetalink Note which you suggested, it was stated as:
    Starting from ATG_PG.H.Rollup 4, an enhancement has been made to the Notification Details screen.
    When the user viewing the notification has been granted the Workflow Administrator privilege (through the WF_ADMIN_ROLE preference), then the Reassign button will always be visible, even when the message attribute #HIDE_REASSIGN is set to Y.
    This allows Administrators to reassign any notification when necessary in exception cases.
    But in my case, the user do not have the Workflow Administrator privilege. He was not assigned with any workflow Admin Resps. Is there anything I am missing to check the WF_ADMIN_ROLE preference for a particular user?
    Regards,
    Sridhar

  • Back Button for Custom Search Component CRM 7.0 Webui

    Hi Guys,
    I have developed Zworklistsearch component (WEBUI) for the service order header and item level search.
    The component will replace standard worklist search in the worklist Menu (Standard component CRM_BT_TRANSINB).
    The Component is having following parts
    1. Search option (Selection box with option header level search and item level search)
    The search option is binded to the component controller. When the search is loaded the default search type is header.
    2. Search view fields
    BOL objects for both item level and header level search has been created. However both the search views are referring to the same Z structure.
    When the search is loaded default search view is header. The search view is loaded based on the search type selection by triggering outbound plug.
    Both the search views are binded to the same component controller
    3. Saved Search
    Used standard Component SavedSearchRegistration.
    4. Result view
    Both item and header result views BOL objects are created.
    The zworklistsearch object has been replaced with the standard transaction inbox search. However, the problem is with the navigation.
    In case of header search type when I navigate to the service order from the header result view and when I hit back button the search view selection is retained.
    However, in case of Item search type when I navigate to the service order or service order item and when I hit back button the search view selection is not retained.
    The search view loaded on the component is the header search view.
    Also when I execute the saved search, Component is opened in a new window (not in the worklist window). And If I navigate to the service order and hit back button, the worklist view is not displayed.

    Hi,
    Refer to this thread
    You need to write breadcrumb methods.
    [Re: Advanced Search Field Hiding]
    [Re: "Back"-Button History in Z*Window]
    -Satish

  • Creating buttons for a search page

    I have a site that has over 3K records that are searchable.
    I need to create a new method of the drop down list using buttons, as drop down lists do not work well on a telephone.
    The site is http://www.tyneships.co.uk, so if you have a look there you will see my problem.
    So I thought that if I narrowed the options down to a set of buttons, each with a single letter on it, I could create an on the fly page for each letter that exists, as the contents change regularly.
    I have a recordset, and have written code that reads it in and prints out each available first letter of all possible search items. I need to then create a button using php that holds this letter.
    In html, the following code would be used:
    <input  type="text" name="button" value="A" />
    I have the value of "A" in a variable called $b, which is not a post variable
    How do I get $b to appear in place of the "A".
    I do not know if it is a syntax error problem or what, but I would have thought that there should be a way to do it.
    I have investigated the newt_button(x,y,"button_name") function, which is supposed to create a new button at location x,y  but it does not seem to exist in my version of Xammp php (5.3.1).
    Can anyone help?
    Dreamweaver 5.5 on win 7 OS

    One of the drop downs is at http://tyneships.co.uk/phpfiles/findall.php5 which lists all the 3K+ records. All others appear on the Search menu item on the left of most pages other than the splash page.
    I find these very dificult to use on a mobile, without having to zoom in.
    It occurred to me that creating a set of buttons would be very helpful to users, as the whole set can be filtered using the same numberof pages that are needed using a drop down list.
    The grid below is a result of a quick search of all records listing the first letters of all types in the data, and displaying them as buttons.
    Notice that I, J, Q, X and Z do not appear in the grid, as there are no types in the database beginning with these letters.
    As a result, a click on any of these buttons should produce valid data. No error checking is yet in place.
    Above is my first attempt to create the buttons on a grid using php. Ignore the uU buttons - garbage in the data file now sorted on line.
    The working source code is shown below, without the data file access code or css. The original code that I used suffered from logic errors and syntax errors, now fixed.
    <body>
    <form action="get_types.php" method="get" name="type_form" target="_self">
    <table border="1" cellpadding="2" cellspacing="2" class="purple">
    <?php
    $rowcount = 1;
    do {
    $b= ($row_Recordset1['type']); // Read the record
    $b = left("$b",1); //get its first character
      if ($old <> $b) { // then we have found a new letter so print it as a button
    echo '<td> <input type="button" name="button" value="' . $b . '" </td> ' ;
    if ($rowcount <=6) { // count the columns in the row. If less than 6 add 1
              $rowcount++;
    $old = $b; //reset the old character to the new one
    if ($rowcount == 6) {// if its 6, we are at the end of the row
               echo '<tr>';  // end the row
               $rowcount = 1;//reset it to 1
      ?>
       <?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?>
      </table>
    </form>
    <span>
    Click the 1st letter of the type group</span>
    </body>
    </html>
    <?php
    mysql_free_result($Recordset1);
    ?>
    This code generates the buttons in a grid at the correct size for a,320x300 phone.
    Now I have the buttons set up, I need to get them to do something - like submit the form.
    This needs a bit more thought, as usually you only have one button doing the sending.
    I suppose I could place a form round every button, but there must be a better way. All suggestions welcomed.
    Once this problem is overcome, the button clicked on should send its letter to the next page, which would display a list of all types beginning with the chosen letter, and clicking on these then links to a sliding photo display of all the ships in the type group.Easier to use than a drop down list, but the logic and coding from scratch is more difficult.
    Howard Walker

  • Why is the left hand window and bar with the buttons for TOC/Search/Glossary not displaying in one client location?

    Greetings all:
    I have more years of experience with RoboHelp than I want to admit, but I have never run into this before. I have a published RoboHelp 9 project for an overseas client that displays exactly as it should when the published version is viewed by myself or another RoboHelp developer (not located where I am). However; the users at 1 of 2 two client sites do not see the left hand TOC window or the bar above the project with the buttons (the other site does see it). The users at both sites are using Internet Explorer 9, and I have been told there is no difference in their security set-up. I suspect that at the site where it is not displaying there is a security setting that is throwing it off, but I am not sure what to have them look for. Anyone have any ideas?
    W. Keith

    Do they not simply see the bar or is it empty? In the first situation, it seems they are opening the topic directly instead of via the start file.
    What is the URL the users are using on both the locations? And do the users have a hyperlink 'Show' at the top of the topics?
    Kind regards,
    Willam

  • Property "Query" for basic search iView - documentation needed

    the iView com.sap.km.cm.basicsearch has a property called Query. I need to know what are all the possible values for this property (SearchPluginName, SearchComponentName etc... and what do these values represent?! ). Are these documented somewhere?

    Hi Tiberiu,
    check this:
    https://www.sdn.sap.com/irj/sdn/thread?threadID=197279
    Regards, Karsten

  • Hide button for print

    Hi All.
    In my form I have a button and I would like to hide it when I print the form. I select the button and go to the Object > Field tab. Then in a presence dropdown select 'Visible (screen only)'. But when I print the form the the button was printed. How to hide the button for print and show for screen?
    Thanks.

    The option you set in the properties should work as expected. Not sure why the button is getting printed.
    Try placing the below code in the prePrint event of the button you want to hide in printing.
         this.relevant = "-print";
    Thanks
    Srini

  • Is there a print preview button available for Firefox 8 please?

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/895214''
    Is there a print preview button available for Firefox 8 please?

    Hi the-edmeister, thank you for your post. I have tried this and found the button to be there as you said but the print preview function does not seem work with Firefox 8. Unless I am doing something wrong. In the add-ons section I could only find print preview button for 0.7.7 this I have installed with above result. Could you have another look for me please to see if there is anything else I can do? Many thanks. Juco

  • Hide buttons for Confirm Goods/Services

    Hi experts
    i'd like to know  how is possible, intro transaction Check Status,  to Hide the buttons for the actions  "Create Confirmation" and "Create Invoice".
    thanks a lot
    regards
    Andrea

    Hi Andrea,
    You need to mdoify the ITS service template for hiding the icons as the BADI BBP_UI_CONTROL_BADI doesnt work for the transaction CHECK STATUS.
    Make the changes in the service BBPSEARCH,template SAPLBBP_PDH_SEARCH_4001
    Please provide me your email id  for the template changes as i am unable to paste the changes here!
    BR,
    Disha.

  • Disable "logon" button for BPC for Excel,powerpoint and word .

    Hello All,
            Is there way to hide u201CLOGONu201D button for BPC for excel, word and PowerPoint. We want that our end users canu2019t see it.We have 300 users .  Is there any environment variable or BPC package setting for this to do it for all users in one shot?
    Thanks,
    Saquib Khan

    Hi,
    I still don't get why this requirement but I can understand it is required by a customer.
    I don't understand where is the problem if somebody will press by mistake that button.
    It will prompt login window and the user will be able to press cancel button.
    I think the solution proposed it is really dangerours and it can cause a lot of issues with BPC if you will delete the logon dll.
    What I want to clarify is who is asking about that button to be hide?
    Are we speaking about BPC users?
    If yes then they will use a really nice functionality.
    Majority of BPC users are working in Excel and at some moment they need access to BPC.
    So in that case it is easy they have just to press the logon button.
    If you will hide that button they will have to go into launch page and from there to start BPC webexcel.
    So that's means they will really loose a lot of time just to be back again into excel.
    So I don't get why the people request to hide that button.
    Let's suppose somebody press by mistake that button ...what is the issue with that?
    I need to understand the requirements to be able to understand what kind of solution we can provide for customer.
    Regards
    Sorin radulescu

  • Difference Betw Search iView and KM Search iView

    Dear SDN,
    I want to know the basic diff betw the Seach iView and KM Search iView.
    In EP 7.0..there are two options..one for Search iView and other for KM search iview.
    I am confused..Pls help asap.
    Thanks,
    Nikesh Shah

    Hello Nikesh,
    Here are some links which contains the details of KM search iview and Search iview from diffferent sources.
    I guess these links will help you a lot.
    Creating Search iViews
    http://help.sap.com/saphelp_mdmgds55/helpdata/EN/45/c9cfa2cdaa4ebbe10000000a11466f/content.htm
    KM Search iView
    http://help.sap.com/saphelp_nw04s/helpdata/en/ad/e3ce0fd4f011d5994400508b6b8b11/content.htm
    Creating an Index
    http://help.sap.com/saphelp_nw2004s/helpdata/en/73/66c090acf611d5993700508b6b8b11/content.htm
    Please feel free to contact me for more details .
    Warm regards,
    Rakesh Kumar Verma

  • Hide Change button in PA30

    Is it possible to hide change button for PA30 via configuration?

    Hi Ginasap,
    If you understand enough create and change is almost the same at most  case, so i dont see valid logic here. Suppose user A is only allowed to create record, so he create record (let say basicpay), from 01.01.2010 to 31.12.9999 and let say he can't change it, he always can create a new record with same date 01.01.2010 to 31.12.9999 which actually overwrite the record (TC1) exactly like change effect. i'm not sure if this fit you requirement but you can use asymmetrical approval, which mean when user "A" create a record, user "B" must unlock it.

Maybe you are looking for

  • Why "Modify itab index sy-tabix." makes internal table content blank?

    We have an internal table itab which looks like to have the following content: A---B---C 1----3---- 2----2---- We would like to get the column C value in this internal table itab by summing Column A and Column B, and then fill C column values into th

  • Ideas for Belle lite ui for the s60v5 devices

    It has been stated by nokia that the old s60v5 devices won't get belle upgrade due to hardware limitations, but they can introduce some new ui upgrades which I think won't be a problem for the old hardware. Here are few ideas which nokia can introduc

  • AQ Propagation Notifications/PLSQL Callback Query?

    I have the following scenario working but have a question: I have two databases, I Enqueue a message onto a Queue in Database 1 and scheduling Propagation to a Queue in Database 2. In Database 2 the queue has a PL/SQL procedure registered (using DBMS

  • Buttons without pressed down colour

    In currently working on a program for which I need buttons without decorations. I succeed in removing most of the effects: the borders, the 3D-effects are replaced by colours etc. The only problem that is left is the fact that when I press the button

  • Disk Partition problem..pls help

    I have created a partition for OS X (200GB journaled, encrypted) and also left 51GB unallocated for Boot Camp later on. After I successfully installed OS X 10.9, I wanted to install Windows 8.1 with Boot Camp. But Boot Camp only wants to shrink the M