Statement of Accounts Output to PDF file format and email to customers

Hi,
Would appreciate inputs from contributors on the issues/requirements below.
I have two requirements regarding the output of Customer Statement Of Accounts (form):
1. The output is to be in Adobe PDF file format;
2. The file has to be emailed automatically to customers based on the email address maintained in the Customer Master;
I envisage that the program would be executed online (on demand) or in the background via scheduled jobs. Due to complexity of the customer's requirements, we will be using a customized program to generate the form.
I am not familiar with both requirements. Would appreciate contribution on how to set up the above.
Teck Liang

Hello,
In FIBF transaction code, you can configure the same
SAMPLE_PROCESS_00002840
If you do not think this is not suffice your requirement, you can take help from ABAPer and create you own function module.
Refer SAP Note. 836169 how payment advice is being emailed.
It will emailed in PDF format.
Once you run F.27 the entries should flow to SOST.
Regards,
Ravi

Similar Messages

  • Convert ALV output to PDF file , DXF and DWG format

    hi,
        How to convert a ALV report to PDF file, DXF and DWG format, I developed a ALV report which has to be converted as per the selections of above formats,
    Reward points for good & with example answers
    Thanks in advance
    RK

    Hello RK,
       Check this link. It has an example code for PDF Conversion.
    http://www.erpgenie.com/abap/code/abap51.htm
    Regards,
    Deepu.k

  • HELLO ALL, I HAVE A POP UP ON ILLUSTRATOR SAYING MISSING PLUG IN SAYING MISSING PDF FILE FORMAT AND THIS IS STOPPING ME OPENING ILLUSTRATOR PLEASE HELP

    Hello all
    Trying to work on illustrator but pop up states i have a plug in missing called pdf file format cannot seem to sort problem, please help, working on mac

    Reinstall the program. This is caused by incompatible updates to Acrobat/ Adobe Reader that introduce new versions of the globally shared PDF libraries.
    Mylenium

  • PDF File in and Email

    I received a PDF form in and email. I need to fill it out. I tried to convert it to Microsoft Word but cannot.
    Please help.
    Thank you,
    Alrew49

    Hi Al,
    Unfortunately ExportPDFdoes not offer that option. Is it a fillable form? If so, you can use the free Reader.
    Let me know if that works for you!
    Kind regards, Stacy

  • How to download the blocked ALV output to PDF file.

    How to download the blocked ALV output to PDF file.
    I am able to download the BLocked ALV output in PDF format,
    but the each bolck in ALV is displaying different pages of PDF.
    In my report I have 4 block in 1 page, I am able to see the output in PDF but in different page.
    How to avoid the Page-break in PDF.
    Thanks,
    Ravi Yasoda.

    hi,
    I believe that your have 4 containers on the screen with individual ALV display. in this case, there is no way to get combined PDF output to my knowledge.
    However you can use Smartform/Sapscript as output which would allow you to display ALV in blocks and also print it in one.
    Regards,
    Nirmal

  • How to upload pdf file format in unix file directory?

    how to upload pdf file format in unix file directory?

    Hi Karthikeyan,
    If you have PDF internal table with you, You can follow the below method to upload into Unix directory.
        DATA:file_path TYPE char100 VALUE '/usr/sap/tmp/rep_out.PDF'.
        OPEN DATASET file_path FOR OUTPUT IN BINARY MODE.
        IF sy-subrc EQ 0.
          LOOP AT it_pdf.
            TRANSFER it_pdf TO file_path.
          ENDLOOP.
        ENDIF.
        CLOSE DATASET file_path.
    Thanks
    Venkat.O

  • Downloading output as pdf file

    hello all,
    i have one doubt...how to download one report's output as PDF file.

    hi,
    chk this.
    FM is CONVERT_OTF.
    CALL FUNCTION "CONVERT_OTF"
    EXPORTING FORMAT = "PDF"
    IMPORTING BIN_FILESIZE = FILE_LEN
    TABLES OTF = OTFDATA
    LINES = PDFDATA
    EXCEPTIONS ERR_MAX_LINEWIDTH = 1
    ERR_FORMAT = 2
    ERR_CONV_NOT_POSSIBLE = 3
    OTHERS = 4.
    also check sample programs
    RSTXPDF4/5.
    rgds
    anver
    pls amrk hlpful asnwers

  • "  Displaying the Report in PDF file Format "

    Hai Friend's,
    I have Developed a Report in Web-Intelligence .My Report is having 50 Collums and 600 Rows. The Report is too big Report. when the Save the Report in PDF File format, The PDF file Format Report is Consisting of 10 Pages, The Report Output is not coming in One Page. But my user want the Report  all the Field's :: Collumms,Rows in one Page.can Anybody let me know the solution.

    Hi Ashok,
    You can change the page size and orientation in the web.xml in the following folder.
    Web Intelligence default Page size Modification u2013 Follow these steps:
    1. Open the defaultconfig.xml file found in the following directory:
    servername\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\webiApplet\AppletConfig
    2. Look for the following code near the top of the page:
    <KEY VALUE="page*default">
    <FORMAT NAME="A4" ORIENTATION="portrait" />
    </KEY>
    3. Change this to:
    <KEY VALUE="page*default">
    <FORMAT NAME="LETTER" ORIENTATION="portrait" />
    </KEY>
    4. Save the file.
    All the Best,
    Madhu...

  • What (ISO?) document completely specifies the PDF file format?

    Is there ONE (ISO?) document that FULLY specifies the format of a PDF file format? Where to obtain it?
    I need it so I can write a program that will perform some processes on PDF files.
    Thanks

    For all practical purposes there's no file size limit in the ISO PDF specification, however the bit length of internal references means there will be problems at around 10GB. There's also a limit of 2 billion pages (the page count attribute is a 32-bit int).
    Distiller won't output more than 32767 pages at a time, but I know cases of archivists working with 100,000-page text files (created by appending thousands of documents, but not in Acrobat).
    Having said that, the Acrobat Family is 32-bit code, so can only allocate 2GB of process memory. This means you can't perform tasks where an asset larger than the allocated free space has to be retained in RAM, and that includes the save operation. The Acrobat X Family will open an existing file >2GB, and Acrobat X will assemble PDF Portfolios >2GB, but can't save them.
    Given that creating >2GB files is a very rare scenario, there are no announced plans to implement x64 flavors of Acrobat or Distiller.

  • Convert pdf xstring to pdf file format

    Hi, All,
    Could anybody know how to convert xstring(hexadecimal format like 255044462D) to pdf file format? I have to output pdf xstring which generated in SAP to XI, then output PDF file. Thanks a lot!
    Marea

    From what I've understood from Michal's blog code, it will depend on the format that you choose for the file to have.
    In his case, he used
    type = if_ai_attachment=>C_MIMETYPE_JPEG
    In your case, you could use the equivalent type for PDF files.
    If you search for the IF_AI_ATTACHMENT interface in SE80 (ABAP Workbench), under Attributes folder you'll be able to see the constants which are defined in the interface. And there you have C_MIMETYPE_PDF (associated to the content-type 'application/pdf').
    I don't know whether it is possible to do the type association using the RFC payload (probably not). The ABAP Proxy attachment seems to be the best approach.
    Regards,
    Henrique.

  • I have tried a lot to find an app or some way in email to attach multiple of pdf files in one email. I could not find anything that sends multiple pdf file in one email and still keeping the file in simple pdf format for the recipient.

    I have tried a lot to find an app or some way in email to attach multiple of pdf files in one email. I could not find anything that sends multiple pdf file in one email and still keeping the file in simple pdf format for the recipient.

    I am not aware of a way except for photos that allows you to select multiple files in an email. I even checked settings in the Adobe Reader app, and it does not show that ability.

  • Getting PO number as file name when getting output as pdf file

    Hi Experts,
    Is there any possibility to get PO number into file name (instead of spool number) when getting output as pdf file.
    Since I'm printing POs in batches (as pdf) it is too difficult to find exact PO among all the pdf files.
    If PO number maintained as file name, would be great time saver for me.
    Thanks
    Kamal

    Hi,
    Please check the below link..
    Number ranges for Spool Requests
    hope it may help you
    Kuber

  • How do I export a .doc file to my online adobe account into a .pdf file?

    How do I export a .doc file to my online adobe account into a .pdf file?

    Hi tennisknight,
    The online Adobe account you are referring to, is it Acrobat.com cloud?
    You need to purchase a subscription for PDF Pack and then sign in to : https://cloud.acrobat.com/
    Select the files saved in 'Acrobat.com' and then click on the 'Create pdf' tab to convert the selected doc files to pdf.
    Alternatively you can download the .doc file from the online account and use Adobe Acrobat to convert it to pdf.
    Regards,
    Rave

  • ICloud support for .pdf file format

    Help mentions iCloud supports .pdf file formats, but then does not show anything about how to get one of these files onto iCloud.  Since the pdf files I have were never created by one of the supported Application how does one place or retrieve a pdf file to/from iCloud?
    Thanks

    PSE 4 does do 16 bit - although there are a limited number of things you can do at that depth.
    It has essentially no support for actions.

  • How to write XI output to PDF file

    when we were  trying to do simple file to file scenario, I wanted to read a text file and write it in to pdf file format.The pdf file gets created but it show error(not supportd file type or file corrupted).
    Please help me to know whether pdf format is supported by XI file adapter.If yes, then how to convert the default XML ouptut to pdf format.
    Thanks in Advance,
    Regards
    Rashmi

    Hi,
    The following links will help you:
    http://www.devx.com/xml/Article/16430/0/page/2
    http://www.apache.org/dyn/closer.cgi/xml/fop
    Regards,
    Sridhar

