Remove Value Help form Webdynpro UI element (Inputfield)

Hello,
I have mapped function module field to Wedynpro UI element  Inputfield. Webdynpro shows value help for that field. I wanted to remove the value help from that Inputfield.
is there any way to do that?
Thanks
VJ

Another possibility: Create a calculated context attribute of type "string". In the set-method, write the entered value to the original attribute.
Armin

Similar Messages

  • Value help in webdynpro applications

    Hi,
      I have implemented a simple value help application in webdynpro as given in one of the pdf's and it is working fine.
    I get a value and description pair as popup.
    I have changed the field name to "Subject ID" as shown below. and it is working fine too. now i want to change the label for the "display text" field. how can that be done.
    I mean there are 2 fields in the popup. for the first field i have changed the label name to "subject ID" (SubjectType.setFieldLabel("Subject ID"))
    now i want the second field label also to change to "Initials" instead of "display text" which is usually shown as default.
    <b>ISimpleTypeModifiable SubjectType = attributeInfo.getModifiableSimpleType();     
    SubjectType.setFieldLabel("Subject ID");
    IModifiableSimpleValueSet valueSet = SubjectType.getSVServices().getModifiableSimpleValueSet();
         valueSet.put("SUBJ-001","A.B.");
         valueSet.put("SUBJ-002","C.D.");
         valueSet.put("SUBJ-003","E.F.");
         valueSet.put("SUBJ-004","X.Y.");          </b> 
    is there any way to implement that?

    hi,
       I tried implementing Object value selector. I'am getting the data in the OVS table but there are some problems i'am facing
    1.> I cant see the headers for the result table
    2.> I cant see labels for the search input fields.
    I have not used any model binding, am directly binding an element to a node and hardcoding values in the element to test it.
    <b>IPublicOVSCustomController.IOutputListNode node = wdContext.nodeOutputList();
    IPublicOVSCustomController.IOutputListElement elem ;
    elem= node.createOutputListElement();
    node.addElement(elem);
    elem.setName("");
    elem.setId("");</b>
    does it have to do with this kind of binding cause in the pdf it gives an example with a BAPI. there has been a model binding and they are calling it like this:
    IPublicOVSCust.IBapi_Flight_Getlist_InputElement ovsInput =
    (IPublicOVSCust.IBapi_Flight_Getlist_InputElement)
    queryInputNodeElement;
    and the tables automatically show the hearders and there are label fields...does it have to do anything with model binding?

  • Dropdown and Value Help in Adobe Form (WebDynpro Java)

    Hi Experts,
    I need to develop a Adobe form where i have to implement Dropdown and Value Help, which will coming from custom BAPI. I am using WebDynpro Java, EP 7.0 and ALD 8.0. Please let me know how can i implement those 2 UI Elemnts..
    Regards
    Subhrajyoti

    Hi Jyothi,
    Herewith I had Explained detailed Procedure,
    For Dropdown,
    1.     Create a node and attribute to the dropdown ,
    2.     call the bapi,
    3.     Assign the Bapi attribute to the Dropdown node attribute
    4.     Place the Interactive form UI to the Java Application
    5.     Create an another  attribute for read the interactive form
                  a.Name: pdf_src
                  b.Type :byte, Assign this attribute to PDF Source property of the Interactive form UI Element.
    6.     Give the Name to the Template source property of the Interactive form UI and double click the        template source.
    7.     It asking Name for the Interactive form, Give the name for that
    8.     Once give the Name, It ask context for Adobe form, assign the already created node for dropdown in Webdynpro application to the interactive form.
    9.     Now Context Bounded with Webdynpro and Interactive form
    10.     Interactive form screen will be open into the studio
    11.     Place the Dropdown UI element  to the Interactive form and bind the attribute to the dropdown
    12.     Select the Dropdown UI Element, go to the object property, Click the Specify Item values. The pop window displayed, here give the $ value to the Item Text, Item value. The Data Connection dropdown and Default Binding , it has value when the attribute bounded to the dropdown UI .
    13.     Save and Test the Application
    For Value Help,
    1.     Do the Same Procedure for up to 10 steps,
    2.     Place the Text field UI and Value Help UI Element
    3.     Select the Value Help, go the Script Editor give the name of the text field attribute name in var fieldName = "*INSERT_NAME_HERE*";
    4.     Save and Test the Application
    By
    Parthi

  • Value Help on Adobe Forms

    Hi,
    I'm trying to implement one search help (F4 on sap) on adobe forms. I just do this process
    For standard value help in Adobe forms:
    1) In layout chose UI element 'Value Help Drop-down List' from WebDynpro Native Controls of Library Palette.
    2) In Object pallete ->Binding tab, update Default binding with corresponding field .
    For ex: You have context like below
    -NODE
    -FIELD(type LAND1)
    In Default binding, $record.NODE.FIELD
    since LAND1 is a standard type, you will get all the values in value table T005 in the F4 help
    3) Make sure the 'Type' of the field in Object pallete ->Field tab is drop-down list.
    But i can't see any action on adobe. May the properties of the the attribute field on context are wrong.
    Anyone can help please.
    Thank you.

    This is the code that the program create:
                    var processingValueHelp = ContainerFoundation_JS.getGlobalValue(event.target, "processingValueHelp");
                       if(processingValueHelp == false) {
                           ContainerFoundation_JS.setGlobalValue(event.target, "processingValueHelp", true);
                           this.rawValue = "";
                           this.clearItems();
                           ContainerFoundation_JS.SendMessageToContainer(event.target,
                                                                         "valueHelp",
                                                                         this.dataNode.somExpression.replace(/(xfa.?\.)(datasets.?\.)(data.*?\.)/, ""),
                                                                         this.rawValue,
                                                                         event.target.mouseX,
                                                                      event.target.mouseY);
    What is suppose to change ?
    Thank you

  • F4 Value Help on Adobe Interactive Form with Web Dynpro ABAP

    Hello,
    I have created an Interactive Form with ZCI type.
    I placed a text field MATNR on the form.
    Then I placed a Native WD UI element 'Value Help' as mentioned in the below link: http://help.sap.com/saphelp_nw70/helpdata/EN/42/fb2fe500553ee4e10000000a1553f7/frameset.htm
    This form was then embeded into Web Dynpro ABAP view.
    The problem is that when I click on the F4 button, nothing happens.
    Is anything else needs to be done?
    Thanks
    Sagar

    Hi Amol,
    After binding the Context variable in the view, and in the Adobe Layout Designer from the Library go to WebDynpro Native Tab and drag and drop the Value Help and for this automatically JavaScript is being generated, go that script and edit the line
    Var fieldname = "yourfieldname";
    Note: Don't forget to link the context attribute to search help. ie. in the context properties of the attributes select the input help mode as dictionary search help and specify the name of the search help present in data dictionary.
    And now go to Utilities and click on u201CInsert Web Dynpro Scriptu201D.
    Also make sure that you specify the Layout as ZCI Layout in the Propertioes of the Adobe Form.
    Ragards,
    Amol Patil.

  • Ovs value help in adobe forms

    Hi all,
        I am able to get the standard value help from sap on interactive form..
    But how to get the ovs value help for any field created in webdynpro on interactive forms..
    Pls help me reg this..
    Thank you

    Have a look at this link from the online help:
    [http://help.sap.com/saphelp_nw70/helpdata/EN/42/fb2fe500553ee4e10000000a1553f7/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/42/fb2fe500553ee4e10000000a1553f7/frameset.htm]
    You have to be sure you are using the ZCI form type, but then it allows you to link the value help trigger within the adobe form to the Web Dynpro value help.  The same functionality is simply not available in the older ACF form type.

  • Value Help at element level rather than Node level...

    Hi Experts,
    Need your inputs on one of the scenario.
    I am using the method SET_ATTRIBUTE_VALUE_SET (Sets the fixed values for an attribute) of interface IF_WD_CONTEXT_NODE_INFO and this allow me to see only the defined values in the dropdown.
    Now let say I have 1 node with two element and want to make the valuehelp for one attribute with different-different value in both element.
    Example:
    Node name is PersonDetails
    Attributes are ANREX (Form of address text)
                           NACHN (Last Name)
                          VORNA (First Name)
    There are two elements PersonalDetails1 (MR   ,  XYZ  , XYZ)
                                    and PersonalDetails2 (MRS   ,  ABC  , ABC)
    Now for the above two elements,  value help for 1st Element needs to be (MR / DR) and for second (MRS / MR / MISS).
    But the method SET_ATTRIBUTE_VALUE_SET is called at NODE leveel and not at ELEMENT level and so always value help will be of type 2nd element.
    You can see this scenario in infotype 0009 in which Payment Method are different for subtype 0 (Main Bank) and
    5 (Main bank details for Off-Cycle).
    Please let me know if any other information is required.
    Thanks,
    Harish

    Hi Harish,
    One attribute and two value_set would be possible only in dynamic programming. Is it feasible and workable, i doubt on that.
    I would attempt to do that only when there are no other options available. You have to go back to your designers to see if they want to re look into this.
    But the method SET_ATTRIBUTE_VALUE_SET is called at NODE leveel and not at ELEMENT level and so always value help will be of type 2nd element.
    If you use a supply method, you could fill for every element a different value set.
    or you could define a  node in side your person-details with cardinality 1:1.You could refer coloring a table cell_editor as example.

  • Value help in  Online Form

    Hi,
      I am creating an online form.using webdynpro.
      My requirement is that I require value help in dropdowns directly from the Sap.
      I have tried using 'Value help drop down list' from webdynpronative tab in object library.But still it is not working.
    Kindly help.
    Thanks,
    Lina

    Hi,
    I have followed the  following steps for the creation of field with search help.
    1.I have created a Z table having one field LAND1 to which I have attached the search help H_T005_LAND.
    2.In se80,I have created a webdynpro component.
    3.In the context tab of Main View,I have created a Node Adobe .
      In adobe ,I have created another node of type Z table in which it has a field LAND1.
      When I click display on Land1,it shows
      Input help mode  : automatic
      Determined Input Help  : H_T005_LAND  automatically.
    4.I have created an attribute to context :PDF_source of type xstring.
    5.In layout tab,in properties I have binded the data source to context binding i.e.adobe and pdfsource binded to pdf source of context,have checked the enabled property.
    6.I have created a Z  form with interface of type xml schema based.
    7.In layout,in object library from webdynpronative tab i have dragged and dropped value help drop down list.
    8.In the object pallete ,in binding tab of value help drop down list ,I have binded the land1field without updating any properties.
    9.In utilities ,i have inserted webdynpro script.
    10.I have saved and activated the form,interface and webdyn component.
    11.Then I have created webdyn application and test.
    12.In the output ,I m gtn the field with dropdown .I am able to insert the value but F4 is not working.
    Kindly help where I have made a mistake.
    Thanks,
    Lina

  • Value Help in online Adobe Interactive Form

    Hi All,
    One of our clients needs value help in Adobe Interactive form for Java Webdynpro.
    But I got a problem in value help. For the first time when I click the button its working fine but the next time itu2019s not working.
    The whole screen is locked and no event is triggered for the next time.
    I am using Adobe Lifecycle Designer 8.0, Netweaver Studio 7.13  and the display type is ZCI(native).

    Hi Syed,
    I am using Adobe Lifecycle Designer 8.0, Netweaver Studio 7.0  and the display type is ZCI(native), but i am getting dump on click on valuehelp button. Can please provide me steps to resolve this? What are things need to be done.

  • Reg : Value Help in interactive forms

    Hi,
         I am trying to fill the ValueHelp drop down list Ui Element in the interactive form design. I am able to get the value in the dropdownbykey UI element of the view but i couldn't get it in the Interactive form. Could anyone please help me to solve it.
    Thanks,
    Mugu

    Hi Mugunda,
    I am krishna Balaji(Pollachi).I am also working in Web dynpro java.
    In which area in SAP are you working.

  • How to populate read only input field or text view form value help only

    Hi experts,
    I have one requirement to populate a read-only field or text view from value help.
    User cant put any value there.value comes only from the value help.
    For example,
    when we read context using Code Wizard,we cant type any value there.value only comes from value help.
    How to implement that functionality?
    Please reply.
    Thanks in advance,
    Subhasis.

    Yes it is possible.
    1.Create a context Attribute and then bind this attribute to the Text view UI element.
    2. read context attribute and then set value to the context attribute like this way.
    DATA:
        elem_context1                        TYPE REF TO if_wd_context_element,
        stru_context1                        TYPE if_first=>element_context ,
        item_potxt                          LIKE stru_context-potxt.
    get element via lead selection
      elem_context1 = wd_context->get_element(  ).
    stru_context1-potxt = 'PO'.
    elem_context1->set_attribute(
        VALUE  = stru_context1
        name   = 'POTXT'
    thanks
    Suman
    Edited by: suman kumar chinnam on Sep 9, 2008 12:12 PM

  • Value Help in Interactive Adobe Form in Web Dynpro

    I have to provide a value help for certain Fields in Interactive Adobe Form using Web Dynpro ABAP. I have managed to get the Value Help Popup for the fields using Java Script in Adobe, but the problem is that whenever I select the Value from the Value Help, the selected value in not getting populated in the field....
       Please let me know the solution in case any one of you come across such kind of requirement.

    Priyanka:
    Can you let me know the steps on how to provide value help in interactive forms?
    Thanks
    Vijai

  • Value Help for Date inverval in Variable Form in Visual Composer

    Hi all,
    I have created a variable form which has Date interval with value help as one of the parameters.
    when i click on the value help and select any date interval then it is displayed as say '20081015:20090101' but when i submit this value i get an error "INVALID_VARIABLE_VALUES".
    this variable is working fine when i manually enter the interval as '10/15/2008:01/01/2009'.
    is there any way where we can input the date interval value as '10/15/2008:01/01/2009' using the value help.
    any help is highly appreciated.
    regards,
    RK,.

    Hi Ramakrishna,
    Value help is considered as a popup iview in visual composer. You can change the fields in popup iview like normal iview. Drill down the popup iview of the value help and change the date format using DSTR function.
    Try the below link for change the date format.
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/63f340e8dd8431e10000000a1550b0/frameset.htm
    Regards
    Basheer

  • Removal of af:form element

    Hi all,
    JDeveloper 11.1.1.6.0
    We're in the process of implementing a credit card processing page that will be performing a cross domain form action via jQuery or some other means. One of our primary requirements is to guarantee that form data on this page is not submitted to our server but we would like ADF to render the page to maintain a consistent look and feel for the site.
    Would dropping the af:form element be an effective means of guaranteeing form data is not sent to our WLS server (via post, ajax, server side validation)? Any pitfalls?
    Thanks!

    Hi,
    removing the af:form element will not generate the HTML form element and this not submit anything to the server. So yes, this would work.
    Frank

  • Removing Interval in the value help of the Multiple selection  in WD4A

    Hi All,
    Please help in the way to remove the interval in the pop-up of the value help of the multiple selection in the select option of the web dynpro ABAP.
    Also help me selecting the complex restrictions Via: I_COMPLEX_RESTRICTIONS  in the below code.
    wd_this->m_handler->add_selection_field(
    i_id = '/SCMTMS/BUPA_INTERNAL_ID'
    it_result = lt_range_table
    i_read_only = read_only
    I_NO_INTERVALS = ABAP_TRUE
    I_COMPLEX_RESTRICTIONS = lv_res
    Thanks in advance ,
    Selvakumar M.

    Hi Selva,
    For removing the interval set the parameter 'i_no_intervals' of method add_selection_field to true.
    Complex restrictions has following parameters.
                l_complex_restrictions-m_include-eq = abap_true.
                l_complex_restrictions-m_include-cp = abap_true.
                l_complex_restrictions-m_include-ge = abap_true.
                l_complex_restrictions-m_include-gt = abap_true.
                l_complex_restrictions-m_include-le = abap_true.
                l_complex_restrictions-m_include-lt = abap_true.
                l_complex_restrictions-m_include-ne = abap_true.
                l_complex_restrictions-m_include-np = abap_true.
                l_complex_restrictions-m_exclude-eq = abap_true.
                l_complex_restrictions-m_exclude-cp = abap_true.
                l_complex_restrictions-m_exclude-ge = abap_true.
                l_complex_restrictions-m_exclude-gt = abap_true.
                l_complex_restrictions-m_exclude-le = abap_true.
                l_complex_restrictions-m_exclude-lt = abap_true.
                l_complex_restrictions-m_exclude-ne = abap_true.
                l_complex_restrictions-m_exclude-np = abap_true.
    You can set the value of these as desired. Also pass i_use_complex_restriction parameter of method add_selection_field as true while using complex restrictions.
    Regards,
    Pooja

Maybe you are looking for

  • [REQUEST] UEFI GOP VBIOS for R9 270X Gaming 2G

    Never mind... Card already has UEFI BIOS... Could not Ultra Fast boot because HD was not GPT formatted... I'm looking for a UEFI GOP VBIOS for my video card. Details of the card: Serial Number: 602-V303-13SB1312019428 Current ROM: www . filedropper .

  • Use upgrade on Galaxy S3 even though it's pre-order

    So my upgrade is July 15th and had been waiting on the S3 to use it on. The new plan effective June 28th apparently makes this not possible? I can get an upgrade early before the 28th since I am in the 30 day window and keep my unlimited data , but i

  • Aperture 3.0.2 not working for me

    I installed the update and I get fewer crashes when printing (but still get them), however when I click print the processing box appears then disappears before showing any progress and nothing prints. The print shows up in the printer status but show

  • My Droid2 Global will not pair to My Ford SYNC since the latest software update.  Please help!

    Since the latest update, my Droid2 will not pair to my Ford SYNC.  The phone will not find SYNC for me to place in the PIN.  It use to work wonderful before the latest update.   I can not drive and talk on my phone without SYNC.  Corporate Car- Corpo

  • Large value insert

    Hello, I am working in application that handles large amounts of data per item and when I try to insert it shows this error, " Parameter value size 746542 exceeds limit of 32512 bytes " the item is a text area and the insert it is a simple insert. IN