PDF for SD ECC 6.0

Hello,
I need SAP SD (order fulfillment) PDF for ECC6.0. Is there any body who is having the soft copy.
Please help me in providing the same.
Thanks in advance,
Naveen Rajora

Hi Chan,
Check the following piece of code:
    data transfer_bin type  sx_boolean.
    data:li_pdf_data type  w3mimetabtype.
    data objhead type  soli_tab.
    call function 'SX_OBJECT_CONVERT_OTF_PDF'
      exporting
        format_src      = 'OTF'
        format_dst      = 'PDF'
        devtype         = 'ASCIIPRI'
      changing
        transfer_bin    = transfer_bin
        content_txt     = li_otf_data
        content_bin     = li_pdf_data
        objhead         = objhead
        len             = l_size
      exceptions
        err_conv_failed = 1
        others          = 2.
Regards,
Ravi

Similar Messages

  • SX_OBJECT_CONVERT_OTF_PDF for SAP ECC 6.0

    Hi all,
         The function SX_OBJECT_CONVERT_OTF_PDF is different for SAP ECC 6.0.
         The parameters are as below:
          IMPORTING
    *"     VALUE(FORMAT_SRC) TYPE  SX_FORMAT
    *"     VALUE(FORMAT_DST) TYPE  SX_FORMAT
    *"     VALUE(ADDR_TYPE) TYPE  SX_ADDR_TYPE OPTIONAL
    *"     VALUE(DEVTYPE) TYPE  SX_DEVTYPE OPTIONAL
    *"     VALUE(FUNCPARA) TYPE  SX_FUNCPAR OPTIONAL
    *"  CHANGING
    *"     VALUE(TRANSFER_BIN) TYPE  SX_BOOLEAN
    *"     VALUE(CONTENT_TXT) TYPE  SOLI_TAB
    *"     VALUE(CONTENT_BIN) TYPE  SOLIX_TAB
    *"     VALUE(OBJHEAD) TYPE  SOLI_TAB
    *"     VALUE(LEN) TYPE  SO_OBJ_LEN
    *"  EXCEPTIONS
    *"      ERR_CONV_FAILED
    Anybody know how to used this function?
    Thanks
    Regards,
    Kwchan

    Hi Chan,
    Check the following piece of code:
        data transfer_bin type  sx_boolean.
        data:li_pdf_data type  w3mimetabtype.
        data objhead type  soli_tab.
        call function 'SX_OBJECT_CONVERT_OTF_PDF'
          exporting
            format_src      = 'OTF'
            format_dst      = 'PDF'
            devtype         = 'ASCIIPRI'
          changing
            transfer_bin    = transfer_bin
            content_txt     = li_otf_data
            content_bin     = li_pdf_data
            objhead         = objhead
            len             = l_size
          exceptions
            err_conv_failed = 1
            others          = 2.
    Regards,
    Ravi

  • Archive PDF file into ECC

    Hi Friends,
    I have a requirement, Archiving PDF file into ECC.
    Could you please let me know the process.
    Regards,
    Nivas.
    Moderator message: please do some research before posting.
    Edited by: Thomas Zloch on Jan 24, 2012

    hi use this...,
    REPORT ZMN_PDF_UPLOAD.
    data: begin of itab occurs 0,
    field(256),
    end of itab.
    data: dsn(100) value '\usr\sap\DEV\DVEBMGS00\work\testpdf',
    length like sy-tabix,
    lengthn like sy-tabix.
    call function 'GUI_UPLOAD'
    exporting
    filename = 'c:\temp\test.pdf'
    filetype = 'BIN'
    importing
    filelength = length
    tables
    data_tab = itab.
    open dataset dsn for output in binary mode.
    loop at itab.
    transfer itab-field to dsn.
    endloop.
    close dataset dsn.
    clear itab.
    refresh itab.
    *To crosscheck if it went well
    open dataset dsn for input in binary mode.
    do.
    read dataset dsn into itab-field.
    if sy-subrc = 0.
    append itab.
    else.
    exit.
    endif.
    enddo.
    call function 'GUI_DOWNLOAD'
    exporting
    filename = 'c:\temp\testn.pdf'
    filetype = 'BIN'
    bin_filesize = length
    importing
    filelength = lengthn
    tables
    data_tab = itab.
    *Or
    *Use the TCode
    *CG3Z or CG3Y
    *for downloading to Application Server.
    regards,
    venkat.

  • Converting spool of line width more than 850 char to PDF format in ECC 6.0.

    Hello Experts.
    I am facing problem while trying to convert a spool (generated from background scheduling of an ALV ) to PDF format in ECC 6.0.
    The ALV has 45 columns. Using SAP note no 1226758 I am able to increase the spool width but when I am converting the spool  to PDF using FM 'CONVERT_ABAPSPOOLJOB_2_PDF' the end caharacters are getting truncated .
    Please reply ASAP . Any suggestion/Hint will be appreciated.
    Thanks and Regards
    Arvind Kumar Yadav

    Hi Aravind,
    go to SPAD transaction --> and change the printer which supports more than 45 columnsand 256 cahracters..
    according to the printer setting the output is created.
    choose any below format TYPES...X_65_256/2
    ABAP list: At least 65 lines 2*128=256 double columns (SAPLPD only)
    see th following link for result..
    <a class="jive_macro jive_macro_message" href="" __jive_macro_name="message" modifiedtitle="true" __default_attr="7318557"></a>
    Regards,
    Prabhudas

  • Is there a way to create separate PDFs for each layer in Indesign?

    I have a multi-layered InDesign file, and I would like to generate a PDF for each of the layers. I was able to create a LAYERED PDF file (one PDF page with layers), which is great, but I also need a multi-page PDF...one PDF page per layer.
    Is there a way to do this? Do I need a script? Or is there a way to extract the separate layers from the layered PDF?
    Any help would be much appreciated. Thank you.

    Check this script:
    http://indesignsecrets.com/page-exporter-utility-peu-5-script-updated-for-cs3.php
    Hope that helps.
    Marijan (tomaxxi)
    http://tomaxxi.com

  • The order of topics in the Project Manager is not reflected when creating a PDF for review.

    Can't seem to find an answer to this in the forums...
    Using RH10.
    In the Project Manager pod is a default 'Project Files' folder.
    Within that I have a 'Topics' folder in which my topic files reside.
    Under the View menu, I have selected 'By Topic Title'. I understand that this displays the topics by their title as opposed to their file name. I understand that this is a display toggle only, and has no relation to the order of the topics - the alternative toggle is 'By File Name'.
    Notice in the image below, my topics are displayed by topic title, but aren't in alphabetical order. ...yet.
    There's a button at the top of this window for changing the sort order to 'Sort by Name', which has the result below.
    Ok, so now the topics are displayed by topic title, and in alphabetical order.
    Question 1: If that button toggles the view to display topics in 'alphabetical order', what on earth is the other order called? It's certainly not in order of file name, as I've checked a bunch of the topic filenames, and can't see any pattern/order to the this structure.
    Question 2: When I go to create a PDF for review (via Review > Create PDF for Review), the window that appears displays all the topics available to me to select for review. However, they're displayed in this other 'odd' sort order instead of 'alphabetical' order. The Help menu says that this window reflects the order of topics as it finds them in the Project Manager. However, what seems to be actually happening is it's displaying the topics based on the view you have selected under the View menu (i.e. either 'View by Topic Title' or 'View by File Name'), and regardless of which view toggle you have selected, the order of the topics is only ever this 'odd' sort order. In other words, in the 'Create PDF for Review' window, it appears I can never see the topic list in alphabetical order. Furthermore, it appears that the only way I can resolve this is to go back into the Project Manager, switch to 'odd' sort order, and manually drag all the topics into alphabetical order. ...I have hundreds of topics.
    Is there some way I can quickly change this 'odd' sort order to 'alphabetical'? There must be some underlying file with this order of topics in it (hopefully).

    Hi there
    I don't have an immediate answer for Question 2, but for Question 1, the topic order is "User Defined" as you are able to click and drag topics to create any arrangement that suits you. This was something added as a result of user feedback. Enough users asked Adobe to allow them to arrange topics this way that they made it a reality. The logic escapes me as I'm a user that normally expects software to list things in either ascending or descending alphabetical order.
    Perhaps Peter will pop in with a nice explanation of the PDF for Review sorting and Adobe's logic behind it.
    Cheers... Rick

  • EPay 8.9 vs 9.0 Payroll for NA - PDFs for Payslips & W2s

    We are on HCM 8.9 & want to implement the ePay but with the PDF files for payslips and W2s which is not included in ver 8.9 but is in 9.0. Is there a way to either just upgrade ePay to 9.0 without an entire HCM upgrade or a way to implement the PDFs for payslips included with Global Payroll but not with Payroll for NA. Additionally, we would like to have the W2s PDFs available to the employees. Any suggestions or guidance is most appreciated.

    The steps in this Adobe TechNote may help:
    http://kb2.adobe.com/cps/332/332838.html
    Also, look over -
    http://kb2.adobe.com/cps/333/333223.html
    This page identifies Adobe Reader/Acrobat version interoperability.
    Where the Version interoperability table shows "Allowed" a user is good-to-go.
    Other combinations are problematic.
    Specifically, your co-worker's install of Acrobat 8 / Adobe Reader 9 *will* result in one &/or the other not always exhibiting "design behavior".
    If the individual needs Standard/Pro (Acrobat 8) then their box needs Adobe Reader 8, not 9.
    jmo - but, if features of Acrobat 9 (Portfolios, etc) are used the user would benefit from a step up from Acrobat 8 to Acrobat 9.
    Be well...

  • When saving a document as a PDF for printing, I lose pages, clip art, and my orginal format. Help!

    I have created some forms for our congregation to fill in with answers on adobe forms central. When I go to turn it into a PDF for printing for a hard copy, (not all our members have internet) when i save it to a PDF, it doesn't save all the pages and formats it differently then show on the screen i programmed it onto. How do I fix this issue?

    Hi;
    In the "Feature Tutorials/Help" linked from the top of the main page of the Forums: Feature Tutorials / Help
    There is a Tutorial on "Creating and distributing fillable PDF Forms": Tutorial: Creating and distributing fillable PDF forms
    The main thing to look at is the "View" setting and for PDF set it to "Page View", the page breaks you define in Page View will be used in the PDF, there are also "implicit" page breaks added automatically based on the page size.
    For the issue with clip art see this FAQ: Image does not show up in PDF 
    Thanks,
    Josh

  • Errors in Export to PDF for web use - some images are lost when PDF is enlarged & in browser

    I have a multi-page PDF in InDesign CS6 that I want to export to view on the web. I need the file to stay under 2MB, and I need it to be crisp and nice enough to read the type on the page (as small as 9pt type).
    The errors that are occurring are the following:
    On some browsers, some images will entirely not show up. Some of the missing images have been pasted into the document, some placed. I cannot think of a correlation.
    When the PDF is enlarged (Adobe Acrobat X 10.1.10) to more than ~200%, there is one placed image that will mostly disappear. What I mean by "mostly" is that little bits of it are still visible, like I masked it carelessly or something. Since this is only occurring with one image it seems that it would be a problem with the image itself, yes? I'm all ears if I'm making a mistake. It is a placed .ai file with no link errors. Should I not be placing directly from illustrator? It renders wonderfully from 100% all the way up to 188%, and then if you enlarge by margins of 1% little bits of it disappear, almost a chunk at a time.
    The way I've been exporting is:
    File > Export > Adobe PDF (Print)
    Adobe PDF Preset: Smallest File Size
    Standard: None
    Compatinility: Acrobat 6 (PDF 1.5)
    Options: Optimize for Fast Web View
    Export Layers: Visible & Printable Layers
    Compression
    I always change the downsampling from [100/150] to [150/225]. I usually leave the JPG image quality low. I leave both bottom boxes checked (compress text and line art, crop image data to frames)
    Output
    Color Conversion: convert to destination
    Destination: sRGB 1EC61966-2.1
    Profile Inclusion Policy: Include Destination Profile
    However, after reading a few other forum questions I started trying to export as Acrobat 4 so that it would flatten. When I do that, problem #2 still persists although I didn't test problem #1. I haven't tried using Distiller, and using the "prepare for web publishing" action within Acrobat itself makes the PDF too artifacted.
    At the heart of my question is this: I am a young designer at an old company that is not necessarily keeping up with the times. I REALLY want to know what the best, most efficient way to export a pdf for web viewing is. Does this exist in InDesign, outside of InDesign? Does it exist at all? Tell me what I'm doing wrong so that I can get better!
    Thank you in advance.

    Show Large Images is a preference inside of Acrobat which might be disabled.
    Acrobat - File > Preferences

  • InDesign - export a PDF for web view and print

    I have a brochure created for print in InDesign. I need to create a PDF for the web, that would be a link to download and print on a home printer. How do I accomplish this?
    Thanks for any help!

    export smallest size or take the print PDF in to Acrobat and reduce the size there.

  • Poor image quality in pdf for Aperture book

    Can anyone tell me how to retain the quality of original images when I export to PDF for book production in Aperture?
    I am trying to produce a book with 11 pages, in large soft back format.  Most of the images are black and white, and all are PNGs.  Individual files size are typically 12MB - 20MB, and  the longer side of the images is mostly over 5000 pixels.  They all look very clean and crisp full screen in Aperture, and there are no warning triangles in the page make-ups to highlight any instances of poor resolution.
    I’m producing the PDF, via ‘Print’ > ‘Save as PDF’.  The resulting file is 2.6MB.
    Viewed in Preview, some of the images in the PDF superficially appear to be OK.  Some are not - and are very indistinct.  Zooming in on the images in Preview shows that very few are useable.
    I produced a colour book, with larger pages last year and was very happy with both the PDF and the finished book in print.  Some example file sizes from that one were:  15.3MB (3950x2633) and 9.30MB (2880x 1920).
    I had expected the black and white images to work even better. 
    What am I doing wrong here?
    I'm using Aperture 3.2.1 on a MacBook Pro running 10.6.8.

    I just remade the same book - as a test - in the extra large hardback format (ie. the one I used for the previous publication, last year).
    This time, the pictures are fine.  The images appear to be the same quality in the PDF as the originals - much, much better.  The size of the file has increased massively too > up from just 2.6MB to 52.8MB.
    So does the books production function work well only with the biggest, most expensive option? 
    I'd really appreciate some feedback from anyone who's tried the different sizes, and preferably some brilliant ideas to make them all work equally well.

  • Hairline white line around images in PDF for press

    CS3, Windows XP
    I searched the forum and didn't find this exact question, so..., I place PSD file in ID. When I export to PDF for the press run, I get a thin hairline white box around the photo. It only seems to happen when the placed image is over a gradient. It also only happens on PDF files for press run - either Press Quality or PDF/X-1a:2001. When I export to "Smallest File Size" it looks fine. I have the border of the image set to 0 and the color to None.
    And it only seems to happen sometimes. A month or so ago I created a similar piece using different photos, but the same gradient background and it looked and printed fine.
    Thoughts?
    JAG

    The stitching and a grey box was showing up on my press proofs. The printer suggested that I flatten the image before I send it to them.
    Sometimes I see in on screen and sometimes I don't, but my printer says they see it every time and that it will show up on the proof. I've been trying several different PDF exporting options in ID. We are getting the proofs done correctly, but there's only one guy at my printer that can get the file corrected. I'm not sure exactly what he is doing, but one of the people I deal with suggested that he was opening the file in PS, flattening it again, and exporting to PDF, again.
    He's the boss and not alway around, so I'm trying to figure out how I can get file exported correctly.
    Thanks for your help.
    JAG

  • Saving Illustrator CS4 file to PDF for printing. NO FORUMS CAN HELP

    I have put threads on the PDF forum, they told me to put it on Illustrator forum and still know one has an answer, Tried to contact Adobe about this and just got a run around. Can anyone please help?
    My problem results from when I save my file from Adobe Illustrator to a PDF for printing. After saving from Illustrator to a PDF and proofing it on screen all my gradients and other elements are where I need them to be on the page. But when I upload them to my printing company template all the gradients and so on are not even close to be in the right spot. How can I solve this problem, Is there a new setting in CS4 I need to know? Because I never had this problem with Illustrator CS3.

    Hi Reggie,
    I'm far from an Illustrator expert, but let's see if we can gather som more information form you that might help me, or someone else, figure out what's going wrong. Can you post a screnn capture of the arwork in Illustrator so I can see what the gradients are and how they're positioned? Use the little camera Icon thing in the toolbar above the message editing space on the web page.
    Next, tell us about the printer's template. What application is it made in? What version?
    What version of Illustrator and what OS are you using to create your art?
    Is it only the gradients that are in the wrong place? Maybe a screen shot of that would help too.

  • I have a 2 x spot colour file in Illustrator CC and need to save it as a PDF for printing in spot colour....

    I have a 2 x spot colour file in Illustrator CC and need to save it as a PDF for printing in spot colour, which option do I choose in the 'save as' menu?
    and how do I check it?
    The overprint panel is open and I can turn off the cmyk ( there are no separations for the cmyk anyway)
    Have looked at the tutorials which tell me to print as PDF7 but that utility is disabled and has been for ages.
    it is a simple need but can find no simple information so think I must be missing something!
    Thanks in advance!

    No magic required. You simply save it as PDF-X from AI. If the spot colors are based on correct swatches and tagged accordingly, they will appear as separate inks/ plates in the PDF, which you can verify in the ink manager in Acrobat. That's pretty much all there is to it and the print facility should handle this file correctly.
    Mylenium

  • Disaster Recovery For SAP ECC 6.0 On Oracle

    Hi All,
    This is our infrastructure
    Windows 2003 Server
    SAP ECC 6.0
    Oracle 10
    Legato Networker Client / Library
    Actually our Backup Strategy is to do an Online Backup Every Night from monday to saturday. We want to test our backup by doing a Restore. We are assuming a complete loss of the system including hardware.
    What we do:
    1. Install the SAP System on a new host with the same hardware characteristic of the source system.
    2. Install & Configure the legato utility.
    3. Copy the E:\oracle\MIS\sapbackup\ directory from the source system to the test system.
    4. Them we put the database in mount mode.
    5. Execute the command: brrestore -b bdyxwoqv.fnf -m full  (bdyxwoqv.fnf-> Full Online Backup that was executed without problems).
    It gives the following errors:
    BR0386E File 'F:\ORACLE\MIS\SAPDATA2\SR3_10\SR3.DATA10' reported as not found by
    backup utility
    BR0386E File 'F:\ORACLE\MIS\SAPDATA3\SR3700_9\SR3700.DATA9' reported as not foun
    d by backup utility
    BR0280I BRRESTORE time stamp: 2008-10-01 17.45.19
    BR0279E Return code from 'backint -u MIS -f restore -i E:\oracle\MIS\sapbackup\.
    rdyybrzp.lst -t file -p E:\oracle\MIS\102\database\initMIS.utl': 2
    BR0374E 0 of 63 files restored by backup utility
    BR0280I BRRESTORE time stamp: 2008-10-01 17.45.19
    BR0231E Backup utility call failed
    BR0406I End of file restore: rdyybrzp.rsb 2008-10-01 17.45.19
    BR0280I BRRESTORE time stamp: 2008-10-01 17.45.19
    BR0404I BRRESTORE terminated with errors
    Since this is a new SAP system it never will find the SAPDATA files because they where on the source system and this is a new test system.
    We found the following note:
    96848 Disaster recovery for SAP R/3 on Oracle
    But this note is for SAP R/3 no for SAP ECC!
    It explain that you have to install your SAP system with the System Copy Method (is this the only way??).
    2.) Installation of the R/3 System
    The installation of SAP software contains the software installation of the database. The initial SAP database should be created again but the SAP data should not be loaded.
    Install the SAP system with the Oracle-specific system copy method, which is based on backup/restore. This method is described in the system copy guide for your Product/Release. Refer to Note 659509 for products that are based on Web AS.
    3.) Modification of the installation
    Above all, you must take into account the mounted file systems at the time of the loss. If necessary create new SAPDATA directories (mount points). These generally identify a disk or a logical storage area (logical volume).
    Are we working in the right way? maybe there is a formal procedure to do a Restore from an Online backup when you complete loss your system.
    Please some tips.
    Best Regards,
    Erick Ilarraza

    Hi Eric,
    Thanks a lot for your reply, I will follow the Note 96848 Disaster recovery for SAP R/3 on ORACLE point 5.
    5.) Restore profile and log files, as you sayed in case of disaster we will lost our "source" system.
    On the other hand to configure the legato client we take care of the name of the server, we configured the .sap, .cfg and .utl files so in theory the restore will be done on the new test system since we run the brrestore command from that system.
    Officially there is not a documentation from SAP to do a Restore from a Online Backup with SAP ECC, SAP Netweaver (ABAP / ABAP + Java). You only have the 96848 note??? I found the following information:
    http://help.sap.com/saphelp_nw70/helpdata/en/65/cade3bd0c8545ee10000000a114084/frameset.htm
    But there is not a official procedure like a System Copy Guide or Installation Guide.
    Best Regards,
    Erick Ilarraza

Maybe you are looking for

  • REX Add Organisation errors.

    I'm adding trying to "Create Cloud Administration Organization", and get the following error message in the Create Organisation Unit task. Has anyone seen this before? com.newscale.is.core.RoutingException: Routing exception found: Reference Field no

  • HAL mounts USB flash devices without support for non-latin characters

    Hey folks! How can I make HAL mount USB flash devices with support for German characters such as ä, ö, ü, ß, etc? At the moment there's only a silly question mark instead: http://www12.file-upload.net/20.08.08/3cpcpx.png . Can anyone help me? Thanks.

  • Has anyone set up gmail using apple configurator?

    Does anyone know where I can find a step by step guide for email setup using configurator?

  • How to use an access database file with vb project

    hi deve. im wondering how can i use a database file (created with microsoft access) in a vb project i want to assign a textbox content from the database file from a specific field according to its id can anyone explain that with a simple code example

  • New ipod, can't get it to download from PC.

    I have just purchased my first iPod (60GB). Have sucessfully loaded the software onto my Toshiba laptop, incerted a CD and imported the songs, but when I connect the actual iPod through the USB cable, the iPod flashes 'Do not disconnect'. Nothing els