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

Similar Messages

  • 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

  • Value help in online interactive form

    I have created one online interactive for in that form I made standared value help for one filed. but whenever click on value help button its give dump with below error.
    'Even to be processed is not supported by adapter'
    Please help regarding this.
    Thanks & Regards,
    Krishna.

    Hello,
             You are designing your application in WDA or WDJ .
    This could be due to some  error at your application level .
    Try to trouble shoot the same.
    Thanks,
    sahiba

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

  • 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

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

  • HELP: Javascript online form not submitting from dynamic html site

    See attached code

    Here's the php input form:
    <title>Apply Online -
    Purchase.</title><p>(?php
    </p>
    <p>$mail_to = "[email protected]"; </p>
    <p>$mail_subject = "Apply Online - Purchase.";
    </p>
    <p>mail_body = "You have got a new mail by form:\Apply
    Online - Purchase."; </p>
    <p>if (isset($Loan_Officer_Name)==1) $mail_body .=
    "Loan_Officer_Name: $Loan_Officer_Name\n"; </p>
    <p>if (isset($Best_Time_To_Call)==1) $mail_body .=
    "Best_Time_To_Call: $Best_Time_To_Call\n"; </p>
    <p>if (isset($Borrower)==1) $mail_body .= "Borrower:
    $Borrower\n"; </p>
    <p>if (isset($Borrower_DOB)==1) $mail_body .=
    "Borrower_DOB: $Borrower_DOB\n"; </p>
    <p>if (isset($Borrower_SS)==1) $mail_body .=
    "Borrower_SS: $Borrower_SS\n"; </p>
    <p>if (isset($Co_Borrower)==1) $mail_body .=
    "Co_Borrower: $Co_Borrower\n"; </p>
    <p>if (isset($Co_Borrower_DOB)==1) $mail_body .=
    "Co_Borrower_DOB: $Co_Borrower_DOB\n"; </p>
    <p>if (isset($Co_Borrower_SS)==1) $mail_body .=
    "Co_Borrower_SS: $Co_Borrower_SS\n"; </p>
    <p>if (isset($Borrower_Address)==1) $mail_body .=
    "Borrower_Address: $Borrower_Address\n"; </p>
    <p>if (isset($Borrower_Home_Phone)==1) $mail_body .=
    "Borrower_Home_Phone: $Borrower_Home_Phone\n"; </p>
    <p>if (isset($Borrower_City)==1) $mail_body .=
    "Borrower_City: $Borrower_City\n"; </p>
    <p>if (isset($Borrower_State)==1) $mail_body .=
    "Borrower_State: $Borrower_State\n"; </p>
    <p>if (isset($Borrower_Zip)==1) $mail_body .=
    "Borrower_Zip: $Borrower_Zip\n"; </p>
    <p>if (isset($Borrower_Cell_Phone)==1) $mail_body .=
    "Borrower_Cell_Phone: $Borrower_Cell_Phone\n"; </p>
    <p>if (isset($email)==1) $mail_body .= "email:
    $email\n"; </p>
    <p>if (isset($Borrower_Cell_Phone)==1) $mail_body .=
    "Borrower_Cell_Phone: $Borrower_Cell_Phone\n"; </p>
    <p>if (isset($email)==1) $mail_body .= "email:
    $email\n"; </p>
    <p>if (isset($Borrower_Current_Employer)==1) $mail_body
    .= "Borrower_Current_Employer: $Borrower_Current_Employer\n";
    </p>
    <p>if (isset($Borrower_Years_on_Job)==1) $mail_body .=
    "Borrower_Years_on_Job: $Borrower_Years_on_Job\n"; </p>
    <p>if (isset($Borrower_Position)==1) $mail_body .=
    "Borrower_Position: $Borrower_Position\n"; </p>
    <p>if (isset($Borrower_Gross_Monthly_Salary)==1)
    $mail_body .= "Borrower_Gross_Monthly_Salary:
    $Borrower_Gross_Monthly_Salary\n"; </p>
    <p>if (isset($Borrower_Work_Phone)==1) $mail_body .=
    "Borrower_Work_Phone: $Borrower_Work_Phone\n"; </p>
    <p>if (isset($Borrower_Bankruptcy)==1) $mail_body .=
    "Borrower_Bankruptcy: $Borrower_Bankruptcy\n"; </p>
    <p>if (isset($Borrower_Work_Phone)==1) $mail_body .=
    "Borrower_Work_Phone: $Borrower_Work_Phone\n"; </p>
    <p>mail($mail_to, $mail_subject, $mail_body);
    ?) </p>

  • Search Help in 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 BAPI and form is ZCL type.
    Appreciate your help
    Regards,
    Ravi

    Hi,
    please see the link below
    link: F4 Value Help on Adobe Interactive Form with Web Dynpro ABAP
    link:F4 help in Interactive forms with Webdynpro abap
    link:F4 Value help on adobe form doesn't work
    link:Search Help from SAP values using WebDynpro ABAP in ADOBE Interactive Form
    regards
    Pranav

  • 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

  • Search help in online interactive form...

    Hi Friends,
    I am facing a strange issue with search help.
    I have created a Dictionary based interface and included the field for which i want search help.
    I have created a search help and attached at the context of webdynpro.
    I dragged and dropped the webdynpro native value help on to the field in the layout.
    When I executed the web dynpro application and select the value help i am getting the dump saying "Event to be processed is not supported by adapter " Please do the needful at the earliest.
    But where as the same value help if i put in adobe with XML interface its working fine.
    Please let me know how to correct this error,
    Thanks,
    Phani.

    Hi,
    please see the link below
    link: F4 Value Help on Adobe Interactive Form with Web Dynpro ABAP
    link:F4 help in Interactive forms with Webdynpro abap
    link:F4 Value help on adobe form doesn't work
    link:Search Help from SAP values using WebDynpro ABAP in ADOBE Interactive Form
    regards
    Pranav

  • 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

  • How to use F4 help on PDF form

    Hello,
    I'm using Adobe Interactive Form with WebDynpro for Java.
    I'd like to use F4 value help on Adobe Form.
    Does anyone know how to implement F4 help on PDF form ?
    Regards,
    Koji.

    Hi,
    SAP Note: 1013227.
    But you should have ZCI based forms. Note: 1055911 and 1042394.
    It always makes sense if you specify the NetWeaver SP release you are on along with any other information that you think is important.
    Best Regards,
    Krish

  • Value help not working

    Hi all,
    I am trying to develop a small adobe interactive form application embedded in web dynpro java.
    I am unable to make value help work. I have edited the
    fieldname = "myFieldName"
    javascript bit, but to no use.
    I tried this: Adobe Interactive Forms - F4 help for fields but it doesn't work for me.
    Saphelp suggests just the same.
    Can this actually be achieved on Java or only abap?
    Thanks regards
    Vincenzo

    Maybe you can use this:
    /people/dezso.pap/blog/2007/07/12/using-ddlb-in-interactive-forms-in-webdynpro-for-abap
    or this:
    Re: F4 Value help on adobe form doesn't work
    or here:
    http://www.sap---technical.com/Tutorials/AdobeForms/Valuehelp/Index.htm (search google)
    or this:
    Re: Problem with Input help inside an adobe interactive forms
    Also note you need to have the value help placed in the same subform as the field you use it for.
    Otto

  • F4 help in online interactive forms using ABAP

    Hi,
    Question 1:
                     I am able to get f4 help in online interactive form using ABAP. but after selecting the value from pop-up the value is not populated in PDF field. Can u help regardiing this.
    Question 2:
                     I am able to get f4 help in online interactive form using value help dropdown, first time if i click the dropdown button it is showing the popup, if i click second time it is not showing the popup.
    Thanks & Regards,
    Krishna

    Hi,
    1. I you are woking from the Web Dynpro for ABAP then after binding the Context variable in the view, and in the Adobe Layout Designer from the Library goto 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: 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.
    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.
    2. Only the Submit button , the Enumerated Drop-Down List as well as the Value help button from the Web Dynpro Native library of Adobe LiveCycle Designer are supported. Check SAP Note: 1098009
    Regards
    Pradeep Goli

