Hide Document Display option

How do I remove the Document Display options from Display Options Editor window?

You would need to do a view override in the DisplayOpt code to not display that section. com.plumtree.portalpages.browsing.portalsettings.displayoptions.DisplayOptView. There is sample code and documentation on the DevCenter describing how to do a View Override.
-- Don

Similar Messages

  • Document Display Options from portlet

    How do I gain access to the user setting for the "Document Display Options" from a portlet? I want my portlet to honor this setting when creating links for the user to click on such that they open in a new window or in the main browser window as specified by this setting.
    This option is set on the Display Options page of the My Account editor.
    thanx!

    Instead of using
    <f:selectItem> use
    <f:selectItems>.
    Pass list to this componenet. is this your question?
    Message was edited by:
    KrishnaS

  • Document type wise PO with display & optional purchasing group.

    Dear All,
    we have six document type from NB1 to NB6 every document type has separate no ranges, & having three field selection as Me21n, fof, NBF,
    in Spro MM Define screen layout at document level, in that we assign document type NB5 & attach field selection FOF in that purcahsing group is optional.
    same other dovcument types we assign field selection Me21n & we assign purchasing group is Display option.
    our requirement is that when i select documenyt type NB5, purchasing group will optional not in display.
    But system shows display & we cant do PO.
    Please guide me or any other config.
    Thanks
    Shital

    Hi,
    System is giving first preference to Field Selection Key ME21N, so you have to reverse the condition. 
    Maintain ME21N as optional and assign document type NB5 to it and
    For  other dovcument types Create another Field Selection Key with purchasing group as Display option and
    assign that field selection key for purchasing group is Display option.
    Regards

  • NO-DISPLAY option for Radio buttons

    Hi All,
    I want to hide the 2 radio buttons on the selection screen using the NO-DISPLAY option. when i worked with that its giving an error like 'no-display and radio button group can be specified together'.
    my question was is it possible to use NO-DISPLAY option with radio buttons?
    Thanks
    Kumar.

    See this sample code
    SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-h01.
    *Radio button for Process PO invoice
    PARAMETERS :   rb_po   RADIOBUTTON GROUP inv USER-COMMAND rad.
    " PO Invoice
    *Radio button for FI Invoice
    PARAMETERS :   rb_fi   RADIOBUTTON GROUP inv.
    " FI Invoice
    *Radio button for Process PO & FI Invoice
    PARAMETERS :     rb_pofi   RADIOBUTTON GROUP inv.
    " PO & FI Invoice
    SELECTION-SCREEN END OF BLOCK b3.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    SELECTION-SCREEN SKIP.
    SELECT-OPTIONS:
                    s_bukrs   FOR  rbkp-bukrs,       "Company Code
                    s_ekorg   FOR  ekko-ekorg NO INTERVALS MODIF ID md2,
                                                 "Purchasing Org.
                s_ekgrp   FOR  ekko-ekgrp NO INTERVALS MODIF ID md2,
                                                     "Purchasing Group
                s_werks   FOR  rseg-werks NO INTERVALS MODIF ID md2,
                                           "Plant
                    s_lifnr   FOR  rbkp-lifnr NO INTERVALS,
                                                     "Vendor
                s_matkl   FOR  ekpo-matkl NO INTERVALS
                                              MODIF ID md1,
                                                     "Material Group
                s_belnr   FOR  rbkp-belnr NO INTERVALS,
                                                     "Invoice Number
                    s_ebeln   FOR  rseg-ebeln NO INTERVALS MODIF ID md2,
                                                     "Purchasing Document No
                    s_gjahr   FOR  rbkp-gjahr NO INTERVALS,
                                                    "Fiscal year
                s_budat   FOR  rbkp-budat NO INTERVALS,
                                                    "Posting date
                    s_blart   FOR  bkpf-blart NO INTERVALS,
                                                    " Document Type
                    s_bldat   FOR  bkpf-bldat NO INTERVALS,
                                                    " Invoice Date
                s_usnam   FOR  rbkp-usnam NO INTERVALS.
    "User
    *Report type
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
    SELECTION-SCREEN BEGIN OF LINE.
    *Radio button for User Report
    PARAMETERS :     rb_user  RADIOBUTTON GROUP za DEFAULT 'X' <b>USER-COMMAND rad MODIF ID md2.</b>"User report
    SELECTION-SCREEN COMMENT 3(20) text-003 FOR FIELD rb_user MODIF ID md2.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    *Radio button for Managing Report
    PARAMETERS :     rb_man   RADIOBUTTON GROUP za
                                          <b>MODIF ID md2.</b>
    "Management Report
    SELECTION-SCREEN COMMENT 3(20) text-004 FOR FIELD rb_man
                                            MODIF ID md2.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END  OF BLOCK b2.
    SELECTION-SCREEN END  OF BLOCK b1.
    AT SELECTION-SCREEN OUTPUT.
    * Checking Radiobuttons and modifing Material Group field  .
      PERFORM f13000_check_radio.
    FORM f13000_check_radio.
    * When the FI button is selected hide the fields under group md1 and MD2
      LOOP AT SCREEN.
        IF screen-group1 = 'MD2'
        OR screen-group1 = 'MD1'.
          IF rb_fi  = c_x
          OR rb_pofi = c_x.
            screen-active = 0.
          ELSE.
            screen-active = 1.
          ENDIF.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    * If the user output radiobutton is checked then make the screen
    * input of Material Group off
    <b>  LOOP AT SCREEN.
        IF screen-group1 = 'MD1'.
          IF rb_user = 'X'.
            screen-active = 0.
          ELSE.
            screen-active = 1.
          ENDIF.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.</b>
      IF rb_user = 'X'.
    *   When display for material group is off
    *   then refresh the select option for material
    *   group
        REFRESH s_matkl.
      ENDIF.
    ENDFORM.      " f13000_check_radio
    hope this helps.

  • How to hide some select-option of Logical Database in report?

    How to hide select-option of  Logical Database in report?eg . In Logical Database 'PNP' , my code is 'GET  PERNR' , excute the report , select-screen is displayed . I want to hide some select-options , such as PNPPERNR-LOW .
    Edited by: rongrong wang  on Mar 26, 2008 9:31 AM

    U need to write code in initialization as
    initialization.
    loop at screen.
    if screen-name = 'PNPPERNR-LOW'.
    screen-active = '0'.
    modify screen.
    endif.
    if screen-name = 'PNPPERNR-HIGH'.
    screen-active = '0'.
    modify screen.
    endif.
    endloop.

  • Page numbers in thumbnails & document display/status bar do not match

    I am using Acrobat Standard 6.0...documents that I have assembled using separate PDFs that I have scanned or printed to PDF. I am frequently deleting/inserting/replacing pages in the documents. I find that when I select a certain page in the page thumbnails (let's say, 60), and then go back to the document display, I am consistently sent to a different page. Usually it is about 4 pages back (i.e. page 56 in this example), but sometimes I am sent back to the first page. This didn't use to happen & I'm not sure why it started but it has been going on for months. It happens in all of the PDF files that I am using of this type. I just recently started using bookmarks and I seem to be having similar issues, in that some bookmarks that were linked to a certain place on a certain page are now taking me to a location 4 pages previous to the original target. I read the help and tried using Number Pages in the Options on the page thumbnails tab, but this didn't seem to do anything. Does anyone have a suggestion for me? Thanks.

    Hi,
    She is the only one affected and you don't have the problem with the same document, I doubt if her Office is updated? In earlier versions of Office there was this issue and we could easily solve it by keeping Office updated.
    Please learn from Update your computer:
    http://office.microsoft.com/en-001/word-help/update-your-computer-HA010354322.aspx
    Repairing Office from Control Panel is also suggested.
    We can also have the user start Word in Safe Mode to determine if this issue is 3rd-party add-ins related:
    Press Win + R and type “winword.exe /safe” in the blank box, then press Enter.
    If there is no trouble printing the document, disable the suspicious add-ins to verify which add-ins caused this issue.
    Regards,
    Melon Chen
    TechNet Community Support

  • In OBIEE 11g, how to hide the "Analyze" option at the bottom of the Graph?

    Hi,
    At the bottome of the graph in OBIEE, there are options like Analyze, Refresh, Print, etc.
    How to hide ( Not Display) the " Analyze" option at the bottom?
    Is there any setting for this in dashboard?
    Thanks.

    Check this link may help you
    Disable or Hide return link
    If helps pls mark as correct/helpful

  • How to hide the select-options fields on radiobutton select in webdynpro

    hi
    Could you please help how to hide the select-option fields in webdynpro
    there are four radio buttons
    for every radiobutton there is corresponding the select_option filed is associated to it
    user as only provision select  one radio button and reset of the select-option fileds should be hidden
    which ever the radio button is selected corresponding the select-options fileld should be displayed
    please find the attachement below

    Hi Nine,
    To hide select options you should use interface method REMOVE_SELECTION_SCREEN_ITEM of IF_WD_SELECT_OPTIONS.
    Sample code :
    Write the below code in the Event handler of Radio Button.
    DATA lv_r_helper_class TYPE REF TO if_wd_select_options.
    lv_r_helper_class = lo_interfacecontroller->init_selection_screen(
    lv_r_helper_Class->REMOVE_SELECTION_SCREEN_ITEM(exporting i_id = 'Select_option1_id1').
    This will hide first select option of your screen.Similarly pass select_option_id2 to hide it and so on.
    Regards,
    Ravikiran.k

  • How to hide a select option on slelection screen??

    Hi all,
        I wanna hide a screen field (select option) on  selection-screen. I looped the screen in AT SELECTION-SCREEN OUTPUT and found the name of screen to hide. But the <option_name>_low and <option_name>_high are always show here.
         Who can give me a way to do that???
    In fact, i wanna hide or display the select option after choosing a radiobutton.Who can give me a way??

    Hi,
    Check the below code.
    tables: pa0000, pa0001.
    parameters: p_rad1 radiobutton group rad1 default 'X' user-command rusr,
    p_rad2 radiobutton group rad1,
    p_rad3 radiobutton group rad1,
    p_rad4 radiobutton group rad1,
    p_rad5 radiobutton group rad1.
    selection-screen: begin of block blk1 with frame.
    select-options: s_pernr for pa0000-pernr modif id ABC,
    s_stat2 for pa0000-stat2 modif id DEF,
    s_werks for pa0001-werks modif id GHI,
    s_persg for pa0001-persg modif id JKL,
    s_persk for pa0001-persk modif id MNO.
    selection-screen: end of block blk1.
    AT SELECTION-SCREEN output.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = 'ABC'.
    IF p_rad1 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = 'DEF'.
    IF p_rad2 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = 'GHI'.
    IF p_rad3 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = 'JKL'.
    IF p_rad4 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = 'MNO'.
    IF p_rad5 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    *Note
    *Titles for Rado buttons and parameters.
    *P_RAD1 Personal Number
    *P_RAD2 Employment Status
    *P_RAD3 Personnel Area
    *P_RAD4 Employee Group
    *P_RAD5 Employee Sub group
    *S_PERNR Personal Number
    *S_PERSG Employee Group
    *S_PERSK Employee Sub group
    *S_STAT2 Employment Status
    *S_WERKS Personnel Area

  • Display Options in Acrobat X

    Hi,
    I'm looking to find the Display Option tab in Acrobat PDF Maker X but can't find it, specifically I want to be able to set Document Open Options. In Acrobat 5, there was a Display Option tab which allowed you to set Bookmarks and Page using a radio button and the Open Magnification from a drop down.
    Are these options in Acrobat PDF Maker X?
    Any information is appreciated.
    Thanks

    Hi,
    Thanks for the reply. I was hoping that you could specify these options before you generate the PDF, you could do this in Acrobat PDF Maker 5.0
    Date: Wed, 20 Apr 2011 13:34:37 -0600
    From: [email protected]
    To: [email protected]
    Subject: Display Options in Acrobat X
    You can set this options in Acrobat X. Look at the properties of the document.
    >

  • ACCOUNTING FLEXFIELD에서 DISPLAY OPTION의 사용불가

    제품 : FIN_GL
    작성날짜 : 2003-03-31
    ACCOUNTING FLEXFIELD에서 DISPLAY OPTION의 사용불가
    ===========================================
    문제점
    Accounting Key Flexfield를 만들 때, 또는 유지보수시에
    특정 segment의 값을 default값으로 항상 넣게하고 화면상에는 보이게
    하고 싶지않을 경우. Display option을 uncheck을 하지만
    반영되지않는 상황
    Navigation path:
    General Ledger Responsibility
    -> Setup, Financials, Flexfields, Key, Segments
    -> 'Displayed' checkbox.
    Form name : FNDFFMIS
    Explanation
    Accounting Key Flexfield를 만들 때, 또는 유지보수시에
    Display Option은 지원되지않는다.
    다른 key flexfield에서는 물론 지원된다.
    the Oracle Applications Flexfields Guide를 살펴보면 아래와 같다.
    'If you are defining the Accounting Flexfield, you MUST
    display ALL segments. Hiding segments will adversely affect
    your application features, such as Mass Allocations'.
    그래서 지원가능한 해결책은 accounting key flexfield의 모든
    segment들을 display=yes로 해야한다.
    Reference Documents
    Note 106367.1
    Note 1047964.6

  • Multiple - Documents Display

    All,
    I am using fuction module ALINK_DOCUMENTS_DISPLAY to display Content server Documents.
    So my question is
    1. This function module have option to display only 1 document at a time. Is any other function module that can display multiple documents ?
    2. Is any class available with the same functionality of the above said fm does ?

    Hi  a®s,
    I don't know of any FM for this purpose, but I think it should be possible.
    For document display, SAP will always download a copy of the server content to the local SAP work directory. You can check this, if you display a document and, when open, check the directory.
    Then they call the respective application (windows, excel, word) and create an OLE application to display/edit.
    My idea is to download multiple files, create docking/splitter/dialogbox containers (one for for each document) and create document viewer instance in each control
    C_OI_CONTAINER_CONTROL_CREATOR=>get_container_control
    will get you the DOI Container, then
    * initialize the SAP DOI Container, tell it to run in the container
    * specified above and tell it to run application in-place
      CALL METHOD mo_container_control->init_control
        EXPORTING
          r3_application_name      = 'whatever your title is here'(001)
          inplace_enabled          = 'X'
          inplace_scroll_documents = 'X'
          parent                   = mo_excel_container
          register_on_close_event  = 'X'
          register_on_custom_event = 'X'
        IMPORTING
          error                    = mo_error.
    *   get document proxy
      CALL METHOD mo_container_control->get_document_proxy
        EXPORTING
          document_type  = mc_document_type
        IMPORTING
          document_proxy = mo_document_proxy
          error          = mo_error.
    Refer to this document Desktop Office Integration (BC-CI). It helped me a lot when I tried to integrate an excel application.
    But to be honest, I did not try more than one instance of OLE application. But I do not see any obstacles.
    If this seems too complicated, you may try to call your function
    DATA:
      gv_task TYPE char08 VALUE 'T0000000'.
        ADD 1 TO gv_task+1."increase  numeric part of task name
        CALL FUNCTION 'XYZ'
          STARTING NEW TASK gv_task
    This will open a new session.
    Good luck, let us know...
    Kind regards,
    Clemens

  • Enabling / disabling / positioning Display options for EP 5.0 Header

    Hello,
          Does any one has an idea about changing (Hide/Show/change position) the display options(e.g:- Personalize: Page | Portal  Log Off  Add To Favorites, search bar....etc) in portal Header Area <b>in case of EP 5.0.</b>
    Regards
    Sunil Kulkarni
    <b>Note:- I would like to know, it for EP 5.0 SP 5.</b>

    Now,you have to press volume down or up to change sound settings.
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Change/ Hide document library "Add Document" Button

    Hello , 
    I have create a document library and document template . I got some requirement like :
    User don't want document upload option after clicking on "New Document" Button , Instead of that When the user will click on "New Document" button it should open Document Template which  I have created already .
    Thank you

    That template exists when you click the new dropdown from the ribbon and then select your template. If you want to change this, the easiest way is to just hide the toolbar (which holds the new button), then add a custom link that goes to the template.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • Rich text box used in Infopath Form not displaying option to get images from Computer

    Hello,
    We have used "Rich text box" in Infopath Form which is not displaying option to get images from Computer.
    Options available are : From Address, From SharePoint
    But if we Rich text box in list, then it works fine with "From Computer" option.
    can you please help me out to get this option.
    Thanks in advance.
    REgards,
    Jayashri

    Hi,
    From your description, there is no “From Computer” option to get images with rich text box in InfoPath form.
    Per my knowledge, by design there are “From Address” and “From SharePoint” options without “From Computer” option in rich text box in InfoPath form. As a workaround, you can develop a custom InfoPath Rich Text box to do it.
    About developing a custom InfoPath control, I suggest you create a new thread on the forum “Visual Studio Tools for Office”, more experts will assist you with InfoPath development.
    Visual Studio Tools for Office:
    https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=vsto&filter=alltypes&sort=lastpostdesc
    Thanks,
    Dean Wang

Maybe you are looking for