Problem when converting to PDF

Hi Experts,
         I have done a Invoice Smartform which was working good in Development server. But when it is Transported to Production it shows the following Error , OTF end command // missing in OTF data. Can any one please help me out in this.
Thanks & Regards,
Ajeeth

Hi Ajeeth ram.s,
Please check the NACHA value  while debugging
CALL FUNCTION 'WFMC_PREPARE_SMART_FORM'
    EXPORTING
      pi_nast       = nast
      pi_country    = lv_dlv-land
      pi_addr_key   = lv_addr_key
      pi_repid      = sy-repid
      pi_screen     = lc_x
    IMPORTING
      pe_returncode = gv_retcode
      pe_itcpo      = lv_itcpo
      pe_device     = lv_device
      pe_recipient  = lv_recipient
      pe_sender     = lv_sender.
  IF gv_retcode = 0.
    MOVE-CORRESPONDING lv_itcpo TO lv_composer_param.
    lv_control_param-device      = lv_device.
    lv_control_param-no_dialog   = lc_x.
    lv_control_param-preview     = lc_x.
IF nast-nacha = '5'.
      lv_itcpo-tdgetotf = 'X'.
      lv_control_param-getotf      = lv_itcpo-tdgetotf.
    ENDIF
    lv_control_param-langu       = nast-spras.
    lv_composer_param-tdnoprint = space.
  ENDIF.
i think  in your case Nacha value is 1 might be please check
Thanks
Surendra

