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

Similar Messages

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

  • Search help for Web Dynpro using the SAP-search help

    Hi,
    I’m trying to create a generic search help for Web Dynpro using the SAP-search help. It should working so, that I construct a Web Dynpro-component, that gets the data of the search help from the SAP-system, interpreted it and creates the ui-elements and the needed context generic.
    The mapping between the Input field of the customerview and the right search help is to be made with an xml-file, which contains the information: name of the view, the input field, the search-help-name and the name of the field that will be returned.
    The xml-file is reading from a helper-class. That helper-class contains any information, witch need the search help-component as well as the customer-component.
    The initialization takes place in the method wdDoModify of the customer. The call of the search help from the customer should be implement with an Action, witch is bound to a Button(create dynamic in the helper-class behind the input field).
    In a second foot should be create a plugin for eclipse, witch insert the used files (search help component, helper class, …) in the project. In addition it should create the call in the customer generic.
    It would be great if someone can give me a feedback!

    Hi Mike,
    The BlanketAgreement.exe is a reference to the executable that will be created when you compile the solution you created in Part II - Part III. I think there is a mistake in the tutorial because it asks you to name the project 'Blanket' which means that by default the executable will be called Blanket.exe and not BlanketAgreement.exe. The tutorial also misses the step asking you to compile the Blanket project before you go on to create an installer. You should compile your Blanket project in Release mode before creating an installer. By compiling the project you'll get a Blanket.exe file in the bin folder of your Blanket project which you then need to add to the installer per the instructions.
    SAP do offer development courses in some areas and there is training material here on the SDN and on the SAP partner portal (and maybe the customer portal as well). Try searching this forum for 'training' or 'tutorial' and you should get a few links. There's also a development certification.
    Personally I'd recommend you give yourself a little project to work on and just get stuck in
    Kind Regards,
    Owen

  • How to implement Search Help in Interacive Form based on WebDynpro Java?

    Hi Experts,
    How to implement Search Help in Interacive Form based on WebDynpro Java?
    Could someone please provide the prerequisites and the code for the same.
    Regards,
    Shobhit

    Extend the controller and get the handle of the current row of the VO. Set set the attribute context filed accordingly. Also get the handle fo the flexbean and set the context. According rendering would change.
    Regards
    Sumit

  • Authorization check on standaerd sap search help

    Hi friends,
    Can we have authorization check on standaerd sap search help?
    For example, if I want a perticular user to see the data only for the company code he belongs to...
    Can we do it
    Regards,
    Ankit

    Hi
    In generally the search help don't check any authorization objects.
    If you need to do it you need to develop a your own function module exit where you can filter the data can be listed in the search help.
    Max

  • Search Help on Adobe Interactive Form with Web Dynpro ABAP

    Hi All,
    I have created Adobe Interactive Form with ZCI type and XML based interface type using Webdynpro ABAP.
    I placed a text field USER_NAME on the form ( data element is linked to search help USER_COMP ).
    Added Native WD UI element 'Value Help' to form to search for users and changed script
    *var fieldName = "INSERT_NAME_HERE*"; to var fieldName = "USER_NAME";
    The problem is that when I click on the value help button, nothing happens.
    Is any more additional steps required ?
    Thanks
    Karu

    Hello
    Check this
    F4 Value Help on Adobe Interactive Form with Web Dynpro ABAP
    Thanks
    Anirudh

  • Use Of Dictionary Based search help in adobe interactive form

    Hi friends,
       I wanted to export the search help value into corresponding field of Adobe interactive form.
      I am using dictionary type search help in WD context attribute property.  I am able to get the search help popup with right data on form. But if select some value it is not exporting data into the field and getting "entry too longer"  error.
    Can any one help out for this issue.
    Note : Wanted to use only dictionary based search help.
    Thanks in advance
    Naganath Mudale

    thanks

  • Custom search help in ADOBE Interactive form

    Hi All,
    I am trying to apply custom search help on a field on my ADOBE interactive form. This custom search help would require
    import parameters which are some other fields on the same form.
    How would I pass them ?
    Thanks & Regards,
    Deb

    Hi,
    Hope, these links will help you.
    F4 Value Help on Adobe Interactive Form with Web Dynpro ABAP
    /people/community.user/blog/2006/11/20/search-help-in-isr-adobe-forms
    /people/shruti.rathour/blog/2008/05/05/ovs-help-in-web-dynpro-abap
    with regards,
    Mamta

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

  • 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

  • Sap database tables with adobe forms

    Hai all,
      I am new to adobe forms...Can anyone explain me how to link sap database with adobe forms....
    Any documents regarding tht will be helpful.....
    Thanks in advance....

    Hi,
    Check these:
    https://www.sdn.sap.com/irj/sdn/adobe
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2a8a0a37-0301-0010-f794-aecd1bb426e0
    http://help.sap.com/saphelp_nw2004s/helpdata/en/37/47a2be350c4ac8afe36b691203971f/frameset.htm
    Regards,
    Subramanian

  • 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

  • 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

  • Need help on adobe forms?explain in details?

    hello experts!!!
    any body explain about Adobe Forms?
    wat is Adobe form? purpose? it can work on ecc6.0?
    pls give me example step by step how to create adobe forms? where i wll get ?
    and wat is diff.between smartforms & adobeforms?

    Hi,
    Don't go anywhere this is the best l;ink i thought to know about it::
    [www.sdn.sap.com/irj/sdn/adobeforms ]
    Thanks and
    Please give points

Maybe you are looking for

  • Purchase order received directly in customer consignment

    We are entering a business relationship with a company where we will send the goods on consignment basis  (W stock) procured directly from a vendor. The SAP documentation tells about using the consignment fill up process etc., that we would have to d

  • 0COMP_CODE Local currency different than 0COMPANY currency

    Hello guys, We are implementing BCS for our client and the scenario for the same is as follows: We are using ECC 6.0, BW 3.5 with SEM 4.0., we have activated New GL Accounting in ECC 6.0. and have been able to bring in data from totals table FAGLFLEX

  • Laptop died.  need to make my Mac the "home" computer for my iPad & iPhone

    My iPhone & iPad were initially set up on a Windows laptop, which has since died. How do I go about making an iMac be the "home" computer for these devices, so that they will be backed up when I sync?

  • Precalculated web template - how to use it

    Hello everybody, i need your advice on how to correctly use the feature of precalculated webtemplate. I have following situation: we have created a pretty compliacted web template, which must be optimized on performance. The rule should be: current m

  • Operation could not be completed. (Webkiterrordomain error 204)

    While attempting to access some videos on google search i recieve this error: Operation could not be completed. (Webkiterrordomain error 204) I recently bought my iphone 3gs and on the first day it worked. i have completed a restore and still recieve