cancel
Showing results for 
Search instead for 
Did you mean: 

Data Migration

Former Member
0 Kudos

Hi expert

I meet a problem about data migration. I have to store a huge files from outside of SAP to DMS and the customer is going to give me a report about file name, document type... My solution are following steps:

- From this report I create a new table DMS_INFO to store information from this report.

- Store files in somewhere in SAP not via DMS such as Archive Link, Content server, SAP database... If the system doesn't support, I would use ABAP.

- Write a function by ABAP to process the stored files. This function will insert new line item in table DRAW (new DIR) with name of stored file to fill field FILEP and information from the table DMS_INFO I created

There are my questions:

Is it right way ?

If yes

- I need some information about addition files to SAP Server (Archive Link, Vault, SAP table...). And how to get real name of stored file ?

- What tables I have to use for this solution ?

Otherwise please give me your idea and tell me what should I do to solve it ?

Thanks a advance

Best

Thanks a advance

Edited by: An NLP on May 10, 2010 6:20 AM

Edited by: An NLP on May 10, 2010 6:30 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I've found new solution. Use WebDocument for migration