Display Button on Overview Screen of iView

Hello,
Would someone please help me understand how I can insert a 'Display' button on an iView? Basically the requirement is as follows:
The Personal Data iView is something for which I dont want to give Edit access to the users. I know I can disable the Edit button through iView personalization, and it works great. However, now the problem is the only 2 fields you can see on the overview screen are Full Name and SSN. Can we put a 'Display' button on the overview screen such that the user can view all the Personal Data fields, without having to go to Edit screen?
The same is the requirement for all iViews. Would someone please let me know how would this be possible without custom coding; if there is a way to do it.
Thanks,
Nakul

Jay,
Thanks so much for the answer!! Sometimes after knowing the answer, it feels it was so easy all the time; why did I not think about it!! ".
That defenitely solves the Personal Data issue.
Just before I mark this thread answerd and close it; another question:
The other past is, can I add another Button for Display apart from the Edit button? For some iViews I may want to have both Edit and Display buttons on the overview screen. How would I meet this requirement?
Thanks,
Nakul

Similar Messages

  • Display description in Overview screens

    I am currently working on the Overview Screens for Personal Data, Address etc., and need your inputs on below:
    1. how to display the "description" instead of codes/key for the fields like Preferred language(dropdown), Gender (radio button), State (dropdown) on the Overview Screens in the respective applications.
    2. is there a best practice to show a generic error message when the screen is locker by a user ? please share the details.
    3. how to display the values of from different fields like communication type, area code and telephone number on the Overview screen. for ex: Communication Type 1: CELL 123-4567890
    Version: EHP3
    Appreciate your inputs.
    Thanks,
    Amar Challa

    Amar,
    For requirements 1 and 3 you need to change the webdynpro for java code and you need NWDI for that.
    for requirement 2 you cannot have control for displaying custom message because it is webdynpro for java code
    Thanks
    Bala Duvvuri

  • How to add display button(ICON) on standard report screen?

    Hi,
    I have to add display button after the excute button on the standard selection screen of the report.
    could you please guid me how to do that i was trying with below but it does not reflect.
    TABLES:  sscrfields.
    TYPE-POOLS: slis, icon.
    INITIALIZATION.
    Add display button to selection screen
      functxt-icon_id   = ICON_DISPLAY.
      functxt-quickinfo = text-007.
      sscrfields-functxt_01 = functxt.
    Thanks,
    Rajesh
    Edited by: Rajesh Gupta on Nov 16, 2010 3:28 PM

    Hi
    TABLES: sscrfields.
    TYPE-POOLS: slis, icon.
    PARAMETERS: p_bukrs LIKE t001-bukrs.
    SELECTION-SCREEN FUNCTION KEY 1.
    INITIALIZATION.
    * Add display button to selection screen
      sscrfields-functxt_01 = icon_display.
    In selection-screen you need to active the button by statament SELECTION-SCREEN FUNCTION KEY
    Max

  • Problem with table maintenance generator overview screen

    I added a field in a custom table and then used table maintenance generator to regenerate the table maintenance screen.
    I used 2 step to generate. The problem that I have is the field not displayed in the overview screen though it is visible in the single screen ( ie the second screen).
    I am not sure where the problem is as the field is not visible at all in the table control of overview screen.
    Please help me on this as to what could be the problem.

    Usually it is enough to regenerate both screens and the modules, but sometimes it doesn't pick up all the changes. In that case just delete the maintenance dialog and recreate it. That should do it.
    Regards,
    Michael

  • How to display fields in IT0002 to PA30 overview screen for IT0024(Qualifi)

    Hi,
    I have a requirement where I want to display two fields NACHN and VORNA on PA30 overview screen for IT0024(Qualifcations).
    How can I achieve this?
    Thanks,
    Ameet

    Hi,
    There is no harm in enhancing IT0024 using PM01. However, these two fields added to P0024 using Customizing Include, happen to be display only fields over the overview screen of PA30 for IT0024.
    Now to write a query in PBO of generated module pools after clicking on the button labled Generate Objects, how to take care of delimited records in both infotypes.
    Thanks,
    Ameet

  • Ideas for Adding a Quick Print Button to VA01 Overview Screen

    Problem Statement:
    Our users would like a "quick print" button on the VA01/VA02 application toolbar that immediately spools the Order Confirmation output to the printer.  Our users want to print the output on demand, i.e., they do not want the output to automatically be printed when the order is created because a printout is not always needed.  We already have condition records created with Dispatch Time set to 3 - Send with application own transaction.  However, it takes 7 or more clicks to print the output on demand by navigating the menu (Extras > Output > Edit...Further Data...etc.) and changing the Dispatch Time to 4 - Send immediately when saving.  This is a big ergonomic issue and a time killer.
    Although the number of clicks to print are less when printing the output from the VA02 initial screen (via menu Sales document > Issue Output To), this is not acceptable when creating new orders.  Really need an on-demand, quick print button on the VA01 screen.  As an aside, we have a totally custom transaction for preparing sales order data (shopping cart-like way of finding materials and entering required data) that then calls VA01 and fills in all of the information.  When saving in VA01, the user is returned to our Z-transaction so asking the user to subsequently run VA02 to print is not practical.
    Current Output Determination:
    We have custom output type ZBS0 (copy of BS0).  Condition records for print medium are set to Dispatch Time = 3.
    Questions:
    1.  Searching these forums, it appears custom code (extension or user exit?) can be written to call RSNAST00, or something similar, to automatically send output having a Dispatch Time = 3.  Where can I find more information on exactly how to do this?
    2.  Do transactions VA01 and VA02 (Overview screens) have extensions that allow a print button to be added to the application toolbar?  We would want to call the custom printing code from the button to send the output.
    Any feedback on how others have solved this problem would be greatly appreciated.
    Warm Regards,
    Rob
    P.S.  Using GuiXT is not an option for us.

    HI
    We had similar issues with printing packing list and picking list by the warehouse people.
    We created a new ztransaction with input fields of delivery number, output type, number of copies and a check box for repeat output(in case if the output was already printed).
    You can also create a new Z-transaction with input fields of Sales order number(mandatory field), output type (Default it with value of ZBS0), number of copies (default it with 1) and a check box. On executing the transaction You can provide a message if the output was already printed so that the user can select the check box to repeat the output and execute. You can also print multiple SO by giving a range value if required.
    If you do not want the user to enter the new ztransaction every time, try providing a menu path to the new z-transaction from the existing z-transaction which you are using for order entry.
    Hope this helps you.
    Thanks,
    Arun.S

  • Ideas for Adding a "One Click" Print Button to VA01 Overview Screen

    I am not an ABAP developer and am doing some preliminary functional investigation to determine the best way to add a simple "one-click" button that allows a Sales Order Confirmation output to be sent to the printer.
    Can someone that really knows, tell me whether or not a custom menu item can be added to VA01 and VA02?
    I have seen lots of threads telling folks how to find user exits and menu exits for a program so I don't need that advice.  Rather, looking for someone who has already investigated this for VA01 and VA02 and knows the answer.
    Problem Statement:
    Our users would like a "quick print" button on the VA01/VA02 application toolbar that immediately spools the Order Confirmation output to the printer. Our users want to print the output on demand, i.e., they do not want the output to automatically be printed when the order is created because a printout is not always needed. We already have condition records created with Dispatch Time set to 3 - Send with application own transaction. However, it takes 7 or more clicks to print the output on demand by navigating the menu (Extras > Output > Edit...Further Data...etc.) and changing the Dispatch Time to 4 - Send immediately when saving. This is a big ergonomic issue and a time killer.
    Although the number of clicks to print are less when printing the output from the VA02 initial screen (via menu Sales document > Issue Output To), this is not acceptable when creating new orders. Really need an on-demand, "one click" quick print button on the VA01 screen. As an aside, we have a totally custom transaction for preparing sales order data (shopping cart-like way of finding materials and entering required data) that then calls VA01 and fills in all of the information. When saving in VA01, the user is returned to our Z-transaction so asking the user to subsequently run VA02 to print is not practical.
    Current Output Determination:
    We have custom output type ZBS0 (copy of BS0). Condition records for print medium are set to Dispatch Time = 3.
    Ideal Solution:
    Add a Print Icon to the application toolbar as described above.  From the button, write custom code that calls RSNAST00 (or is there a better way?) to send the output to the printer.
    Any feedback on how others have solved this problem would be greatly appreciated.
    Rob

    Still looking for input from anyone that has had experience trying to add a menu item or toolbar button to VA01.  In our case, for sending output.
    Madhu,
    Please again read my Problem Statement in my original posting for the business requirement.  We are using ECC 6.0.  Yes, I know that transaction VA02 has Sales Document > "Issue Output To" that allows you to print.  However, we want to be able to print from the VA01 Overview screen after all of the sales order information has been entered.  We would like to be able to click a print button which would save the new sales order and immediately issue the output.  Again, we do not want the output to automatically print for every new sales order - we want to be able to print only when needed.  The conditions that a sales person would use to decide to print a copy are too numerous or varied so they cannot be automated in a condition record.  Of course we do use condition records for creating the output but we do not send immediately on save.
    When creating a sales order, the sales person does not want to do the extra clicks and key strokes to then navigate or open a new VA02 session to print from the VA02 initial screen.  And as described in my original posting, it is a lot of clicks navigate the VA01 Extras > Output menu to change the output to print on save.
    If you observe the "day in the life" of a sales person and see all of the key strokes and clicking required to create an ECC 6.0 sales order, you understand why the extra 7 to 11 clicks to just print an output is very annoying.  We have created a totally custom Z-transaction that allows our sales folks to capture everything need for a new sales order all on one screen with no tab views.  We then launch VA01 to fill in all of the data entered in our custom transaction.  This all works very well and is a huge time saver for our sales staff.  Now we are looking to save a few more clicks by simplifying the printing.

  • How to hide exit button on overview view of adress iview.

    Hello Gurus,
    Can anybody suggest me how to hide the exit button on overview page of address iview?
    Thanks,
    Sha

    Hi
    1) If you want the exit button to be hided u can use the following code in doModify as we know this doModify will be called each time the action is performed so when we use this code exit button will be hided all the time.
    Button btn_ui= (button) view.getElement("Button_ID");
    btn_ui.setVisible(WDVisibility.NONE);
    2) if you want to hide only on specific time then better to use the value attribute of type com.sap.ide.webdynpro.uielementdefinitions.Visibility  then bind this to exit button's property--> visibility and in your code wherever required set the visibility.
    Ex: value attribute name : va_Exit_Visible
          type : com.sap.ide.webdynpro.uielementdefinitions.Visibility
    wdContext.currentContextElement().setVa_Exit_Visible(WDVisibility.NONE);
    Regards
    Prasad.

  • Characteristics Display for Overview Screen

    Hello,
    I know one solution to this problem, but i need a simply one. The one i know is using user-exit and adding a new field in VBAP.
    I explain my doubt...
    I put one characteristic into overview screen (RV45A-MWERT01). I need to know if this field is in a transparent table to simplify a proccess of us.
    Thanks for your time.

    Hello Mangesh,
    did you try to access the variant configuration through the normal valuation screen?
    If does not work, then you have probably not set up the variant configuration correctly.
    Then you should take a look into PMEVC and test your configuration model.
    If this works ok, let me know. Then you may have to manually select a characterstics display.
    Best regards,
    Stefan

  • Balanced Scorecard overview screen-trees to be displayed in collapse mode

    When the user logs into Balanced Scorecard overview screen all the trees are displayed in expanded mode, need to display the trees in collapse mode by default. i.e Only nodes visible should be top level hierarchy nodes. The user should be able to decide which nodes he wants to expand.

    Hi RP,
    1. 0SEM_C02 can typically be used to store all the initiatives. Please note that initiatives can be linked to Project Systems in SAP R/3 and the project data can be automatically brought over to initiatives. Now it may happen that not all of those initiatives may be dependent on scorecards and there can be scorecard independent initiatives. The business content cube that you mentioned can be used to store and report on such inititives and their links to scorecards if any.
    2. What infoobjects to have in the scorecard cube depends upon your requirements and there is not a good or bad choice here. If you choose 0SEM_POSIT as one of the infoobjects, then you can easily access all the measures.
    3. The data read from BW or buffer also depends upon your performance requirements. If your situation is such that you must report the latest data in BW all the time, then reading from buffer only will not serve your purpose because the data will be read only from the buffer and not from the cube. In that case, you may have to fill the buffer often to keep the buffer data up to date. If you select read from Bw only, then it will bypass your buffer and for every small request, it will access the infocube(s). This may be performace drag depending upon the size of the data, performance of the related queries etc. If you choose read from buffer/BW with latest time stamp, then it will access BW only if latest data resides there. This may not be a good option if the performace is a prime concern. Ofcourse if you are using BIA, then you can safely read from BW.
    Regards
    Pravin

  • User Id long field not displayed in communication infotype overview screen

    System: SAP 4.7
    After HRSP upgrade, in communication infotype overview screen (Program MP010500 and Screen 3000), the user id long field (technical field USRID_LONG) is not displayed for email subtype 0010 and CELL.
    For subtype 0001, the field (USRID) is still is visible.
    Any help is appreciated.

    Hi,
    Please check OSS note 1561054.
    Hope this helps.
    Donnie

  • Want to restrict buttons in PV8i screen in Training & Event Management

    Dear All,
    My requirement is to restrict available buttons in PV8I screen except the 'Appraisal' function. The standard buttons given in PV8I screen are like Rebbok event, cancel etc. My client requires that an user can only use this screen to maintain the business event appraisal data. User should not have the authorization for rebook event, cancel or request for booking. So how these buttons can be removed / hide or deactivated, so that the user will not be able to use thesr buttons. Please help.
    Regards,
    Daniel

    Using configuration you can only remove SAP launchpad buttons and toolbars.
    refer
    Transaction iView not to display R/3 header
    http://wiki.sdn.sap.com/wiki/display/HOME/Article%2b-%2bEmploy%2bSAP%2bGUI%2bfor%2bHTML%2binstead%2bof%2ban%2bInternet%2bservice?bc=true
    If you wish to remove or hide some Tcode level buttons that this will be done only using some application/Tcode specific configuration/modification.
    Edited by: Saurabh Agarwal on Mar 1, 2012 9:38 AM

  • How to display the eror message in the iView

    Hi
    I want to check the user input in the client side and display an error message in the iView instead of displaying the error message as an alert
    it is ok when I tried to do it as an alert
    alert('ERROR MESSAGE');
    but the problem is how to display the error message as a text in the iView ...
    I wrote the below code..
    any one can see it and has any sugestion?
    Thanks
    =============
    <%@ taglib uri="tagLib" prefix="hbj" %>
    <%
    String compid = "";
    String message = "";
    %>
    <hbj:content id="MyContent">
    <hbj:page title = "Selection Screen">
    <hbj:form id = "myForm">
    <br>
    <br>
    <br>
    <center>
    <H3>Benefits Statement </H3>
    <H4>Selection Screen</H4>
    <hbj:gridLayout
    id="FSSLayout"
    debugMode="False"
    width="40%"
    cellSpacing="5"
    >
    <hbj:gridLayoutCell
    rowIndex="1"
    columnIndex="1"
    width="10%"
    horizontalAlignment="LEFT"
    style="WildStyle"
    >
    <hbj:label
    id="label_inputPernr"
    required="TRUE"
    text="Personal Number:"
    design="LABEL"
    labelFor="inputPernr"
    />
    </hbj:gridLayoutCell>
    <hbj:gridLayoutCell
    rowIndex="1"
    columnIndex="2"
    width="40%"
    horizontalAlignment="LEFT"
    >
    <hbj:inputField id = "inputPernr"
    >
    <%
    compid=MyContent.getParamIdForComponent(inputPernr);
    %>
    </hbj:inputField>
    </hbj:gridLayoutCell>
    <hbj:gridLayoutCell
    rowIndex="10"
    columnIndex="1"
    width="40%"
    horizontalAlignment="CENTER"
    colSpan="2"
    >
    <hbj:button id = "myButton" text="Submit.." design="EMPHASIZED"
    tooltip="Click me to submit this form" onClick="ClickEvent" onClientClick="validRequired()">
    </hbj:button>
    </hbj:gridLayoutCell>
    </hbj:gridLayout>
    </center>
    <p font="Arial" size=20><%= message%></p>
    </hbj:form>
    <SCRIPT LANGUAGE="Javascript">
    function validRequired()
    var myvar = document.getElementById('<%=compid%>').value;
    var ivID='<%=componentRequest.getComponentContext().getContextName()%>';
    if (myvar = " ")
    message = "Enter Employee Number";
    ivuRefresh(ivID);
    htmlbevent.cancelSubmit=true;
    </SCRIPT>
    </hbj:page>
    </hbj:content>

    No problem, here is an example of some html code and javascript that you can adapt to your needs. You can display this standalone to see how it works.
    I hope this helps
    <html>
         <head>
              <script language="JavaScript">
                   function validateForm(){
                        if(document.getElementById("nameField").value == "")
                             document.getElementById("errormessage").innerHTML = "Please enter the Name";
                        else if(document.getElementById("ageField").value == "")
                             document.getElementById("errormessage").innerHTML = "Please enter the Age";
                        else if(document.getElementById("idField").value == "")
                             document.getElementById("errormessage").innerHTML = "Please enter the id";                         
                        else
                             document.getElementById("errormessage").innerHTML = "";
              </script>
         </head>
         <body>
              <table border="0" cellpadding="0" cellspacing="0">
                   <tr>
                     <td>Name</td>
                     <td><input type="input" id="nameField" name="nameField"></td>
                   </tr>
                   <tr>
                     <td>Age</td>
                     <td><input type="input" id="ageField" name="ageField"></td>
                   </tr>
                   <tr>
                     <td>Id</td>
                     <td><input type="input" id="idField" name="idField"></td>
                   </tr>
                   <tr><td><font color="red"><span id="errormessage"></span></font></td></tr>
                   <tr><td><input type="button" name="validate" onClick="validateForm()" value="Click to validate"/></td></tr>
              </table>
         </body>
    </html>

  • Adding Display Button to FPM_LIST_UIBB

    Hi Experts ,
    I am trying to add Display button along with edit and delete button in the ESS service overview page , in the application configuration level i can able to see the display link but when i execute the application i cannot able to see the Display button/link.
    I have added DISPLAY_COLUMN for display link in my FPM_LIST_UIBB .
    I am trying to do it in BANK service .
    Thanks
    Amol

    Hi Shankar,
    I am working  in Eh6 version .
    Here is the screen shot of component configuration, we can see the display button/icon along with edit and delete button  which i have added , but when we execute the application i don't get display button. I get the edit  button and delete button i get as per infotype sub type config.
    Thanks
    Amol

  • Need inputs form experts on ESS Overview Screen

    Hi all,
    1) I need to add customized pictures on the ESS Overview screen i.e., New Pictures to be displayed for each services
    (How should i add Customized pictures in "Picture Resource:...
    in Area Page)
    eg: Against  Employee Search customized ICON to be dislaye
    presently it takes   "EMPLOYEE_SEARCH_PIC"
    2) Also there are few links when i am clicking on those it opens in the New Window. Can anyone pls suggest how to restric this?
    Regards
    Vijay
    Edited by: Vijay Mohan on May 29, 2008 12:39 PM

    (1) Best way....store your pics somewhere (like KM for instance which is quick and easy). Config your own Homepage Framework server (to point to the location of pics), then create a resource in config for each pic (giving you server id you configed and any other path info), then assign YOUR resource as the pic to use for the area. This is similar to storing pages as detailed here:
    Using KM documents for XSS Area Page text
    (2) This can be either (a)the resource has been defined with a window parameter of "_blank" which means "open in a new window" or (b) as the above user said, controlled on the iView of the service (which is rare but is possible).
    Hope this helps, Vijay!

Maybe you are looking for

  • How can I display results data including history

    Hello. I am writing a report in Oracle Reports Builder to produce a student's statement of results and have two parameters for course instance and academic year. If user enters course instance and academic year the report has to display all results o

  • AUTODESK SUITE AND WINDOWS 8.1

    For the last one year, I have been using my Autocad and Inventor Pro with no problems in my two PC. Late June 2014, I was asked my Microsoft to update my OS to Windows 8.1. I did as I have been doing every time Microsoft tells me to update their stuf

  • SQL server 2012 active\passive or active\active cluster

    Hi all, I will two SQL 2012 servers in a cluster, what will be the best mode: active\passive or active\active knowing that will have one clustered instance. When we use active\passive and when to use active\active? Do we use active\active if we have

  • CUA: Distribute users from central to specified child systems

    Hello! I've a question concerning CUA: I've added two new systems to our CUA. Now I want to destribute the users of the central-system to the new child-systems accompanied by assigning a specifed role for the child-systems. Unfortunately, the user ma

  • Active dataguard for Oracle 10g SE

    Hi all, I am having Oracle 10g SE and i need to ship the logs to the standby can i use active dataguard for this. Regards, Bobs