How to hide values in F4 input help

Hi firends,
                    I have a requirement to hide the values from F4 input help. In tcode F110, when I press F4 in Identification field then i will get the F4 help value for identification for which payment run is already done. I want to hide that data in F4 help and i don't want to delete it from table. Is it possible??
Please help me.
Thanks,
Ziad

Hi,
Please check this [Thread for your help.|Re: Regading OVS]
You can check also [This thread.|Re: Hide F4 personal value list;
Thanks,
Abhijit

Similar Messages

  • How to prepopulate value in webapps input fields or for any custom fields in for any other forms?

    How to prepopulate value in webapps input fields or for any custom fields in for any other forms?

    What do you want to populate the form with?

  • How to Hide advance button in input list of values Popup

    I am using input List Of Values component to select value from search Pop up, in that popup i need only basic search only , i am unable to hide advance button... plase tell me how to hide this advance option

    I haven't tried this, but check
    How to remove basic/advanced button in inputListOfValues search dialog
    This does not have complete solution, but might give you some lead.

  • How to hide left frame on iSupport help pages?

    Hi friends,
    [Apps: 11.5.10.2  -   DB: 10g]
    I'm trying to hide the left frame on iSupport help pages.
    I've seen that this is directly in relation with a profile option named: HELP_TREE_ROOT (Root Help System) But the funcionallity is veru peculiar:
    If we have set the profile option with FND:LIBRARY value, "Help" link appears in the top right of iSupport pages and when we click on it.. it appears the help page but adding the frames to the left of the screen.
    If we set in that moment the profile option to blank (null, without value)... frames disapear.... but if we restart Apache or if we navigate to other iSupport pages with Root Help System profile option without a value.. , the "Help" link.. doesn't appear on the iSupport pages....!
    So.. how could we do to mantain the link but without value in the profile option...or.. Mantain the value.. but wihout showing the frames...?
    I'm trying to modify the fndhelp.jsp to try to avoid showing the frames.. but I don't exactly what to change (if that would be a valid solution)
    Thanks for your ideas.
    Jose L.

    Hi again,
    I've just got it.
    There's a piece of code in that .jsp where is showed as a document the help page. It's commented too where the frames are not used.
    Regards,
    Jose L.

  • IP: How to hide currency/unit from input-ready query headers?

    Hi,
    Is there a way to hide currency/unit from input-ready BEx web query headers? I've used NODIM-concept for read-only reports, but with input-ready it won't work since formulas cannot be input-ready. Is there a setting somewhere or workaround? The web query is published by WAD.
    Thanks!
    Aki

    Hi Aki,
      If you wanna do this in input-ready query, there is only one scenario: you restrict 0UNIT and 0CURRENCY as one certain constant value for the 'Characteristic Restrictions' in the 'Filter', and DON'T set the according 'Can Be Changed at Execution' selected. Then the 0UNIT and 0CURRENCY can be put into 'Free Characteristics', no neccessary moving them to data area.
      If there're multiple value for 0UNIT or 0CURRENCY for your planning, you can't hide them in data area of INPUT-READY query, since they belong the dimension 'U'.
    Hope this will help.
    Gerald

  • How to add Value Table or Search Help for a field which is on Standard SAP?

    Hi All,
        I have a field HERST (tcode IE01) which doesnt have any value table or search Help. I have the same field in a Z table which I should display for the standard screen field in tcode IE01. So Pls suggest me on this.
        Thanks in advance.
    Regards
    Jaker.

    Hi, Tamas,
    I found the reason. The function Z_WEBRFC_READ_DATA_SH had a string concatenation error.
    CONCATENATE '{"results":[{"key": "shlpname", "value": "' l_shlp '"},"key": "fieldname", "value": "' l_field '"}]}' INTO htmldoc-line.
    The correct code is like:
    CONCATENATE '{"results":[{"key": "shlpname", "value": "' l_shlp '"},{"key": "fieldname", "value": "' l_field '"}]}' INTO htmldoc-line.
    Another question is, I can't get any words in Chinese from WebRFC. It returns error when I try it. How can I configure it?
    Xin

  • How to get values of all input text of a form?

    Hi,
    I would like to know how to get all input text value of a form?
    I try this:
            List values = new ArrayList(); 
            values = getBindings().getAttributeBindings(); 
            for (Iterator iterator = values.iterator(); iterator.hasNext();) {
                Object o = iterator.next();
                if (o != null) { 
                    if (o instanceof FacesCtrlAttrsBinding) { 
                        System.out.println("Trace iterator=" + ((FacesCtrlAttrsBinding)o).getName());
    src
    In my jspx, I use panelTabbed component which is in af:form
    With this code, I get all bindings name.
    So I change the [structure |http://h.imagehost.org/0922/jdev.png] putting af:form in each item of my af:panelTabbed without succes.
    The code trace all bindings again, and I just want to get the input text of the form (like *$_POST*, or *$_GET* in php)
    How to do that?
    Thanks for your help.

    Hi,
    I try this:
    private UIComponent getUIComponent(String name) { 
          FacesContext facesCtx = FacesContext.getCurrentInstance(); 
          return facesCtx.getViewRoot().findComponent(name) ; 
    src
    I post the structure again.
    I try:
    // f1 id of af:form
    UIComponent test =  getUIComponent("f1");
    test is not null
    // pfl1 id of af:panelFormLayout
    UIComponent test =  getUIComponent("pfl1");
    but here test is null
    I try
    // f1 id of af:form
    // pt1 id of af:pageTemplate
    // pt2 id of af:panelTabbed
    // sdi1 id of af:showDetailItem
    // ps1 id of af:panelSplitter
    // pgl32 id of af:panelGroupLayout
    // pfl1 id of af:panelFormLayout
    UIComponent test =  getUIComponent("f1:pt1:pt2:sdi1:ps1:pgl32:pfl1");but I have this:
    Error 500--Internal Server Error
    javax.servlet.ServletException: java.lang.IllegalArgumentException: f1So I add
    private static final char SEPARATOR_CHAR = ':';But I have the same error.
    getUIComponent returns null with pt2,sdi1, ps1, pgl32, pfl1 and not null with f1, pt1.
    I don't know why...
    How can I get children (af:inputText) of pfl1 ?
    Thanks

  • How to set value to a input list of values?

    Hi,
    I'm using Jdev 11.1.2.0
    I'm using model driven input list of values in page.
    In inputtext of that list of values, When I entering the exact value(if only one value exists with that value)  say for example 100, then that value is getting set to inputlistvalues without opening the popup.
    But if i enter 10 and then click on enter then popup launches with values like 10,100,101,1001... (starts with 10).
    Is there any possibility that we can do like, if i enter exact value which is exists in the list of values, then that value should be set without launching the popup to show more values?
    How to achieve this.
    Any suggestion would be appreciated.
    Thanks.

    <af:inputComboboxListOfValues id="departmentNameId"
              popupTitle="Search and Select: #{bindings.DepartmentName.hints.label}"
              value="#{bindings.DepartmentName.inputValue}"
              model="#{bindings.DepartmentName.listOfValuesModel}"
              required="#{bindings.DepartmentName.hints.mandatory}"
              columns="#{bindings.DepartmentName.hints.displayWidth}"
              shortDesc="#{bindings.DepartmentName.hints.tooltip}">
    <af:autoSuggestBehavior   suggestedItems=""#{bindings.DepartmentName.suggestedItems}" />
          <f:validator binding="#{bindings.DepartmentName.validator}"/>
        </af:inputComboboxListOfValues>
    try this if it helps ....

  • How to read value of OVS Input field on pressinf of F4

    In my case I have to read value from context node as I am skipping the phase 1 of  on OVS PHASE MODEL
    but not sure how to read the value from context element
    METHOD on_ovs .
      DATA: lo_nd TYPE REF TO if_wd_context_node,
            lo_el TYPE REF TO if_wd_context_element,
            lo_el_parent TYPE REF TO if_wd_context_element.
      lo_el = wdevent->get_context_element( name = 'OVS_CONTEXT_ELEMENT' ).
      lo_el_parent = lo_el->get_node( )->get_parent_element( ).
      DATA: criteria TYPE string.
      DATA text TYPE string.
      lo_el->get_attribute( EXPORTING name = 'ATTR_TEXT' IMPORTING value = text ).
      DATA: ls_search_input  TYPE cl_grac_feeder_role_search=>lty_stru_input,
            lt_select_list   TYPE STANDARD TABLE OF cl_grac_feeder_role_search=>lty_stru_list,
            ls_text          TYPE wdr_name_value,
            lt_label_texts   TYPE wdr_name_value_list,
            lt_column_texts  TYPE wdr_name_value_list,
            lv_window_title  TYPE string,
            lv_table_header  TYPE string.
      FIELD-SYMBOLS: <ls_query_params> TYPE cl_grac_feeder_role_search=>lty_stru_input,
                     <ls_selection>    TYPE cl_grac_feeder_role_search=>lty_stru_list.
      CASE ovs_callback_object->phase_indicator.
        WHEN if_wd_ovs=>co_phase_0.  "configuration phase, may be omitted
      in this phase you have the possibility to define the texts,
      if you do not want to use the defaults (DDIC-texts)
         lt_label_texts =  wd_this->get_ovs_label_texts( criteria ).
         lt_column_texts = wd_this->get_ovs_column_texts( criteria ).
         lv_window_title = wd_this->get_ovs_window_title( criteria ).
         lv_table_header = wd_this->get_ovs_table_header( criteria ).
         lv_window_title = wd_assist->get_text( `003` ).
         lv_table_header = wd_assist->get_text( `004` ).
          CASE text.
            WHEN 'SYSTEM'.
              ls_text-name = `CONNECTORID`.
              ls_text-value = `System`.
              INSERT ls_text INTO TABLE lt_label_texts.
              lv_window_title = ls_text-value.
              lv_table_header = ls_text-value.
              lt_column_texts = lt_label_texts.
            when 'PERMISSION' .
              return.
            when 'ACTION'.
              RETURN.
          ENDCASE.
          ovs_callback_object->set_configuration(
                    label_texts  = lt_label_texts
                    column_texts = lt_column_texts
                    window_title = lv_window_title
                    table_header = lv_table_header ).
        WHEN if_wd_ovs=>co_phase_1.  "set search structure and defaults
      In this phase you can set the structure and default values
      of the search structure. If this phase is omitted, the search
      fields will not be displayed, but the selection table is
      displayed directly.
      Read values of the original context (not necessary, but you
      may set these as the defaults). A reference to the context
      element is available in the callback object.
         ovs_callback_object->context_element->get_static_attributes(
             IMPORTING static_attributes = ls_search_input ).
        pass the values to the OVS component
         ovs_callback_object->set_input_structure(
             input = ls_search_input ).
          CASE text.
            WHEN 'SYSTEM'.
          DATA: l_conn TYPE grac_s_grfncgrpconlk.
              ovs_callback_object->set_input_structure( EXPORTING input = l_conn ).
          ENDCASE.
        WHEN if_wd_ovs=>co_phase_2.
      If phase 1 is implemented, use the field input for the
      selection of the table.
      If phase 1 is omitted, use values from your own context.
         IF ovs_callback_object->query_parameters IS NOT BOUND.
    TODO exception handling
         ENDIF.
         ASSIGN ovs_callback_object->query_parameters->*
                                 TO <ls_query_params>.
         IF NOT <ls_query_params> IS ASSIGNED.
    TODO exception handling
         ENDIF.
        call business logic for a table of possible values
        lt_select_list = ???
         DATA: l_data TYPE grac_t_bproc.
         DATA: ls_data TYPE REF TO data.
         DATA: l_stru TYPE REF TO cl_abap_tabledescr.
         l_stru ?= cl_abap_tabledescr=>describe_by_name( 'GRAC_T_BPROC' ).
         CREATE DATA ls_data TYPE HANDLE l_stru.
         wd_this->get_ovs_selection_list( EXPORTING iv_criteria = criteria IMPORTING rt_list = l_data ).
         "ASSIGN l_data->* to <lt_list>.
         ovs_callback_object->set_output_table( output = l_data ).
          "ovs_callback_object->set_output_table( output = lt_select_list ).
          FIELD-SYMBOLS: <fs_query_params> TYPE cl_grac_feeder_role_search=>lty_stru_input1,
          <fs_selection>    TYPE cl_grac_feeder_role_search=>lty_stru_list.
          DATA lv_connector_grp TYPE grfn_connectorgrp.
          IF ovs_callback_object->query_parameters IS NOT BOUND.
    TODO exception handling
          ENDIF.
          ASSIGN ovs_callback_object->query_parameters->*
          TO <fs_query_params>.
          IF NOT <fs_query_params> IS ASSIGNED.
    TODO exception handling
          ELSE.
            lv_connector_grp =  <fs_query_params>-field1.
          ENDIF.
         IF lv_connector_grp IS INITIAL.
           lv_connector_grp = '*'.
         ENDIF.
          CASE text.
            WHEN 'SYSTEM'.
              DATA: lt_system_list TYPE grac_t_grfncgrpconlk.
              FIELD-SYMBOLS: <ls_system> LIKE LINE OF lt_system_list.
              cl_grfn_cci_ts_configuration=>get_group_connectors(
                EXPORTING
                  iv_connector_grp    = lv_connector_grp
                 iv_no_authority_chk = ABAP_FALSE
                IMPORTING
                  rt_connectors       = lt_system_list
              ovs_callback_object->set_output_table( output = lt_system_list ).
              WHEN 'ACTION'.
                data lt_action_output TYPE TABLE OF cl_grac_feeder_role_search=>t_action_list.
                ovs_callback_object->set_output_table( output = lt_action_output ).
              WHEN 'PERMISSION'.
                DATA: lt_perm TYPE TABLE OF cl_grac_feeder_role_search=>t_permission_list.
          ovs_callback_object->set_output_table( OUTPUT = lt_perm ).
          ENDCASE.
        WHEN if_wd_ovs=>co_phase_3.
          FIELD-SYMBOLS <system> TYPE grac_s_grfncgrpconlk.
          CASE text.
            WHEN 'SYSTEM'.
              ASSIGN ovs_callback_object->selection->* TO <system>.
              IF <system> IS ASSIGNED.
                ovs_callback_object->context_element->set_attribute(
                name  = 'INPUT1_SYSTEM'
                value = <system>-connector ).
                wd_this->mv_connectorid = <system>-connector.
              ENDIF.
          ENDCASE.
      ENDCASE.
    ENDMETHOD.

    Hi,
    It depends how you are setting your parameter also as there are different types of parameters in portal. The best is to use the page level parameters..
    Please read the developers gide Section 8.3 for more details....
    The link is :-
    http://download-east.oracle.com/docs/cd/B14099_19/portal.1014/b14135/pdg_pdk_plsql.htm#CHDGAHCF
    Guneet

  • How to send values from Acquire Input data through Xbee

    Hi,
    I've initialzed my joypad- Zebronics ZEBST50JP and can read data from Acquire Input Data. I've seen that button work with Boolean Logic(True or False) and Arrow keys work with axis logic(32767 to -32768).
    Now all i need to know is, How to send these values through Xbee(Connected to PC using USB Adapter) to another Xbee connected to an Arduino (with Servo motors)
    Thanks in Advance

    Now i have Intialized my joystick.. But still have confusion with sending to XBee Pro...
    Here is my Post, which has the file
    http://forums.ni.com/t5/LabVIEW/How-to-send-signals-through-XBee-connected-in-USB-port/m-p/2135382 

  • How to hide value of characteristic in CV04N

    Hi,
    Regarding  a characteristic connected to a class in class type 017.   The characteristic has a value with sensitive information that should not be seen by all that have access to the trx CV04N or display document. We have set up the authorisation role to reflect the document type.
    I have searched the forum without finding any solution to this. I have tested:
    - "No display" tick in the definition of the characteristic. This only prevents the characteristic to be shown in input screen.
    - "Display Relevant" in the definition of hte class. This does not prevent the characteristic to show eather.
    The text from F1:
    "Display Relevant
    This indicator shows that a characteristic is to be displayed.
    In applications where you display characteristics, you can query this indicator internally in the program, so that only the display-relevant characteristics are shown. If no characteristics have the Display-relevant indicator, all characteristics are displayed."
    Why does this not work in DMS trx CV04N? Is this an error in the system?
    Or do I have to use the solution with authorisation mentioned on the Class? (under tab "Basic data")  Authorisation groups BGRSE to solve this?
    Text form F1:
    "Authorization group for finding objects
    Authorization key: determines whether a user is allowed to use this class to find objects.
    This authorization must be defined in the user master record. The authorization object is BGRSE."
    Please advice
    Thanks
    Ellen

    Just for others information, from OSS:
    after doing further analyses regardin the mentioned behavior I found
    out that the mentioned 'Display relevant' flag is only used for making
    the characteristic visible/invisible on the selection screen of search
    transactions like CV04N for example. But this flag is not mentioned for
    the creation process of the ALV result list.
    A possible solution could be to use the BADI DOCUMENT_MAIN01 with method AFTER_SEARCH_DATA. Maybe you can achieve it to influence the layout behavior with a special check."
    BR
    Ellen

  • How to hide value "result" on chararcteristic?

    Hi,
    When I am running Ad Hoc report on ODS I get in the first row result calculating all rows.
    With key figures it's okey, because i get summation of all rows, but with characteristics I get value "RESULT".
    I want to see only value for summation and where the characteristics are I don't want to see value "RESULT".
    I can only get that if I put key figure in the last column, but I want to put it somewhere in the middle.
    Any ideas?
    Regards,
    Uros

    Hi
    In query designer -> Go to change query ->Go to characteristic-> right mouse click-> properties ->Supress result rows -> Here select always.
    Do this for all characteristics except the first characteristic (top most in ROws section), otherwise you will not get Result at all.
    Hope this helps
    Regards
    Pradip

  • Sort values in input help for variables

    Hi there,
    Users often get annoyed by the input help in our web-reports. As the data in the InfoProvider grows, the variable values in the input help screens gets over-populated.
    Often old values (eg. 0CALMONTH) are displayed first and users have to scroll trough 8 blocks of values before they get the value they are looking for.
    It is kind of a practical issue, but does any of you know how to <b>sort</b> the values in the input help screen?
    Kind regards,
    Hans de Klein

    Hi Hans,
    I can suggest you one way but i am not sure it will work in your scenario.
    Where ever you have used variables. Lets say 0CALMONTH.
    You must have restricted this with some variable.
    Goto The Property of 0CALMONTH(By right clicking) and check the sort property.Also select you want to sort on Key/Text.
    Hope it helps.
    Regards,
    Parth.

  • How to hide a label in webdynpro

    Hi.
       I have a Label and a dropdown in the window, where on selecting the particular value in my previous dropdown. This label and drop down need to be visible. How to hide the field.
    Kindly help me to solve this one.
    Thanks
    Yogesh

    Hi,
    You can use the ONSELECT event of the previous dropdown (the dropdown whose value you want to use to make the label invisible).
    In the evenhandler for ONSELECT event has paramaters like CONTEXT_ELEMENT , ID and KEY where ID is the ID of dropdown
    and KEY is the value selected in dropdown.
    EXAMPLE,
    DATA : lo_label = cl_wd_label.
    IF key EQ 'I agree'.
      lo_label ?= view_instance->get_element(ID = 'LABEL_ID').
      IF NOT lo_label INITIAL.
        lo_label->set_visible(value = 01 ).
      ENDIF.
    ENDIF.
    The view_instance has to be set with value of attribute"view" in ur WDMODIFY method of view.
    Similarily you can make dropdown or any UI element invisible.
    Hope it helps.
    Thanks,
    Aditya.

  • How to create Value Mapping scheme

    I want to create a new scheme and agency pair which can be listed in Scheme Selection dialog.
    Open ID --> Tools --> Value Mapping --> Click input helper for Scheme --> Display the Scheme Selection dialog.
    I want to know, how to add on scheme and acgency pair in this dialog.

    Hi,
    Check this thread:
    Value mapping problem
    This is how u do it:
    http://help.sap.com/saphelp_nw04/helpdata/en/2a/9d2891cc976549a9ad9f81e9b8db25/content.htm
    /people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii Check the value mapping section.You have everything you need in that section.
    Regards,
    AKshay.
    reward points if find useful.
    Message was edited by:
            Akshay Jamgaonkar

Maybe you are looking for