Attach files to the adobe form : offline

<u>Hi all,</u>
<b>NW04S
SPS8
We have the above mentioned.</b>
My requirement is to create an interactive form, that should have the ability to attach files offline. This means that the user of the form will have no access to the SAP system and should be able to attach supporting documents with the help of the adobe form itself, only.
How can this be done?
Is there any solution available to this or we still have to wait for forthcoming support packages?
<u>Regards.</u>
<i>Ali</i>

In Web Dynpro for Java, this function will be available with SPS 10, on the ABAP side it will probably not be available before SPS 12.
For SPS schedules of SAP NetWeaver, go to <a href="http://service.sap.com/ocs-schedules">http://service.sap.com/ocs-schedules</a> > Basis, ABA, R/3 Support Package Schedule
Best regards,
Markus Meisl
SAP NetWeaver Product Management

Similar Messages

  • Print the attachements added in the adobe form

    Hi,
    I added the attachments in the adobe form.But when ever i print this adobe form , i want to make sure that the attachments are also printed in addition to the original adobe form.
    Is there any automatic way of doign it or any alternatives to avoid adding it as an attachment ,
    i have  a word document stored in the database.
    so when ever i print my form need to print the document sthat are stored in the database also.
    Please help me.
    Regards,
    Sasi

    "Discrepancies"?

  • Place the Adobe Form as PDF file in a URL

    Hi Experts,
    I have created an Adobe form and got the PDF data in the form of XSTRING now I need to place this as PDF file in the URL which I have generated programmatically. Not sure on how to do it. Any function modules or classes to place this as PDF file at a URL will be really helpful for me.
    Tried with HTTP* function modules and seems they are not working.
    Thanks for you help.
    Regards,
    Srinivas

    Hi Sai,
    Thanks for ur input.
    My requirement is not exactly the string with XML data, but the string with PDF data.
    I will try to explain my requirement here in detail.
    I have the adobe form triggering from the webdynpro. This form has different objects like, text fields, dropdowns, check boxes, radio buttons...etc and one SUBMIT button for which webservice is attached in the properties.
    User will fill all the fields and clicks on SUBMIT. When he clicks on the SUBMIT, the webservice should attach the filled PDF document at partner level.
    For this purpose, i need the string with PDF data and not the XML.
    WIth this PDF string again i should be able to re generate the PDF document which was filled by the user.
    If string with PDF data is not possible, Please suggest me the possible way of achieving this?
    Regards,
    Ram.

  • I need to align the margins of my forms with those of my website, I have looked at all the options and unfortunately I am unable to do it with access to the Adobe.form.min.CSS file which I can't access as a consumer, how else can I fix my problem

    I need to align the margins of my forms with those of my website, I have looked at all the options and unfortunately I am unable to do it with access to the Adobe.form.min.CSS file which I can't access as a consumer, how else can I fix my problem

    I need to align the margins of my forms with those of my website, I have looked at all the options and unfortunately I am unable to do it with access to the Adobe.form.min.CSS file which I can't access as a consumer, how else can I fix my problem

  • How to attach HLP file with the existing forms

    We have FORMS 5.0 application running. We have developed .HLP and .CNT files using ROBOHELP utility. I would like to attach the help file to the existing form. I want to use the registry to set the help file path so that I won't hardcode the path. I tried
    using WINHLP32.exe file using the HOST command. This need path settings in the machine. Does any body know other methods instead of using HOST command.
    Thanks in advance.
    Bye
    Meenakshi Sundaram Ganesh

    You could use the d2kwutil.pll and execute the Win_api_shell.Winhelp procedure

  • Attaching files to the PDF

    Hi guys,
    I would like to add attachments to the PDF form. I found some tutorial using the menu item with the following code:
    try
    app.execMenuItem("AddFileAttachment");
    catch(e)
    xfa.host.messageBox("Cannot add an attachment: " + e);
    This works fine but not in the Acrobat Reader. For my business case the following two options can be possible:
    a) using the attachment functionality of Acrobat (e.g. using the menu item)
    b) transporting the binary data in the XML content of the PDF form
    To a)
    Is there another programmatical way to attach files to the PDF supported by the Acrobat Reader?
    To b)
    Does someone of you know how to read the binary content of a file using Java Script and adding it into the data XML? With this solution, the data can be extracted using the Adobe Document Service. Would be a fine solution.
    Thanks for your help.
    Thomas

    Hi Paul,
    thanks for you post. Sounds really good. But how can this be done?
    Could you please give me a hint?
    Thanks very much.
    Thomas

  • Attach file tool in Adobe Acrobat XI Standard

    Is it possible to use attach file tool in Adobe Acrobat XI Standard?

    Can you post to a URL with a snapshot image of what you're seeing? You can post the image on Acrobat.com for free and then share the URL here.

  • How to generate PDF using FDF file and the PDF form template (PHP)

    Hi Folks,
    I'm really sorry that I couldn't follow all the valuable discussions going on here, regularly. I need some immediate help.
    I NEED A PHP SOLUTION. I'm able to generate FDF files using the PDF Form Template in PHP. So, I have a collection of FDF files, which seeks the PDF template, while opened and populates the template with FDF data. Now if I need to save this PDF file, I have to do it manually clicking SAVE option. But, I need to convert FDF to PDF in bulk. So, I need some PHP based solution. The PHP script takes the PDF template and the FDF file and merges them to generate a complete populated PDF file. I know it's possible, but don't know how. I've seen Adobe FDF Toolkit. But by default it doesn't show any guideline for PHP. Please help me to write this code. I'm a professional coder. I can understand your hints and tutorials. PLEASE HELP GOOD PEOPLE.

    The only reason I am responding to this post is because the poster sent me a request through the forum message system asking for my help.
    Although I did populate PDFs with FDF data generated by web forms a year or so ago, I have since abandoned that kind of solution. It was a big headache. I found it far more stable and flexible to use html, php and css to populate forms that are almost as nice looking as PDFs.
    So my advice is, if you can possibly avoid going the FDF/PDF route, you will be better off.

  • Access the adobe form pdf data in abap or java programs

    Hi,
    We created an adobe form, with few text boxes, and emailed to user for filing his data into the pdf file.
    He filled the text boxes and saved the pdf, and sent back the pdf file by mail.
    Now our requirement is:
    we need to read the values entered by the user in pdf and update in certain ztables using abap or java.
    case 1: using abap
    How can abap program read the entries/values in pdf.
    is there any doc/blog that shows how to access the adobe form data in abap.
    do we need to use/install any software for this.
    case 2: using java
    Is it possible to read/retrive the adobe form data into java. once the data is into java program, i can utilise the data for several puposes.

    using ABAP:
    check the program: FP_PDF_TEST_03
    This program reads the data from Adobe into XML format.
    After this you have to read the data from XML format into ABAP(hope you know how to convert XML to ABAP or simply google it).
    Thanks,
    Chandra

  • Change in File Name of Adobe Form

    Hi Gurus,
                     I have a requirement..such that i had a text field in the Form.I need to get the text field value as file name,when iam saving the adobe form...is that posssible..???

    Hi Loris,
    its not possible to save the XMLFormsItem with a fixed name. Every time you are creating a new item, there is a unique id generated which is used as "real" item name.
    This mechanism avoids conflicts with other items stored in that folder.
    Regards
    --Matthias

  • Using the Adobe Forms for printing through portal

    Hi All,
    I've got a problem with the fact that I do not know exactly how to use the Adobe Forms from the portal.
    I've got the Form Objects done (Interface & Form using SE80) and they work OK when testing the form. The Interface gathers all the datas etc. and the form displays this correctly.
    My problem now is that I need to have this form available from the portal, and this I presume needs some WebDynPro stuff or something else? I'm totally lost on this part ...
    The customer wants to have a button or link in the portal that opens a new window with the produced PDF opened in the new window, much like opening a static PDF file. The user then has the option to print the PDF him/herself using Adobe Readers own print mechanism.
    My interface has only one Import parameter (PERNR number) and one EXPORT parameter (default). The PERNR number must be supplied to the interface so that it can gather all the needed data based on this number.
    Any help on this will be greatly appreciated and rewarded accordingly.
    Thankyou in advance,
    Kim

    Hi Arnab,
    from a forms point of view:
    (I assume you have the ADS up and running on the Java stack. Without it, the form generation doesn't work.)
    If you create your form in transaction SFP and execute the corresponding program that calls the form for testing in SE38, you get to the print dialogue. Here you may choose either locl or lp01 (or any other printer accessible through your network) and then select Print Preview. This should then display the PDF in SAP GUI.
    If you are asking about general printer setup within SAP, check the corresponding documentation: http://help.sap.com/saphelp_nw04s/helpdata/en/d9/4a8eb751ea11d189570000e829fbbd/frameset.htm
    Hope this helps,
    Markus

  • Attaching files to a web form

    please tell me how to attach files to a web form for uploading. i know how to make a page that just uploads a file. but before i do it, i have to attach files( sent by a pop-up window ) to a web form in a main window. There are some resources about uploading files, but not for attaching files to a web form... please help me...
    Thanks in advance...

    I gotcha!
    Try this:
    1) Open new window with file inputs within a std form.
    2) Have form submit to servlet
    3) Have servlet retrieve file(s) and save them in session.
    4) Have servlet spit out javascript to close popup window and refresh main page (which will then show some sort of verification that the files were received.
    5) When main form is submitted, retireve (and remove) files from the session and process.
    Hope that helps,

  • How to remove attached files from an interactive Form?

    Hi,
    is it possible to delete all the attached files from an interactive form?
    I'm able to extract all the files and store them separately. But I found no way to store the interactive form without attachments.
    There is a method called SET_ATTACHMENTS, but transferring an empty table is not allowed.
    What should I do?
    Code:
    *     Create PDF Object.      lo_pdfobj = lo_fp->create_pdf_object( connection = l_dest ).
    *     Set document.      lo_pdfobj->set_document( pdfdata = iv_filecontent ).
    *     Set task to get attachments.      lo_pdfobj->set_task_getattachments( ).
    *     Execute, call ADS.      lo_pdfobj->execute( ).
    *     Get result.      et_attachments = lo_pdfobj->get_attachments( ).
    Regards,
    Mario

    Any ideas?

  • How to create word file similar to adobe form in sfp Tcode?

    Hello guys,
    Is there any way to create ms-word file similar to the Adobe forms that we are creating in SFP?
    As I have been given one webdynpro application,the requirements are in webdynpro the word file should get display with data and this data shold also be editable in the word document.
    And also the data which are going to be display in the word file will be processed in the webdynproapplication as well.
    Is there any functionality to do this?
    If anyone knows then please tell me how can I do?

    thank you resolved

  • Save the adobe form

    hi expert
         I have created the simple application in that i have created
    open and save button , once i click the open button the adobe form will open
    after that i want to save these adobe form in the particular location ("c:\temp")
    how can i do this without using the upload and download UI element
    help
    its urgency
    thanks
    Regards
    vijay

    Hello Vijay,
    You want save the pdf file to particular location..,So go through the following code. This might be useful to you.
    IIWDAttributeInfo attInfo =
    wdContext.currentContextElement().node().getNodeInfo().getAttribute("pdfsource");
    ISimpleTypeModifiable type = attInfo.getModifiableSimpleType();
    IModifiableSimpleValueSet binaryType =
    type.getSVServices().getModifiableSimpleValueSet();
    binaryType.put("FileName","TravelRequest.pdf");
    binaryType.put("MimeType","WDWebResourceType.PDF");
    String Filename =
    "temp
    webdynpro
    web
    local
    offlineInteractiveForm
    Components
    com.sap.offlineinteractiveform.shital.UploadDownloadformComp
    TravelRequest.pdf";
    /* CONVERTS BINARY FILE TO A BYTE ARRAY */
    try{
    File file = new File(Filename);
    FileInputStream in = new FileInputStream(file);
    ByteArrayOutputStream out = new ByteArrayOutputStream();
    int length;
    byte[] part = new byte [10 * 1024];
    while ((length = in.read(part)) != -1 )
    out.write(part, 0, length);
    in.close();
    wdContext.currentContextElement().setPdfsource(out.toByteArray());
    }catch(Exception e) {
    throw new WDRuntimeException(e);

Maybe you are looking for