Print form and data

Acrobat 8 Pro, Am trying to print form and the data that has been completd in the form.
Prints blank. Have flattened form but data just disappears. Hav tried using Photoshop
same result. Macbook Pro OSX 10.8.2 intel.
Can any one assit with this as it seems to be an obvious problem from www research
with a less than obvious solution.
Thank you

Use the below function module to know the name of the function module generated by Smart form.
Determine smartform function module for purchase document
  CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
      formname           = lf_formname
    IMPORTING
      fm_name            = lf_fm_name
    EXCEPTIONS
      no_form            = 1
      no_function_module = 2
      OTHERS             = 3.
  IF sy-subrc <> 0.
error handling
  ENDIF.
Now call the obtained function module
CALL FUNCTION lf_fm_name
    EXPORTING
      archive_index      = toa_dara
      archive_parameters = arc_params
      control_parameters = ls_control_param
      mail_recipient     = ls_recipient
      mail_sender        = ls_sender
      output_options     = ls_composer_param
      user_settings      = ' '  "Disable User Printer
*interface designed in your smartform
    TABLES
Interface designed in smartform
    EXCEPTIONS
      formatting_error   = 1
      internal_error     = 2
      send_error         = 3
      user_canceled      = 4
      OTHERS             = 5.
  IF sy-subrc <> 0.
  ENDIF.
Refer the include /SMB40/FM06PE02 and sunroutine PROCESSING_PO. The above include is part of the print program of Purchase order.
******Reward points if useful
Regards,
Kiran Bobbala