Similar Messages

  • Problems when converting from pdf to word

    I am a translator and I get most of my work in pdf files. So I convert the pdfs into words to be able to change the text and edit. However, when dcuments are converted from pdf to word I have found they become very unstable and difficult to work with to the point I usually end up not using the coverted file. Is there any place I can go for training about what to do with those documents? Can anyone relate to this problem?
    thanks

    Hi patryba,
    You can access ExportPDF here: Adobe Acrobat.com.
    Please let us know how it goes!
    Best,
    Sara

  • Problem when converting to pdf - Oracle Reports 6i

    Hi all,
    Im using Oracle reports 6i and Oracle Database 10g Release 10.2.0.5.0 - 64bit Production.
    In My database NLS_LANGUAGE is GREEK & NLS_CHARACTERSET is EL8MSWIN1253.
    So i have greek language texts in the database..
    When run the report, in the previewer the greek letters are fine,
    But when i try to convert it into PDF, all the greek letters are not supported and letters are unknown characters.
    i tried following,
    SRW.DO_SQL ('ALTER SESSION SET NLS_LANGUAGE = '||'''GREEK''')
    But still same problem....
    Any workaround on this.. ?
    Regards
    SankarMN
    Edited by: SankaraNarayanan.M.N on Dec 21, 2012 9:01 AM

    Hi O.Developer,
    I have set the greek language in the registry already, but still same problem persists.
    In the Registry, i have the following value same as i have in the database nls parameters,
    HKEY_LOCAL_MACHINE -> SOFTWARE ->ORACLE -> ORACLE_HOMES -> NLS_LANG -> AMERICAN_AMERICA.EL8MSWIN1253.
    EL8MSWIN1253 is GREEK.
    I could store greek values in the database and i can retrive it in the forms and reports as well.
    My only problem is, when i try to convert the report into pdf, it is unknown characters.
    And also i tried with modifying the file uifont.ali. But still no result...
    Any other try is there to overcome ?
    Regards
    SankaraMN

  • How to avoid image problem when converting to PDF?

    I had placed this yellow watch (psd file) to a AI file. Then I saved it as a PDF. When I opened the PDF file, there was an error on the image.
    Is there anyone can help to solve this problem?

    A few possibilities include stuff like...
    1.)  Image is missing and/or not "Linked".  Look at whether the image has been moved or taken from a server. The solution is to save the image to a local folder and link to it in the document.
    2.)  Color space of the document does not match the color space of the image.  Make sure the image and the document are appropriate color spaces and they match ( i.e., document = CMYK; image = CMYK ).

  • Font problem when converting to pdf

    I have been struggling with this for a long time! When I export to pdf for some reason the fonts become really mangled. I use several fonts but it is especially baskerville 12 that looks really bad. I have searched and searched but can't figure out why it comes out like that?
    If anyone can be of help it will be much appreciated!

    I have the same issue. From what I found online it originated sometime during this update (http://indesignsecrets.com/mac-os-x-10-6-7-update-causes-font-problems—but-proba bly-not-in-indesign.php)? I am running OSX Lion but it seems the issue was inherited...
    My situation is using Pages with Baskerville font. It appears wonky in Adobe Reader but as expected in Preview.
    Found a temporary fix at http://forums.adobe.com/message/4320355#4319047 . It would be nice for this to be included in an upcoming patch.
    Message was edited by: _juan_

  • Hyperlink problem when converting Word to PDF

    Hi everyone.
    I am using Adobe Acrobat 7.0 Standard version 7.1.4 on a Windows 2000 environment.
    I am using Word XP/2002 SP3.
    I have a couple of problems when converting Word to PDF.
    When converting a long link which is in 2 lines, PDF just takes one line into account, not considering the whole link
    When I have hyperlinks that links to a web page, the link works fine in Word but in pdf, it gets the few words after the url address making the link not work.  For example.  I have a hyperlink that http://www.google.com/ and after this I have the words: "This is a sample text".  The hyperlink in pdf would then become http://www.google.comThisisasampletext
    Do you have any ideas how I can correct this?
    Thanks.

    To get the cross references, you have to use Convert to PDF (PDF Maker part of the Acrobat product). However, you first need to go to the print menu and set the printer to the Adobe PDF printer. Close the print menu and then do a reflow and link update of the document (ctrl-A, then F9 I think). This is needed to get the links correct since WORD reflows the document based on the printer (problem with them going to the wrong place).
    Printing to the Adobe PDF printer (the step of print to file is not needed, just print to the printer and the rest is automatic) does not include the links. PDF Maker is a PreProcessor for the Adobe PDF printer that adds PDF Marks to the PS file before it is sent to Distiller (OK, the printer when used normally creates a PS file and then invokes Distiller to complete the process - your steps did with the Adobe PDF printer is the same process done manually).
    Summary:
    1. Fix document after setting the printer to Adobe PDF.
    2. Use PDF Maker (create PDF button)

  • A Problem When Converting SmartForm (OTF) to MS Word

    Hi,
    i'm converting smartform to ms word file but design is spoiled.
    CALL FUNCTION 'CONVERT_OTF'
        EXPORTING
          format                = 'ASCII'
          max_linewidth = 132
        IMPORTING
          bin_filesize          = gv_fsize
    *      bin_file              = l_pdf_xstring
        TABLES
          otf                   = itcoo
          lines                 = tline
        EXCEPTIONS
          err_max_linewidth     = 1
          err_format            = 2
          err_conv_not_possible = 3
          err_bad_otf           = 4
          OTHERS                = 5.
    CALL FUNCTION 'CONVERT_TEXT'
    EXPORTING
       CODEPAGE               = '1133'
       DIRECTION              = 'EXPORT'
       FORMAT_TYPE            = 'RTF'
    *   FORMATWIDTH            = 72
    *   HEADER                 = ' '
    *   SSHEET                 = 'X'
    *   WITH_TAB               = 'X'
    *   WORD_LANGU             = SY-LANGU
       TABLETYPE              = 'BIN'
    *   TAB_SUBSTITUTE         = ' '
    *   LF_SUBSTITUTE          = ' '
    *   REPLACE_SYMBOLS        = 'X'
    *   REPLACE_SAPCHARS       = 'X'
    *   MASK_BRACKETS          = 'X'
    * IMPORTING
    *   NEWHEADER              =
    *   WITH_TAB_E             =
    *   FORMATWIDTH_E          =
      TABLES
        FOREIGN                = tline
        ITF_LINES              = tline
    *   LINKS_TO_CONVERT       =
    EXCEPTIONS
       NOT_SUPPORTED          = 1
       OTHERS                 = 2
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    * Transfer the 132-long strings to 255-long strings
      LOOP AT tline.
        TRANSLATE tline USING ' ~'.
        CONCATENATE gd_buffer tline INTO gd_buffer.
      ENDLOOP.
      TRANSLATE gd_buffer USING '~ '.
      DO.
        it_attach = gd_buffer.
        APPEND it_attach.
        SHIFT gd_buffer LEFT BY 255 PLACES.
        IF gd_buffer IS INITIAL.
          EXIT.
        ENDIF.
      ENDDO.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
    *      BIN_FILESIZE                    = gv_fsize
          FILENAME                        = l_pdf_string
          FILETYPE                        = 'BIN'
          APPEND                          = 'X'
    *     WRITE_FIELD_SEPARATOR           = ' '
    *     HEADER                          = '00'
    *     TRUNC_TRAILING_BLANKS           = ' '
    *     WRITE_LF                        = 'X'
    *     COL_SELECT                      = ' '
    *     COL_SELECT_MASK                 = ' '
    *     DAT_MODE                        = ' '
    *      CONFIRM_OVERWRITE               = 'X'
    *     NO_AUTH_CHECK                   = ' '
    *     CODEPAGE                        = ' '
    *     IGNORE_CERR                     = ABAP_TRUE
    *     REPLACEMENT                     = '#'
    *     WRITE_BOM                       = ' '
    *     TRUNC_TRAILING_BLANKS_EOL       = 'X'
    *     WK1_N_FORMAT                    = ' '
    *     WK1_N_SIZE                      = ' '
    *     WK1_T_FORMAT                    = ' '
    *     WK1_T_SIZE                      = ' '
    *     WRITE_LF_AFTER_LAST_LINE        = ABAP_TRUE
    *     SHOW_TRANSFER_STATUS            = ABAP_TRUE
    *   IMPORTING
    *     FILELENGTH                      =
        TABLES
          DATA_TAB                        = it_attach
    *     FIELDNAMES                      =
       EXCEPTIONS
         FILE_WRITE_ERROR                = 1
         NO_BATCH                        = 2
         GUI_REFUSE_FILETRANSFER         = 3
         INVALID_TYPE                    = 4
         NO_AUTHORITY                    = 5
         UNKNOWN_ERROR                   = 6
         HEADER_NOT_ALLOWED              = 7
         SEPARATOR_NOT_ALLOWED           = 8
         FILESIZE_NOT_ALLOWED            = 9
         HEADER_TOO_LONG                 = 10
         DP_ERROR_CREATE                 = 11
         DP_ERROR_SEND                   = 12
         DP_ERROR_WRITE                  = 13
         UNKNOWN_DP_ERROR                = 14
         ACCESS_DENIED                   = 15
         DP_OUT_OF_MEMORY                = 16
         DISK_FULL                       = 17
         DP_TIMEOUT                      = 18
         FILE_NOT_FOUND                  = 19
         DATAPROVIDER_EXCEPTION          = 20
         CONTROL_FLUSH_ERROR             = 21
         OTHERS                          = 22
      IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    when converting to pdf with parameter is 'PDF' in fm CONVERT_OTF, design is not spoiled. but in 'ASCII' format in fm CONVERT_OTF design is spoiled.
    how can i solve this problem?
    can somebody help me pls?
    Thanks.

    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.
    Hope there will be problems with word but i think you can use pdf for that
    If you do get the resolution please do let me know
    Cheers

  • Problems when Saving as PDF in Framemaker 9

    Hello,
    Our department is having a couple of problems when 'Save as PDF' is used to create a PDF in FM9.   We all use WindowsXP.
    Problem #1: No PDF created.   A window appears stating that Distiller 5.0.5 or higher is required; we all have Distiller 9.0 installed.  So it doesn't seem to recognize that Distiller 9.0 is available.  NOTE: When PRINTING to PDF there are no issues, it is uses Distiller 9.0 as expected.
    Problem #2: PDF is created but chunks of text are missing.
    We need to Save as PDF in order for our reviewer comments to automatically be added when importing back into Framemaker.
    Can anyone help?
    Thank you.
    T.

    Since you mention that you're on XP, have you installed the PostScript
    printer Hotfix from Microsoft?
    That would be my starting point for trouble-shooting because it
    specifically addresses at least one of your issues.
    Info at:
    http://blogs.adobe.com/techcomm/2008/07/hotfix_for_framemaker_1.html
    The fix is at:
    http://support.microsoft.com/kb/952909/en-us
    Art Campbell
                  [email protected]
      "... In my opinion, there's nothing in this world beats a '52
    Vincent and a redheaded girl." -- Richard Thompson
                                                          No disclaimers apply.
                                                                   DoD 358

  • When converting a PDF to an excel file, the format converts but none of the wording comes across

    When converting a PDF file to an excel file, the format converts but none of the wording comes across

    When converting a PDF file to an excel file, the format converts but none of the wording comes across

  • How do I maintain column formatting when converting from PDF to Excel?

    How do I maintain column formatting when converting from PDF to Excel? All info is no longer on the lines or in the columns they started out being in? Any help would be appreciated.

    Sara,
    Perhaps I am expecting too much from Adobe ExportPDF. The reason I subscribed to this service, for which I pay a yearly fee, was that I need a way to  convert scanned and digital documents to Word &/or Excel. I read the link you included but to be candid the more I tried to understand what was written the more confused I got. The process should not be this difficult. Currently I am using a NEAT scanner to create PDF documents of whatever I scan. After I changed the OCR setting on Adobe ExportPDF the output was much better but not to the point it was usable as it was. Information that appears to be lines and columns are sometimes not recognizing two columns and just putting them together in one. Obviously not usable. The other thing it does is bunch numbers that appear in a column that are just a bunch of numbers that I have no way of fixing. 
    Please let me speak to someone who can help me. Right now I not getting anything of value in my paid subscription.

  • Transparency problems when I distort Pdf image size (ie: 100%x99%) then Export. Is there away to fix

    I sometimes have transparency problems when I distort PDF image size (i.e.: 100%x99%) then Export. Is there away to fix.   Or at least be able to preflight and know I have an issue.

    Mostly I have seen borders and drop shadows that will just go away or other wise not print right but only when I distort the image and only on very complicated large PDF images.  When I print it at same % both horz and vert. this problem goes away.

  • Column problem when converting files.

    When converting a pdf file to excel the columns are corrupted. Data from one column is now spread across two columns.

    The ability to convert back to Excel with columns in proper location depends on how the PDF was created. If done in a way to allow going back, the PDF would be tagged with the location information. An alterntative is to use the alt key while selecting a column of the spreadsheet and then copy and paste that to Excel. Repeat for each column. Takes a while, but might be faster than spliting the columns. You might try saving to a csv file and see if a comma or tab is present to differentiate the columns when opening in Excel -- not tried this, but might be worth a try.

  • I have problem when transferring book (PDF/Epub) from Computer to iPad with the new iTune? Please Help....

    I have problem when transferring book (PDF/Epub) from Computer to iPad with the new iTune? Please Help....

    With iTunes 11 you can enable the left-hand sidebar via control-S on a PC, option-command-S on a Mac. If you are trying to get it to the iBooks app then with the sidebar enabled the process should be similar to how it was on previous versions of iTunes e.g. add it to your iTunes library via File > Add To Library, connect the iPad and select it on the left-hand sidebar, and then use the Books tab on the right-hand side to select and sync it to the iBooks app.

  • Link problem when converting MS Word to PDF with Acrobat Professional

    Hello all,
    I have the following problem:
    When I have a MS Word document with links to other files inside and I convert it to PDF the links are converted from relative paths to absolute paths.
    The problem is created by Acrobat as the links in the MS Word file are relative (I have checked this by moving the different docs to another directory and confirmed that the links still work after the move).
    How can I make the paths in the PDF relative again? I know there is a plugin from Evermap (and I can confirm this works) but I do not want to use this plugin (=read: spend another $190 dollars) as the license for the Acrobat Professional is expensive enough . Is there a way I can convert the paths within Adobe Acrobat easily? Or better: can I adjust the settings in Acrobat to a new standard when all converted documents contain relative paths?
    Backgroundinfo:
    - Adobe Acrobat 8 Professional
    - Windows XP (SP2)
    - MS Word 2002
    Thanks in advance!
    Bart

    Dear Steve,
    I have tried what u suggested: I put all the documents (word + linked documents) into the same folder on the local-drive (C). Then I recreated the links  in the word document to be sure they were matching. After that I converted the word document to an PDF and confirmed the links were still working in the PDF document.
    Then the biggest challenge: copying the pdf and linked documents to another drive&directory. As you can guess: Unfortunately the links did not work anymore.
    Any other suggestions?
    If I use the Evermap-tool (30 day-trial) I can look at the links and this is how it is 'coded' in the pdf.
    first link: ../../../../test/link_a.pdf
    second link: ../../../../test/link_b.pdf
    and yes this will work if you put the documents in the directory test in the root of the local-drive but not in a different subdirectory.
    Anyone ideas?
    Grtz,
    Bart

  • Pdf problems when converting to lion

    Interactive Pdf documents scrunched when converted to Lion operating sytem. Just upgraded to lion, my children have interactive day planners which were saved on the desktop as PDF documents, the writing is now scrunched when viewing or printing. Any suggestions?

    If you are using Adobe Acrobat for PDF files read here >  Apple Safari 5.1 and Adobe Reader/Acrobat Advisory

Maybe you are looking for

  • Images in themes no longer have transparent background after upgrade?

    I've just upgraded to iLife 09 and also Snow Leopard. Unfortunately when I open iDVD the 7.0 themes won't load properly. There is no dropzone in the Revolution theme and the Sunflower theme moving images no longer have transparent background so have

  • Outgoing Payment - Pay-To Name

    Hi Everybody, I need to write out a check to a Pay To Name that is different than the Vendor Name.  I have changed the Logistics tab to reflect the correct Pay To.  However, when I print out the check, it shows the correct pay to address but the inco

  • Windows 7 64bit and Joining Windows 2008 domain

    just installed Windows 7, 64bit. When I tried to join it to the domain I'm getting "network path not found". I've tried to manually add a host record for the computer in DNS but that doesn't work. I've even set the IP static and then registered it in

  • SOAP processing failure, error id = 1001

    Hi, I am trying to implement the yahoo widgets usingthe following blog: BI Data Widget - Weblog Series & Pre-requisites I am stuck at STEP 14. I am getting the error : "An error has occurred. Maybe the request is not accepted by the server: SOAP proc

  • Applying multiple xsl's

    I've inheirited someone else's code, as we tend to do from time to time. The simplest way that I can think of fixing a problem with our xml is to apply one style sheet to the xml, then apply a second. I have tried multiple times to get this to work,