Skip to Content
0
Former Member
Feb 24, 2011 at 10:54 AM

Mass photo employee upload

168 Views

Hi all,

I got requiremet to mass upload employee photos from UNIX server to Documentum via sap archive link.

To do this, I am using these function modules:

SCMS_UPLOAD : to upload photos from application server and stored it in one internal table ( which is in binary format )

ALINK_DOCUMENTS_CREATE_DIALOG : results the docid and repository id ( throught this all documentids got stored in

content repository server)

SCMS_DOC_CREATE : used to store all documents in Content repository server id.

ARCHIV_CONNECTION_INSERT : establishes the conenction between repository and sap object

As far as I know , regarding first and second function modules (SCMS_UPLOAD and ALINK_DOCUMENTS_CREATE_DIALOG) which are used for same purpose ( i.e., to upload only the difference is popup window for second function module .So which one should I have to use among them.

Which function module should I have to use to store all documents in Content repository server?after using first or secod function module,here I used 'SCMS_DOC_CREATE'.Is this correct?

Could you please guide me whether the above mentioned function modules sequence are correct or not for my requirement or should I have to use some other function modules?

Thanks in advance for your helpful answers.

Edited by: Harika Sriram on Feb 24, 2011 12:38 PM