Maybe you are looking for

  • Event Type: CLR20r3 Signature Problem: P4:mscorlib.dll P9:System.FormatException

    Hello, I'm working on a C#.net app.This is a machine interfacing software , where we use it to control the machine by interacting with it through hardware.The software works fine on all the machines that we have in our company, but fails to open on c

  • Belkin wireless adapter F5D6050 keeps loosing settings when i first boot up

    I have to go into belkin wireless adapter setup everytime i reboot the machine. i am running 10.3.9 using the above adapter and it is doing my head in, any help would be gratefully apprieciated.

  • Photoshop CS6 - Windows 8 upgrade

    Just upgraded to Windows 8.  Now the interface background color keeps changing when I click the image, the background, the layer and the crop tool.  I get transparent, black, and various grey.  I have uninstalled and reinstalled PS CS6 with no change

  • Weird Image Processor Behaviour

    The image processor has started acting really weird a couple of hours ago. I have been trying to figure the problem out since then, but to no avail. It all started when I tried to run batch processor from the Bridge with a really simple action that i

  • Photoshop CS6 pixel ruler scale is illegible at alternating magnifications

    Running PS CS6, Win 7 x64, 30" NEC display, nVidia Quadro FX 3800 display card. Photoshop preference "UI Font Size" set to medium. The attached image shows how Photoshop CS6 has an illegible vertical scale with medium or large UI fonts selected. I ha