Maybe you are looking for

  • Problem in CO extension to return to main page from Dialog Page

    Dear All, I extended a CO and Over rode PFR. My intention is to show a dialog page when "Submit" button is clicked. I am able to show a dialog page, but i am not able to return to the main page upon clicking "OK" in the dialog page. Please find the c

  • Windows installer deletes user favorites on Drive D

    Much of Windows 8.1 reinstalling Windows in a User-preferred way is great, but it can backfire, badly. Windows 8.1 Full Version (Pro) cleaned Drive C using DiskPart.exe as per usual and installed Windows 8.1 to Drive C. During installation Windows in

  • Why doesn't the enter key respond when saving a web page?

    go to save a web page, complete and when i press the enter key it doesn't work. i have to move the mouse pointer to the save button and click it that way but it slower this way. why won't it let me just push the enter button on my keyboard to save? a

  • Aperture help/questions - File Size, Versions, etc

    Hi, I am new to the Mac, and after a small learning curve am now loving it. Can’t believe what I missed all those years under Windows. Anyway one of my biggest problems has been workflow and photo management, so I rushed out and bought Aperture witho

  • Probem with applet and servlets

    subject "not able to invoke applet from servlets" i have attached files also.. Respected sir, I am thomas from prateek techologies ,referred by madam Pratibha. Actually i have to plot point marks on a image(it is a Banglore map) in an applet(Uploadim