Email  pdf  document

I  has  to  do  development  from  scratch  and  below  is  the  requirement  ,  please  help  me  on  developing  logic  as  i  am  new  to  ABAP,
Create a new program of type sub-routine pool (S) with name ZMMENPOMAIL.
The standard program SAPFM06P is used with sub-program ENTRY_MAIL (FM06PE02) as basis for this program.
The existing logic in the program and sub-program ENTRY_NEU describes the email dispatch.
The logic of customer program should build following logic:
u2022     Read the order data with functional module ME_READ_PO_FOR_PRINTING and check if the requestor exists (EKPO-AFNAM). 
u2022     Determining the  E-Mail Address of requestor (refer below)
u2022     Generate the PDF Documents (also refer ADOBE_PRINT_OUTPUT in program SAPFM06P)
u2022     E-Mail dispatch via CL_BCS classes
Determine email address of requestor as per agreement with the purchase:
EKKO-LOGSY is initial:
Call the functional module FM BAPI_USER_GET_DETAIL without destination and USERNAME = EKPO-AFNAM.
Read the email address from the IMPORTING structure ADDRESS. It is assumed that the field EKPO-AFNAM is filled.
Important: If the user does not exist in current system/clients, we have the option to specify the email address!
Many  thanks.
Moderator Message: Do your own work.
Edited by: kishan P on Mar 8, 2012 11:55 AM

The regular built in firefox pdf viewer doesnt have , you can try to use the feature filled Adobe reader though, see the article below.
* [[Use the Adobe Reader plugin to view or download PDF files]]

