Archiving the PDF Document in Documentum

Hi All,
I am using WFS6.2 and there is a requirement that the forms after the final workflow process need to be archived in to Documentum. I am planning to have a ASP and from there the PDF documents are created in the Documentum programatically. There is a sample application avaialble in http://www.dmdeveloper.com/samplecode/dfcasp.html. I am not able to login to Documentum through the sample application avaialble. Did anybody tried using this application or do you have any code snippets to achieve this?
Thanks and Regards,
Hariharan.P

Dear Eddy,
Thanks for the such a quick reply,
But I am not able to understand anything from the link, Let me explore the classes given in that thread and do some work on it.
Its highly appreciated if you have any example kind of thing or a blog etc..
Thanks a lot.
Regards....
Ravi.

Similar Messages

  • Archive a pdf document in a folder in Business Workplace

    Good Morning!
    I've a question about archiving a pdf document in a folder in the business workplace.
    I want to the it with the fm SO_OBJECT_INSERT.
    But here is a problem. I upload the pdf with gui_upload into the table lt_pdfbin.
    This table has the type solix_tab.
    But in the fm the table content needs a table of the type soli.
    What can i do?Are there other possibilities to archive the document in an folder?
    Thanks for your help!
    DATA: lt_pdfbin TYPE solix_tab.
    CALL METHOD cl_gui_frontend_services=>gui_upload
        EXPORTING
          filename                = l_file
          filetype                = 'BIN'
          has_field_separator     = space
          header_length           = 0
          read_by_line            = 'X'
          dat_mode                = space
          codepage                = space
          ignore_cerr             = abap_true
          replacement             = '#'
    *      virus_scan_profile      =
    *    IMPORTING
    *      filelength              =
    *      header                  =
        CHANGING
          data_tab                = lt_pdfbin
        EXCEPTIONS
          file_open_error         = 1
          file_read_error         = 2
          no_batch                = 3
          gui_refuse_filetransfer = 4
          invalid_type            = 5
          no_authority            = 6
          unknown_error           = 7
          bad_data_format         = 8
          header_not_allowed      = 9
          separator_not_allowed   = 10
          header_too_long         = 11
          unknown_dp_error        = 12
          access_denied           = 13
          dp_out_of_memory        = 14
          disk_full               = 15
          dp_timeout              = 16
          not_supported_by_gui    = 17
          error_no_gui            = 18
          OTHERS                  = 19
    CALL FUNCTION 'SO_OBJECT_INSERT'
        EXPORTING
          folder_id                        = so_obj_id
    *     OBJECT_FL_CHANGE                 = ' '
    *     OBJECT_HD_CHANGE                 = ' '
          object_type                      = 'PDF'
    *     ORIGINATOR_ID                    = ' '
    *     OWNER                            = ' '
    *   IMPORTING
    *     OBJECT_FL_DISPLAY                =
    *     OBJECT_HD_DISPLAY                =
    *     OBJECT_ID                        =
        tables
          objcont                              = lt_pdfbin                          
          objhead                             = objhead

    Has nobody an idea?
    I found something here:
    [How to send PDF document as attachment in the send mail step|How to send PDF document as attachment in the send mail step]
    Data: lt_pdfbin  type solix_tab stands higher in the code, but it is there
    It works...that something will be archived into my folder, but not a pdf document
    With the object type 'RAW' there are only chinese symbols...hmm
    With 'PDF' there is an error, with 'BIN' i can't see anything
    Are there other opportunities?
      DATA: so_obj_id type soodk.
      DATA: objtp type so_obj_tp,
            objyr type so_obj_yr,
            objno type so_obj_no.
      DATA: objhead type standard table of soli,
            lt_mappe type standard table of soli.
      DATA: wa_soli type soli,
            wa_solix type solix.
      FIELD-SYMBOLS: <ptr_text> type soli,
                     <ptr_x>    type any,
                     <ptr_hex>  type solix.
      objtp = 'FOL'.
      objyr = 35.
      objno = '000000000457'.
    * Zusammensetzung zur Folder_ID
      CONCATENATE objtp objyr objno INTO so_obj_id.
    * Umwandlung solix zu soli
        refresh lt_mappe.
          loop at lt_pdfbin into wa_solix.
            clear wa_soli.
            assign wa_soli to <ptr_hex> casting.
            move wa_solix to <ptr_hex>.
            append wa_soli to lt_mappe.
          endloop.
      CALL FUNCTION 'SO_OBJECT_INSERT'
        EXPORTING
          folder_id                        = so_obj_id
    *     OBJECT_FL_CHANGE                 = ' '
    *     OBJECT_HD_CHANGE                 = ' '
          object_type                      = 'RAW'
        tables
          objcont                          = lt_mappe                            
          objhead                          = objhead   

  • Archiving external pdf documents in IXOS

    Hi all,
    I wrote an home made application to manage links between SAP and external systems. In this application I've a document number which corresponds to a pdf document I received on a windows file server.
    I'm receiving hundreds of pdf documents per day from these external systems and I want to archive them in IXOS from an ABAP program.
    I wrote a program to do this using these standard functions :
    ARCHIV_CONNECTDEFINITION_GET          to get the archive parameters
    ALINK_DOCUMENTS_CREATE_DIALOG    to upload the PDF file and send it to IXOS
    ARCHIV_CONNECTION_INSERT                 to create the link in SAP
    this works perfectly.... in forground.
    The function ALINK_DOCUMENTS_CREATE_DIALOG does not work in background.
    I absolutly need to create a job to do this archiving because I get about 2000 - 3000 documents per day
    Does somebody have a solution for this ?
    I looked around in this forum and in SAP but I didn' find a solution at the moment
    Thank you

    Hello,
    As i understand with your question - You have to archive the incoming documents which are in PDF format and link it with SAP business document.
    If so, then you can achieve by using OpenText Document Pipeline functionality.
    Below are the steps need to be performed:
    1. For each incoming document there should be control files which is essential for the IXOS job to archive and send the updates to the SAP
    - You can refer to OpenText Document Pipeline for the attributes of control file
    2. Schedule EXR3 job - agument the exchange directory - where your incoming document with control file are located
    Pre-requisites are - ArchiveLink configuration should be defined in SAP.
    In this way you can archive the incoming documents to link to SAP transaction data.
    You can see the archived information in table TOA0* and also in respective SAP transaction data using GOS service you can display the document.
    Hope this will help.
    -Thanks,
    Ajay

  • R12 : System Failed to generate the PDF Document.

    I am trying to create a PO thru auto create but I hit inquire > View Document , I encountered an error: System Failed to generate the PDF Document. Please contact your system administrator. We just updgrade our instance from 11.5.2.10 to r12.1.2. Any thoughts?
    Thanks,
    Leo

    Please see if these docs help.
    System Fails To Generate PDF Document After Clicking "PDF Document" On Supplier Notification When Different Languages Are Used [ID 1078546.1]
    PO Email From Tools>Communicate At Same Time of Approval Corrupts PDF File Transmits As .HTML & System Failed to Generate PDF [ID 1287488.1]
    Thanks,
    Hussein

  • Print Problem - PDF is OK on Windows 7, but OK on Windows XP with "Acrobat Reader An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem."

    I have received a PDF which prints fine in Windows 7 but with Windows XP I get "Acrobat Reader An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem." and a blank piece of paper passes through the printer. I appreciate that Windows XP is no longer supported but I would like to think that the solution to this problem is not too difficult!
    I have tried Acrobat 9, 10 and 11.
    Any advice (apart from use Windows 7! ) would be most welcome.
    Many thanks.

    If you use the same Adobe Reader versions with the same PDF on Windows 7 and XP, then I would expect the outcome to be the same.
    Is this a local or online PDF?
    If local, is the file really exactly the same?
    If online, in what browser?

  • I'm using Acrobat XI on Windows.  I want to add my company's logotype as a watermark to a PDF document.  How can I do this?  When I add it as a file (jpeg), the logotype is printed on a white square background.  It will be positioned on the PDF document o

    I'm using Acrobat XI on Windows.  I want to add my company's logotype as a watermark to a PDF document.  How can I do this?  When I add it as a file (jpeg), the logotype is printed on a white square background.  It will be positioned on the PDF document on a light, uniform yellowing color. I want this to show through, as if the logotype was stamped directly on the document.  Thanks.age to be completely transparent

    The above was truncated and garbled a bit and I can't figure out how to edit it.  So just to repeat the question a bit more clearly: "I'm using Acrobat XI on Windows.  I want to add my company's logotype as a watermark to a PDF document.  When I add it as a file (jpeg), the logotype is printed on a white square background (because the jpeg is square with a white background of course).  It will be positioned on the PDF document on a light, uniform yellowish color, which I want to show through. I want it to look as thought the logotype was stamped directly on the document.  Thanks.

  • Why can't I save text I've entered into a PDF file?  When I hit "Save As", only the PDF document is saved, but not the text i typed into the document.  I'm using Windows 8.

    Why can't I save text I've entered into a PDF file?  When I hit "Save As", only the PDF document is saved, but not the text i typed into the document.  I'm using Windows 8.

    THANK YOU!
    Jan Whitfield
    The College Planning Center
    250 Palladio Parkway, Suite 1311
    Folsom, CA 95630
    (916) 985-0453
    www.TheCollegePlanningCenter.com

  • Security settings to not allow Changing the PDF Document

    I'm trying to create PDFs where users can do anything they wish to the PDF document including Document Assembly but not Changing the Document (i.e. modifying the original text).
    Looking at the security settings in Acrobat, I can't seem to find an option that would only limit Changing the Document and nothing else. Is there a way this can be done?

    > In how we're going to end up using the secured document - no.
    But in the way that Acrobat views it - yes.
    I suppose you could "try" to outline the text before PDFing it. Whether you can do that will depend on what application you are using to create the original document.

  • Getting Adobe Lifecycle Error when opening the pdf document to provide comments

    Hi All,
    I am getting AdobeLifeCycle Error message when I am trying to give comments in the pdf document.
    I have a workaround in place for the same but I want a permanent fix.
    PFB the workaround for the same:
    1.Delete the Adobe folder from the users local profile, under the following folders:
    C:\Users\”login”\AppData\local
    C:\Users\”login”\AppData\locallow
    C:\Users\”login”\AppData\Roaming
    2.Delete the contents of the temp file on the C Drive
    Please let me know if some one has faced this issue and have been successful in finding a permanent fix.
    Thanks & Regards,
    Aniket Deshmukh

    PFB the error message:
    Adobe LiveCycle Review Connector - File Not Found’

  • Issue with getting the entire spooled job into the pdf document

    Hi All,
    My scheduled job runs fine and completes successfully but it appears to have some issues with getting the entire spooled job into the pdf document which it sends to a an end user.Has anyone encountered it before.Your kind assistance would be appreciated.
    Thank you.
    Regards,
    John

    Hi,
    Please read below link for your query:-
    http://help.sap.com/saphelp_nw04/helpdata/EN/85/54c73cee4fb55be10000000a114084/content.htm
    Regards,
    Anil

  • Download the pdf document from sap server

    Hi,
    I uploaded the pdf document as MIME type in mime browser.  I have a requirement to open this document when I click on the button.  How could we achieve this ?  I appreciate your help.

    1.You could use offline intractive form to display PDF.
    2. use
      cl_wd_runtime_services=>attach_file_to_response(
        i_filename  = file_name
        i_content   = lv_content
        i_mime_type = mime_type
        i_in_new_window = abap_true
        i_inplace       = abap_false ).

  • When converting a document on Pages to PDF, is there a way to shrink the size of the PDF document?

    When converting a document on Pages to PDF, is there a way to shrink the size of the PDF document?

    When exporting you are given 3 options:
    Good, Better, Best
    But I am guessing you are asking something else, just haven't said so.
    Peter

  • How to get the PDF Document version when using Digital Signature

    Hi,
    I have a form which contains two signature fields.
    When i sign the form the pdf document is saved as a version which can be seen by clicking the Signature Panel.
    I need to get the binary of the versions stored in the form.
    Please suggest me the how to get the version data from the form.
    Regards,
    S.V.atish Kumar

    Hi Mithun:
    I think I have run into a similar issue and have not been able to find a resolution.
    I have been trying to place three groupings of data and limit them to 15 rows; additional rows would print on a void check on a next page using the rtf template.
    Earnings .............. Pre-Tax Deductions .........Taxes
    <line 1 earnings> <line 1 pre-tax deductions> <line 1 tax dedcutions>
    <line 2 earnings> <line 2 pre-tax deductions> <line 2 tax dedcutions>
    <line 3 earnings> <line 3 pre-tax deductions>
    <line 4 earnings> <line 4 pre-tax deductions>
    <line 5 earnings>
    <line 6 earnings>
    The template works fine with these lists as nested tables until I add in the restriction and filler for the 15 rows for the first table. The data in the 2nd two lists does not appear once the limitation is added.
    Check Writer (XML)  - Issues with payroll check stub in rtf
    As an alternative, I have been thinking adding the remaining line totals (over 15 rows) and adding a 16th row. However I have been running into an error when trying to use the code for-each-group.
    *** XML-22056: exactly one of four group attributes must be present in xsl:for-each-group
    Can you send me your template to review? My email is: Karen.Lacey(AT)paetec(DOT)com
    Thanks!
    Edited by: RedLacey on Dec 17, 2009 11:48 AM

  • I get a please wait message, and the pdf document never loads?

    I get a Please Wait message, and the pdf document never loads. i have the latest version on my mac- no luck!

    windows xp version x1 the latest.  trying to open  in gmail.
    On Mon, Feb 17, 2014 at 1:23 PM, Claudio González

  • Why can't I open PDF files on my iMac. I installed Adobe Reader and accepted the end user license, as instructed then quit the application and relaunched it and I still can't view the PDF document. The screen comes out black. Please advice. Thanks

    Why can I view PDF files from the Web on my iMac even after I installed Adobe Reader and accepted the end user license agreement.I then quit the application relaunched it, as instructed snd still the PDF document comes out blank or black. Please advice. Thanks
    Chef Rey

    Are you saying that Adobe Reader or Preview can't read PDF file that you download? Or, are you saying that you can't display PDF files in your Safari broweer? If the latter, then delete any AdobePDFViewer plugins you find in /Library/Internet Plug-ins/ and restart. That should allow Safari to display PDFs in its window. BTW, that's the worst place to view them. Better to download them and use Adobe Reader or Preview.

