Data mapping in pdf forms

I've created a simple PDF form and an interface for it. I've binded the context to a few text fields and everything seems to work as intended. The problem I'm having at the moment is that I would be requiring the short description of the data value, not the exact data value (e.g. datatype SHKZG value 'S' short description "Debit"). I would not like to hard code this with formcalc or javascript. Is there an easy way to do this?

>
Rohit Gaharwar wrote:
> Hi Experts,
>
> I am working on PCR forms(Adobe forms), I want to customize those forms as per the requirement.
> Problem is that I don't know how to create New Data Connection with the field in DATA VIEW.
>
> Thanks
> Rohit G
Hi Rohit
are you working with interactive forms inside Web Dynpro? If so, Web Dynpro will create the data connection for you. The only thning you have to do is setting the "data sorurce" and "pdf source" in the properties tab of the interactive forms layout element. See for example here: Web Dynpro Java Tutorials and Samples NW 2004 [original link is broken]#50 [original link is broken] or other tutotials on web Dynpro and interactive forms : Web Dynpro Java Tutorials and Samples NW 2004 [original link is broken]
If you don't work with Web Dynpro, you can create a data connection as follows:
1. Open your *xdp-Template (Doubleclick: Lifecycle Designer is starting
2.Click on File-> New Data Connection.
3, Create the data Connection with the wizard, Your source can be
a) XML Schema
b) OLEDB Database
c) WSDL file
Hope this helps. Please reward points if helpful
Kind regards
Bettina
Edited by: Bettina Hepp on Jun 4, 2008 4:53 PM

