Drop down values in Adobe print form, WDA.

Hi All,
I would like to know, how we can dynamically display drop down values in an interactive form developed either through report programme or WD ABAP.
I passed an internal table, but it didnt work.
I tried the ISR way, even then i couldnt get much success.
I even tried using the dynamic properties.
As per my understanding, i need to pass the values as index- text pairs and add some script to the field.
Kindly help on the steps i need to follow. Any suggestions are welcomee [:)]. I require to fetch the DDL values from database tables.
Kind Regards,
- anto.

hi,
to populate the dropdown list you can do it...
1). manually or 
2). by code
1). <b>manually</b> go to interactive form->edit
     go to Object tab->field tab ->
     you must see something like
     List Items :
     Text     + x
     click on the green + sign...
     it promps you to type. type in the value press enter... and so  on...
2) <b>by Code...</b>
    //set up contents of a drop down list dynamically...
    IWDAttributeInfo countryInfo = wdContext.nodeTravelData().getNodeInfo().
            getAttributeInfo().getAttribute("DestinationCountry");
    ISimpleTypeModifiable countryType =
            countryInfo.getModifiableSimpleType();
    IModifiableSimpleValueSet countryValueSet  =
            countryType.getSVServices().getModifiableSimpleValueSet();
    countryValueSet.put("1","Germany");
    countryValueSet.put("2","UK");
This will work....
regards,
-amol gupta

