cancel
Showing results for 
Search instead for 
Did you mean: 

Move old documents from ECC to Content server

0 Kudos

Dear all,

One of my client has ECC connected to DMS .

They want all the old GOS documents with attachment ( which are residing currently in ECC) to be transferred to content server (KPRO). We are looking for mass extraction and upload.

I am not aware of how to do the same? Can anyone guide me on this?

Is there any report which will identify these documents? Or there is any other way to do the same?

Regards,

Sarit 

Accepted Solutions (1)

Accepted Solutions (1)

former_member561828
Participant
0 Kudos

Review OSS Messages:

SAP OSS Note 530792 - Storing documents in object services

SAP OSS Note 389366 - Relocation of documents

Answers (1)

Answers (1)

Brunot
Explorer
0 Kudos

I am migrating old documents (but from a NON SAP) into DMS.

There are many ways to do it.

DMS let you use many BAPIs ( so abap is needed) such as BAPI_DOCUMENT_CREATE2 or

BAPI_DOCUMENT_LOAD (to create dirs with originals both from app. server or from presentation server) and CSAP_DOC_BOM_MAINTAIN to create the Document BOM.

If you are familiar with, you can try SXDA  , where you can set up a migration project (for non-sap to sap

or SAP to SAP too) the object to use is called "DRAW".

Also LSMW is usable.

Hope this can help you a bit.

Bruno

Brunot
Explorer
0 Kudos

BTW, don't know hot to identify gos document. Normally we download a text file (ASCII) from non sap system and make an abap report  with a file in input with a structure compatible with bapis.