Adobe form 'Save Button'

I have generated pdf using smartforms in my SAP application. When this pdf is
saved using 'Save' button, a default file name is coming which is not
understandable.Here my question is, how to change the name dynamically when click save button.for
example, if I open any purchase order pdf then i want to populate purchase
order number as a file name.
See the attachment.
Saad al-mulhim
Thanks,

Good morning,
this.dirty property was used in a document level script, I have removed this from the script and the save button has been restored.
Thank you very much for your advice.

Similar Messages

  • Call a Adobe form from button

    Hi,
    In an Adobe form have a Submit button, after I click on this submit button should call another Adobe form.
    How we can do?
    Thanks and Regards,
    Prabhakar Dharmala

    Hi
    To call an Adobe form u can use the folowing class CL_SSF_XSF_UTILITIES and method GET_BDS_GRAPHIC_AS_BMP as shown below.
      CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
        EXPORTING
          p_object       = c_graphics
          p_name         = lv_pernr1
          p_id           = c_bmap
          p_btype        = c_bcol
        RECEIVING
          p_bmp          = ls_z_if_test_cv-im_photo
        EXCEPTIONS
          not_found      = 1
          internal_error = 2
          OTHERS         = 3.
    So that the new PDF form will get opened with details. try it.
    provide REWARD points...:-)

  • Adobe Form- Radio Button!!

    Hi Experts,
    I am working on the Adobe Form in which the data is coming from the Backend RFC. So my DataSource is binded to the Bapi node.
    Now my requirement is to add Radio Button for which I have defined in the Dictionary SimpleTypes and binded an attribute to it.
    The problem is since my DataSource in the PDF Form is already binded to the Bapi node I cant get the data for the Radoi button from the attribute(Dictionary simpleType).
    Can somebody suggest me how to go about it in my case. Any useful Help will be given points.
    thanks,
    Vikram..

    Hi,
    You will have to define a value node and then copy values from model node to value node. This way you can define additional attrbute apart from the atributes for data.
    Let me know if you have any problems.
    Regards,
    Ashutosh

  • XML Forms - Save Button  in ListEdit and Counter in RenderListItem

    How can I put a save button in ListEdit to save changes that i made in fields without entering in edit mode.
    I'm trying to put a counter in a renderlistitem form but the counter don't increment. It stays always in number one. What am i doing wrong?

    No, the idea about this counter is for example i have a list of FAQ's:
    1. First Faq
    2. Second Faq
    3. Third Faq
    I want to put automatically the number of the FAQ before the question.
    For example if i remove "Second Faq" the list should be like this:
    1. First Faq
    2. Third Faq.
    Now i'm using javascript to do it.

  • Adobe form submit button to pdf or word doc

    Hey I was wondering if it was possible to create an adobe form with a submit button that generates a pdf or word doc letter with the information.

    Hi Prasanna,
    in any clien machine where you want to get the Adobe output displayed you need to have
    1.  Adobe Reader Version 6.0.2+
    2.  IE 5.5+ or Netscape 7+
    3.  ACF (Active Control Framework) installed
    4.  ActiveX controls enabled in the Client Browser.
    Please try these, it should work.
    Hope it helps
    SG
    Message was edited by: Shubhadip Ghosh

  • Adobe Form Exit Button does not work

    When I select a PCR from the Portal and review the Adobe Form - when I click on the exit button - it does nothing.
    How can I fix that problem?

    Hi
    are you using  standard MSS and Homepage frame work for PCR form or created your own iview in portal?
    what is ther version of Software using?
    thanks
    Gopal

  • How  adobe form save to databse(R/3)

    Hi,
    I have the following requirement.
    An  form is sent to different users and when they fill the form and Click on Submit, the data should be saved to SAP.
    When the data is submitted, it should recognize the user and multiple clicks if any so that data is not duplicated
    1. How to save this form to SAP?
    Urgent
    Trupti
    Edited by: Trupti Zanwar on Apr 2, 2008 9:51 AM

    Hi lakhan 
      Where did you wrote the code in Adobe form interface or in BADI. Only that particular field is not fetching or what is the error your are getting . Have you tagged the Adobe form to the QISRSCENARIO t-code for specific scenario.
    Regards
    vijay

  • Adobe Form Email Issue

    I have created an Adobe form that has 4 Submit buttons:
    mailto:[email protected]?subject=adobe form
    (each button is different, of course)
    Anyways, when you click on any of the buttons, a box appears to Select Email Client:
    Option 1: Desktop Email Application (Choose this option if you currently use an email application such as Microsoft Outlook Express, Microsoft Outlook, Eudora, or Mail.)
    Option 2: Internet Email (Choose this option if you currently use an Internet email service such as Yahoo or Microsoft Hotmail. You will then need to save your form and return it manually to [email protected] using your Internet email service.)
    I work for a company who utilizes Microsoft Outlook, so I choose Option 1 and click OK and nothing happens. I have used this type of button and form before and the button worked properly - opened a new message in Outlook with the To field and the subject field prepopulated with the information set during design of the form and the form attached as a PDF.
    Any suggestions on what I could do next or try to correct this issue because I am not the only one having this problem and the whole company I work for uses this form and it needs to be fixed soon!?!?
    Thanks!!!

    This has very little to do with Acrobat and very much to do with how email is activated
    This is discussed OFTEN over on the Dreamweaver forum, where people make an HTML form with an email submit button... and are not happy when anyone who does not use the right kind of email program is not able to use the form... such as any of the "free" email clients like Yahoo
    The usual solution over there (I don't have details, the only user submission form I work with is in a controlled company environment, where everyone MUST use the approved email client) is to set up a server based solution with your own software on the server, so clicking the submit button activates YOUR software, not whatever is on the user's computer

  • ListBox control in Adobe forms

    Hello experts,
    I have Adobe Interactive Form where I'd like to design standard Adobe List Box control having some predefined enumeration for list of items in it. On time of  submission of the form the following XML is sent by Adobe Acrobat Reader where 'ClassificationList' is a name of my ListBox.
    <form1>
    <Name>x</Name><Description>x</Description><ClassificationList /><ClassificationList xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xfa:dataNode="dataGroup" />
    <ClassificationList xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xfa:dataNode="dataGroup" />
    <ClassificationList><value>cat22</value></ClassificationList>
    </form1>
    Is there any possibility to avoid representation of 'ClassificationList' field in XFA format, but sent the field as field 'Name' is sent? I.e. in form of merged selected text box items into plain text. For example, 'selectedItem1; .. ;selectedItemN'.
    Why does not the PDF send just something like this '<ClassificationList>cat22</ClassificationList>' for the ListBox?
    BR, Sergei
    Message was edited by: Siarhei Pisarenka

    Hi Sandipan,
    In Wd ABAP scenario, SAP is not supporting dynamically created rows from adobe forms. It will accept a single row only. We can overcome this situvation in 2 ways.
    1. Make the "Add Row" button as a submit button. Each time when you add a row in adobe form, save the row in R/3. It can cause performance issues.
    2. At the time of form download, it should contain an invisible table with n no: of rows. Just before submit, enter the values in the dynamic rows into the invisible table. At R/3 end, you will get all values from that table.
    Thanks & Regards,
    Sanoosh

  • How to hide 'SAVE' button in adobe form layout

    Hi  Friends,
    I have a requirement to hide 'SAVE' button in adobe form layout .They dont want to save the form .
    Is there any way to achieve this .I have gone through scn ,but couldnt find the proper solution
    Thanks and Regards,
    Subeesh Kannottil

    Hi Subeesh,
    Are you talking about restricting the User from Saving the Adobe Form Output. 
    Regards,
    Sivanand Ala

  • Disable save button in adobe forms WD FOR ABAP

    Hi, i have some problem about how to disable button save in interactive forms. Can anybody help me please! I use WD for ABAP
    Another question, how i change security setting of pdf file. I want to disable 2 field of pdf. They are: 'content copying' and 'content copying for accessbility'.
    This is very importance for me, please help me if you can.
    Thanks you.

    Hi,
    In form-ready layout event, you can do that if it is by default to be hidden.
    Save.presence = "hidden";
    if save is the button name.
    Press save button and select the necessary event and choose language as Javascript and then write the above code.Here save is name of the button.

  • How do I add a functional "submit button" to a pdf form in Adobe Acrobat Pro XI ? I created the pdf form in Adobe Forms Central.

    How do I add a functional "submit button" to a pdf form in Adobe Acrobat Pro XI ? I created the pdf form in Adobe Forms Central. It's for an online Diet Questionnaire. After people complete the form I'd like them to click "SUBMIT" and the completed form will be emailed to me.

    This can be a bit confusing because Acrobat 11 comes with the desktop app that allows you to create simple PDF forms without having a FormsCentral account. Some people find this helpful, but you need to understand that when you generate the PDF form, it is Reader-enabled by Acrobat. In order to edit the form further in Acrobat, you have to create a non-enabled copy of the form. You do this in Acrobat by opening the form and selecting: File > Save a Copy
    and opening the copy. It is not opened automatically.
    You can now add a button and set it up to submit by email, either using a "Submit a form" action or the submitForm JavaScript method. You can set it up to include just the form data or the entire PDF, and will want to use a mailto type URL. Submitting the form to the FormsCentral server has a number of important advantages over email (much more reliable, more secure, etc.), so you might want to consider it.
    If the form needs to be saved with Reader versions prior to 11, then you will need to Reader-enable the document. In Acrobat 11 you do this by selecting: File > Save As Other > Reader Extended PDF > Enable More Tools

  • Populate Default Dynamic Filename In Adobe Form (On Click of Save in Menu) - SAP

    Hi,
    We have a scenario in which we want to populate the file name dynamically in Adobe form integrated in SAP Webdynpro.
    Scenario - 
    A adobe form has been intergrated in the SAP webydnpro application which opens the form in Web Browser (IE).
    There is a save button which is part of standard adobe form menu and on click of that save button (circled - 1 in image )  the name of the form ( i.e techincal name of adobe form created in SAP {ZTESTSS} ( circled - 2 in image ) appears.
    We want to change the default name to (employee_date_time ) on click of save.
    We have found a approch by using the folder level javascripts (http://forums.adobe.com/message/2266799#2266799%232266799).
    In case we use folder level scripts "where should we write the JavaScript code in the Adobe Form to trrigger the this script on click of Save Button (in the menu)?"
    Also is there any other apporch which does not require folder level javascript as its a security issue also we need to maintain in all the user systems.
    Please let me know the approch to address the issue.
    Thanks .
    Tausif

    Hi,
    you can't change the behavior of the save button in the browser nor in Reader/Acrobat.
    You can add a custom button within your form which calls a custom script from a folder level script using the browserForDoc method.
    The browseForDoc methos is the only one whcih can change the name in the saveAs dialog.
    Here's an example., you can run from Acrobat console.
    You need to combine it with the solution from the other thread to make it work with your form.
    http://forums.adobe.com/message/2266799#2266799%232266799
    var oRetn = app.browseForDoc({
        bSave: true,
        cFilenameInit: "MyForm.pdf",
        cFSInit: "",
    if (typeof oRetn !== "undefined") {
        this.saveAs({
            cFS: oRetn.cFS,
            cPath: oRetn.cPath,
            bPromptToOverwrite: false

  • Adobe reader opens "save as" box when clicking on save button rather than saving in the same file

    Hi everybody,
    I have a fillable PDF form designed in Livecycle designer and it is reader extended. When I fill that form on MAC it let me fill and save the form as many times as I like. Everytime I make any change I just click the save button it saves changes in the same form. BUT is is behaving differently on Windows. After filling the form out when I click on save button it opens up "Save as " dialogue box to save a new copy with those changes. I have Adobe reader XI and Adobe Acrobat XI installed on windows. I know I can do that with Acrobat but I want that in reader for users who dont have acrobat.
    Please help me.....
    Thanks

    What are you filling out the form with on the MAC?

  • How to SAVE the images in the offline adobe form pdf

    Hi All,
    Actually I am working offline adobe forms.In my one of the requirement user want to upload the images in the final output pdf form. For this requirement I added Image Field in the layout. So, now I am able to upload the images from desktop but I am unable to save the uploaded images in the pdf form.
    Please let me know is there any parameters need to pass for this requirement.
    Please help me ASAP and your help will be appreciated.
    Thanks,
    Ravi.

    Hi Sandy,
    Sorry for Delay.Could you please provide script code for the Button and in which event we want to add the code
    I want to Save the lot of images in the PDF. For that I kept Image field in the form.Here I am able to upload the images but those are not saved.
    If possible please share the details document.
    Please help me.
    Thanks,
    Ravi.

Maybe you are looking for

  • Oracle em console 11.1.1.4 not showing the deployed composites

    Hi We have deployed composites in our soa 11.1.1.4 environment. On em console we see the deployed composites on left side by expanding soa-infra -> default. but when I click on the default partition the composites are not displayed on the right side.

  • Missing Display Tab

    I've just got a new Samsung Smart PC with Windows 8.  My Flash videos in full screen are choppy, but when I right click and get the settings, there is no Display tab.  Does this mean that there is no hardware acceleration for the CloverTrail chip?

  • Need to automate the process of partial orders-deliveries

    Hi experts, I need to automate the process of partial order deliveries in VL01N. I checked few BAPI for the above requirement. BAPI_OUTB_DELIVERY_CHANGE BAPI_OUTB_DELIVERY_SAVEREPLICA BAPI_OUTB_DELIVERY_CONFIRM_DEC But have no clue ,which would be re

  • Dynamic query in updatable report

    I have generated a updatable report with the folowing select: select "INSTALLATIEID", "INSTALLATIEID" INSTALLATIEID_DISPLAY, "CO_DRUK" druk, "CO_H2O" h2o, "CO_O2" o2, "CO_O2_11" o2_11, "CO_TEMP" temp from "#OWNER#"."CORRECTIE" The table correctie has

  • RFC Message: Internal Problem, in REDWOOD CPS.

    We have Redwood CPS 7 connected up to SAP IS-U Supply. We keep getting random RFC errors when executing a script. Any Idea   ERROR LOG   ******************* ABAP_RUN: R/3 call BAPI_XBP_JOB_OPEN failed RFC error: XM034 RFC Message: Internal problem (f