Similar Messages

  • In Responses, Can I export the data in a pdf form excluding null data?

    In Responses, Can I export the data in a pdf form excluding null data?

    Let me make sure I understand the request...  There is a feature in the Response table to "Save Response as PDF Form" and you'd like to do this excluding the null data (unanswered questions).  If that is correct it is not supported, the "Save Response as PDF form" will save a PDF that is the entire form filled out as the user filled it.
    Thanks,
    Josh

  • Is there a way to export the data collected with PDF forms, and saved via FormsCentral, into a MS Excel or Access file format?

    or Is there another place to save data collected by PDF forms other than FormsCentral? e.g. another database on the web server that presents the form?

    Hi,
    Yes, you can export user responses into an excel file. To do that, open the responses tab, select Files -> Export Responses and select Microsoft Excel to export response data into.
    Thanks,
    Wenlan

  • How do I input data to a pdf form in Acrobat 8.1.6?

    There's probably a simple solution for this but I'm wracking my brain trying to figure out how to input data to a pdf form using Acrobat 8.1.6, or how I can make the pdf file data field input ready? Thanks. 

    If you created the form Go back to Acroabt and go to advanced menu and choose:
    Extend Features in Reader. then save.
    Now open Reader and you can add information and save. (limit 500 instances per pdf).
    Now if you created the form and have Acrobat make sure Acrobat in not in Forms Edit Mode.
    Just type in your information and save.
    Caution make sure that you finished all corrections and edits. because once you confer reader right you can not edit the form. you can edit the form items you fill in, but not the form itself.
    to correct the form design you have to go back to advanced reader rights and save a copy without rights. make changes then confer rights again.

  • Is it possible to import less than ALL of the data from a PDF form developed on LiveCycle?

    Is it possible to import less than ALL of the data from a PDF form developed on LiveCycle?

    Please ask in the LiveCycle Designer forum.

  • Export PDF converts filled PDF form without the data - Turns filled PDF form onto blank Word doc. Is there a solution to this or did Adobe just sell me a service that doesn't work?

    Export PDF converts filled PDF form without the data - Turns filled PDF form onto blank Word doc. Is there a solution to this or did Adobe just sell me a service that doesn't work?

    ExportPDF is not for forms. In general, converting forms to Word is a really, really bad idea which can even cause legal problems. Work with the form as a PDF. Acrobat (not Reader) can export form data as simple text for example.

  • How do i import excel data base into pdf form drop down field

    Hi,
    I have a table of about 2500 rows and three columns that i would like to import into a drop down window on a PDF form to be self populated when item selected rather than entering the data. How can this be done?
    Thanks!
    Richard

    Hi,
    I did not know only two entries for each option item is it. I have manually entered data in the drop down an list boxes. With 2500 lines of data I was hoping there was an easier way other than manually entering the data.
    I have no knowledge of Java Scripting.....
    I was just wondering if there was a way from an Excel spreadsheet to import that data into a PDF form to be selectable to populate PDF fields in a form. It doesn't sound like it.
    Thanks......

  • Extracting data from a pdf form

    Hi,
    livecycle es2, workbench 9.0
    I'm new to workbench and have a problem extracting data from a pdf form submitted to a short lived process.
    I have set up the following very simple process :
    default startpoint >  ProcessForm > exportData > set value > set value > Write Document
    The intention is to update the document and write it to disk. So far, each step works except for the 'export data' where I cannot get the pdf to extract to xml.
    The Input to the 'export data' step is a variable (myDoc), Data Type: Document,  created from the incoming PDF form.
    If I write out myDoc it is an exact copy of the incoming document, so I guess the start and finish steps of of the process are OK.
    The incoming (PDF) form I was given had no data schema, but  I thought I could access the form data by exporting to an xml variable....
      Service : FormDataIntegration  / exportData
    input (PDF Document)    variable : myDoc
      output(Data extracted)     variable : myXMLData
    Then in the next step (set value) access the xml element I am after ..
    Mappings
    Location:  /process_data/@groupId      Expression: /process_data/myXMLData/xdp/datasets/data/form1/mainPage/groupId
    This is did not work, so I got the incoming form, exported the form data to an xml file,  and created a schema using  Stylus Studio. I then imported that into the myXMLdata definition. ( BTW - Do I need to specify the root node after importing it ? )
    Still not working !
    Extra info : The XML view of my incoming  form shows I have a minimal dataset definition- is this OK ??
    <connectionSet xmlns="http://www.xfa.org/schema/xfa-connection-set/2.8/">
       <?originalXFAVersion http://www.xfa.org/schema/xfa-connection-set/2.4/?></connectionSet>
    <xfa:datasets xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">
       <xfa:data xfa:dataNode="dataGroup"/>
    </xfa:datasets>
    The schema created by stylus studio has none of the xfdf, xfa settings I have seen on other schemas - is this OK ?
    Any help to get this fixed greatly appreciated
    thanks
    steve

    hey thanks for the offer, but I am now sorted after I found a simple working example on line.
    This is a similar process to the one I am working on, and is clearly described and easy to follow...
    http://eslifeline.wordpress.com/2009/04/25/extracting-data-from-signed-pdf-using-livecycle -server/
    girish bedekar - I thank you !

  • Data mapping to Adobe Form /RPM/FORM_PFS_ITEM with WDcomp /RPM/UI_FACTSHEET

    Hi,
    Scenario:  Data is filled in the form  /RPM/FORM_PFS_ITEM with the webdynpro component /RPM/UI_FACTSHEET.
    Problem:  I need the mapping of data to the form  /RPM/FORM_PFS_ITEM with the webdynpro component  /RPM/UI_FACTSHEET.
    Thank You,
    Swetha.C

    Hi Vijai,
    In our project, we have the same requirement but I am one step behind than you. I am able to generate the PDF form but not able to generate the data. Means all the fields are coming as disabled fields.
    Can you please send your code as a sample code so that I can have a look at that and check where I am doing wrong/missing. My id is sandeep.kamdar in gmail
    Thanks & Regards,
    Sandip Kamdar

  • How to: Create a master form that auto-fills data into other pdf forms?

    I hope someone can please help me.  I have about 15 PDF forms that all require similar data entry (name, address etc). Can I create a master form that we fill in once per client, and then auto-fill in the matching data on the 15 forms? 
    I am not looking for an online solution as the information is highly sensitive. 
    I have already created a form in Acrobat X Pro with the 'master data', and created the (15) forms with identically named fields.  How I link the forms now to the master, I cannot figure out (after much searching).
    I have read similar questions on the same topic but have not found any answers.   I hope this time someone can please help.
    Many thanks in advance.

    Thank you!  I had just figured out how to export the data from the master as an FDF file and then import it to the other files.  I'm afraid I don't understand scripting to automate the process across multiple files.  To you mean with java script? 
    I've also thought about combining the forms, once we know which ones the particular client will need.  I have to see how it works in practice for my colleagues who will be using them.
    Thank you again.

  • How to read data from writable PDF Form?

    Hi,
    I need some help for the web site that I am working on.
    This is asp.net website. Client is requesting to provide writeable PDF forms on this website for download.
    These forms will be downloaded by customers, they will fill in the required data on these forms save it and upload the forms back on the website.
    Once uploaded we need to read whtever client has written in these forms and update in the database (SQL server).
    I have been going through adobe web site and lot of other web sites to understand this concept (as i have never done this).
    What I understood is, with Adobe LiveCycle designer and forms we can create writeable forms.
    However I have not got any idea or seen any documentation on how do I read the data that user has typed on these forms.
    This reading the data from pdf and saving into sql server, I have to do it in asp.net app.
    Could anyone please help me understand how to achieve this.
    Thanks a lot for you time.

    How do we do that?
    Just to clarify myself, I am not putting any button on PDF to invoking submit action from PDF. I am allowing user to upload the pdf and they click submit button on my aspx page.
    Are you saying that when user submits the aspx page there is a wasy to retrieve the data in the form of XML or name/value pair on this aspx submit? if so please send me some pointers/examples or let me know how to do this? Is there any additonal tools/software that we will need to buy from adobe for this?
    thanks for you time!
    Praxo

  • Can I use data entered in PDF form's field(s) to auto-populate Save As file name?

    Hello,
    I want to automate, as much as possible, the "Save As" process by using some of the data that the user entered in the fillable PDF form.
    For example, I want to include the user's First Name and Last Name that they entered in the form to be part of the saved file name.
    First Name: Bob
    Last Name: Smith
    Therefore, when you select to Save As part of the new file name will already have <BobSmith><today's date>.PDF
    Form was created using LiveCycle Designer 11
    PDF version: 1.7, Adobe Extension Level 8 (Acrobat X)
    Thanks for any information that you can share.
    Regards,
    Roch

    You should try the LiveCycle Designer forum, but from my experience with Acrobat forms it's not possible. What you can do is either save the file using the desired file name and path (without user interaction), if the script runs from a trusted context, or you can prompt the user with the desired file-name for the file, but not enforce them to use it, nor populate it into the Save As dialog itself.

  • How to display all PO data in the PDF form?

    Hi,experts,
    I create a WDJ application with the PDF form for print all PO sheet.
    I can transfer all data from WDJ to PDF form.
    I need continuous print all PO sheet that include header and items.
    After I run the application, I found only the one PO header and one items in the PDF FORM.
    I think the config of the adobe form is error.
    The version of the adobe livecycle designer is 7.1.
    Do you give me some hint?
    Best regards,
    tao

    Hi, Chintan,
    Thanks a lot for your reply so quickly.
    I have check the config of the "Repeat Row for each item" according your word.
    I change the checkbox of the "Repeat Row for each item" for the PO items, and the PO items is ok after I run the application.
    But the pdf is only one PO sheet, not all PO sheet.
    I found the  checkbox of the "Repeat Row for each item" is unabled in the HEADER subform. I think it is the cause for the problem.
    But I don't know how to enable the  HEADER subform because the check box of the "Repeat Row for each item" is unable in the subform of the header.
    Do you give me some hint? Thanks a lot for your help!!!!!
    Best regards,
    tao

  • Importing data to a pdf form from a servlet

    I have a pdf form that pops up a browser window. This window is where the user does a lot of pre-emptive mainframe calls to collect some needed information to be returned to the form.
    My questions are:
    Is there a way to reference the data that is embedded in the browser window?
    Could I embed the data as javascript variables?
    I have heard of maybe the solution could come through the use of a hidden applet?
    By doing it this way we won't have to build a bunch complex form to do all these calls...
    Thanks for your input!

    If you created the form Go back to Acroabt and go to advanced menu and choose:
    Extend Features in Reader. then save.
    Now open Reader and you can add information and save. (limit 500 instances per pdf).
    Now if you created the form and have Acrobat make sure Acrobat in not in Forms Edit Mode.
    Just type in your information and save.
    Caution make sure that you finished all corrections and edits. because once you confer reader right you can not edit the form. you can edit the form items you fill in, but not the form itself.
    to correct the form design you have to go back to advanced reader rights and save a copy without rights. make changes then confer rights again.

  • Issue with being able to fill in data and save pdf forms in adobe reader

    Hi All,
    This is my first time posting on this forum so not sure what way to go about it so i'll just start by explaining my problem.
    I purchased adobe acrobat xi standard to create pdf forms(fillable forms) so that the receipents of these forms can open them in adobe reader, save them on their local drive and fill them in.
    However, when I uploaded them online(as they will be downloaded from an internal website) - when the forms are opened in the browser this error appears
    Currently when this error appears the client canno fill in their data or save it.
    Any help on this issue would be appreciated!
    Noel

    Thanks for replying pat - that was another question I have. Is there a way I can get a dialog box to pop up when they click on the forms button?
    Like the following;
    As at the moment, they would have to click the actual "save" icon - and the same error will appear on their local disk?