Maybe you are looking for

  • Cannot send email to subdomain

    iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004) libimta.so 5.2 Patch 2 (built 19:30:12, Jul 14 2004) SunOS stud.usm.my 5.9 Generic_117171-17 sun4u sparc SUNW,Sun-Fire-V240 We have a domain xxx.com and a subdomain stud.xxx.com...the first dom

  • ITunes 11 Autofill Not Working On iPod Shuffle

    I had to reinstall iTunes 11 following a reinstall of Windows and now iTunes will no longer "Autofill" my iPod Shuffle. Formerly, Autofill would randomly refill my iPod Shuffle with tunes from my iTunes library, but it no longer wiill. When I select

  • ITunes not Syncing correctly

    I have approximately 60 songs on iTunes and my iPhone 3GS shows only 6.  I have done a complete restore several times and still the same problem.  I have checked Sync Music...entire music library...include music videos and include voice memos.  It sa

  • Implementing ACH Payments for Garnishment Child Support in US Payroll

    Hi Experts, My client wants to implement ACH Payments for Garnishment Child Support in US Payroll instead of mailing live Checks. Can you please provide me with the Standard config settings/SAP documentation needed to achieve this functionality. I al

  • HT6058 Error when updating to 7.0.4. Please help.

    Error message says not connected to Internet when updating to 7.0.4, but I am connected. Please help.