How to combine ABAP spools into a single PDF

Hi
I have some ABAP spools each with different no-of fields with different formats(Colors of ALV)
I need to combine all these sppols into one PDF without disturbing their formats.
Canu plz write ur suggestions.
Narendra

Hi,
Use this FM
CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
EXPORTING
src_spoolid = gd_spool_nr
no_dialog = c_no
dst_device = c_device
IMPORTING
pdf_bytecount = gd_bytecount
TABLES
pdf = it_pdf_output
EXCEPTIONS
err_no_abap_spooljob = 1
err_no_spooljob = 2
err_no_permission = 3
err_conv_not_possible = 4
err_bad_destdevice = 5
user_cancelled = 6
err_spoolerror = 7
err_temseerror = 8
err_btcjob_open_failed = 9
err_btcjob_submit_failed = 10
err_btcjob_close_failed = 11
OTHERS = 12.
If you have 2 spools in a single PDF,
DO 2 TIMES.
Call the same  FM and create an internal table, in another internal table append the data.
ENDDO.
Regards,
Pankaj

Similar Messages

  • How to merge ABAP spools into a single PDF

    Hi
    I have some ABAP spools each with different no-of fields with different formats(Colors of ALV)
    I need to combine all these sppols into one PDF without disturbing their formats.
    Canu plz write ur suggestions.
    Narendra

    Hi
    Maybe this document will help you:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8cd6adbb-0301-0010-39ba-938c601d5db9
    Cheers,

  • Hiding filenames when combining multiple files into a single .pdf

    I'm fairly new to this Acrobat X. I'm trying to assemble my portfolio to distribute to employers but I cannot seem to get rid/hide the filenames in the final pdf file. I was using the option to 'combine multiple files into a single pdf' because I was compiling images and documents to a single readable pdf file. I got all that done but once I open it, I'd see that each page would still contain the original file names rather than page numbers - which I prefer not to have employers see for the sake of tidiness (and I refuse to use the Adobe portfolio because it's not really efficient on space or design. I prefer a simple page-by-page pdf). So I was wondering if anyone can tell me how to hide my file names, change them into page numbers or getting rid of them all together so the 'Table of Contents' in the pdf preview mode would not show anything, I would really much appreciate it.
    -Ss

    Well, when the .pdf is in the final, deliverable form; I open it in Mac preview mode and the sidebar is always extended showing a 'table of contents' rather than having each document in the pdf file have a number designating a page name, it shows each individual filename the pdf is composed of. Not too sure about bookmark, though. Thanks for the reply!
    If you want, I can send the file to you.

  • Combining multiple files into a single PDF/A

    The issue brought up in another discussion is the loss of PDF/A conformity when “merging” multiple PDF/A files into a single file (I use PDF/A for preservation of corporate records). The “insert” option retains conformity but does not allow inserting multiple files in a certain order, unless you insert them one by one (which is a pain when you have 50 files to attach).
    The solutions I’ve come up with so far:
    1)     1)  In AAPro – combine files into a single PDF and then convert it to PDF/A using Preflight. This is easy, my only problem is that I don’t have AAPro (and AAStandard doesn’t convert to PDF/A).
    2)     2)  In AAStandard – combine files into a single PDF and then “print” to PDF/A. The problem of this “re-frying” is that it only creates PDF/A-1b (not 1a), bookmarks and OCR of scanned pages are lost, and files become significantly larger.
    I wonder if anyone knows a more intelligent way around this problem, provided that I only have AAStandard. Thanks!

    Well, when the .pdf is in the final, deliverable form; I open it in Mac preview mode and the sidebar is always extended showing a 'table of contents' rather than having each document in the pdf file have a number designating a page name, it shows each individual filename the pdf is composed of. Not too sure about bookmark, though. Thanks for the reply!
    If you want, I can send the file to you.

  • Combining FDF files into a single PDF

    Problem: I have 9 FDF files that were generated using a python script from within a database. The all refer to a common template PDF form. When I open each file the data is correct for each one. I need to be able to combine the 9 files into a single PDF document (9 pages long). This isn’t a onetime task, so the process needs to be easily repeatable.
    Ii tried opening each FDF then saving them as PDF’s, the ODF’s all look correct, each files containing the appropriate data. This issue with this is once combined all 9 pages reflect the data from sheet #1. It’s as if I’ve just pulled in sheet #1 9 times.
    I’m very new to the FDF format and am a little confused as to why this is happening.
    Any help would be very much appreciated
    Jon

    This is correct, and working as designed.
    If you use the same field name on two pages, they are the same field.
    So, if you combine two documents with the same field name, they are the same field, and will have the same contents.
    This is a key reason why PDF portfolios were invented.

  • How to merge png files into a single PDF... by scripting

    Hi, all
    I have a range of PNG files at hand, now, I wanna get these files merged into a single PDF file.
    Is it possible to combine them to a single PDF document by using acrobat scripting?
    These PNG files are arranged as follows,
    docname_Page_001.png
    docname_Page_002.png
    docname_Page_003.png
    docname_Page_125.png
    Any assistance would be much appreciated.
    Regards,
    - gavin

    Is there any way?
    Thanks again.

  • How to Combine Two SubPaths into a Single SubPath

    For CS 5, ActionScript:
    I have a Path which contains two subpaths, which may or may not overlap.
    How do I combine them into a single SubPath (i.e., union) via scripting?
    I know that in the GUI, I can select both SubPaths and then press the "combine" button - this is the effect I want.
    TIA,
    mlavie

    This should combine the first path in the Paths Panel:
    // 2012, use at your own risk;
    #target photoshop
    if (app.documents.length > 0) {
    var myDocument = app.activeDocument;
    if (myDocument.pathItems.length > 0) {
    myDocument.pathItems[0].select();
    // =======================================================
    var idcombine = stringIDToTypeID( "combine" );
        var desc10 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref7 = new ActionReference();
            var idPath = charIDToTypeID( "Path" );
            var idOrdn = charIDToTypeID( "Ordn" );
            var idTrgt = charIDToTypeID( "Trgt" );
            ref7.putEnumerated( idPath, idOrdn, idTrgt );
        desc10.putReference( idnull, ref7 );
    executeAction( idcombine, desc10, DialogModes.NO );

  • Combining filled forms into a single PDF

    Hello-
    I'm having some trouble combining some documents. I have a source PDF file, 'Service Form', that I use to fill out and save as a separate form by customer. For instance, I open 'Service Form', fill it in and save it as 'Customer A' form when completed.
    Now, if I try to combine 'Customer A' form and 'Customer B' form in to a single PDF, 'Customer B' form gets populated with 'Customer A''s data. In other words, I have two 'Customer A' forms. I have tried many different ways to save and combine them but nothing works.
    I don't want to create a PDF Package, I want a single PDF with multiple instances of 'Customer' forms.
    Anyway, I'm sure this is clear as mud. Any feedback is appreciated.

    You can flatten a file using the flattenPages() JavaScript method. The advantage to flattening is you can use JavaScript in a batch process to automate the process of flattening a large number of files.
    As a test to see how it works, you can open a copy of one of the forms in Acrobat, activate the JavaScript console (Advanced > JavaScript > Debugger), and enter the following in the code window:
    flattenPages()
    and hit CTRL+Enter (with the cursor on the same line as the code)
    and save the resulting modified PDF.
    George

  • Combining Pages files into a single PDF file

    I have produced a 6 page quarterly newsletter (containing texts and images and printed on one 11x17 sheet and 1 8/5x11 sheet)) for a small volunteer organization (Friends of the Library). Separate files now have been extracted from my page-layout template.
    I now want to give them in a *single PDF flle* to the web master of our organization’s web page for posting in serial-order display.
    Nothing I’ve tried by way of cutting and pasting these files into any word processing document (preliminary to PDF-ing them) seems to work in any satisfactory way.
    What to do?

    Hi RHPC
    Welcome to the forum.
    You can combine pdfs in the Preview application.
    Just open them in Preview and open the thumbnail sidebars.
    +Menu > View > Sidebar+
    then drag the thumbnails into one pdf and resave that.
    Peter

  • Combine bmp files into one single pdf?

    I've got 76 scanned pages in bmp format, and need to print them. Ideas? I can't be bothered to select each one of them separately in Preview and click on Print, then OK 76 times...
    Many thanks.

    There are some Apple Script Folder Action scripts that will convert image files from one format to another, so you can drop a set of images into a folder and they will all get individually converted to another file format. I don't know if you can create a multi-page pdf bundle, unless you have PostScipt maybe, then you can just append all the ps files into one large multi-page PS file.
    Even working with Automator you will have to learn a little about scripting anyway. Typing text commands in Terminal isn't that much different. Fink is really not that hard to install and work with. You do have to learn a little about Terminal and how to execute comands from the shell prompt.
    I think the solution to your problem would probably involve a combination of an Apple Script that executes a Terminal command to run the ImageMagick convert utility, and I think that it could be attached as a Folder Action to operate on a group of files when you drop them into it. I am not sure if Apple Script or Automator can do this work all by itself. They are really just fancy GUI wrappers for the instructions to other programs to do what they do. By themselves they don't actually do the work, they facilitate the flow of the work to the appropriate tools. ImageMagick is one such appropriate tool for your image conversion problem.
    I have been thinking about setting this up to handle faxing out a multi-page pdf document that is created by scanning single pages as individual jpg images. Sometimes I have to fill out a form and fax it somewhere, and my scanner is a single sheet scanner. So that would be handy to drag and drop a few pages of jpgs to a folder and have the convert utility bundle them to a pdf and have Preview open it, ready for faxing. Now, I use Terminal to
    cd ~/Desktop (or folder that contains my scanned jpgs)
    convert *.jpg fax_file.pdf
    open -a Preview fax_file.pdf
    Then in Preview Print... and Fax
    I could fax right from the command line also, but I like being able to look at the document first to check for errors, and get the fax number from Address Book.
    I'll post back if I ever get an Apple Script/Folder Action working, but I am in the middle of upgrading to Tiger and backing a lot of files up, so I might not get to work on it for a while.
    Try out fink, there are lots of free software tools that you might find useful.
    G3 Desktop, SonnetEncoreZIF G4 1GHz, 768MB, WingsAV-6MB, DVR-106D, 120GB Maxtor   Mac OS X (10.3.9)   PCI-TempoUltraATA66 120GB, 60GB, TangoUSB/FW, ATI Radeon

  • Acrobat Pro 9: "Merge files into a single pdf" creates blank pages

    I have a similar problem as a previous post (which hasn't been answered).
    I am able to pdf individual Word documents fine, but when I try to Combine > Merge files into a single pdf, the resulting pdf pages are all blank. I don't receive any error messages or have problems saving the file.
    I am using Adobe Acrobat Pro 9 (9.5.1) on Windows 7.
    The merging of pdf's hasn't worked at all since I installed the program.
    Any help would be much appreciated.

    Hi Bill
    Thanks so very much - you have solved the problem.
    I tried Document > Insert Pages and that worked.
    I then ran the "Repair" feature on Adobe which installed a few updates and I am now also able to merge pdf's by using the "Combine" feature and all the pages show the text/info.
    Thanks again for your help, it is very much appreciated.
    Thank you also to Apoorv for your assistance.

  • How to combine 2 spool id into a single PDF file

    Hi,
    I need to combine 2 or more spool id into a single PDF file.
    i.e the downloaded PDF file should contain the data of all the specified spoll ids
    Thank U
    Narendra

    Hi,
    Use FM "RSPO_RETURN_ABAP_SPOOLJOB" to get the spool into internal table.
    Append the internal table with data of another spool & then pass the internal table to the FM mentioned in above reply.
    Best regards,
    Prashant

  • How do i combine multiple pdf file into a single pdf file?

    how do i combine multiple pdf files into a single pdf file?

    The thread was started in early March and it's Mid-April, I know this very well. The OP of this thread posted a very common and simple question or maybe he/she would have resolved this. For an Adobe Acrobat user it's not at all difficult to combine multiple PDF files into one. But to combine PDF files full version of Adobe Acrobat is mainly required, otherwise PDF files can't be combined. For example, I'm using Adobe Acrobat 9 Pro. These simple steps are mainly required to combine PDF files:
    Open Adobe Acrobat.
    Click on Combine and click on Merge files into a single PDF.
    A window will be appearing, click on Add Files and select the PDF files you want to combine.
    Arrange the selected files in any order with the help of Move Up and Move Down button.
    Now click on Combine File and the selected PDF files will be combined within a few seconds.
    A new PDF file will be created. Click on Save As and name this new PDF file. Then, click on Save.
    A new PDF file will be created and all the selected PDF files are combined in it. The steps shown above might be different in other versions of Adobe Acrobat. Other than this, some third-party PDF merge software are also available. Most of them are available with a demo version for free evaluation. I've heard much about SysInfoTools PDF Merge software on other forums and directories and it's demo version is freely available. One may check its demo version if Adobe Acrobat (full version) is not available.
    Regards

  • How to combine pdf pages into a single pdf document

    I´ve done this before but I forgot. Can anyone help me?

    Hi profesora.2014.2015,
    Adobe Reader is a free trusted standard for reliably viewing, printing, and annotating PDF documents. It’s the only PDF file viewer that can open and interact with all types of PDF content, including forms and multimedia.
    In order to combine PDF pages into a single PDF file, you need to either use Adobe Acrobat (Merging and combining PDF files | Acrobat XI - Adobe India) or Adobe PDF pack (Reliably Create PDFs, Convert PDFs, & Merge PDFs Online | Adobe PDF Pack).

  • Combining multiple lists into a single list

    Hi, 
    I have created 5 different lists within the same sharepoint site. These lists have some common fields among them for example each list has same fields such as "Country", "Unit", "Review Name" etc. I now want to create a single
    list that will have show only the common fields present in each list. Could you please advise if this can be done and if so how?
    Thanks, Aarti

    To have a full fledged synchronization between 5 lists will be very complicated.
    If the 6th list is a read-only / view only, I would recommend you to create Lists 1, 2,3,4 and 5 as a custom content type.
    Then you can put a Content Query Web Part that filters out your custom content type and combines the content from the three lists.
    or create a  workflow to update the data when new item is added in other lists
    Check the similar post
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/2480cdbe-acb4-434f-9866-cf716cad0994/combining-multiple-lists-into-a-single-list?forum=sharepointadminlegacy
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/5a853466-7480-438a-b32d-3ad6d34347ef/combine-lists?forum=sharepointdevelopment

Maybe you are looking for