Merge multiple spools into a new big spool (OTF) ???

Hi.
I just want to know how to merge multiples otf (or spool) into a new big spool.
All OTF are starting with something like that:
//XZSIMM       046B 0000000000
IN01FZVINVOICE_BPB01 FIRST
OPDINA4   P 144  240 1683811906000010000100000
When changing page we got a:
EP
All OTF are terminated with a EOF symbol:
How can i merge these OTF ????
Should I remove all // except the last one ?
I tried to remove the first line and the last line of each OTF but it doesn't work.
Please help me.
Message was edited by:
        fabien couedel

Hi Fabien,
Here is the solution to merge multiple OTF data....
EP is the command which indicates end of page.
Suppose the two OTF data are like this:
//  XHPLJIIID         0620    00000000001
IN 04EZSHAIL_SMFORM1
IN 05%PAGE1
OP DINA4     P   144   240   3495731000100289301000
IN 06MAIN
EP
//  XHPLJIIID         0620     00000000001
IN 04EZSHAIL_SMA1
IN 05%PAGE1
OP DINA4   P   144   240   238974761890001001100010
IN 06MAIN
EP
The merged OTF should be like this:
//  XHPLJIIID         0620    00000000001
IN 04EZSHAIL_SMFORM1
IN 05%PAGE1
OP DINA4     P   144   240   3495731000100289301000
IN 06MAIN
EP
IN 04EZSHAIL_SMA1
IN 05%PAGE1
OP DINA4   P   144   240   238974761890001001100010
IN 06MAIN
EP
The idea is like this:
Each OTF data has to begin and end with '//'.
Each page should end with 'EP'.
So, to merge multiple OTF data, after each EP command, append the data
part of each OTF data.(DON'T INCLUDE THE FIRST LINE ie: // XHPLIIID ....)
This is how you merge multiple OTF data to one OTF data...
<b>Award points if found useful.</b>
Regards,
SP.

Similar Messages

  • How to merge multiple spools in one PDF

    hi all,
    i have a requirement to merge multiple spools into one PDF.
    I have the code to merge 2 spools into one PDF but acc to my requirement this number can be any( say 100). hence i need  help to merge N number of spools in one PDF.
    Regards
    geeta gupta

    Take the data of all spools into a internal table then create a new spool with this data then downlad this data into pdf format.
    By this method you can download any number of spools into a single pdf file. Please see the below code
    Fetch spool number
    Select rqident from tsp01 into table g_t_data
    where...............
    Read sool data and take this data into a internal table
    Loop at g_t_data.
               Call program to read spool as follows
          SUBMIT rspolst2 EXPORTING LIST TO MEMORY AND RETURN
          WITH rqident = g_t_data-rqident
          WITH first = '1'
          Read memory where spool data is stored
          CALL FUNCTION 'LIST_FROM_MEMORY'
               TABLES
                    listobject = mem_tab
          Convert spool data to Ascii
          IF NOT mem_tab[] IS INITIAL.
            CALL FUNCTION 'LIST_TO_ASCI'
                 EXPORTING
                      list_index         = -1
                 TABLES
                      listasci           = g_t_text1(table type c length 10000)
                      listobject         = mem_tab(LIKE TABLE OF abaplist)
            APPEND LINES OF g_t_text1 TO g_t_text.
          ENDIF.
    ENDLOOP.
    Create new spool with internal table data
      NEW-PAGE PRINT ON
      KEEP IN SPOOL  l_keep(variable type c default u2018Xu2019)
      LINE-SIZE      300  
      LIST NAME      l_list (variable(30) TYPE c default 'combined_pdf')
      NO DIALOG.
      LOOP AT g_t_text.
        WRITE: g_t_text-data.
      ENDLOOP.
      NEW-PAGE PRINT OFF.
      COMMIT WORK.
    Fetch this spool number from TSP01
    SELECT rqident rqcretime FROM tsp01 INTO TABLE l_t_pdf(internal table having two fields rqident LIKE tsp01-rqident and rqcretime LIKE tsp01-rqcretime)
      WHERE   rqowner = sy-uname AND
                     rq2name = 'COMBINED_PDF'.
    Download spool data into pdf format
      CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
           EXPORTING
                src_spoolid   = l_t_pdf-rqident
           IMPORTING
                pdf_bytecount = l_size(variable type i)
           TABLES
                pdf           = g_pdf(table like table of tline)
      CALL FUNCTION 'GUI_DOWNLOAD'
           EXPORTING
                bin_filesize = l_size  "size
                filename     = l_data
                filetype     = 'BIN'
           TABLES
                data_tab     = g_pdf.
    Hope this will help you.

  • __Is there a way to 'merge' multiple curves into a single curve?

    __Is there a way to 'merge' multiple curves into a single curve?
    By this I mean I have file with 2-12 curve layers - I wanted to 'merge' the curves so that I can end up with a single curve with the attributes of many. Maybe is there a script that would do this?

    I don't mean to be critical, but how do you get to a situation where you have 12 successive Curves layers?
    The advantage to a Curves layer is that you can adjust and re-adjust it to your heart's content.
    If you're habitually adding new Curves layers one over the other, maybe you should re-evaluate your process of working...  Perhaps the way you're thinking you should just work at a high bit depth and do repeated Curves operations on the pixels?  Or put some time into retraining yourself to not add a new Curves layer but to manipulate the one that's already there.  There are some nice new enhancements (e.g., the "finger" subtool that allows you to choose a spot in the image and manipulate that part of the curve).
    Again, I'm not trying to criticize you, just looking to see if maybe there's a way to avoid getting to the point where you need to combine Curves in the first place, since there's no direct "Merge Curves" capability, outside of just stamping a set of image and adjustment layers into pixels.  For completeness I suppose I should mention how to do that...  You can Stamp any combination of visible layers into a single layer of pixels (effectively combining all the Curves layers et. al.) by pressing Control - Shift - Alt - E.
    -Noel

  • Merge multiple rows into single row (but multiple columns)

    How to merge multiple rows into single row (but multiple columns) efficiently.
    For example
    IDVal IDDesc IdNum Id_Information_Type Attribute_1 Attribute_2 Attribute_3 Attribute_4 Attribute_5
    23 asdc 1 Location USA NM ABQ Four Seasons 87106
    23 asdc 1 Stats 2300 91.7 8.2 85432
    23 asdc 1 Audit 1996 June 17 1200
    65 affc 2 Location USA TX AUS Hilton 92305
    65 affc 2 Stats 5510 42.7 46 9999
    65 affc 2 Audit 1996 July 172 1100
    where different attributes mean different thing for each Information_type.
    For example for Information_Type=Location
    Attribute_1 means Country
    Attribute_2 means State and so on.
    For example for Information_Type=Stats
    Attribute_1 means Population
    Attribute_2 means American Ethnicity percentage and so on.
    I want to create a view that shows like below:
    IDVal IDDesc IDNum Country State City Hotel ZipCode Population American% Other% Area Audit Year AuditMonth Audit Type AuditTime
    23 asdc 1 USA NM ABQ FourSeasons 87106 2300 91.7 46 85432 1996 June 17 1200
    65 affc 2 USA TX AUS Hilton 92305 5510 42.7 46 9999 1996 July 172 1100
    Thanks

    Hi,
    That's called Pivoting . The forum FAQ has a section on this subject: {message:id=9360005}
    I hope this answers your question.
    If not, post your best attempt, along with a little sample data (CREATE TABLE and INSERT statements, relevant columns only), and also post the results you want from that data. (You did post the results you wanted, but they're very hard to read because they're not formatted. Use \ tags, as described in the forum FAQ, below.)
    Explain, using specific examples, how you get the results you want from the data given.
    Always say which version of Oracle you're using (e.g., 11.2.0.2.0).  This is always important, but especially so with pivots.
    See the forum FAQ {message:id=9360002}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Text issues merging multiple pdfs into one pdf

    Hello, when I merge multiple pdfs into one pdf document my text is missing or garbled.  I spent hours yesterday trying to figure this out, from insuring the text was embedded and print setting were correct.  Please help!!
    Using Adobe Pro 9.0
    Thanks,
    Faith

    Acrobat Pro is the application you use for working with PDFs, making minor edits, combining multiple PDFs into a single file, extracting or replacing pages, doing fancier form work than ID has the ability to produce, and even creating PDF from a number of other file formats. I'm not sure your question about maintaining the quality of your photos is really applicable -- it would depend on how youare getting from the photo to PDF to begin with. The use of Acrobat in and of itself won't be the determiner.
    That said, I couldn't live without Acrobat Pro in my workflow. Since you are on CS5.5 you have a couple of options. You could purchase a subscription to Creative Cloud (at a discount for the first year), which would give you access not only to Acrobat, but all of the other programs and tools included in the suite, but you pay a monthly or yearly fee, or you can buy a standalone perpetual license to either Acrobat Pro or Acrobat Standard (I didn't realize Standard was still an option, and you might not need all the features of Pro -- you can compare at http://www.adobe.com/products/acrobatpro/buying-guide.html).

  • Merge multiple pictures into one picture like Photoscape?

    Looking for imac software like Photoscape which can merge multiple pictures into one.  Thanks!

    PhotoShop Elements is a good one
    LN

  • How can I drag multiple photos into a new iPhoto library from search box?

    I lost but found my list of photos that were in my iPhoto library. I am unable to drag more than one photo at a time from the search box into the new iPhoto library box. Am I doing something wrong or do I have to drag one at a time? (That would take hours.) Please help if you can!
    Thanks,
    Laure

    Roam,
    Thanks again. I know how to highlight and drag multiple photos or a list of files, but the only place I found my list was by going to Finder>File>Find then a dialogue box comes up. In the dialogue box I put in iPhoto and checked that then put in "kind" "is" "image" and "size" "is greater than" "30" KB. When I click search, the entire list from my library comes up but that is when I am unable to drag more than one file at a time. The box that comes up when I search isn't (at least I don't think it is) a "folder" as such. Any suggesttions?
    Laure

  • Merging multiple idocs into 1 XML output

    Hi Gurus,
      I've got a scenario whereby i will need to send payment documents via idocs to XI and XI will output them into an XML file.
    At the moment, when i perform a payment run for multiple vendors and send the idocs out, i realised that multiple idocs are being sent out and XI will output multiple XML docs.
    Is there any way i can merged these idocs into a single XML document? The idocs are all from the same system.
    Thanks in advance.

    HI,
    I think this is possible using PACKAGING.
    Check this note 814393 on Service Market Place.
    You want to create or process an XI message with multiple instances of an IDoc (of the same IDoc or extension type) in the mapping.
    Please refer below link to follow the steps to Merge IDOCs under single XML,
    SAP Network Blog: Collecting IDocs without using BPM
    Collecting IDocs without using BPM
    IDoc packaging
    Reason and Prerequisites
    The relevant IDoc is imported into the Integration Repository.
    Solution
    1) Log on to the Integration Repository.
    2) Open the relevant IDoc in the object editor.
    3) Select the "Export XSD" menu option in the "Tools" menu.
    4) In the subsequent dialog box, assign a file name and save the data to the hard disk of your local PC.
    5) Open the file that you have saved in step 4 in an adequate editor (for example, Notepad) for editing.
    6) Locate the first entry: <xsd:element name="IDOC" type="<
    Idocname>"> and add the following expression, maxOccurs="unbounded", between the value of the type attribute and the closing angular bracket.
    Example:
    <xsd:element name="IDOC" type="ADR2MAS.ADR2MAS02"
    maxOccurs="unbounded">
    7) Save the modified file to the hard disk of your local PC.
    8) In the message mapping, use the file saved in step 7 instead of the imported IDoc by using the "Import XML or XSD" function in the mapping tool to select the source or target messages.
    Thnaks
    swarup

  • Merge multiple tables into one for export to excel

    I've got a few tables in Numbers, and I've spent ages making them all look the same, then when I exported to an excel file, they split up into seperate tables. How can i merge all these into one table so they can all be viewed in Excel, without losing the cell shading/borders etc?
    I tried just copying/pasting the tables into a new blank table, but this doesn't paste the borders etc...
    Cheers
    Adi

    Adi,
    Fill color will copy and paste, as will Text styles, but borders will not when pasting into another table. My suggestion for future work is to not use fancy borders, or don't apply them until you have combined the tables.
    If you would like Apple to consider changing the behavior of borders during Copy/Paste operations, you can leave Feedback for them under the Numbers Menu.
    Jerry
    Message was edited by: Jerrold Green1

  • When merging multiple pdf into one all pages are blank

    I am currently using Adobe Acrobat Version 10.1.13.  When I try to merge multiple pdf's into one all pages are blank.  I ran the Repair Adobe Installation and this did not fix the problem.
    Please provide me with any help/suggestions you may have.
    thank you in advance for your time.

    Hey tricon5757,
    Could you please let me know how have you tried merging PDFs.
    Also, try choosing 'Document > Insert Pages' option and combine PDF one after the other.
    Let me know if this works.
    Regards,
    Anubha

  • I would like to combine multiple profiles into a new computer. Which are the most important folder or files to migrate?

    The user profile in my old computer somehow became corrupted and I can no longer access it to log on. Unfortunately I was not aware of the Firefox sync feature at the time. I used a new profile and had to start from scratch to save new bookmarks and extensions/plugins. I did set up Firefox sync for this new profile. Now I have a brand new computer and desire to migrate the bookmarks to this new computer, including the original bookmarks in the old computer, as well as the bookmarks in the second profile. While I have located the profiles folder for each profile in my old computer (as well as extensions and plugin folders), the content of this folder is daunting. I would like to know which are the minimal folders I should select to migrate and would it be safe to simply copy and paste over the entire folder? Please note that I have also added new bookmarks into my new computer which I would not like erased. I hope these details are not convoluted.

    Firefox has two methods of bringing in bookmarks from another Firefox profile:
    * Restore a backup (JSON files in the bookmarkbackups folder): this completely replaces what you have, so is not the first step
    * Import from an HTML file: this is additive and will create an Imported Bookmarks folder or add them under Unsorted Bookmarks
    Restore is best if you tag your bookmarks because the JSON format preserves tags. If tags are not important, then it's easier.
    What I suggest is:
    (1) Export your current bookmarks to the HTML format; you can reimport these later. See: [[Export Firefox bookmarks to an HTML file to back up or transfer bookmarks]]. Open the file in Firefox (it's a web page) to make sure it looks complete before proceed.
    Next, get the bookmarkbackups folders from each of your old profiles that you want to restore, and look for the most-complete-looking JSON files (they will have the most recent dates and largest number of bookmarks indicated in the file name). Proceed from the smallest set to the largest, or oldest to newest; basically, restore the most important one last.
    (2) Restore a backup, then export to HTML. This article has the steps for a restore: [[Restore bookmarks from backup or move them to another computer]]. Then export to HTML and check for completeness.
    (3) Repeat #2 until you get to the last/most important restore. You don't need to export that one.
    (4) Import the HTML files you've made throughout the process.
    (5) In the Library dialog, reorganize. Firefox doesn't have a deduplicator, but you might find one or more extensions to do the job on the Add-ons site if you find a lot of overlap.
    Make sense?

  • Merging Multiple Artists Into One Album

    Ok so I donwloaded a CD called Buzz Cuts with alot of great artisits. Now my problem is there are 30 songs and Itunes is showing 30 different albums even though they are all from the same CD. Its messing up because of all the different artists. How can I merge them all into one album called Buzz Cuts. Or is there a way to sort them. Its a pain having 30 extra cds at the top screen. Please help.

    All of this can be adjusted by simply right clicking a song and selecting "Get info." Under the info tab, you can customize things like crazy. For instance, you can insert into the "album" field the title of the compilation.

  • Which product should I use to merge multiple PDFs into a single PDF?

    Hi. Discussion title pretty much says it all. I have many existing pdf files which I would like to merge into a single multipage pdf document. Can I actually do that? Am I limited by size? Which product works best?
    Thanks in advance for any advice.
    ~mds

    Hi mds42,
    You can combine PDF files with Acrobat as well as with 'Combine files' feature in 'PDF Pack'.
    For Acrobat kindly refer this link:Merge PDF files into one, merging files to PDF | Adobe Acrobat XI
    Via PDF Pack/Reader refer:Using Adobe PDF Pack
    https://acrobatusers.com/tutorials/how-to-combine-pdf-files-using-adobe-reader
    Regards,
    Florence

  • Advice on "merging" multiple projects into one

    RH9 webhelp.
    We currently run as merged help, but for maintenance and other reasons, I would like to merge these into a single project. This is mostly due to the variety of style sheets and folder structures that resulted from many of our older topics being added using the import Word feature in earlier versions of RH. I've done this in the past with a few smaller projects, but it ended up requiring a fair amount of manual per-topic work that I'd like to avoid if possible, give the # of these that would be affected by this.
    My initial questions are:
    1. Is it recommended to use the import feature to add the child files into the parent? Or create a brand new project and add both parent and children files into that? Or to use some other method of adding/recreating the current files into an existing/new single project? Especially in terms of the questions below (i.e. folder structures, old/new styles, associated image files, etc.).
    2. Is there a way of importing that won't replicate the original folder structure? For example, in the projects I've created from scratch, all topics are under the basic folder for that project, while in older ones - which were mostly updated by importing Word documents - many topics reside in their own sub-folders, or in what were apparently early attempts to organize topics by subject. I would like to get rid of these sub-folders and have all topics in the same basic folder.
    3. Is there a way of importing images that can auto-update image file names if an existing one already uses it? Many of our older images were created using simple numbering (e.g. 1.jpg, 2.jpg, etc.). Between the various projects and the various subfolders in each project, we have a lot of shared file names, and in my initial experimenting it required a lot of manual work to avoid overwriting. Is there a way in RH (or even outside, I guess) to somehow automate renaming these images during the import process?
    4. Is there advice on mass-updating styles via style-sheets? I'm noticing a lot of weird display and control issues if I import a bunch of old topics and then try to apply our current style sheet to them. For example, RH will show that the new style is now associated with them, but they continue to display using the old style, or the wrong options (usually font styles and font sizes) are enforced with the update (for example RH seems to always default to want to use Times New Roman, even when neither the old nor new styles uses this font), or options (most commonly the font styles we use in the new style) will disappear from drop downs and the like. It just feels very buggy and not consistent or correct in being applied, and I'm worried about having to manually update or recreate a lot of individual topics because of this. Given we have some very ancient topics that have 'survived' 4 or 5 (or more) versions of RH, I guess I'm wondering if there's any old html code or similar that might be the culprit, and if so, how best to sort it out.
    Essentially, we're kind of unique perhaps in that we don't really want to retain the existing folder structures or style guides, but my experience with the previous go-through was that RH did what it could to retain those. Which is understandable, but for us it'd be nice to avoid that and especially if there's a way of doing so without having to manually move and edit each topic and image file as they're imported into the target project.
    Thanks for any tips or suggestions!

    Hi there TWnKC
    Personally, I'd copy the existing master, then begin importing the child topics in order to create a new project that is a combination of the former. And I do think it will be helpful moving forward to describe this as "Combining" as opposed to "Merging". Just so everyone is aware of the difference.
    As for the structure, it may be whatever you like and all you have to do is ensure you import the topics into the correct folder.
    Not sure about the images. That one will require a bit of testing. I might expect that if nothing is done you do run the risk of having them overwritten. So here is what I would probably do. Before importing, move images to a folder that is rather unique. That way they will be out of the way and won't get overwritten. By moving them inside RoboHelp, all references to them are updated as well.
    As for the style sheets, only picking apart what is happening will truly reveal the issues. My own guess here is that you are probably seeing some inline or embedded styling that is causing things to run amok. But once you sort what is happening, it shouldn't be a big deal to fix.
    I'm sure others will pop in and offer other additional advice.
    Best of luck to you! Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How do I merge multiple artboards into another document?

    I am working on a team, and we'd like to combine our work into a master document that contains all of our different artboards.
    I have a UI document set up with multiple sets of different artboards.  I.E. a row of 32x32 artboards with individual small icons, a row of 60x60 artboards with bigger icons, etc. so recreating these would be very cumbersome.
    I know it's possible to just copy paste everything into one document, but what is the strategy for copying the artboards as well?
    I'm currently looking at having to rebuild the artboards in the master document, so any help would be MUCH appreciated!!  Thank you.
    -Nick

    Ah that's something! I drew 32x32 rectangles around my icons, copied rectangles+icons over to new document.  Then selected just the rectangles around the icons and did Object > Artboards > Convert to Artboards
    Now I just have to rename them again, which is not as bad as recreating each one.  That's pretty awesome, thank you Monika!
    Further question for Monkia/Adobe/comminuty: is there an even more automatic way to merge artboards from two files together?  Ideally it would just merge all the artboards to a new file (in the same place, etc).
    The Artboard feature makes Illustrator a very viable tool for app UI design (center icons in individual art boards, export with transparency, at different resolutions etc).  Having icons be symbols is also useful - change an icon, it propagates throughout the layout.
    However, not being able to merge artboards (with respective names) from different files prevents it from being terribly useful for teams.
    I found a discussion regarding a script for CS5 by CarlosCanto that seems to do this, but it doesn't work on CS6:
    http://forums.adobe.com/thread/954411
    Again, thank you Monika, your advice just saved me a TON of time, and I hope this feature makes it into future versions of Illustrator.
    -Nick

Maybe you are looking for