Saving Interactive form as Noninteractive form finally

Hi,
We are creating interactive forms and at the final stage, when the user submits the form, we wish to archive the form as a non-interactive form.
This final archive will be build in the program as soon as the submission is made.
Experts, any idea how could we do that...
Thanks and Regards,
Mona

Hello,
If your form has drop down and list boxes, i think it would better to design a copy of the standrard form as static with text fields replacing the drop downs (Less development time for Adobe forms ) and then making a call with the parameters passed.
We did something like this as the users didnt prefer to see dropdown/ interactive  'like' fields in noninteractive/ static forms.
- anto

Similar Messages

  • Saving Interactive form as non Interactive

    Hi,
    Do we have  a way that when we save a Adobe Interactive form , it gets saved as a non-interactive form.
    Thanks and regards
    Puneet Gupta

    hi,
    the Interactive Form UI element has a property..."Enabled"
    true->interactive
    false->non-interactive
    bind this property to a context attribute of type....boolean.
    whenever you want to make the interactive form... non-interactive.... just set the bound context attribute to "false".
    regards,
    -Ag.

  • Can't open a saved interactive form

    I have developed an interactive form using ABAP WebDynpro. While I have the form displayed (with or without having filled in any values), I use the "save" button on the standard Adobe toolbar (i.e. not anything I programmed myself) to save the form to my hard drive. The form shows up in the directory on my hard drive with a size of around 80K.
    When I subsequently try to open the file, either by double clicking the file name or from within Adobe Reader, the file doesn't open AND Adobe starts sucking my computer's resources until my pc crashes.
    I thought maybe I had a version problem. I was using Adobe Reader 8.1.2, so I upgraded to the latest version, 9.0.0; but it doesn't make any difference.
    Does anyone have any ideas?
    Thanks,
    Margaret

    Chintan,
    Thanks for your suggestion. I haven't tried it yet - busy with some other problems - but I will try it soon and update this thread.
    Can I take this to mean that I should expect to be able to save an interactive form to my desktop and then re-open it later with no problem?  It certainly seems that it ought to work that way.
    Margaret

  • Saving interactive forms with data AND then performing further edits

    I need to produce a series of interactive PDF application forms which are long and quite complicated.
    This being the case, is it possible to save the file in it's partially completed state and close it down then at another time re-open and continue to fill out the remainder of the form? I have extended features in Acrobat 9 to allow the user to fill out the form and save their changes, but when the people helping me test this re-open the form to continue, they get the message:
    "This document contained certain rights to enable special features in Adobe Reader. The document has been changed since it was created and these rights are no longer valid. Please contact the author for the original version of this document."
    The form is now locked and flattened with no live form fields on it.
    To complicate matters, it doesn't work on the PCs in my office but I can do further editing after a save on my own computer - could that be something to do with Acrobat versions or is it maybe because I am the auther of the form?
    Thanks for any advice you can give me.
    Dan Mason

    Hey guys,
    thanks for your fast reply!
    @ Chintan:
    I searched all through the wikis, blogs, forums etc. and I really couldn't find any example for the issues I tried to describe (maybe that is a problem?). If you have already read some threads about this theme, could you please point me to one? That would be really great!
    @ Otto:
    Maybe that could work, but I would like to leave out all the function module stuff. I'm dreaming of a direct connection between MII and the ADS. As I understood, the ADS and the PDFObject (wherever it comes from) are communicating via Webservice, that is not directly usable by other frameworks. I think that's the main problem?! So it's only possible to build a PDF object in ABAP or WebDynpro Java, that automatically communicates with the ADS and it's only initiatable via remote function call?!
    Thanks and regards
    Anika

  • Saving Interactive form filled with data onto Application server

    Hi All,
    I am able to save Interactive PDF filled with data on my local machine.But my requirement is to save it onto the application server.Could you please help me out.
    Thanks in Advance,
    Praveena

    Hi Praveena,
    Use Function Module to CONVERT_OTFSPOOLJOB_2_PDF
    Or make use of this code :
    CONSTANTS: c_no(1) TYPE c VALUE space,
    c_device(4) TYPE c VALUE 'locl'.
    PARAMETERS: p_file TYPE LOCALFILE DEFAULT TEXT-F02 OBLIGATORY.
    DATA: gd_buffer TYPE STRING OCCURS 0 WITH HEADER LINE.
    lt_conv LIKE gd_buffer OCCURS 0 WITH HEADER LINE.
    DATA lv_string TYPE string.
    * CONVERT TO PDF FORMAT
    CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
    EXPORTING
    src_spoolid = itab-sp_numb
    no_dialog = c_no
    dst_device = c_device
    IMPORTING
    pdf_bytecount = gd_bytecount
    TABLES
    pdf = it_pdf_output
    EXCEPTIONS
    err_no_abap_spooljob = 1
    err_no_spooljob = 2
    err_no_permission = 3
    err_conv_not_possible = 4
    err_bad_destdevice = 5
    user_cancelled = 6
    err_spoolerror = 7
    err_temseerror = 8
    err_btcjob_open_failed = 9
    err_btcjob_submit_failed = 10
    err_btcjob_close_failed = 11
    OTHERS = 12.
    LOOP AT it_pdf_output.
    TRANSLATE it_pdf_output USING '~'.
    CONCATENATE gd_buffer it_pdf_output INTO gd_buffer.
    ENDLOOP.
    TRANSLATE gd_buffer USING '~'.
    APPEND gd_buffer.
    DO.
    counter = strlen( gd_buffer ).
    IF counter GE 255.
    lt_conv = gd_buffer(255).
    APPEND lt_conv.
    SHIFT gd_buffer LEFT BY 255 PLACES.
    ELSE.
    lt_conv = gd_buffer(counter).
    APPEND lt_conv.
    EXIT.
    ENDIF.
    ENDDO.
    IF lt_conv[] IS NOT INITIAL.
    OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    IF sy-subrc EQ 0.
    IF sy-subrc 0.
    MESSAGE e398(00) WITH 'Error creating file' p_file.
    ENDIF.
    LOOP AT lt_conv INTO lv_string.
    TRANSFER lv_string TO p_file.
    ENDLOOP.
    CLOSE DATASET p_file.
    IF sy-subrc EQ 0.
    ELSE.
    MESSAGE e398(00) WITH 'Error closing file' p_file.
    ENDIF.
    ELSE.
    MESSAGE e398(00) WITH 'Error creating file' p_file.
    ENDIF.
    ENDIF.
    Thanks,
    Naresh

  • Unable to submit an interactive form

    Hello Experts!
    I have a problem submitting an interactive form, because I only get a <i>wait</i> message for minutes and minutes and nothing happens. There is no error message or something else.
    The same problem starts if I want to upload a local saved interactive form.
    I have checked my versions of:
    Adobe Reader (7.0.9)
    Java Runtime Environment (1.5)
    IE (6)
    and every thing seems to be fine.
    FrontEnd and ADS are integrated. ActiveX is activated.
    I think it is a local problem with my PC, because the same interactive form is submitted instantly on my colleagues PC`s.
    What can I do to fix the problem?

    Most likely your local Reader or xACF installation.
    SAP advises to use Reader 8.1 as several bugs are fixed in this version.
    Regards,
    Francois

  • Saving an Interactive Form WITH filled in data

    Scenario:
    We have created an interactive form in the ABAP environment (SFP).
    The user receives the interactive PDF form as an eMail attachment.
    The user needs to fill in the form AND save it WITH the filled in informatiion.
    Right now, the user cannot save the form WITH the filled in information.
    Why?
    The Adobe help says:
    <i>You can't save the data that you enter into the PDF form, unless the form author included additional usage rights in the PDF file.</i>
    How do I include  these <i>'additional usage rights'</i>?
    We are on NetWeaver 04, and the ADS is fully installed and configured on the Java stack.
    Your help is greatly appreciated!
    Regards,
    Karin.

    Hello,
    I have created a form using transaction SFP. I don't use any web dynpro.
    The  issue is that I am not able to automatically have the data back in the SAP program.
    The only solution I have found is saving the PDF locally, then calling the METHOD cl_gui_frontend_services=>file_open_dialog and finally extracting the data from the XML file.
    It works this way.
    I would like to automate this process, I mean, I would like to automatically save the pdf (after pushing a submit button) into a specific folder and then to be able to read it.
    The aim is to avoid having too many manipulations.
    I tried the xfa.host.exportdata("",0) but i cannot specify a path because my pdf is not certified!
    Thank you for your help.
    Damien

  • Auto Saving of HCM interactive form in Background

    Hi ,
    We are using HCM Forms and Process to automate the processes where user fills the interactive form from EP and after that workflow will take care of approvals and finally data of the form is saved in the infotypes.Till now its working fine.
    But there is one requirement to save the form at the last approval level on the application server.As HCM forms and process is using Case management and all data of the form is available in XML format which enduser cannnot understand.
    So can you  suugest the way to save this pdf form automatically in the backgound.
    Thanks,
    Rahul

    Hi Rahul.
    Please use my profile to contact me and I'll send you some code that will help.
    Thanks,
    Derrick Banks
    Banks & Company

  • Error while saving interactive pdf form:The document could not be saved.

    Hello,
    Can anyone please help me here.
    Not able to save the pdf form.
    I have interactive form which contains static fields,text fields,Document digital signature and a submit button.
    After filling and signing the form it will ask for saving the form.But saving is giving error.
    Error : The document could not be saved.There was a error reading the document(26).
    Can anyone please tell me why i am getting this error.
    Thanks in advance,
    Menaka.H.B

    Hello,
    Integrated into WD application means -> Interactive form generated in SFP transaction is used in abap webdynpro application.
    Offline scenarion -> Since it is an interactive form, user will fill the form offline and submit it by email.From the webdyn pro appliaction user will download the form to the local desktop.Fills it offline and submits the form.
    Now the interactive form generated directly from sfp tcode is working fine.I can fill the form,Sign it, save it and submit the form.
    But the form downloaded from the WD application cannot be saved and is not allowing to dogitally sogn the form.
    Its giving error The document could not be saved. there was a problem reading the document(26).
    Thanks and Regards,
    Menaka.H.B

  • Need help with Adobe Interactive Form Saving

    Hi Gurus,
    I need your help with Adobe Interactive form saving.
    I have written the code in pre-save event to prompt a message when user didn't enter any value before saving. The form data should not be saved upon clicking save (Just prompt the message and exit form the form). Can u please advice me how to do this.
    Regards,
    Srini

    see the link: http://forms.stefcameron.com/2008/04/
    it says:
    preSave: Failed validations will not prevent the form from being saved however Acrobat/Reader will issue a special warning message, after issuing the validation error message, to inform the user that the validations failed. Iu2019m guessing this is because the user may be saving the form to continue filling it at a later time so the save canu2019t be completely prevented.
    regards,
    BJagdishwar.

  • Changing the default file name while saving the PDF interactive form

    Hi All,
    I am generating an Interactive PDF form using webdynpro, but when I try to save the PDF to my local machine the default file name comes as "<b>unknown.pdf</b>" so I have to manually go and enter the name before saving it.
    Is there any way to change this default name so that I don't have to manually edit the file name each time when I want to save the generated PDF interactive form?
    Please reply soon.
    Thanks in advance!

    I am running into the same issue. Setting the desname parameter (e.g. desname=temp.pdf) doesn't have any effect. Has anyone found a solution to this?
    Thanks,
    Brian

  • Problem with saving duplicated tables in interactive form

    Hi,
    I have an interactive form that contain a table with a row that contain "insert remove move " object .
    when i press the add button, it duplicate the table, but if i save the PDF and then open it again, the extra table does not appear,
    it seems like it never been save.
    do you knoe what is the problem? why the tables are not saved properly?
    thanks, Noa

    Hi,
    Try doing the following
    try using the simple 'Button'. In the button's object properties, in the tab named 'field', select 'Control Type: submit'.
    Then, in the 'submit' tab in the object properties, choose PDF in the 'submit format' dropdown field.
    In the 'submit to URL field' type:
    mailto:nameataddress.com?subject=mySubject&body=Done
    You may need to adjust the e-mail address, subject and body text.
    Regards
    Ayyapparaj

  • Generating Interactive Form in SAP GUI and saving in offline repository.

    Hi Experts
    Is it possible to generate an Interactive SAP Adobe Form and display it to a user within SAPGUI, as well as save the captured PDF form offline for later retrieval?
    We have the following requirements
    - Access an Interactive Form via SAPGUI, form containing data fetched from backend ERP (access of document cannot be via Portal)
    - Form to be saved "Offline", and to be accessible at a later point in time. Is it possible to save the PDF for later retrieval as an object inside SAP (what mechanisms are available?), or to store it in an external document repository for later retrieval?
    Any input would be appreciated.

    Hi Costa,
    As the first step, you need to create an Interface and Form through TCode SFP . After Interactive form layout designing, when you activate the object, a function module gets generated automatically. You have to call this function module from a z-program. This program is known to be the driver program. When you run this program by passing the appropriate parameters to the generated FM, it will create and download the pdf form for you.
    Check the following link for reference:
    [Driver program for ADOBE FORM;
    Thanks & Regards,
    Sanoosh

  • Saving an interactive form temporary and then retrieve it in DMS -possible?

    Hi!
    We have a scenario as follows: When a user creates a new Functional location, a new Interactive Adobe form should be automatically created - prefilled with the new number for the functional location and the description. This should be triggered from an existing user exit. The master data is on a 46c system so we need to call a function module on an ECC system remotely to create the Interactive form. Then this new form should be saved on a common folder or maybe c:/temp and then another program in the 46c system should be triggered that put this PDF-file into DMS. Manually the user will export the document to a Cfolder system, where external Vendor could do some updates in the Interactive form. 
    Do you think this Scenario is possible ? We will have a Proof of concept Workshop next week. But it would be nice to have others opinion on this.
    Do we always need to build a WebDYnpro application around the Interactive form ?
    Is it possible to generate an Interactive Form in the background?
    Any thoughts is appreciated!
    Regards, Tine

    Hi Tines,
    Yes it's possible to do so without Web developpement .
    You need to retrieve the PDF content , store it on a file server and then use BAPI DOCUMENT_CHECKIN to do it .
    If you want i can send you abap code for adding file into DMS.

  • Adobe Interactive Form PDF doubles in size after saving

    Hi all,
    We have a interactive form, and after generation it's about 925 kB (when saving).
    Now, when you change a single field (add some input or something), and then saving, the file size almost doubles to 1778 kB.
    Ofcourse, we would rather have a smaller PDF size.
    Does anybody else have this problem and/or knows what causes this ?
    I think it's a general problem, but still would be nice if I could explain what is causing it...
    Thanks in advance !
    L.

    Here's one way I could think of doing it. Not sure if it's the most efficient. There may be some function modules out there....
    You write a small program to print an Adobe form from the RFC.
    Before you call Job open (CALL FUNCTION 'FP_JOB_OPEN'
    ), set the following parameters of
    sfpoutputparams.
    Set the outputparamaters to suppress the dialog
    utputparams-nodialog = 'X'.
    Set to print to a dummy printer
    outputparams-dest = 'LP01'.
    Set a spool request
      outputparams-REQNEW = 'X'.
    Then you can call a program like rstxpdft4 to download the PDF file.
    Regards,
    Lavaughn

Maybe you are looking for

  • Here we go again...restore and upgrade

    hi. checked all over here and did everything...in a nutshell... bought new 32g ipt...gave 16g to my daugher, who is on my macbookpro under her own account, but same itunes account, machine is authorized. i purchased the jan software upgrade on my ima

  • Link Notification Order into Document

    Dear Expert, I already customizing Notification (Type OE), that has link into Document Management System. Is any body knows what is the table contain information that Notification has Document? I already find DRAD table that inform what kind of docum

  • File route in Spotlight?

    HI there, is there a way to make Spotlight show the route of a file by placing the cursor on it? It would be convenient to have the spotlight window with a display line or a bar at the bottom to show where to locate the selected file. Thanks.

  • HT4623 How do I close programs running in the background to speed up my phone?

    Downloads are very slow.  How do I speed up?

  • Machine not running the correct deployment type

    I have an application; Office 2013, with multiple deployment types.  These deployment types each install Office with a different MUI. The requirements on the deployment types are 'Organizational Unit' must be one of xxxxx I have my final deployment t