Save  functionality for FPM component

Hi,
my requirement is provide  input field on the header portion , when i hit ' save and print preview' it should save and preoview the the  whole data.
i have  provided input field on the header.. but not sure  how to get the print functionality in fPM component.
and also how to  find  what smart form/pdf using  by any webdynpro component? where to check?
by  input field shou;d be displayed on the existing form, when I use save and print button.
please help!

Hi,
First thing is to get the smart form name put a external break point in F.M SSF_FUNCTION_MODULE_NAME
and debug on save button this way you will get the smartform name.
If it's a standard FPM component enhance the component and in post exit on 'save and print'
You can get the OTF data from the smartform now and then can convert it to PDF CONVERT_OTF
Hope it helps.
Bhanu

Similar Messages

  • Is there a save function for online forms?

    Hi, I've created an online form which requests quite a lot of information from those who it is sent to.  Because of its size, I have made use of the skip logic rules to so that users can quickly skip sections that don't apply to them.  Notwithstanding this, the form asks questions which users may need to reseach and come back to so it wouldbe really useful if the form had a save function.  Does anyone know if such a function exists and if not, whether there are there imminent plans to develope one?
    If not, regreattably I will have to try and find another solution for online information gather that has a save and return function.

    hi randy
    I wholely support the request for a save feature for online forms, any idea of an ETA for this?
    Also to expand on this- the ability to print the  web form would be brillant.
    a few options for the  web forms submit to print, save.
    Web forms after/before  submission maybe to save as a pdf locally -  which then could be printed out.

  • Problem with Save functionality for a Screen - Field

    Hi Experts,
    I  have included a custom field with list box option to an infotype. The new filed  displays the values based on the values selected in the standard field which has a list box option.
    Now if we enter the transaction in change mode and change the standard field value without pressing ENTER and click SAVE button, it gets saved with an improper value in the custom field. The reason being the custom field values with drop down list is retreived only after we press enter (POV is triggered) after selecting a standard field.
    Options tried:
    I have included an error message (in PAI)  to stop the values being saved, but the screen beomes disabled.
    I have done my validation only on the custom field as there is no other possibility to validate any other fields on the screen (all are standard). Here the error message pops up and the field is in the enable mode, but it does not retrieve the possible values for the custom field based on my earlier selection for the standard field.( Because as POV does not get triggered in this case)
    Ex.  Std field value = USA
           Custom field   =  United States of America
    I changed the value in Standard field to = UK and click SAVE - It get saved
    Now how to stop it from SAVING and let it know that there is an error in the custom field and it needs to select the right value from the list ie - United Kingdom.
    Lakshmi

    Perhaps a solution is to save the code value, not the text for the code, and only display the text.  In this way, the database would have UK and when you re-entered the screen, a PBO module could obtain the text for UK for display.
    Or, if you must store the text value instead of the code (seems redundant...you can look up the text anytime), an enhancement to the save to database logic to obtain the correct value from the current value of the code and save that to the database....

  • Cannot do save function for existing form

    Just got a new computer with Acrobat Standard 11. When I open an existing form and enter data into those fields and do a save I am told must change the file name. I cannot save this form in the same file name. I can in an another name but I do not want the same form name with multiple names. So I came to this forum for help in how to solve this problem. Anybody?

    Message said something like must save to a different name. I do not have the exact error. It is left at work on my computer there.
    No the folder is not restricted. Can save form after adding data but it has to be in a different name. It is not opened from an attachment. It is open from a folder on a network server.

  • Where can I find a list of names for each component and functions for each component?

    I have a test I need to study for, and we used this program in class during our labs. Is there any place I can find the names of the components and definitions of their exact functions? Thanks.
    If not I'll post pictures of the VI's we created, hopefully this is a simple question though.

    Try the context help.  When you move the cursor over each item, the help window will show a brief description and in most cases a link to detailed help.  It is generally useful to keep context help turned on while programming.
    Lynn

  • Code for SAVE functionality in FPM_OIF_COMPONENT

    Hi Experts,
    I have enhanced the component DPR_DET_DATA_PROJECT_O. The SAVE functionality for this component exists in FPM_OIF_COMPONENT.
    I have to raise error message depending on the custom fields added in  DPR_DET_DATA_PROJECT_O when I click on 'SAVE' button.
    Please share if any ideas where to write the code for SAVE functionality for the custom fields added on DPR_DET_DATA_PROJECT_O.
    Regards,
    Rafi

    Hi Rafi,
    These similar discussions might provide some assistance:
    BAdI or enhancement on SAVE of Cproject
    which badi triggers while saving cproject
    Code to call for saving the data in WDC - DPR_PROJECT_VIEW
    Cheers,
    Amy

  • Interactive Gantt chart & save functionality

    I've been trying to develop an interactive Gantt chart within Web Dynpro ABAP. Things have been going fine and altough there doesn't seem to be much documentation available, I've managed to get a simple Gantt chart WD application up and running.
    The following is said in the documentation:
    "It is possible to store changes made within the displayed Gantt chart as data structures again in the back end."
    I understand this that if I do changes to the Gantt chart, I should be able to "track" these changes in my code (and for example save the changes to database or whatever). Anyhow, I am not able to get this done. I've put break points to the event handler methods, and read the XML from the context node, but the XML has not changed.
    I also enabled the SAVE functionality for the Gantt (in the XML), which made the Save-button visible. If I click the save-button, I would assume that at this point the XML is updated with the refreshed chart data. Anyhow, this does not seem to happen. The XML seem to have lost the relevant part of it (=basically everything under the <graph> tag, which would include the changes (this same problems was addressed also before: Interactive Gantt chart - how to receive updated XML after user changes)).
    Any hints are welcome. I guess that this should not be impossible. I assume that for example in cProjects (which uses Gantt chart a lot) is using this functionality - unfortunately I don't have an access to a cProjects system.
    Kind regards,
    Karri

    Long time, hah..
    Anyways thanks to behave like a responsible person on SCN and taking care of your threads..
    Liked.

  • Functionality for Select and Save layout in a report output

    Hi,
    I had developed a report program containing several fields in the output and requires the Functionality for Select layout and Save layout in a report output.
    Please suggest.
    Thanks,
    Shariq.

    While calling the FM for List Display ( "REUSE_ALV_LIST_DISPLAY" or "REUSE_ALV_GRID_DISPLAY" ) set the Parameter I_SAVE for Setting the Layout and Selecting a different Layouts.
    The possible values for I_SAVE are "A", "U", "X" or others. Depending on the requiement you can set different values for the Parameter I_SAVE.
    ' ' = display variants cannot be saved
    Defined display variants (e.g. delivered display variants) can be selected for presentation independently of this flag.
    Changes can not be saved.
    'X' = standard save
    Display variants can be saved as standard display variants.
    User-specific saving is not possible.
    'U' = only user-specific saving
    The user can only save display variants user-specifically
    'A' = standard and user-specific saving
    The user can save a display variant user-specifically and
    as standard display variant. The user chooses in the display variant
    save popup.
    Reward points if helpful.

  • Enhacement for xd01 customer save function

    Hi i want enhacement name for relevant customer enhancement which triggers during SAVE function during creation of customer from standard SAP transaction (XD01).
    Thanks,
    Manohar

    Hi
    Re: Screen exits avavilable for xd01/02/03 in 4.6c
    Regards
    Pavan

  • How does one ensure an automatic save function every 5 mins for any document you are working on. Yesterday I erased a doc I was on and had to rework from the start.

    How does one ensure an automatic save function every 5 mins for any document you are working on. Yesterday I erased a doc I was on and had to rework from the start.

    Well I understand that auto save is already present and saving your doc every 5 mins. But then why do you think, this did not happen yesterday in the following case?? I wrote one page of a long document and wanted to format it before proceeding. I selected the part to be formatted and instead erased it. I could not find that page again. I had to rewrite the matter.

  • 'Save' function inactive in user defined PF for CL_SALV*

    Hello,
    I've implemented OOPS ALV using CL_SALV* classes and defined a PF Status with 'Save' functionality copied from the Standard PF Status SALV_TABLE_STANDARD of the function group SALV_METADATA_STATUS.
    However, the said SAVE function button is not active on execution of the report. I've checked the activation/visibility of the function using methods get_function(), is_active() and is_visible () but everything seems fine.
    Please help.
    Thanks,
    Shalabh Jain

    I don' think anything wrong with SALV Class.  I tried the same by copying standard GUI Status "SALV_TABLE_STANDARD" to a Z GUI Status and it worked perfectly.  I followed below steps
    - Copy standard GUI status "SALV_TABLE_STANDARD" to "ZSALV_TABLE_STANDARD"
    - Changed the Function code of SAVE button to "SAVE"
    - Activated GUI Status.
    - Attached the GUI status to the Z program
    - Call method SET_SCREEN_STATUS
    DATA : lv_sypfkey  TYPE sypfkey.
        lv_sypfkey = 'ZSALV_TABLE_STANDARD'.
        TRY.
            lr_table->set_screen_status(
              EXPORTING
                report        = sy-repid
                pfstatus      = lv_sypfkey
                set_functions = lr_table->c_functions_all ).
          ENDTRY.
    Regards, Vinod

  • Batch determination in production order for a component

    Hi All,
    Is there any FM or BAPI which can determine batch for a component in production order and save it. I don't want to use call transaction method for CO02 as this determines batches for all components in production order during saving process

    Hi,
    Look at BAPI 'BAPI_MATERIAL_GETBATCHES'. This might help you.....
    Here ia sample code:
    CALL FUNCTION 'BAPI_MATERIAL_GETBATCHES'
    EXPORTING
    material = MATERIAL
    BATCHNUMBER =
    plant = PLANT
    expirydatefrom = DATE
    EXPIRYDATETO = 99991231
    AVAILABLEDATEFROM =
    AVAILABLEDATETO = 99991231
    IMPORTING
    RETURN =
    TABLES
    batches = it_batches.
    Regards,
    Raj.

  • Anybody have a truly functional Patch Management Component?

    Does anyone have a flawless Patch Management component? One that updates caches, distributes patches, completes a daily subscription download, and just works the way it's designed to? If so, what's your setup? ZCM and agent version, Windows, SLES, Internal DB, etc? I'm just curious if switching our configuration would help our situation. We've had issues with Patch Management for as long as we've had the product. I have two SRs in and nothing is happening. :-(
    We're running the ZCM 11.2.1/SLES 11 virtual appliance. Single primary and an internal Sybase DB.

    Originally Posted by jdkoerner
    The forceful update is due to bad setup of the patch bundles. Usually you
    can look in your application or setup event log and see the switches that
    are being used by patch management. On a lot of non MS critical patches
    they are wrong or the logic of the bundle ignores if you have set to no
    reboot. For example a number of Lync patches don't end up with the
    /norestart switch even if you set the deployment to no reboot.
    Getting individual patches fixed is a real pain. I have one SR from March
    that still has not got anywhere and it actually the second one for the same
    problem. I stopped doing new SRs for individual patches after I got Acrobat
    reader 10.1.2 and then 10.1.3 fixed so they would install correctly on 64
    bit machines. Now 10.1.4 is wrong with the same problem but I am sick of
    going through the hassle when nothing was learned or carried forward from
    the 2 previous patches. I think problems with individual patches obviously
    don't get much priority but if they don't work then what is the point of
    using patch management.
    I am sure most of us here could generate a list of patches that do the
    forceful no warning reboot but not sure if we would have to SR each one or
    could do it as a bundle. If we dumped in a number of them the may get
    looked at with a little more urgency.
    Jim Koerner
    Server - ZCM 11.2.1 w/MU2 and Internal Database on Win2008R2x64
    Client - ZCM 11.2.1 w/MU2 on Win7SP1x64 and WinXPx32
    "baarsd" <[email protected]> wrote in message
    news:[email protected]...
    >
    > I can't say we have either! We are running ZCM 11.2.1 as well (Windows
    > server 2008 R2 x64) with an Oracle 11g backend database (on Windows
    > server 2008 R2 x64) and have just started using ZPM - I have an SR
    > (#10794524091) open because all the patches I've tried deploying have
    > varying levels of failure -
    >
    > - tried deploying Adobe Reader 10.1.4 update as a baseline, machines
    > started rebooting VERY forcefully (no chance to save anything, just
    > *bang* it's rebooting)
    > - Skype update failing to install (that's posted here
    > http://forums.novell.com/novell-prod...h-failing.html)
    > - Java updates reporting errors;
    > "Action "Failed to launch C:\Program Files
    > (x86)\Novell\ZENworks/zpm/Remediate.exe. Exit code: 144" of the child
    > bundle "Oracle Java JRE 1.6.0_35 for Windows (Update) (All-)195861068"
    > failed."
    > In "Programs and Features" it appears to be installed but if I try and
    > verify java ('Verify Java Version'
    > (Verify Java Version)) it says it isn't
    > installed
    >
    > So I'm not very impressed with the product at the moment
    >
    >
    > --
    > baarsd
    > ------------------------------------------------------------------------
    > baarsd's Profile: View Profile: baarsd - Novell Forums
    > View this thread: Anybody have a truly functional Patch Management Component?
    >
    If you're getting slow responses on your SR's, you can post on the Product Neutral -> Talk to a technical services manager and post your SR # and they should be able to prod things along for you, hopefully.

  • Problem with SaveAs function using random paths.

    The Setup:
    Part 1) I have a folder-level script that allows me to perform a SaveAs function from within forms. I do this as a way to save the document quietly in the background. The effect is that the file is overwritten by a copy of itself. The script is:
    var mySaveAs = app.trustedFunction( function(oDoc,cPath,cFlName)
        app.beginPriv();
        cPath = cPath.replace(/([^\/])$/, "$1/");
        try{
            oDoc.saveAs(cPath + cFlName);
        }catch(e){
            app.alert("Error During Save");
        app.endPriv();
    Part 2) From within my documents, I perform the save by calling the function below:
    function runSave()
    {if(typeof(mySaveAs) == "function") {
        var pathArray = this.path.split("/");
        var myFileName = pathArray[pathArray.length-1];
        var cPath = this.path.slice(0,myFileName);
        mySaveAs(this, cPath, myFileName);
    } else {
        app.alert("Missing Save Function\n" + "Please contact forms administrator");
    Part 3) I have several large forms that utilize an autosave to call the save function according to a time interval of 5 minutes, using:
    app.setInterval(runSave(), 300000);
    The Problem:
    Part 1) The autosave feature works fine and it works silently in the background. However, I start to experience problems when I have two forms open at the same time. If, for example, I have a form from one folder open, and open a form from a second folder, the save feature will sometimes save the active document to it's original folder (as intended, overwriting itself and creating an autosave) or sometimes save to the second document's original folder. This leaves me with an updated (autosaved) copy of the document in the wrong folder, and a non-updated copy in the original folder. This seems to vary depending on which document I opened last and/or which document is currently active. Though I can't seem to find the right combination.
    It's as thought the "this.path" is getting confused.
    Part 2) Worse still, if the two documents have the same name, as is often the case with these forms, any incorrect filing when saving causes an overwrite of the second document and loss of data.
    Part 3) To makes things maddening, this also happens at times when no second folder or second document is open. Instead, the misfiling saves the single, active document to a recently accessed folder. For example, I'll open a local folder and open a Word doc, close the doc and the folder, go to a different folder in a different root (a networked folder), open the form, and it autosaves to the local machine in the folder with the Word doc. So now not only do I have a non-updated copy in my correct folder, I have no idea where the updated copy was actually saved to until I come across it some time later.
    Part 4) Again, worse still, the previously accessed folder might happen to be one that contains a document with the same name, and that document gets overwritten by the autosave. I'll have no idea that the form has been overwritten until I happen to open it some time later and see that it contains data from a totally different form.
    What is going on and how do I stop it?
    Adobe Acrobat X Pro on a PC.

    Thank you, that is helpful to understand. I'd like to keep it as 3 parameters, as all my documents currently output 3 to the trusted function. And I'd still like to keep the error catch, but I'm not sure why the previous trusted function from the tutorial is no longer working, so I just want to run this by you:
    safeSaveAs = app.trustPropagatorFunction(function(theDoc,thePath,theFileName){
        app.beginPriv();
        var fullPath = (thePath + theFileName);  
        try {
            theDoc.saveAs({cPath:fullPath});
        } catch(e) {
            app.alert("Error During Save");
        app.endPriv();
    myTrustedSaveAs = app.trustedFunction(function(theDoc,thePath,theFileName){
            app.beginPriv();
            safeSaveAs(theDoc,thePath,theFileName);
            app.endPriv();

  • I have a site I do business with. They do not authorize passwords unless a dealer. I do no have on an auto save function, as I want to type my passwords in ea

    I have a site I do business with. They do not authorize passwords unless you are a dealer. I do not have passwords on an auto save function, as I want to type my passwords in each time for security. My password for this site will only work a short WHILE, AND THEN it will not be recognized by the site and I cannot get in.
    Then I must contact the company to reset or clear it manually on their end so it can be reset. They always give me the SAME SETUP PASSWORD to use. I use it, then I RESET PASSWORD on my end. The computer seems to remember my user NAME AT least on my computer as it comes up once I start typing the username in. They SAY IT is a settings issue on my end. I do not have this problem on any other site even THOSE WITH higher SECURITY. I need to FIX the issue OR may LOSE ACCESS To the site as is very aggravating for them and they say other have had the problem but usually with chrome but never constantly.I am not that computer literate ,but my husband is an IT Security professor and textbook writer but says doesn't really know Firefox. I do not really want to store passwords on computer as have been hacked several times. He and I do not understand some of the terms mentioned. since it is not a problem with other sites it should be fixable. Please me help using terms I or my husband can understand without having to give Firefox all my passwords. I would be happy to set up something different just for this one site if I need to but need easy instructions. Have cleared the cookies before but it still happens. What setting do I need to change or set to fix this? the other questions that come up seem very different and do not apply. FF 22 now but happened w other FF versions.

    I'm having a little trouble understanding the part about your password having to be reset. Why is that happening??
    Let's start with Firefox's settings:
    (1) You can configure the password manager feature on this tab:
    orange Firefox button (or Tools menu) > Options > Security
    There is a checkbox to enable/disable the feature.
    There also is a "Saved Passwords" button to review and remove any passwords you do not want Firefox to keep.
    That tab also has a feature to set a Master Password so that no one can use your saved passwords without knowing the Master Password. You may need to exit Firefox in order for Firefox to ask for that again.
    Related articles:
    * [[Password manager - Remember, delete and change saved passwords in Firefox]]
    * [[Use a Master Password to protect stored logins and passwords]]
    (2) Site-specific permissions
    If you want to use the password manager for other sites but NOT a particular site, you can configure that in the Permissions Manager.
    In a new tab, type or paste '''about:permissions''' in the address bar and press Enter.
    After the page loads, use the search box in the upper left corner to narrow down the list to the site you want to configure. Highlight the site on the left side, and on the right side, choose Block under Store Passwords.
    (3) Form autocomplete suggestions
    Separate from passwords, Firefox remembers entries you've made into forms (in most cases) and lists the matching ones below the form field in a drop-down.
    To clear a suggestion, press the down arrow key to highlight it and press the Delete key.
    To turn off this feature, see this article: [[Control whether Firefox automatically fills in forms with your information]].
    To review and selectively edit or delete form history entries, you need an add-on. For example, you could try this one: https://addons.mozilla.org/firefox/addon/form-history-control/

Maybe you are looking for

  • Define the Characteristics of the validity table for non-cumulatives

    Hi Friends,   Here I am designing MultiProvider ( ZCA_M01), based on the Two Business content info cubes (0IC_C03 & 0SD_C03 ) & one customized info cube (ZPUR_C01). I done Identification for char & keyfigures also. When i trying to activating the Mul

  • How to use CTS+ in PI 7.31 Java-Only?

    Hi Gurus, The basis colleague told me that the configuration with CTS+ is finished and I can use it to transport objects. In PI Test-System E03 the Tools "Export Design Objects" the Mode "Transport Using CTS" is avaiable. Everything runs well. Now in

  • HTML Tags in Crystal

    Hello All, Since my replies were deleted for some unknown reason from the feature requests thread, I Thought that i might be missing something and Maybe someone can shed some light on this issue for me... We're using Sql Server 2008 to store our data

  • Problems with HTML in 11g

    Got 11g up and running without too much difficulty (Win2003) but I'm having trouble getting HTML content to render. For example, create a simple analysis, add a narrative view, check the "Contains HTML Markup" button, and put HTML in there, but it co

  • Labview project functions differently when compiled

    I have a medium sized labview project that is causing me trouble.  It will work properly when I run in development mode, and it will compile with no problems, but when I run the executable it no longer functions the same.  It seems that large portion