Similar Messages

  • Report, Form, and Data Component portlets go to error page

    I am able to add Report Form and Data Component portlets to my page, but when I click on the define button it takes me to my error page.
    Have I missed configuring something?

    hello friends,
    thanks for replly,
    i m using command noe after table node in main window, but i want display the data below the main window , it is diplaying  new page as required but only missing data below the main window.
    to be more clear i want to print all the window in first page then only go for next page , so is there any condition or parmeter in main window to go next page only agfter completion of first page.
    dont worry abt points.

  • Missing forms and data

    I was using Adobe Forms Central and my subscription expired. When I updated my credit card information and logged in, all of my forms and data are gone.  How do I get these restored?

    I am having this same issue too. I have lost an 8 page form and I can't find it anywhere. I had 2 forms- one that was online and one that wasn't. the one that was online is gone, the other is still there

  • Difference between data form and data grids

    Can anybody tell me what is the difference between data form and data grid.
    Regards

    data forms have restricted access. user can not access all the dimension and members, based on his role and authentication can access the form.
    data grid r used for calculation, currency translation and coslidation and it consists of menu of options for diffrent consolidation based on cell status.
    data grid can have line item information, description and cell status information.

  • PDF form with one submit button that prints form and sanves PDF with data with a unique file name

    We have a long medical form that patients can fill out at kiosks as they wait to see a doctor. We want one button so that the patient can print out the form with one click (and finish filling it out by hand if it's not finished already) and the same button click will save the form with a unique file name (using last name, first name, date, and/or email address so that the identity of the person who filled out the form will be readily apparent to anyone who wants to grab the user's responses later). Is Acrobat capable of doing something like this? LiveCycle Designer maybe? And if we continue with the PDF form and add a submit button, is there a way to program the button click to print and to save?
    Thank you in advance of any suggestions that might accomplish this task.

    I am not sure about the print, but it can probably be done -- possibly with a bit of JavaScript. As to the saving of the form, that is not reasonable at a kiosk. You would want the data submitted to a server (particularly with patient data), no e-mail or accessible drive. You can collect the data and put it in a database or import it to the form for printing yourself.

  • Printing Page # and Date

    New using Adobe reader xi wondering when printing how to print page number and date.

    There's no built-in option in Reader to do that, but it can be achieved (assuming you're using Reader XI) with a script.

  • Manually printing Forms and Reports

    Hello All;
    I have a request to print all forms and reports of a project once it's closed in PCM14. Prior to upgrading they were able to do this by passing argument of the closed project to GeneratePDF.exe... (PCM13.1). this is no longer available in 14 and BI, and asking for advice on how to address such a task or maybe where to go from here. I've searched here and Oracles KB site, I have a bit more insight but not much more.
    Any insight and advise greatly appreciated

    Well, it depends on the number of concurrent users and appln/database size
    We have a solaris box where we have installed 10g AS and 10gDB with RAM of 8GB and hard disk 350 GB
    It works fine and we have around 25 concurrent users
    Rajesh Alex

  • SAPScript: export print form and import with different name?

    Hi!
    I need to export print form from one system and import it with different name to other system.
    For this I run RSTXSCRP but the problem is that when I spefify different name for a form while importing, it gives an error...
    I tried to edit exported file before importing changing form name inside a file, but this not helped...
    Any ideas?
    Will reward,
    Mindaugas

    thanks for input, but I probably do not understand what you mean...
    here is what I need:
    for example: if I have ZNEWFORM in system1, then I need to export it from system1 and to import to system2 with form name ZNEWFORM_ZZ... is it possible?
    thanks again,
    M.

  • How to differentiate between printed form and form sent by Mail

    Hello All,
    We have a requirement where we need to print a different text in the smartform based on whether the PO is being printed or being sent by mail. There is a radio button in PO Output screen which lets you select whether to print the PO or send it by mail. Would anyone know which table holds this data?
    Thanks for your time.
    Regards,
    Johnson

    Hi
    Which SRM version are you using ?
    <u>You can change smartform in transaction SMARTFORMS. Choose From BBP_PO and click on edit button. Go to Global Settings\Global definitions and go to Initialization tab.</u>
    <u><b>You will find the relevant field in SF_PO structure</b>
    Based on the PO GUID, read the PO relevant data using the function module BBP_PD_PO_GETDETAIL. Hope here you can identify the table / field names as well.
    </u>
    <u>Also, you can add
    IF... ENDIF statements and add a flag variable
    based on the current status of document. And use this flag to differntiate between the two statuses.</u>
    <i><u>Related link -></u></i>
    Re: SRM PO Print
    <u>SRM PO Print</u>
    Re: How to change default smartform triggered while printing for shopping cart
    PO output (classic scenario)
    Revised PO
    Re: SRM PO SMARTFORM
    delete printed PO
    <u>Trigerring Smartform</u>
    Trigering Smartform
    Re: SRM PO Form
    Do let me know.
    Regards
    - Atul

  • How to Capture print jobs and Data with WIN32 API?

    My organization has about 5 network printers and copiers to which a computer can print. What I'd like to do is build, if possible, a simple JAVA program to intercept what the users are printing (from any application) and capture certain information about the print jobs before it gets sent off to the specified printer.
    For example, when a user selects print from the menu in MS Word, and after the Ok button is pressed on the printers dialog window, have my program then pop up asking the user to fill in specific information (who they want to charge for the print job...this is typically an internal billing code, etc.).
    The program would have to capture the name/driver of the printer users are printing to, the document they printed, number of pages, number of copies, date/time, etc.
    Is/are there Windows API's to help in my programming of this application? I've been, unsuccessfully, searching MSDN, web sites, etc. on how to intercept/detect a print job. Any help would be greatly appreciated!
    Thanks ahead of time...

    Hi,
    Printing is nothing to do with database transaction. SP will not apply here. You may only try SDK.
    Thanks,
    Gordon

  • Problem with update form and date (show 1970-01-01)

    Hi, I've a update form (php/mysql) with many date input field. When my date is 000-00-00 I show 1970-01-01. Why??
    This is the code:
    label for="data_chiusura"><strong>Data chiusura</strong></label>
          <input type="text" name="Data_chiusura" value="<?php echo $string=$row_Recordset1['data_chiusura'];
        if($string == '0000-00-00'){
        $string = '';
        } else {
        $string = date("d-m-Y", strtotime($string));
        }; ?>" id="Data_chiusura">
    Thanks
    k

    Why would the date ever be null? As long as the date has a non-zero, non-null value this function will work correctly.
    I'm a little confused by what you are doing here. So, you are pulling data from a table, and populating forms with it. This particular field is a date field, and the problem is that when the data for that field is a null, you are getting instead a date of 1970-01-01 displayed in that field - is that correct? What do you want to appear there when the data is null? Nothing?

  • How to create a submit by email button that emails the FORM AND DATA

    I have Adobe Acrobat Pro 8.  I've created a fillable form that can be fillable and saved in Adobe reader.  How do I add a submit by email button that will send me the form with the data?  Right now I am only getting the data.  I need the form with the data.
    Thank you in advance, Rob

    When you set up a submit form action, you have the option of choosing the form data (FDF, XFDF, HTML) or the complete PDF. Choose the latter. For this to work with Reader (prior to 11), the document has to be Reader-enabled, which you do by selecting: Advanced > Enable Usage Rights in Adobe Reader

  • Print time and date on photos

    I need to print date and time on some photos that I print; who can I do this.  Do I need special app?

    What app are you using to organize your photos? If you are using Aperture you can create a watermark and put the date and time on it however that would be tedious. You can also annotate documents in Preview which would allow you to input the date and time, again this would be tedious.
    If you have a large number of files to do this with then you may want to automate the process by learning how to do this in the pre-loaded Automator app on your Mac.
    You can also look in the Mac App store to see if there are any apps that offer that feature for you.
    Finally, many cameras have that feature built into them, primarily point and shoot cameras.

  • How can I set FireFox to print URLs and Dates on printed pages

    I expected this function to be listed in "Options" but....
    Or does this happen inherently?
    Thanks, Martila

    File > Page Setup > Margins & Headers/Footers tab<br />
    See: http://support.mozilla.com/kn/kb/Printing+a+web+page#Margins_and_Header_Footer
    You need to update your plug-ins. It is important to keep them updated due to continuing security fixes and improvements in those plug-ins:
    * Adobe PDF Plug-In For Firefox and Netscape 8.2.3
    * Java Plug-in 1.6.0_07 for Netscape Navigator
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use Firefox to download and SAVE the installer to your hard drive from the link in the article below
    #**On the Adobe page, un-check any extra items (i.e. Free McAfee® Security Scan Plus) then click Download button
    #**If you see message just under tabs, DO NOT click the Allow button, instead click below that where it says "click here to download".
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link and more information</u>''': https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    #*After the installation, start Firefox and check your version again.
    #'''Update Java:''' https://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox
    #*NOTE: Firefox 3.6 and above requires Java 1.6.0.10 or higher; see: http://support.mozilla.com/en-US/kb/Java-related+issues#Java_does_not_work_in_Firefox_3_6

  • PO Print out and data issue in Aribic Language -AR

    Hi Guru,
    Thanks in advance..........
    I am facing problem in PO print out in AR language.
    When i print Compnay phone no. of PO in E language is printing correct like - +962 4400402
    But i select message type 'AR' then Company Phone No. printing like this - 96264420404+.
    Can any one can suggest we have any FM for converting telephone no. in AR language in same format - like +962 4400402.
    Regards
    Durgesh

    Hi,
    I think it is the issue of text wrapping.
    Are you using different text elements to display this text or same in both languages?
    Thanks,
    Archana

Maybe you are looking for

  • Video on an iWeb page

    Hi, I know how easy it is to drag and drop a video onto an iWeb page. I believe it uses QuickTime as the player. Is there a way to get a broader reach with the video though? For example, Mac users will have Quicktime so they would be able to see the

  • How to enable the AF Point Illumination in Program mode in Canon 70D ?

    Hi,I don't see AF focus points illuminated in any of the modes except Automatic (with and without flash). I remeber seeing this before in P mode. I reset the camera to factory defaults but not yet visible. Wondering if it is a cemra issue. Please let

  • Opening Blend, I'm met with TWO device choices my Z10 and another that I don't recognize

    Actually, when I first open Bland on Samsung Tab S, I see my Z10.  I enter the Password.  It goes through some process and then I am met with TWO device, the Z10 and Device-xxxx where I guess XXXX is some partial PIN number but I don't recognize it. 

  • Os version 7.1 error in downloading software for torch 9860

    hi, i need help on how i can successfully download the new version 7.1 for torch 9860. its always showing "an error occured while downloading software for your device". it's really **bleep** me off. please help me. thanks in advanced. peachytot

  • Email setup: application servor error

    Hi all, I have just made a general update by computer and know I am not able to set my email adress on my BB Curve 9300. I have a Gmail account and when I choose to set an internet email account I have an error message : "your phone have met an error