WD Enumerated Dropdown Value Getting cleared in Adobe PDF After submit

We have created a PDF adobe form using the webdynpro Abap in which we are using the Enumarated Drop Down list with the no select value. The Values are populating in the dropdown correctly and we are able to select the particular value from the dropdown.But when we submit the adobe form with the submit button to send it as an attachement in the workflow then the selected value of the dropdown gets cleared in the attachment. Is there any way to avoid that.
I have searched the forum for the same, but couldnt find appropriate solution. Please help.

Hi Sourabh,
I having the same issue with my form right now. We are in EHP5. Did you manage to find any solution for this? Can you please share? Appreciate it. 
Thanks,
Praveen

Similar Messages

  • While installing Adobe Acrobat 8 on Windows 7 Professional why do I get the message "Adobe pdf.dll on windows Vista CD-ROM is needed.

    While installing Adobe Acrobat 8 on Windows 7 Professional, why do I get the messaage "Adobe pdf.dll on Windows Vista CD-ROM is needed"?

    Because your software is far too old for Windows 7.

  • Meta data values getting cleared from a document

    Hi,
    I am having a document library with some word(.docx) documents which has quick parts in the documents. The meta data are displayed in the quick part. When the document is downloaded to desktop and uploaded to another document libray the meta data  in
    quick parts is getting cleared.I need to retain the  data in the quick part. I came to know that by using site columns we can solve this issue. But as we cant change the existing sharepoint site it is not possible to use site columns. Can anybody help
    me on this?
    Thanks in Advance.
    Rahul.

    Hi Rahul,
    Did you add the Managed Metadata column value to the document through the quick parts?
    Per my test, if I downloaded and uploaded the document to another library, then the values of the managed metadata column added through the quick parts in the document were not cleared.
    I recommend to check if there are same fields added in the quick parts in the two libraries and the field does not contain data in the other library for the document, so the value is cleared.
    Could you please provide more details about the two library and the content type used?
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Value Gets Cleared Automatically...

    Hi All,
    While creating the package,if  I am entering the value for property 2 to customize the input prompt and save ,it gets cleared automatically. I dont know why, it was working fine before i am trying to customize it, nw i cannot go back too..
    Please help me out in this...
    Thanks in Advance...
    Regards,
    G.Vijaya Kumar.

    I could replicate this issue. This happens when SP of your BPC client is not compatible with SP of your BPC server. when I used BPC client with  SP2 with a BPC server of SP3, the packages would disppear but if I use BPC client with SP3 with BPC server of SP3, it works fine. Please uninstall your existing BPC client and install BPC client for from the client software link of your BPC landing page. Please don;t install the new BPC client on the top of your existing BPC client.
    Regards
    Pravin

  • Getting started with Adobe PDF Pack

    I just subscribed to Adobe PDF Pack.  I thought I would be downloading software but now realise I purchased on on-line subscription.  How do I actually access the service?  I have a number of files I wish to combine - now what do I do?
    A

    Hi hilltop58,
    Yes, Adobe PDF Pack is an online service.
    You May logon to https://cloud.acrobat.com/convertpdf with your Adobe id and password.
    Regards,
    Florence

  • Adobe PDF form / submit sutton does nothing in Safari 5.1.2

    Hi,
    We display embedded Acrobat PDF forms containing a submit button in Safari.
    If I press "submit" nothing happens, this worked some Safari versions before.
    My Adobe Reader is: Adobe Reader X, Version 10.1.1
    My Safari version is 5.1.2, I removed and reinstalled it, still does not work.
    Reading this: http://stackoverflow.com/questions/8302233/pdf-submit-a-form-button-safari
    "I contacted Adobe again, and their technical support was more helpful. 
    It is a known issue, and Adobe suggests using a different browser, or downgrade to Safari 5.0.1.
    Adobe will soon issue a patch for this to work with Safari 5.1.1.
    Well, I have 5.1.2 and this does not seam to be fixed yet.
    Downgrading my Safari version to 5.0.1 made the Adobe PDF forms work again with Safari, the submit button does  something.
    Does anybody have some information about this? Is there another way to solve this issue then to downgrade to version 5.0.1 ?
    Thanks for helping
    huba

    Hello,
    I'm experiencing the same issue and wondered if you have any news re this problem or have found some workaround ?
    I've performed tests on all verions of Safari  5.1.x including the latest 5.1.4 and unfortunately the bug still exists.
    Thanks in advance for your consideration and any help!
    David

  • Adobe Form Enumerated Dropdowns values not populated

    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 for a new requirement, 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,
           Try with this code...
         int iCommodityCode = wdContext.nodeIt_Commodity_Output().size();
         String commText = null;
         String commCode = null;
         IWDAttributeInfo CommodityAttinfo = wdContext.nodeCommodityNode().getNodeInfo().getAttribute("CommodityCode");
         if (CommodityAttinfo != null) {
              IModifiableSimpleValueSet commValSet = CommodityAttinfo.getModifiableSimpleType().getSVServices().getModifiableSimpleValueSet();
              commValSet.clear();
              commValSet.put(" ", "Please select one");
              for (int i = 0; i < iCommodityCode; i++) {
                   commCode = String.valueOf(wdContext.nodeIt_Commodity_Output().getIt_Commodity_OutputElementAt(i).getCommodity());
                   commText = String.valueOf(wdContext.nodeIt_Commodity_Output().getIt_Commodity_OutputElementAt(i).getComm_Text());
                                  commValSet.put(commCode, commText);
              wdContext.currentCommodityNodeElement().setCommodityCode(" ");
    You have to execute the RFC in doInit of the View and use this code in the click event of your button.
    If it still doesn't work it must be the problem with webdynpro lifecycle methods.... The context is available only after certain lifecycle methods are called.. i.e. wdDoPostProcessing() method of Component Controller.  Check if you are trying to access the context before the Component Controller is not initiated completely.
    Let me know if you need any further help....
    Regards
    Ramesh.

  • Process scope values get cleared randomly

    Hi,
    In my backing bean i pass dynamic values as bind variables to a ViewObject
    from the user selection screen form data.
    I do this using ValueChangeListener method for each field.
    In this method i put the current value in the processScope.
    So in the pageDef file i give as:
    <NamedData NDName="ContractTypeBind" NDType="java.lang.String"
    NDValue="${processScope.contractType}"/>
    <NamedData NDName="ContractPseNumberBind" NDType="java.lang.String"
    NDValue="${processScope.pseNumber}"/>
    After passing values like this, i have placed an LOV in the page so that it will populate dynamic records from the DB based on
    the contract type and pse number entered by user.
    If i use the LOV button for 3 -4 times randomly the process scope values are getting null.
    I mean process scope values are getting lost.
    why is this happenig can any one tell?
    Thanks,
    Sanjaykar

    Hi,
    I tried without using any valuechange listener and its absolutely working fine.
    No need of putting any values in processScope and blah blah!!
    I am passing values in backing bean for the ExecuteWithParams this way:
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    bindings.getOperationBinding("ProcurementLOVParams");
    Map map = operationBinding.getParamsMap();
    map.put("ContractTypeBind", conTypeChoice.getValue().toString());
    map.put("ContractPseBind", pseNumber.getValue().toString());
    Object result = operationBinding.execute();
    And this is working fine..
    Thanks,
    Sanjaykar

  • Values getting cleared

    Hi All
    I have a created a bsp and accessing the same through EP.
    When i logon with a particular user id in EP a value is not getting populated in only one field.
    The same is working fine for other user id's.
    I have not made user specific coding
    Regards
    MD

    Hi Madhan,
              For that particular User ID , there is no data in the seeking field in the concerned table. Swap that userID with other and access to the portal, u'll get that field populated.
    if yes, then no problem in ur UserID .
    else u'll have to check the Authorization Code .

  • Activation - computer crashed, reinstalled Adobe 8, but unable to submit activation info to adobe - "cannot find internet."  Tried deactivating/reactivating, partly successful, but cannot get print to adobe pdf to work, says program needs to be activated

    My computer crashed a few years ago, and I called Adobe and received help getting the software reinstalled and activated.  Computer messed up again in January and I had to reformat/reinstall everything.  This time I loaded Acrobat and am able to view and edit files, but cannot print to Acrobat pdf.  Error message says it has to be activated.  I try to activate but get an error message
    When I try to register I get this
    I cannot get past this message to try submitting again.  Telephone support is apparently no longer available.  I go to online registration and find I'm already registered and cannot find a way to get this resolved.
    I'm having to use a cheesy, free pdf creator program to print to pdf and I'm missing my full acrobat, even though it's old and decrepit.  someday I'll be able to buy the current version, but cannot budget it for now.  Help!

    Looks like we have the exact same problem. Thank you for the description, now let us wait for a solution. Except three computers got fried at the same time at my end, there are four products lost and I have no idea what was where.

  • How can i get forms that adobe readers can submit.

    we send out PDF forms for our clients to complete and they were created in adobe.  In the last few weeks that has stopped working and they get the error message. This document enabled extended features in adobe reader.  this document has been changed since it was created and use of extended features is not longer available.  Please contact the author for the original version of this document.  They have been created the same way.  So I subscribed to forms central full version and they still get that error message. 

    Hi Ken
    We have so many people who have not updated they are trying on 9. I might just have to tell them we can’t support under reader 10.
    Thanks
    Tania
    Never tell people how to do things. Tell them what to do and they will surprise you with their ingenuity. -General George S. Patton
    Tania Lindenmayer \ Manager Organisational Shared Services \ Jabiru Community Youth & Children’s Services Assoc (Inc) \ Ph: (07) 3269 0044  Fax: (07) 3869 0675 \ [email protected]<mailto:[email protected]> \

  • CENVAT Clearing Acount not getting cleared through F.13 after MIRO

    Dear All,
    I wanted to clear Cenvat Clearing Account on the basis of Assignment field which should have Purchase Order Number.
    I maintained Sort Key as "014" Purchase order in Cenvat Clearing Account Master Data.
    However, RE Documents created by MIRO transaction do not populate Purchase Order in Assignment field instead it populated "00000".
    So, How to updated PO number in miro for Cenvat clearing account.
    Thanking you in Advance.
    Regards,
    Ranjeetsingh Thorat

    Hi,
    For this you have to create the subsituation  and use the exit to populate the PO number in Assignment field.
    Follow the below link
    [PO number in MODVAT Clearing account line item at the time of MIRO;
    Regards,
    Shayam
    Edited by: Shayam_210 on Sep 5, 2011 12:15 PM

  • Signature gets rotated on Landscape PDF after e-mailing

    I'm generating a PDF document using iTextSharp within an ASP .net application.
    My users are opening the PDF on an iPad, and adding a signature [drawing], then e-mailing the signed document.
    The signature looks right on the iPad, but once it's e-mailed, the signature gets rotated 90 degrees counter-clockwise.
    So the signature starts at the right coordinates, but proceeds vertically up the page, instead of horizontally across, as the original drawing.
    (those 4 lines were originally aligned with the signature, name, title, and date boxes)
    Edit: I also discovered that this problem doesn't occur when I upload to acrobat.com, instead of e-mailing.

    Hi,
    Thanks for reporting the issue. Could you please let us know the version of Adobe Reader as well as OS version you are using?
    Also if possible, could you please mail us one such pdf file at [email protected] , that will help us in investigating the issue better.
    Thanks,
    Ankit

  • Values in collection are not showing after submit

    Dear all,
    I have a collection based on a query.
    After inserting a value in the collection and submitting, the record with the value is submitted to the database.
    But my collection does not show the value, how can i have my collection to show the values inserted/updated?
    Thanks,
    Diana

    Try issuing an explicit COMMIT. That should help. Explained here:
    http://roelhartman.blogspot.de/2012/07/handling-errors-in-tabular-forms-dont.html
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    https://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • More fun with enumerated dropdowns - Binding to table

    Hi All,
    I'm having some trouble with enumerated dropdowns.
    My context is as follows:
    node DATA 1...1
    ---> node FLIGHTS 0...N
       -->CARRID etc from SFLIGHTS
    --->DDL (element type string)
    I have successfully tried to add a simple dropdown with the following code on the component controller:
    method wddoinit .
        data lo_nd_data type ref to if_wd_context_node.
        data lo_el_data type ref to if_wd_context_element.
        data ls_data type wd_this->element_data.
        data lv_ddl like ls_data-ddl.
        data node_info type ref to if_wd_context_node_info.
        data vals type table of  wdr_context_attr_value.
        data: s_element type wdr_context_attr_value.
        data: str type string.
    *   navigate from <CONTEXT> to <DATA> via lead selection
        lo_nd_data = wd_context->get_child_node( name = wd_this->wdctx_data ).
    *   get element via lead selection
        lo_el_data = lo_nd_data->get_element(  ).
        lo_el_data->get_static_attributes(
          importing
            static_attributes = ls_data ).
    *      get node info
        call method lo_nd_data->get_node_info
          receiving
            node_info = node_info.
         do 25 times.
           str = sy-index.
           condense str no-gaps.
           s_element-text = str.
           s_element-value = str.
           append s_element to vals.
        enddo.
    *    Set Value_sets to node_info
         call method node_info->set_attribute_value_set
          exporting
            name      = 'DDL'
            value_set = vals
    endmethod.
    This works fine, however now I am trying the same thing with a field from the SFLIGHTS table.
    I want to display a table of the retrieved SFLIGHTS but a field as a dropdown with valid entries from the database. I have added the following code to the view.
    method WDDOINIT .
        data lo_nd_data type ref to if_wd_context_node.
        data lo_nd_flights type ref to if_wd_context_node.
        data lo_el_flights type ref to if_wd_context_element.
        data ls_flights type wd_this->element_flights.
        data gt_flights type table of sflights.
        select * from sflights into table gt_flights.
    *   navigate from <CONTEXT> to <DATA> via lead selection
        lo_nd_data = wd_context->get_child_node( name = wd_this->wdctx_data ).
    *   navigate from <DATA> to <FLIGHTS> via lead selection
        lo_nd_flights = lo_nd_data->get_child_node( name = wd_this->wdctx_flights ).
        lo_nd_flights->bind_table( gt_flights ).
           types: begin of ty_carrname,
         carrname type s_carrname,
         end of ty_carrname.
       data: gt_carrname type table of ty_carrname.
       select distinct carrname
          from sflights
          into table gt_carrname.
         data lv_carrname like ls_flights-carrname.
         data node_info type ref to if_wd_context_node_info.
         data vals type table of  wdr_context_attr_value.
         data: s_element type wdr_context_attr_value.
         data: str type string.
          lo_nd_flights->get_static_attributes(
          importing
            static_attributes = ls_flights ).
          call method lo_nd_flights->get_node_info
          receiving
            node_info = node_info.
         field-symbols: <carrname> like line of gt_carrname.
         loop at gt_carrname assigning <carrname>.
           str = <carrname>-carrname.
           s_element-text = str.
           s_element-value = str.
           append s_element to vals.
         endloop.
         call method node_info->set_attribute_value_set
          exporting
            name      = 'CARRNAME'
            value_set = vals.
    endmethod.
    I can display all the entries with a repeating subform but when I bind the CARRNAME to an enumerated dropdown I get an ADS rendering error:
    WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server
    I have looked in the Error PDF but it is blank.
    Does anyone have any suggestions on what is goign wrong or how to diagnose the problem.
    I am assuming you can have a data element that has a 0..N cardinality (i.e a table element) and is also of type enumerated dropdown.
    I'm guessing this is something to do with cardinality but I have no way to find out.
    Thanks,
    Gregor

    I have looked in the defaultTrace file and found the following errors:
    1.  A pdf document with 0 pages.
        Return Status: Render Failure
        Output Trace returned: <?xml version="1.0" encoding="UTF-8"?>
    <log>
       <m mid="29184" tid="10064.4896" sev="f" d="2008-11-12T15:20:01.722Z">Malformed SOM expression: $record.sap-vhlist.FLIGHTS\\.DATA[*]\\.CARRNAME.item[*]</m></log>
    Has anybody else used the enumerated dropdown element bound to dynamic data?
    I am using the latest releases and the "Specify Item Values" on the Object->Binding tab is filled in with what looks correct ($record.sap-vhlist.FLIGHTS\.Data etc) but greyed out.
    Thanks

Maybe you are looking for

  • Tutorial Program not working correctly

    I've FINALLY got the program to run, from the tutorial Creating a Web Dynpro Applicaton Accessing ABAP Functions, https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/355b9c90-0201-0010-d2a8-89fece426526 When I run t

  • Difference between the 2 FM's

    Hi experts can anyone please tell me the difference between the 2 function modules: REUSE_ALV_GRID_DISPLAY and REUSE_ALV_GRID_DISPLAY_LVC . I have seen in the coding for editable ALV that they have made use of the former FM rather than the regular RE

  • Continuous background job

    Hi Experts, I  have a requirement , where a program need to be executed as a continuous job. In the logic of the program, there is a 'Do.. EndDo'  , which would be continuously running. I have set the program as a background job, where I have a singl

  • DNS working intermittently for non-domain joined machines

    I have a small single Server 2012 based network, with about 90% windows clients.  DNS is running on the Windows Server 2008 machine, but DHCP is provided via a unix based firewall machine.  Within the DNS configuration I have all of my windows client

  • NO MARKER UPDATE(INVENTORY)

    HI GURUS, CAN ANYBODY PLS EXPLAIN WHAT IS THE USE OF NO MARKER UPDATE IN INVENTORY MGMT.