Similar Messages

  • Drop down values in Adobe Forms vanishes upon Check and Send in HRAS

    Hello
    The drop down values in Adobe Forms vanishes upon Check and Send while initiating the process.
    I also get the error , u2018 The Entered Value is not on the List of Valid Valuesu2019   when I select the values again and try to SUBMIT.
    We are in EHP4u2026 and I am seeing many Notes has been released to address these issues in EHP3 itself..
    Request your help and supportu2026.
    Thanks
    Meena Venkatesan

    Hello
    Thanks for the swift response.
    We applied the Note 1413209 and 1403266. The fix didnu2019t work.
    I noticed the SAP Note 1403266 mentions a prerequisite Note 1346443 which is for SP4.
    We are currently in SP5 and our system mentions Note 1346443 as u2018Cannot be Implemented. u2018
    Please advise.

  • Drop down Values in Adobe form

    Dear All,
         Greetings.
         I am using the Adobe interactive form for E Recruitement(copying the standard and changing it as per the requirement). When i am using the Drop down value for one of the field. Instead of the drop down its showing as a POP-UP with all the possible values.
    I am not able to predict what the problem is. I need to have a drop down, instead of the pop up.
    Please help me in solving the issue.
    Thanks
    Ram M

    Hi Ram,
    Please use a Enumerated Drop down list ffrom the library, seems currently you have Extended Value selctor in your form.
    This will hopefully resolve the issue.
    Regards,
    Arafat

  • Populate Drop down values to Adobe forms

    Hello,
    I am in the process of developing the HCM forms for PCR's. This is using old technology. How can I pass values to the Adobe forms based on certain condition selected in previous screen. For eg. Based on Position selected, I should have a certain value in Drop down pre-selected on the next screen and when the user does a drop down a list of the values should be listed. Where should do the coding for the subsequent drop down values?
    Appropriate points rewarded.
    Prasad

    Here a change in the question below. Based on Position selected, I should have a certain value in Drop down pre-selected on the next screen from table IT1008
    and when job is selected drop down from table T500P should be listed. Does this need to be handled in badi or in the Adove form scripting?
    Thanks
    Prasad

  • Drop-down liast in Adobe interactive forms

    Hello,
    We have 3 regions, US, Europe and Asia Pacific and each region has a manager.
    Now, am developing a Interactive form with Webdynpro for ABAP (pls. note always FORM is only one) for these regions/managers. Manager pressess submit button for approval.
    I have 19 drop-down (Enumerated drop-down with SELECT) fields in this form.
    Regardsing the field 'DROP_DOWN_1' :
    US manger should get 7 values in the drop-down list with a 'US_DROPDOWN' default, if manager donw want to keep this value, he can change/over ride and submits the form.
    Europe manger should get 5 values in the drop-down list with a 'EUROPE_DROPDOWN' default, if manager donw want to keep this value, he can change/over ride and submits the form.
    Asia Pcific manger should get 11 values in the drop-down list with a 'ASIA_PACIFIC_DROPDOWN' default, if manager donw want to keep this value, he can change/over ride and submits the form.
    Pls. let me know
    1) Is DYNAMIC drop-downs possible?
    2) If so, where should i mainatin the code, is it in FORM level scrpting? webdynpro abap code?
    3) If FORM level script, webdynpro has to pass these drop-down values to FORM via CONTEXT, is it right?
    4) Any settings for this dynamic functionality either FORM setinsg to webdynpro settings?
    Thank you,

    Hi,
    There are two options to do that, first by web service which suits best the offline scenario and another by server round trip which is possible in online scenario only.
    For web service scenario you have to create data binding in the form with web service data node, (search SDN for suitable document explaining the scenario with web service for more info). Every time the user will choose value from DD the web service will trigger to fetch data based on user input.
    Second scenario uses server round trip. In this method you have to call the submit method in web dynpro view with some conditions that it is called through DD to fetch values. Use some flag variable to differentiate between the final submit and DD value help submit.
    There is one more option but the performance of the form will get affected based on the data used for the DDs.
    In that method you have to maintain the data for each US, Europe, Asia in a table. Based on user input fetch value from that table in the specific dropdown using script on the form.
    Regards,
    Vaibhav

  • Problem with Enumerated drop-down values in Adobe Forms (WD java)

    Hi All,
    have a scenario where, I have to fill in a dropdown dynamically when I click a button. I get the values from a function module. I have done this using Isimpletypemodifiablestep. It worked.I have the form too. But when I try to re-implement the same its working only if I give the values during initialisation .
    Why is this inconsistent?
    Can we modify Simple types only during initialization? I have tried to add the values to the drop-down in controller and map the attribute to view. Even that didn't work.
    I'm
    Am using Adobe Live cycle designer 7.1 and NWDS 7.1
    SAP 2004s SP15
    Thanks,
    Vasu

    Hi Arafat,
                   I have tried that already. It didn't work. As of now, I've copied the form thats working into the new project.
    But I didn't find a solution for the problem.
    Thank you,
    Vasu

  • Drop Down Menu in Adobe Muse Form

    Hello.  Is there a way to create a drop down list in a FORM in Adobe Muse.   I could not seem to find that anywhere
    Thanks for your Help
    David

    Drop down menus, loke some other festures, aren’t available at that time.
    But there is a fine widget to achieve that:
    Forms+ Bundle Widget – Widgets.Mu

  • How to dynamically set Min count and Max Count values in Adobe Print Form?

    How to set the Min Count and Max Count values dynamically in a Print Form?
    The values when set should over ride the values set in Binding Tab.
    This is all needed to print multiple Material Number labels on a single page - and the number of labels to be printed needs to be under user control - something like an Avery Address labels
    Please advise.
    Thanks,

    Here is a work around that works for me and may not be an intelligent solution .
    I kept the Min Count to 1 on the subform binding properties.
    Per the number of labels required, I appended the same item to the internal table so many times and passed it to the label.
    it works fine for my requirement.
    However - leaving out the post for a while to see if this can be done at the form level via scripting.
    Thanks,

  • Drop down list in adobe interactive forms

    I try to bind between RFC to DropDownList
    And The DropDownList is not open, and i can see just the first element from all the elements
    i want to see all of the elements
    what i need to do?
    by the way in WebDynpro it's work.... in Adobe Not
    thanks
    Yossi

    Are you using LiveCycle Designer or Acrobat to create the form? This forum is for forms created with Acrobat, and dropdowns in Acrobat do not behave the way you want.

  • How to add values to drop down list in adobe forms

    how to add values to drop down list in adobe forms

    Hi,
    If you are using WD Java following are steps of filling values in DD Box:
    1 Create a simple type in the Dictionary.
    2 Create an attribute "CountryNew" in the Context of type created by you.
    3 Write following code in the init method of the form:
    IWDAttributeInfo countryinfo =
                   wdContext.nodeEmployee().getNodeInfo().getAttribute("CountryNew");
    ISimpleTypeModifiable Country = countryinfo.getModifiableSimpleType();
    IModifiableSimpleValueSet countryValueSet =
                   Country.getSVServices().getModifiableSimpleValueSet();
    countryValueSet.put("IN", "INDIA");
    countryValueSet.put("US "USA");
    4 Add a Enumrated DD box in the form and bind it to the attribute "CountryNew"
    Hope this helps
    Amit

  • Badi drop down menu in Adobe forms

    Hi ,
    I want to create a Badi for a Adobe form field ....
    The badi should be able to provide the drop down values for the field
    in the form...
    I want to populate the drop down menu with my internal table and
    as well as want to have the value selected from the drop down
    into a internal table or a variable......
    Please help me with this .... i need it very urgently ...
    Thanks a lot in advance ....
    Om

    Drop down menus, loke some other festures, aren’t available at that time.
    But there is a fine widget to achieve that:
    Forms+ Bundle Widget – Widgets.Mu

  • I have created a PDF form with multiple drop downs, all with the same drop down values. When I select a value from 1 of the drop down fields, it replicates in all of the others - which I do not want. How can I fix this?

    I have created a PDF form with multiple drop downs, all with the same drop down values. When I select a value from 1 of the drop down fields, it replicates in all of the others - which I do not want. Can I fix this?

    I'm fairly new to this, but I think it has to do with the way you have the drop downs named. Did you copy one then keep pasting it in each field? If so, that is the problem. You should rename each one with a different number: Dropdown1, Dropdown2, etc. I think that might solve the issue.

  • Drop Down values from WDA

    Hi experts,
    I want to create a Drop down in forms with values from Web dynpro Abap Node(0..N) and enable / disable other fields based on selected Drop down value. I binded the data source to DD but values are not populated in it. Please help me to fill values and do validation on selected dd value ....
    -RK

    Hi RK ,
    I made an dropdownlist link with a parameter of the interface without trouble, so i thnik the only way to solve your problem is to populate an internal table which is send to the forms thru the interface.
    Hope this help you
    Regards

  • How to get prefilled drop down list in Adobe form from WebDynpro context

    Hi All,
    We all know that we can have dropdown list in webdynpro which can be automatically populated by the context node collection.
    How can we have the same functionality in Adobe form drop down list. I tried to bind the node attribute to drop down list in Adobe form but it shows me only first element. I am not able to see all the elements in the dropdown but if I am doing same thing for WebDynpro DropDown list I can see the complete List.
    Anybody with Solution?

    Hi Ricky
    I have started a thread for this problem and got an answer for it already. Unfortunately I did not have the time to check it out yet; have a look over there:
    https://mail.cirrus.ch/exchweb/bin/redir.asp?URL=https:///community [original link is broken]
    I appreciate if you tell me whether it worked for you.
    Andreas

  • Adobe Print form problem

    Hello,
    I have a funny problem. Well, this is the first Adobe Print form development in my current project.
    We have configured ADS and am able to create my Adobe form. I tried testing my form directly and it shows me my form in PRINT PREVIEW properly.
    I tried creating the PRINT PROGRAM as shown below. For my suprise, I dont find the PRINT PREVIEW window itself. Niether the OUTPUT.Can anyone help me in correcting my mistake. I hope someone must have had this kind of similar problem before.
    <i>* Get the Generated function module name
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
      EXPORTING
        i_name                     = 'Z_TEST_APPLICATION_FORM'
      IMPORTING
        e_funcname                 = l_funcname
        E_INTERFACE_TYPE           =
    IF sy-subrc <> 0.
      WRITE : 'Exit at FP_FUNCTION_MODULE_NAME'.
      EXIT.
    ENDIF.
    Set the form processing attributes
    l_outputparams-device = 'PRINTER'.    "Set the output Device to PRINTER
    l_outputparams-getpdf = 'X'.          "Launch Print Preview
    l_outputparams-preview = 'X'.
    l_outputparams-immexit = 'X'.
    l_outputparams-NODIALOG = ' '.
    *l_outputparams-dest = 'LOCA'.
    Start the form processing
    CALL FUNCTION 'FP_JOB_OPEN'
      CHANGING
        ie_outputparams       = l_outputparams
        EXCEPTIONS
          CANCEL                = 1
          USAGE_ERROR           = 2
          SYSTEM_ERROR          = 3
          INTERNAL_ERROR        = 4
          OTHERS                = 5
    IF sy-subrc <> 0.
      WRITE : 'Exit at FP_JOB_OPEN'.
      EXIT.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    l_docparams-LANGU = 'E'.
    *l_docparams-fillable = 'X'.
    Call our Deferment Application form
    CALL FUNCTION l_funcname
      EXPORTING
        /1bcdwb/docparams = l_docparams
        p9230    = p9230
        ndgp     = l_ndgp
        ldate    = l_ldate
        lsubty   = l_lsubty
        stext    = l_stext
        nric     = l_nric
        ttext    = l_ttext
        rankname = l_rankname
        ndgrant  = l_ndgrant.
    IF sy-subrc <> 0.
      WRITE : 'Exit at l_funcname'.
      EXIT.
    endif.
    Close the Form Processing.
    CALL FUNCTION 'FP_JOB_CLOSE'
      IMPORTING
        E_RESULT             =
      EXCEPTIONS
        USAGE_ERROR          = 1
        SYSTEM_ERROR         = 2
        INTERNAL_ERROR       = 3
        OTHERS               = 4
    IF sy-subrc <> 0.
      WRITE : 'Exit at FP_JOB_CLOSE'.
      EXIT.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    WRITE : 'Sucessful'.</i>
    Expecting a fast response. Thanks in advance.
    Regards
    <i><b>Raja Sekhar</b></i>

    Hi Raj,
    Its really nice to hear from you. getPDf is used for getting the pdf document to process in the code.
    Say, i require to attach the PDF and send the form through mail. In that case, I flag this parameter and get the values in the result import parameter of the FM.
    Hope this will give you some idea. You may refer Jeff Gebo's webinar or Vani krishnamoorthy's papers available in SDN, which illustrates, how you can attach a PDF and ssend the mail..
    Hey, btw, i am posting a new thread regarding drop downs. Please reply to it [:D]
    Regards,
    Anto.

Maybe you are looking for

  • Buzz then Shut Down

    When I am speaking on my Curve it will start to Buzz in the back ground and then shortly it will completely shutdown and then it goes thru a reboot. Does anyone have any ideas? Solved! Go to Solution.

  • Want non-interactive batch conversion

    Under the Acrobat Pro 9 menu >Advanced >Document Processing >Batch Processing I used to be able to convert entire folders of documents into PDFs without any interaction.  Now, it wants to open Word and have me specify to save the file.  I want to be

  • Safari goes to 100% CPU and stays there on certain websites

    I got a new computer a month or two ago (a Powerbook 1.67), and used apple's migration assistant to transfer all my stuff over from that comp to this one. Ever since I've started using the comp, when I use safari to load certain pages or parts of pag

  • SQL Server 2014 CAL

    Hi Guys, I'm planning to setup RDS and  SQL  server(2014 standard) our application will runs on RDS box and database's will be on SQL box As users will access the application on RDS remotely hence we are planning to apply RDS and windows CALS on RDS

  • Regarding exclude selection

    Hi All, I have a reporting requirement in which the variable's entries should not have an option of not assigned....since, already i hv restricted it with the variable,its not allowin me to restrict again for making it"exclude selection"...wat shud i