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

Similar Messages

  • 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.

  • 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 in Adobe Interactive forms

    Hi all,
    I had created a Interactive form with fields in the table SFLIGHT
    Now i need the VALUE HELP functionality in the interactive form  for the field CARRID
    I tried  looking in the previous posts regarding this functionality   but they are not clear please give me in detail clearly.
    Thanks in advance
    Ajay

    Hi,
    Once check this thread
    Re: F4 Value help on adobe form doesn't work.
    Note: dont 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.
    In the above link compare your system basis & patch level.
    Regards
    Pradeep Goli

  • 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.

  • Search Help Online Adobe form WDABAP

    Hi,
    How to get F4 help in online adobe form? If the values are maintined in the domain then in the form Im able to see all the values by using Enumarated drop down. But if for the particular filed any Value Table is assigned , then how to get those values in F4 of Adobe form? It can be done by binding to UI elemtn or Do I need to do any coding for getting this?
    Actually I have gone through few links in SDN but Im not clear. Im not working on ISR. It is a normal BAPI and adobe form is designed based on that form , ZCL type.
    Appreciate your help
    Regards,
    Ravi

    Its solved Thank you
    Regards,
    Ravi.D

  • 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

  • Reading the drop down value in interactive adobe forms in WDJ

    Hi,
    I have a scenario like this:
    Drop down menu with values being populated from model . when i select the value from drop down and update the backend with that value, it is not done. It always takes the same value ( first one in the drop down list) and fails to take the selected value.
    could anybody throw some light as how to deal with the drop down in adobe forms in WebDynpro Java?
    Are there any specific settings for these?
    I have taken the drop down menu from WebDynpro Native library.
    Kind Regards,
    Charan.

    Hi Charan,
    Did u try to populate the data into the dropdown with the help of Simple types.
    I faced the same issue, that got resolved when i binded the dropdown with Simple types that were populated.
    Hope this helps.
    Thanks,
    Amita

  • Urgent help on Adobe Forms.....

    Hi All,
            I am new to Adobe Forms.I have created the required layout and now my requirement is that, there are 2 dropdown fields.Both are interrelated.I have hardcoded the for the first one. Accordingly when i select a particular value from the first dropdown...the 2nd dropdown should contain only those values that correspond to the value selected in the first dropdown menu......I guess i have to code for this in the Change event .Could u please help on this.....i am not much acquainted with javascript or form calc language. Please help on this issue.
    Thanks,
    Sam.

    Hi All,
            I am new to Adobe Forms.I have created the required layout and now my requirement is that, there are 2 dropdown fields.Both are interrelated.I have hardcoded the for the first one. Accordingly when i select a particular value from the first dropdown...the 2nd dropdown should contain only those values that correspond to the value selected in the first dropdown menu......I guess i have to code for this in the Change event .Could u please help on this.....i am not much acquainted with javascript or form calc language. Please help on this issue.
    Thanks,
    Sam.

  • SAP Search help in Adobe forms

    Hi ,
    Can any one help out by mentioning the steps to capture details using webdynpro with search help and then switching on to pdf application with those details?
    Regards,
    Deepthi Lakshmi.A.

    hi, Jkuma,
    we met the similar situation with you while developing a anpplication form for HR.
    our conclustions are:
    1. it's not feasible to put all the data into the form, it will make the form too big and slow, so it must be a online interactive form
    2. you may put a search field to let the user to input some kind of criteria and do the search on the r3 side and return the hit list on the form , but it's not so easy to develop a table control on the form using javascript to get the selected one.
    3. so we built a 'selection screen' , using webdynpro for abap,
    it will show up before the form, while can use ddic search help, to make the selection, then put all the selected entries into the adobe form for further processiong.
    how this is helpful hint for you.
    br.
    jun

  • Need Help in Adobe Forms

    Save Environment. Save Yourself.
    Hi Experts!!
    I am very new to Adobe forms and am doing hands on using some tutorials. However, though I searched a lot, I didn't get help in some points. 
    1. What is the significance of Accessibility in Palettes? When should we go for Header Row, Table, Body Row etc.?
    2. I do not have Body Pages tab (using 6.0) but have Design View. Hope both are same. Please confirm.
    3. I feel the difference between Positioned and Flowed is about the subform being static and dynamic. But whenever I change some subform to Flowed, the fields are becoming misplaced. In other words, I made 2 fields side by side and both wrapped in a subform. When I change content to Flowed..both are appearing one below the another. Why so? How to rectify it?
    4. Sometimes I am unable to shift the fields anywhere. As in, Layout is fixed and I couldn't move them from their positions. Or I can not minimize or maximize the subform layout too. Why so?
    Kindly help me!! Thanks a lot!!
    _ i'm not an Environmentalist. I'm an Earth Warrior.

    Hi Srinivas,
    I think I can give you some info for some of your questions.
    1. What is the significance of Accessibility in Palettes?When should we go for Header Row, Table, Body Row etc.?
    2. I do not have Body Pages tab (using 6.0) but have Design View. Hope both are same. Please confirm.
    3. I feel the difference between Positioned and Flowed is about the subform being static and dynamic. But whenever I change some subform to Flowed, the fields are becoming misplaced. In other words, I made 2 fields side by side and both wrapped in a subform. When I change content to Flowed..both are appearing one below the another. Why so? How to rectify it?
    <Sai> This similar to Grid & flowed layout in Webdynpro, if its flowed which mean all the elements in that subform are place one after another it has hot 2 option top to bottom which mean alla are just placed vertically other is western text where the elements are placed one after the other from left to right. where as in positioned layout you can specify the X&Y coordinates and the element is sticked to that p[osition</Sai>
    4. Sometimes I am unable to shift the fields anywhere. As in, Layout is fixed and I couldn't move them from their positions. Or I can not minimize or maximize the subform layout too. Why so? <sai>This is depending on the layout properties of the immediate parent subform and then its parent subform. and if the subform's height is Auto</Sai>
    Thanks for som of the your other queries which I never worked on got a change to focus and dig something new..
    Cheers,
    Sai

  • Need Help in Adobe Form

    Dear All,
                  Anyone have idea about how to configure adobe form in unix base ECC6.0 .
    I have installed adobe designer 8.0 and adobe reader 8.1.2
    plz. give me step by step guidence as soon as possible.
    I m new for adobe form.
    Thanx in advance

    Hi Hetal Patel  ,
    The following r excellent websites containing step-by-step solution to solve u'r problem:
    https://www.sdn.sap.com/irj/sdn/adobe
    Improving the Performance of Adobe® LiveCycle™ Designer Forms(scripting)
    http://www.adobe.com/devnet/livecycle/articles/lc_designer_perf_guidelines.pdf
    Interactive Forms Based on Adobe Software: Overview
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e635e290-0201-0010-a9be-9e8e4ce04770
    Adobe Interactive Forms
    http://www.saplounge.be/Files/media/pdf/Huberland-Interactive-Forms-2007.10.10.pdf
    Taking interactive forms to next level
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8c103c36-0301-0010-cda8-f6b381bedb6e
    Introduction to Adobe PDF Library SDK(PDFL SDK)(Simply scroll the document)
    http://partners.adobe.com/public/developer/en/webseminars/PDFL_WebSeminar.pdf
    Creating Interactive forms in webdynpro for java
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f27e290-0201-0010-ff82-c21557572da1
    PDF-Based Print Forms/SAP Interactive Forms by Adobe
    http://help.sap.com/saphelp_nw04s/helpdata/en/c8/4adf7ba13c4ac1b4600d4df15f8b84/frameset.htm
    Date Objects in Adobe Designer
    http://help.sap.com/saphelp_nw04/helpdata/en/dd/60694fddb74ad88cdb7d2a094f3dd2/frameset.htm
    Checking and Testing a PDF-Based Print Form
    http://help.sap.com/saphelp_nw04s/helpdata/en/c2/1fe9aa4d7b413e8515f90b73729e97/frameset.htm
    Architecture
    http://help.sap.com/saphelp_nw04/helpdata/en/f2/21021b911f4c0cae11459a4ce0bc62/frameset.htm
    http://www.nl4b.com/Adobe/Invitation_SAPBrussels_Q407.pdf
    cheers!
    gyanaraj
    ****Pls reward points if u find this helpful

  • OnSubmit function Error in passing values from WDA Adobe Form to Ztable

    Friends,
    I am trying to pass values from Adobe Interactive Form to ztable.
    I am using WDA to display the form. I have created the form context with attributes that are bound to the form fields using the Adobe Livecycle Designer.
    Once the user presses the Submit button, the data is passed to the ztable. In the onSubmit function assigned to the Submit button, I am using the "Read Context" feature of WD Code Wizard to read the values of the attributes
    I am able to read and populate the ztable with values of the first 3 attributes. But am unable to read the value of  4th attribute using the "Read Context" feature of WD Code Wizard. All 4 attributes are of string type.
    I am not sure if this is a buffer size problem or is there a limitation that only 3 attributes can be read per Adobe form / onSubmit function.
    Please let me know what is missing.
    Thanks and Regards.

    Resolved

  • Need help on adobe form

    Iam new to adobe form..i studied all the documents available on adobe form....but still i have some doubts..plz clarify these.....
    1)if i want to attach one adobe form to one transaction where can i attach my adobe form?
    2)when we write driver program for one form ...how could we call that in program?
    3)how can we calculate totals in adobe form?
    plz help me.....iam waiting for your valuable replies...

    Pl. see my answers below...
    1)if i want to attach one adobe form to one transaction where can i attach my adobe form?
    If ur transaction supports message control technique then u can attach a PDF form and its driver prog. name with an output type from transaction NACE.
    2)when we write driver program for one form ...how could we call that in program?
    U have to use fms  like FP_FUNCTION_MODULE_NAME','FP_JOB_OPEN','FP_JOB_CLOSE'
    to call the form.
    First get name of the generated function module*
    call function 'FP_FUNCTION_MODULE_NAME'
      EXPORTING
        i_name     = p_form
      IMPORTING
        e_funcname = fm_name.
    if sy-subrc <> 0.
      message e001(FP_EXAMPLE).
    endif.
    Set output parameters and open spool job*
    fp_outputparams-nodialog = 'X'.    " suppress printer dialog popup*
    fp_outputparams-preview  = 'X'.    " launch print preview*
    call function 'FP_JOB_OPEN'
      CHANGING
        ie_outputparams = fp_outputparams
      EXCEPTIONS
        cancel          = 1
        usage_error     = 2
        system_error    = 3
        internal_error  = 4
        others          = 5.
    Set form language and country (->form locale)*
    fp_docparams-langu   = Language.
    fp_docparams-country = country.
    *fp_docparams-langu   = 'E'.
    *fp_docparams-country = 'GB'.
    currency key dependant summing*
    loop at bookings into l_booking.
      l_sums-forcuram  = l_booking-forcuram.
      l_sums-forcurkey = l_booking-forcurkey.
      collect l_sums into t_sums.
    endloop.
    Now call the generated function module*
    call function fm_name
      exporting
        /1bcdwb/docparams        = fp_docparams
        customer                 = customer
        bookings                 = bookings
        connections              = connections
        t_sums                   = t_sums
      exceptions
        usage_error              = 1
        system_error             = 2
        internal_error           = 3
        others                   = 4.
    if sy-subrc <> 0.
      call function 'FP_GET_LAST_ADS_ERRSTR'
        IMPORTING
          e_adserrstr = error_string.
      if not error_string is initial.
        we received a detailed error description*
        write:/ error_string.
        exit.
      else.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    endif.
    Close spool job*
    call function 'FP_JOB_CLOSE'
      exceptions
        usage_error          = 1
        system_error         = 2
        internal_error       = 3
        others               = 4.
    if sy-subrc <> 0.
      message id sy-msgid type sy-msgty number sy-msgno
              with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    endif.
    For details see the std. example prog. FP_EXAMPLE_01.
    3)how can we calculate totals in adobe form?
    Within the form interface u can calculate it or u can use the Javascript or formcalc scripting language to do the same.
    Regards,
    Joy.

  • Help installing Adobe Forms

    Hello,
    We are looking at implelenting adobe forms, however, have a few questions that I cannot find the answers to in the install guides.
    The business is asking us to implement this for adobe forms (outbound only).  Looking at the sizing document,
    1. Is this something that is typically run on a separate server (even if were doing outbound only), or in a large scale, is the DBCI ok to use for this purpose.
    Also.
    2.  Do we need a java stack to run this?  could we run adobe forms in our system with an abap stak only? 
    Thank you all for your help
    Richard

    2) questions about Java stack was asked like zillion times before, you could use a search here.
    1) I am not sure what you´re asking about, but how Iunderstand it, you don´t need any special server. Just install ADS on a portal Java stack or something.
    Cheers Otto

Maybe you are looking for

  • How do I move a file from Icloud to my hard drive?

    How do I move a file from Icloud to my hard drive?

  • Will Any Usb DVD-RW drive work with the 2011 Mac mini?

    I am considering buying a USB DVD-RW drive, and i wanted to hear from people with first hand experience of USB dvd drive support for Mac's I'm looking for a DVD-RW DL drive, so It can burn DVD DL CD's normal DVD's RW's etc. Things a modern superdrive

  • Vendor Payment Refund

    Dear Experts: One of our vendor submitting their invoice to us along with some charges which is refundable. Presently, we are practicing vendor payment process through Shipment cost and MIRO. If we pay them full invoice amount then how we will manage

  • HT201210 iphone 3gs stuck in recovery mode

    Hi after updating my phone to ios 5.1.1 shortly afterwards my phone entered recovery mode. I have tried everything, i have updated windows, updated itunes, removed all third party usb's from computer, plugged iphone usb round the back not the front,

  • CS4 Mac - File Dialog Moves Flash Window Down

    I have Flash CS4 10.0.1.545 Mac with OS X 10.5.6: I have the standard Workspace and when I select Import to import an image, the open file dialog in OS X slides down from the top of the stage and the entire Flash window that is holding my timeline an