Similar Messages

  • Email PDF Documents

    I've been using Acrobat Reader for quite some time but am a Newbie with Adobe Acrobat's features. I need some information, if someone out there would be so kind. Once you create a PDF document, of lets say 10 pages, is it possible to email only CERTAIN PAGES, or do you have to send the entire document?
    Thanks
    Mike Shepard

    you might use XSLT:
    create a xml document with the required data (valid to a special DTD you 'd have to design).
    create a xsl stylesheet which transforms this xml document to pdf
    how it might work:
    - servlet receives the request
    - servlet generates (FileWriter) the xml document
    - servlet transforms the xml document using the given stylesheet (javax.xml.transform)
    - you could link the output (result) directly to the servlets output stream, alternatively you could write the result to a temporary file and redirect the request to the given file which will be deleted after a while...
    hope it helps :)
    PS: you might also use cocoon which is (as i think) java based - but i didn't work with it now - sorry

  • Edited text not appearing in emailed .pdf documents

    I use the typewriter tool to add text to an already existing .pdf document. When I save the document to a folder and reopen it, the text is visible. When I attach this document to email using Entourage, the text I edited is not visible. What am I doing wrong?

    If you go into the pdf with acrobat professional (not available w/ reader) and open the forms editing menu and double click on the field that is not appearing you can check the settings (I think it is in general settings tab). One of the setting is to make the info typed into the field visible or not visible. It could be set to not visible.

  • How to set a button to flatten & email PDF document

    Hi everyone, I am new enough to form creation and have a request for any help?
    I have a form I would like to give to someone.
    They should be able to fill it as they need to in reader etc. (with various basic fields and an incrementing number for each form used which I have already put in) then they need to press a button on the bottom that will flatten (or make the form read only) and attach it to an email. I would like this to be able to save as to say iBooks on an iPad and to a folder on anroid tablets. Is this possible?
    Also, if possible, is there a way to have it that the details entered could be transferred to a secondary pdf?  As a kind of summary page?
    I have only basic knowledge with all of this and little of Javasript so if there are scripts to put in, could you say where they go? Also Im making this in Acrobat 9 pro.
    Thanks so much for any help offered.
    Ian.

    Actually it depends on how your DVD is set up and your menus.
    Often we have movies with Audio Commentaries or Subtitles. Now you can get all complicated and have a Setup page etc or... you could have say an extras page which has a button that says somehting like Play Movie with Audio Commentary. In your timeline you have you movie with it's normal sound and then below that you have a second audio that is your commentary
    Click on Play Movie with Audio Commentary button. In the Inspector (usually Bottom Left of the screen) you'll have the button Target as the movie. Below that you will see you have Streams with Drop down menus. In Audio select the second Audio Stream in the drop down.
    Same goes for Subs which you'll see is there also. It all depends how you have your project set up and what you are trying to achieve.
    This can also be achieved with scripting - which would probably be needed if your requirements are more complex.
    Hope that helps

  • How do I rotate a received email pdf document

    email attachments i receive need rotating to view...How do I rotate them??

    The regular built in firefox pdf viewer doesnt have , you can try to use the feature filled Adobe reader though, see the article below.
    * [[Use the Adobe Reader plugin to view or download PDF files]]

  • Email uploaded PDF document

    Hi,
    I want to email PDF  document uploaded using FileUpload UI element as attachment.
    I have seen many posts on this, but not found solution yet.
    One workaround suggested is storing uploaded document on server and then sending the document by reading it from specified server path. But there are few problems with this approach. As many users will be accessing this application unique name needs to be generated for each uploaded file.Also, after sending the file it should be deleted from the server.
    Is there any way uploaded document (in binary form) can be send via mail without storing it on the server?
    Thanks,
    Apurva

    Hi Apurva
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5f27e290-0201-0010-ff82-c21557572da1
    just go through this  link hope u will find ur answer
    Regards
    Ruturaj
    Edited by: Ruturaj Inamdar on Oct 6, 2008 9:29 AM
    Edited by: Ruturaj Inamdar on Oct 6, 2008 9:30 AM

  • External Email (PDF Attachment) while PO is created or Changed

    Hi All,
    I have a requirement as below.
    1. When a PO is created / changed then saved, the PO Form is to be sent to the respective vendor through External Email along with the PO Form printout generated.
    2. The PO Form is to be attached in the Email (PDF Document).
    Please write to me if you have a suitable solution for this requirement.
    I have created the PO Form in SAPScript. Is it possible to develop the above requirement in SmarForm? Please suggest me.
    Thanks in Advance,
    Kannan.

    Since you are using SAPScript I thought this solution would be simpler. We are also using SAPScript and email all document types when necessary.
    1. As suggested before: create an output type as an email type (Same as mornal output just the value 8 for transmission medium).
    2. For ease of maintainance I copied the associated printing program to a new program and link this new program to the output type as normal.
    3. In your print program make the following changes.
    (a) include code below just before your open form. You can read the email address from whereever you have them. In this example they are read from a custom z* table ZEMAIL_TEMP . Sometimes we read them from customer master, vendor master etc.
    (b) make sure you have the folowing export parameter in your "START_FORM" Function module
         MAIL_RECIPIENT = RECIPIENT_OBJ
    4. Make sure your conversion rules are set properly. Transaction code SCOT Setting-->Conversion Rules
    SAPScript text is an OTF type. We are converting our forms to PDF so we have the following entry:
    Format = OTF     
    Format to = PDF
    Ranking = 1        
    Function Module = SX_OBJECT_CONVERT_OTF_PDF</b>
    5. The are other bells and whistles (like changing the email header) that I can happily share once/if you are happy with your solution.
    Hope I am not missing any vital info.
    Good Luck

  • PLEASE HELP. Cannot open a PDF document via a link in an email. I am using Mac 10.7.5 and Firefox.

    If I receive a PDF document attached to an email by way of an icon, I can double click on the PDF icon and the document opens. HOWEVER, if I receive a link to a PDF document in an email, and I click on the link which leads me to a webpage with another link to a PDF document, when I click on the document, a new web page opens but NOTHING happens - no download box - just nothing.
    Please help. This is so frustrating.
    Yes, I can right click and 'Save As' - but I don't want to. I want it to open as it used to open - displaying the open PDF document in a new web page.
    Then I tried to click on a download button on a website to retrieve my statement - but again, a new web page would open but it would be BLANK. No sign of any download.
    When I used to open PDFs on a webpage, I used to get the Download box which asked if I want to OPEN or SAVE. This doesn't appear any more.
    Any help would be appreciated.
    I have already gone to HD / Internet Plug-ins and deleted the two Adobe PDF plug ins - but this hasn't fixed my problem.

    Click on the below link :
    https://get.adobe.com/flashplayer/otherversions/
    Step 1: select Mac OS  X 10.6-`0.`0
    Step 2 : Safari and FIrefox
    Then click on " Download Now"  button.

  • How can I attach a PDF in an email, using javascript in PDF document?

    How can I attach a PDF in an email, using an interactive button in the PDF-document?
    I tried to create a form button with the menu action 'attach this PDF in an email'.
    This Send.to-action doesn't work with Microsoft.
    Does anyone has a solution by implementing a javascript-code for this in the PDF?

    Dick,
    Thanks for your replie.
    Nice alternative, but it still doesn't work on a Windows machine when the
    mail software from Microsoft doesn't react on PDF actions.
    You can do many things in Acrobat, but it is a problem when it doesn't work
    on Windows and iPad.
    So now I am looking for alternatives like  interactive magazine software
    (based on html5).
    2012/5/11 dick the flash <[email protected]>
       Re: How can I attach a PDF in an email, using javascript in PDF
    document?
    created by dick the flash <http://forums.adobe.com/people/dicktheflash>in
    JavaScript - View the full discussion<http://forums.adobe.com/message/4395927#4395927

  • How can I convert an email  in a PDF document?

    iOS
    How can I convert an email  in a PDF document?

    There is no "system solution" that turns an e-mail into a PDF file. In other words, it's not a functionality of the iOS. And there are some apps around that say they turn some documents into PDF files, but in every app that does that, I've never seen one that does so for the entire e-mail itself, but only for the "text" of the e-mail (which won't include the "to" and "from").
    BUT, you can get part of the e-mail through a screen shot and you can get more of the e-mail by going "portrait" style and not "landscape". Then after getting the screen shot, you can turn that into a PDF file by those apps I was referring to up above,

  • I have an issue with some PDF documents   some MS Office documents, notably MS Word when received in eMail as attachments not displaying on iPhones, iPad 2s

    Hi,
    I have an issue with some PDF documents & some MS Office documents, notably MS Word when received in eMail as attachments not displaying properly on iPhones, iPad 2s & new iPads?
    PDF docs - areas of the doc only show as grey splotches regardles of viewer
    MS Word Docs -
    inserted graphics don't display at all,
    tables & lists especially with borders are broken &
    tables & lists missing the borders &
    tables & lists missing the 1st 1-2 lines of the lists/tables.
    This is replicated on iPhone 4s, iPhone 4Ss, iPad 2s, iPad new (x2)
    It certainly happens in iOS 5.1.1 & iOS 5.1
    We believe it all worked aok in iOS 5.0.1(?) & prior
    There is no problems reading/seeing these PDF & Word docs on anything other than iDevices.
    This is rather critical for us & if not quickly fixed/rectified will prevent us from further purchases of these devices
    Rolling back to iOS 5.0.1 or prior I believe isn't possible because of the BaseBand update(?) & isn't much of an option because of the quite noticeable Battery/Charging/WiFi improvements in 5.1 & 5.1.1

    Hi,
    I logged a call with AppleCare & have since had explained why this occurs (some time ago)
    I'll try to explain what was indicated to me.
    iOS has a limited Font Set & this affects what PDFs can display. You need to use iOS supported fonts in your PDFs to see/read them properly  
    These supported fonts are indicated here => http://support.apple.com/kb/HT4980
    Regards MS office docs, iOS doesn't have much of an API to work with MS Office documents at all so is stuck with 3rd Party Apps to try to do it.
    Unfortunately Mail in/on iOS uses the API to attempt to open/use MS Office attachments unless you tell it to use an App to open the attachment.
    I have had success opening & reading MS office docs now with CloudOn, but find it slow & very awkward to use.
    Not too sure if this helps others, but at least it explains why this is occurring

  • Sending a PDF document with email from ITS.

    Hi all,
    I'm working on the following scenario:
    I've a sapscript form which is being converted to PDF and then being dispatched to logged in user's email id. All this is happening in a report.
    Now, when I call this report from ITS, the email with PDF is not sent.
    I'm using following chain to do this task.
    1. Call a RFC function (FM1) module from ITS.
    2. Call another function module (FM2) from this function module starting a new task.
    3. From this second function module, I submit my aforesaid report with this code.
    SUBMIT ZV_SCRP_DOWN_PDF
      WITH s_vbeln   =  contract
      WITH p_parvw   =  p_parvw
      with user      =  user
      and return.
    4. Commit work in first function module(FM1).
    The problem is that this chain does not run when I call it from my ITS application whereas the same chain runs smoothly from sap, i.e I call the first function module and the email with pdf is sent to my email id. What am I missing here. Pl. help.
    Thanks in advance.
    Vishwas.

    Hello,
    The parameters that can be used in the URL when opening a PDF document are
    described in the document :
    Open Parameters for PDF
    http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
    Regards

  • I received a .pdf document as an attachment to an Entourage Email. It refuse to print on my HP4050N printer which is otherwise performing as advertised. Printing fron the desktop, Adobe 9.4.4 nor Preview won't work. I have a PowerPC G5, OS 10.4.11.

    I received a .pdf document as an attachment to an Entourage Email. It refuse to print on my HP4050N printer which is otherwise performing as advertised. Printing fron the desktop, Adobe 9.4.4 nor Preview won't work. I have a PowerPC G5, OS 10.4.11.

    I think the file has somehow been corrupted. Can you have the person that sent it to you send another copy?
     Cheers, Tom

  • How do i save a PDF document sent to me via email to Pages on my IPad

    Hey All,  I have a document that i want on my IPad.  How do i save a PDF document sent to me via email to Pages on my IPad?

    You can't. You can export Pages files as PDF documents but you cannot save a PDF into Pages. It does not support that feature.
    There are tons of PDF apps in the App Store aside from iBooks. Adobe Reader makes a pretty decent PDF app that will store, annotate, rename, highlight, use form fields, sign pdf's, and organize in folders. It is free as well. There are other apps, you just have to Serach for them.

  • Submit Email returns filled in PDF document

    I has created a fill in form for my website with Adobe Acrobat Professional 8.0, Forms Function which take me to LiveCycle Designer to create the form. When I insert the SUBMIT EMAIL button the guide says I can get either the data back or a filed in form as an attachment. The default condition seems to be just getting the data back as an XML file.
    What I want to get back is the filled in form as an attachment. Each response is "one-of-a-kind" and I don't need to manage the data, merge the data, or consolidate the data. I just need to view the completed form and be able to print it off.
    How do I change the default setting in SUBMIT EMAIL from data to filled in form attachment?

    Thank you for your quick, and helpful response.
    I modified my form per your suggestions, sent it to Europe and they were
    able to submit it without an error message!
    Of course, I received duplicate responses, but at least it worked error
    free.  Thank you.
    Has anyone ever located the root of the Adobe/Lotus Notes problem to
    completely eliminate the duplicate address?
    Lori Kassuba <[email protected]>
    04/23/2009 09:35 AM
    Please respond to
    [email protected]
    To
    Kevin Lucas <[email protected]>
    cc
    Subject
    Submit Email returns filled in PDF document
    This problem has come up in other forum and it's believed to be a bug in
    Lotus Notes. One workaround was to put a space next to the comma after the
    address.

Maybe you are looking for

  • Facing error while running jsp page in jdev10g ADF

    Hi, I am not able to run pages of an application created in Jdev ADF.I am facing this error. can anybody help me out??? JBO-30003: The application pool (model.ChakDeTrackersLocal) failed to checkout an application module due to the following exceptio

  • Automatically create & print snapshots

    Good morning. I do a large amount of shipping and the labels are printed using a PDF document with 2 labels per page. Right now I have to manually take a snapshot of each label and then print to my Zebra label printer. Is there a way to automate the

  • Downloading two-page InDesign doc in PDF format

    Hi all, I created a document in the latest version of InDesign on my home computer and uploaded it to the cloud. I am trying to access it on my computer at work (which is significantly older) and it will only allow me to download the CS4 version of I

  • Its Urgent need a help...

    Hi Guys, I got a problem with select query...could you polease help me out...plz check the second select query statement when i open tstcp table i gave Ztable and then when I exceute i am able to get the list when i do it programatically it is not wo

  • Executing servlet in command prompt

    Can we run the servlet in the cmd prompt . I am using tomcat5 server in windows Environment .