Skip to Content
0
Sep 10, 2009 at 08:24 PM

Filenet - DOC attachments

203 Views

I am using fm ARCHIV_CREATE_SYNCHRON_META to write Files (ONLY PDF files) to FileNet

The following is the function module used for this

  call function 'ARCHIVOBJECT_CREATE_SYNCHRON'
       exporting
            targetarchiv_id            = f_toaom-archiv_id
            document_type                = f_toaom-doc_type
            note                        = note
            path                         = path_to_archiv
            no_arc_delete                = no_arc_delete
       importing
            archiv_doc_id                = archiv_doc_id

But it is only capable of attaching PDF documents. How we can attach Winword, Excel and other files to Filenet.