Maybe you are looking for

  • Setting starting and ending times in Ical

    is there a setting, to eliminate nighttime hours in Ical?

  • NSMutableString getCString misbehaves, does not show some characters

    Hi everyone, This is my first time here. I have written a small tool for Cocoa / MacOSX 10.5 and I am trying to save a text to a file, but some characters such as # appear as hex 0x0. Source: ----- int len = [results length] * sizeof(char); char *buf

  • Jsp file download problem

    Hi, I am using following code in jsp. <%@ page session="true"%> <%@ page import="java.io.*" %> <% String fileName="test.txt"; response.setContentType("application/txt"); response.setHeader("Content-Disposition","attachment; filename="+fileName); try

  • WCS Rogue AP Alarms

    Over the weekend, I moved a bunch of rogue APs into the "Unclassified Rogue AP" group that I felt were not interfering with my network because they were being detected at -80 and above. When I arrived today, I was surprised to find all of those alarm

  • フォームで.テキストボックスの連結?

    Acrobatのフォームで.複数のテキストボックスを配置しておきます. 最初のテキストボックスから文字が溢れたら次のテキストボックスに文字が入るようにしたいのです.要するに連結です. 方法はありますか? scriptで行数をカウントして余った文字を次のテキストボックスに貼付けるとか・・・